<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
194d3d2d-7245-4b04-ac17-a24a8203c183|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="194d3d2d-7245-4b04-ac17-a24a8203c183">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="59707" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-01T00:00:00" End="2026-08-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="VISA@INSERHAN.COM" Password="@Khongbiet123" RequestedCurrency="GBP" ClientNationality="VN" 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
194d3d2d-7245-4b04-ac17-a24a8203c183|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
194d3d2d-7245-4b04-ac17-a24a8203c183|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
194d3d2d-7245-4b04-ac17-a24a8203c183|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
194d3d2d-7245-4b04-ac17-a24a8203c183|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
194d3d2d-7245-4b04-ac17-a24a8203c183|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
194d3d2d-7245-4b04-ac17-a24a8203c183|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:183d0a56-df30-4478-bf77-6cfa7b9c8278
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
194d3d2d-7245-4b04-ac17-a24a8203c183|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
194d3d2d-7245-4b04-ac17-a24a8203c183|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-07-20T05:06:18.2004506+01:00" Version="0" EchoToken="Search" TransactionIdentifier="194d3d2d-7245-4b04-ac17-a24a8203c183" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57572491" Longitude="127.02181842" StarRating="2" HotelCode="569275|sunrise_inn_dongdaemun" HotelName="Sunrise Inn Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14-8 Sungindong-gil, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/5e/8e5e6decb2f70a364e8c5a1ee04781b0126f3edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Seoul, Sunrise Inn Dongdaemun is minutes from Naksan My...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.51" OriginalAmount="82.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57559" Longitude="127.02042" StarRating="0" HotelCode="|187766" HotelName="Korea Original" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20-12, Jong-ro 65-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/6/6/187766_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.575765398862" Longitude="127.0273802927" StarRating="2" HotelCode="400519|dongdaemun_neighbors" HotelName="Dongdaemun Neighbors Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Hajeong-ro 4-gil, Dongdaemun-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/18/22188f587a736278d5dc993833c5b078d4bd96e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57558599" Longitude="127.0203934" StarRating="2" HotelCode="544429|hostel_korea" HotelName="Hostel Korea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178-65 Sungin-Dong, Jongno-Gu, Seoul 03112</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/33/143322b6e2109188f97bc7dd4a0e7fc99c58d58e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A business centre is among the facilities. Wireless internet access in public areas allows guests to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.49" OriginalAmount="100.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57151" Longitude="127.00347" StarRating="0" HotelCode="|188584" HotelName="Star Seoul Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243, Hyoje-dong, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/8/4/188584_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.09" OriginalAmount="101.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57828" Longitude="127.0223" StarRating="0" HotelCode="|189030" HotelName="Star Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9, Bomun-ro 9-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/3/0/189030_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.571883911919" Longitude="127.00272405675" StarRating="2" HotelCode="397218|star_hostel_seoul_dongdaemun" HotelName="Star Hostel Dongdaemun Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Kitchen,Laundry,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>15 Daehak-ro 2-gil, Jongno-gu, Seoul 110-851</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/16/521675300de957cc89e5ef7fc4ff23fbb94e78ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Seoul (Jongno), Star Hostel Dongdaemun Suite is minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.571519161433" Longitude="127.00339550776" StarRating="2" HotelCode="380490|87277" HotelName="Star Hostel Seoul Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>243 Hyoje-dong, Seoul, Jongno-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/64/6e/646e6a8d9220f06f1b86d8499d7aaa7d173dbc1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.05" OriginalAmount="109.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52879" Longitude="126.84747" StarRating="0" HotelCode="|536317" HotelName="Hwagok Lush" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10-3, Gangseo-ro 5na-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/3/1/7/536317_171ba1f2003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52879465" Longitude="126.84749593" StarRating="2" HotelCode="842440|lush_hotel_hwagok_" HotelName="Lush Hotel Hwagok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Elevator,Parking">
        <Address>
          <AddressLines>
            <AddressLine>10-3 Gangseo-ro 5na-gil, Gangseo-gu, Seoul 07778</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ae/b9aef298141a232278d0a3efe8f45f29ace3ded6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lush Hotel Hwagok is perfectly located for both business and leisure guests in Seoul. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.40" OriginalAmount="113.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.532" Longitude="126.86067" StarRating="2" HotelCode="|226273" HotelName="Korstay Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>247, Gomdallae-ro, Gangseo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/6/2/7/3/226273_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.83" OriginalAmount="113.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.556846" Longitude="126.938785" StarRating="2" HotelCode="|532587" HotelName="Seven Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11-1, Yonsei-ro 2da-gil, Seodaemun-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/8/7/532587_3d479891029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.85" OriginalAmount="118.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.521125" Longitude="126.90571" StarRating="0" HotelCode="|537556" HotelName="Yeongdeungpo Market Max Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2, Yeongjung-ro 20-gil, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/5/6/537556_346760b0920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.25" OriginalAmount="125.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.655207369451" Longitude="127.05936349051" StarRating="3" HotelCode="358457|2292795" HotelName="Noblesse Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>22 Nohae-ro 77-gil, Nowon-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/e8/04e8754abed773def2be51ddc948bd73aa2b1ae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="973248|the_core_albergue_hostel" HotelName="The Core Albergue Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 Jangseungbaegi-ro 26-gil, Dongjak-gu, Seoul 06924</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/a1/54a13884cf0325102693b09fa9a7b6a3ed8f19f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.84" OriginalAmount="126.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.612401" Longitude="126.927457" StarRating="0" HotelCode="|523683" HotelName="Bulgwang Tom Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>30-4, Tongil-ro 71-gil, Eunpyeong-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/6/8/3/523683_e6b19cb0902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.64" OriginalAmount="127.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.655116" Longitude="127.059352" StarRating="3" HotelCode="|448549" HotelName="Noblesse Tourist" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22, Nohae-ro 77-gil, Nowon-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/5/4/9/448549_58d05260920.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.27" OriginalAmount="128.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54609" Longitude="126.97245" StarRating="2" HotelCode="|188468" HotelName="Korstay Sookmyung Woman's Univ - Campus Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-6, Hangang-daero 92-gil, Yongsan-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/6/8/188468_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56367857" Longitude="126.80992593" StarRating="2" HotelCode="481882|kotel_gimpo_airport" HotelName="Kotel Gimpo airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Gaehwadong-ro, 29-gil, Gangseo-gu, Seoul 07620</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/83/0683a95e49ed0d20138a3d02ba6b90c05e0d3be5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52974323" Longitude="126.83902271" StarRating="0" HotelCode="957378|k2_motel_4" HotelName="K2 Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Gomdallae-ro, Hwagok-dong, Gangseo-gu, Seoul 07775</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/4a/144ad0d45604d893bd017b4faac6c13c0d40e44b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5461117" Longitude="126.97240502" StarRating="2" HotelCode="380502|kimchee_seoul_station_guesthouse_2" HotelName="Korstay Guesthouse Seoul Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3-6 Hangang-daero 92-gil, Yongsan-gu, 140-801 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d1/8bd1968f2209d1e8a8038efdec3d999bb985000b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52209743" Longitude="126.91059113" StarRating="0" HotelCode="830924|bobos_motel" HotelName="Bobos Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Concierge,Designated Smoking Area">
        <Address>
          <AddressLines>
            <AddressLine>28-97 Yeongdeungpodong 2(i)-ga, Yeong-deungpo, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/12/4b122ac126f4e4534f5e3aa286e390d552b63a14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Bobos Motel offers comfort and convenience whether you're on business or holiday in Seoul...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563378873804" Longitude="127.0067343709" StarRating="2" HotelCode="442032|kpop_residence_dongdaemun" HotelName="K Pop Residence Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>23 Jangchung-dong 1-ga, Jung-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/7d/ad7dc7a81419f7cf118c31ef04d685882bd4b13f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.77" OriginalAmount="141.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57055" Longitude="127.01034" StarRating="2" HotelCode="|186380" HotelName="24 Guesthouse Dongdaemun Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>444-9 Changsin-dong, Jongno-Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/8/0/186380_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.483361338773" Longitude="126.95432707606" StarRating="1" HotelCode="211185|hotel_fox" HotelName="Fox Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>208-4 Gwanak-ro, Gwanak-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/60/a2609cf4751ab3913c9f63f6416621677218d095.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on subway line 2, 4 stops away from Guro Digital Complex, Sindorim D-Cube City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59793982" Longitude="127.09381854" StarRating="2" HotelCode="535617|hotel_star_sangbong" HotelName="Hotel Star Sangbong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Mangu-ro 58-gil, Jungnang-gu, Seoul 02163</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/1d/cb/1dcb47d495865a371f30ba51ad9f11407d5c9b89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.25" OriginalAmount="147.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51889" Longitude="126.90991" StarRating="0" HotelCode="|188208" HotelName="Yaja Yeongdeungpo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43, Yeongjung-ro 10-gil,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/0/8/188208_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.87" OriginalAmount="148.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56334" Longitude="127.00686" StarRating="0" HotelCode="|188478" HotelName="K-guesthouse Dongdaemun Premium 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Toegye-ro 60-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/7/8/188478_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.25" OriginalAmount="148.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55173" Longitude="126.97442" StarRating="2" HotelCode="|186676" HotelName="Aroha Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35-8, Huam-ro 57-gil, Yongsan-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/6/7/6/186676_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.67" OriginalAmount="149.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51862477" Longitude="126.91000137" StarRating="2" HotelCode="430876|1186278" HotelName="Hotel Yaja Yeongdeungpo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Yeongjung-ro 10-gil, Yeongdeungpo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/98/8d98e12f85cc12352d5f0682863a29e3c7977444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Individual storeys are accessible via the lift or stairs. Room service is available to travellers. W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.555053390069" Longitude="126.93507367361" StarRating="2" HotelCode="447591|24_guesthouse_sinchon" HotelName="24 Guesthouse Sinchon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Sinchon-ro 18-gil, Mapo-gu, Seoul 121-807</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/2b/a22bb93c6b46ae08346e6b195b73e32f69a4d827.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.02" OriginalAmount="150.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.553179" Longitude="126.851393" StarRating="3" HotelCode="|523647" HotelName="Hwagok Dean" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>64, Gonghang-daero 46-gil, Gangseo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/6/4/7/523647_cdefea00937.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.559741889734" Longitude="127.01305443006" StarRating="2" HotelCode="397924|yakorea_hostel_dongdaemun" HotelName="YaKorea Hostel Dongdaemun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6-10 Dasan-ro 27-gil, Jung-gu, 04608 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/6c/cd6cba5f3822a7f4bec596d73090cb41eabe8766.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50454925" Longitude="127.04384965" StarRating="2" HotelCode="746215|yakorea_hostel_gangnam" HotelName="YaKorea Hostel Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>700-31 Yeoksam-dong, Gangnam, Seoul 06147</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/b3/5bb3562b276c78ff2a71547dbe89bf6a61e8486e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55686612" Longitude="126.97748966" StarRating="2" HotelCode="429989|seoul_backpackers" HotelName="Must Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>205-125 Namchang-dong, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/a2/34a289d1396a9c89fa8f96ae4d1ccb5645618d7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Seoul Backpackers places you in the heart of Seoul, walking distance fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54636305" Longitude="126.84635811" StarRating="2" HotelCode="631358|couple_motel" HotelName="Couple Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Hwagok-ro 42-gil, Gangseo-gu, 07679 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/26/882619175394fff3848aa8824d8dc0208343bc82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.72" OriginalAmount="152.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55448" Longitude="126.96899" StarRating="2" HotelCode="|188913" HotelName="Mk Liberty House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/1/3/188913_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.83" OriginalAmount="152.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56027" Longitude="126.92222" StarRating="2" HotelCode="|187113" HotelName="High Street Guest House Hongdae - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81-7, World Cup buk-ro 6-gil, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/1/1/3/187113_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561858971495" Longitude="126.98851012397" StarRating="2" HotelCode="441921|24_guesthouse_myeongdong_center_" HotelName="K Stay Guesthouse Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>61 Myeongdong 8ga-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/9d/dd9d119523f3801ab37b12798174beb4d4861fd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Shopping facilities ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.64" OriginalAmount="154.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5619" Longitude="126.98852" StarRating="2" HotelCode="|186528" HotelName="K Stay Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61, Myeongdong 8ga-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/2/8/186528_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.98" OriginalAmount="154.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56024" Longitude="126.923" StarRating="2" HotelCode="|188183" HotelName="Uwa Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96, World Cup buk-ro 6-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/8/3/188183_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.551727923439" Longitude="126.97399416627" StarRating="2" HotelCode="423791|gom_guest_house_seoul_station" HotelName="Aroha Guesthouse Seoul Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Dry Cleaning,Internet,Kitchen,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>35-8 Huam-ro 57-Gil, Yongsan-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/66/926688a68bc78f9cc16a7ffed7ed2f68e752ef06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Aroha Guest House places you in the heart of Seoul, walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.53" OriginalAmount="155.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5640177" Longitude="127.0103851" StarRating="0" HotelCode="|189009" HotelName="Plan A" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138, Cheonggu-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/0/9/189009_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.554501772004" Longitude="126.96893417694" StarRating="2" HotelCode="424183|mk_liberty_house" HotelName="MK Liberty House Seoul Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>5 Cheongparo 95gil, 220-3 Seogye-dong, Yongsan-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/cc/e0cc2ad61782107c09e0f0090e6e77ddc68f0b15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at MK LIBERTY HOUSE in Seoul (Yongsan-gu), you'll be m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56859244" Longitude="126.99844107" StarRating="2" HotelCode="744110|hostel_j_stay" HotelName="Hostel J Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>188 Cheonggyecheon-ro, 5th Floor, Jung-gu, 04546 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/61/d161a0653cc59c1f0cec1340ad0f15e97bffd46a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.75" OriginalAmount="161.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564051165311" Longitude="127.01021068658" StarRating="2" HotelCode="384148|1724788" HotelName="Plan A Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>138 Cheonggu-ro, Jung-gu, Seoul 04613</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/80/2880fa8f46a6be17b19d2defd4cad846536de24c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.47944574" Longitude="126.8909924" StarRating="2" HotelCode="784774|js_hotel_4" HotelName="Guro JS Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 Nambusunhwan-ro 105-gil, Garibong-dong, Guro-gu, Seoul 08395</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/8e/a38e335dcb6e0da373fea88ed8513224f6e7143e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.35" OriginalAmount="162.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5685814" Longitude="126.9984381" StarRating="0" HotelCode="|260090" HotelName="J Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5th floor, 188, Cheonggyecheon-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/0/9/0/260090_08aada61724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5548063" Longitude="126.91180128" StarRating="2" HotelCode="405217|ho_hometel" HotelName="Ho Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-5 World Cup-ro 10-gil, Mapo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e2/a8e22b4604c55c8ca0b34503511d18670bd1d48d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.39" OriginalAmount="164.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.535543059217" Longitude="126.9918819828" StarRating="2" HotelCode="404488|1817658" HotelName="Cube Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-4 Itaewon-ro 23-gil, Yongsan-gu, Seoul 04350</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/b1/7cb1416a968ca5b9cc91227d43b986f2b2250ebc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.62471339" Longitude="127.01910351" StarRating="2" HotelCode="774936|shine_hotel_5" HotelName="Shine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62-3 Solmae-ro, Gangbuk-gu, Seoul 01168</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/bb/ecbb3fd87c319d71522c02c4e82d1250f12f5b55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.97" OriginalAmount="165.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.552684" Longitude="126.936257" StarRating="2" HotelCode="|552851" HotelName="Golden Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Baekbeom-ro 4-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/8/5/1/552851_15c4dae1121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.12" OriginalAmount="166.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.482932" Longitude="126.9545608" StarRating="1" HotelCode="|169989" HotelName="Fox" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>62-33 BONGCHEON-DONG KWANAK-GU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/8/9/169989_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The renovated hotel in 2010, has internet and a car park. SITUATION: The hotel Seoul it is in. ROOM: The establishment has 31 rooms with an air-conditioning system, heating, a bathroom and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51853351" Longitude="126.90806753" StarRating="2" HotelCode="613371|new_york_hotel_7" HotelName="New York Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7-5 Yeongdeungpo-ro 46-gil, Yeongdeungpo-gu, Seoul 07304</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/7e/5a7ece0a99ae73162a6051310f2d1b6fa6808077.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.50" OriginalAmount="169.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56318" Longitude="126.99064" StarRating="0" HotelCode="|186835" HotelName="Blue Boat Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2F, 22-4 Supyo-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/8/3/5/186835_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.67" OriginalAmount="169.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56116" Longitude="126.92246" StarRating="0" HotelCode="|188762" HotelName="Sis N Bro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-7, Yeonnam-ro 1-gil, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/6/2/188762_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.34" OriginalAmount="170.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53599" Longitude="126.94542" StarRating="2" HotelCode="|187651" HotelName="Han River Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120-39, Mapo-daero 4-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/5/1/187651_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.68" OriginalAmount="170.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56249" Longitude="126.99226" StarRating="2" HotelCode="|189013" HotelName="Rainbow Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Toegye-ro 31-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/1/3/189013_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.518419305604" Longitude="126.91031920824" StarRating="3" HotelCode="360006|hotel_leaders" HotelName="Hotel Oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-9 Yeongdeungpo-dong 3-ga, Yeongdeungpo-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/2b/232b31b2c1a29b4a8e4bd61250988dc2b8a0862d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Seoul (Yeongdeungpo), Hotel Oscar is minutes from Times...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560987168542" Longitude="126.97780643588" StarRating="2" HotelCode="428697|24_guesthouse_myeongdong_avenue" HotelName="24 Guesthouse Myeongdong Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Off-Site Parking,Parking,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>134-1 Bukchang-dong, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/c1/70c1a2c74b886c7b1fb7776ccd59618fdfbd0d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at 24 Guesthouse Myeongdong Avenue, you'll be centrally located in Seo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.11" OriginalAmount="172.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.479534" Longitude="126.890984" StarRating="3" HotelCode="|532852" HotelName="JS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>32, Nambusunhwan-ro 105-gil, Guro-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/5/2/532852_e284ad91014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562046455597" Longitude="126.99225274768" StarRating="2" HotelCode="378500|rainbow_hostel_myeongdong" HotelName="Rainbow Hostel Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Toegye-ro 31-gil, 57-3 Chungmuro 3-ga, Myeong-dong, Seoul, Jung-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ba/d5ba1e12cf7e1a94cf1fc2e3a2a4c53794686962.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.19" OriginalAmount="173.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55365" Longitude="126.91438" StarRating="0" HotelCode="|188299" HotelName="Inno and Pub Lounge Hongdae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37-7, World Cup-ro 8-gil, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/9/9/188299_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.86" OriginalAmount="174.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.608102" Longitude="126.925374" StarRating="3" HotelCode="|427627" HotelName="Lavilla Hotel " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>138 Jinheung Ro Eunpyeong Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/7/6/2/7/427627_31de9851821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5610889" Longitude="127.0052352" StarRating="2" HotelCode="407807|jc_inn_dongdaemun" HotelName="JC Inn Dongdaemun - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Homestays" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>42 Dongho-ro 30-gil / Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/e3/75e3637244db2ac3c53bd93dab86a729e80d540c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Dongdaemun, JC Inn Dongdaemun Hostel promises a relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.17" OriginalAmount="176.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5610593" Longitude="127.0052304" StarRating="0" HotelCode="|327748" HotelName="Jc Inn Dongdaemun -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Dongho-ro 30-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/7/4/8/327748_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.18" OriginalAmount="176.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5185074" Longitude="126.9078999" StarRating="2" HotelCode="|266062" HotelName="New York" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-5, Yeongdeungpo-ro 46-gil, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/0/6/2/266062_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57121193" Longitude="127.00299543" StarRating="2" HotelCode="316602|hotel_tong_seoul_dongdaemun" HotelName="Hotel Tong Seoul Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>227-6 Jong-ro, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/7f/ea7f71a96f541dadacb3c3957b40dd1e7ab8b6eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51484516676" Longitude="127.02140462197" StarRating="2" HotelCode="321668|ephphatha_residence" HotelName="Ephphatha Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Nonhyeon-dong, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/06/ca06ed0b9fcfa364f211c3cf7ada73190fa6e744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57153717" Longitude="127.00741832" StarRating="2" HotelCode="599555|just4u_guesthouse" HotelName="Just4u Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Jong-ro 43-gil, Jongno-gu, Seoul 03124</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/ae/f2ae0d9efda07bd3ed203e94344f085a5db2d56d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.31" OriginalAmount="179.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55965" Longitude="127.01326" StarRating="0" HotelCode="|188161" HotelName="Yakorea Dongdaemun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-10, Dasan-ro 27-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/6/1/188161_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.34" OriginalAmount="179.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.549759" Longitude="126.921663" StarRating="2" HotelCode="|187727" HotelName="Cocoa Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19-9, Wausan-ro 17-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/2/7/187727_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55332482958" Longitude="126.91440342606" StarRating="2" HotelCode="419738|372664" HotelName="Inno Hostel &amp; Pub Lounge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Coffee Shop,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Lounge,Luggage Storage,Nightclub,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>37-7 World Cup-ro 8-gil, Mapo-gu, Seoul 04029</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/59/1e591a35eda02a62dee2b8c30dcd77f9487abaff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Inno Hostel &amp; Pub Lounge Hongdae in Seoul (Mapo), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="841675|soo_hotel_suyu_" HotelName="Soo Hotel Suyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Concierge,Designated Smoking Area,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>4 Deongneung-ro 19-gil, Gangbuk-gu, Seoul 01081</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7b/727b743a9c98341ed2ea3c1555a1a5dc739f905e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Seoul, Soo Hotel Suyu puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.60207454" Longitude="127.06227922" StarRating="2" HotelCode="767534|raha" HotelName="Raha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>174-1 Imun-ro, Dongdaemun-gu, Seoul 02412</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/2d/982dd0501da2356443b7fe2a71dd7e5b28220150.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56292191" Longitude="126.9857617" StarRating="3" HotelCode="964837|air_hostel_myeongdong" HotelName="Air Hostel Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35-20 Myeongdong 10-gil, 4, 5 Floor, Jung-Gu, Seoul 04537</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e7/5ce76112a34e3ee0431e0a909c76f32df2670ef4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.46" OriginalAmount="186.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.575545" Longitude="127.004122" StarRating="0" HotelCode="|523944" HotelName="Swiss Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230-23, Yulgok-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/9/4/4/523944_3f85d940931.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.92" OriginalAmount="187.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55677" Longitude="126.97733" StarRating="0" HotelCode="|188440" HotelName="K-pop  Seoul Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>211 Namchang-dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/4/0/188440_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55780133" Longitude="126.94383034" StarRating="2" HotelCode="852964|382079" HotelName="Charm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Ewhayeodae 3-gil, Seodaemun-gu, Seoul 03766</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/78/5978048ce563a7cdeb9287c2d64874dfd3b5f3b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.71" OriginalAmount="188.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5607" Longitude="126.9832" StarRating="2" HotelCode="|188423" HotelName="K-guesthouse Myeongdong 1" 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/1/8/8/4/2/3/188423_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.76" OriginalAmount="188.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.64768" Longitude="127.01603" StarRating="3" HotelCode="|189019" HotelName="Rich Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>500-18, Samyang-ro, Gangbuk-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/1/9/189019_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.53" OriginalAmount="189.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57544" Longitude="126.9892" StarRating="2" HotelCode="|188772" HotelName="Alice Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63, Donhwamun-ro 11na-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/7/2/188772_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56312704" Longitude="126.99062943" StarRating="2" HotelCode="397103|blueboat_hostel_myeongdong" HotelName="Blueboat Hostel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2F 22-4 Supyo-ro, Jung-gu, Seoul 04555</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/15/5515243eae0d405f6f29312e5100ec14087b89f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560629209967" Longitude="126.98322493362" StarRating="2" HotelCode="495101|kguesthouse_myeongdong_1" HotelName="K Guesthouse Myeongdong 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>103 Toegye-ro, 3-5 Floor, Jung-gu, Seoul 100-011</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/39/4a3969cbfe580422fed17f4fb97a65b3a90c26de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5337089" Longitude="126.9936602" StarRating="3" HotelCode="742604|white_gold_itaewon" HotelName="White Gold Itaewon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17-1, Itaewon-ro 26-gil, Yongsan-gu, 04391 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/8a/35/8a3582e97e7c569ac5329d1899f9bc78fdd86a64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.30" OriginalAmount="191.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57194" Longitude="127.00268" StarRating="0" HotelCode="|188590" HotelName="Star Dongdaemun Suite" 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/1/8/8/5/9/0/188590_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.38" OriginalAmount="191.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5647805" Longitude="126.976244" StarRating="2" HotelCode="|327836" HotelName="24 Guesthouse Seoul City Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7, Deoksugung-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/3/6/327836_a8c06ee1804.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.60369197" Longitude="127.06213674" StarRating="3" HotelCode="312585|hotel_unique_2" HotelName="Hotel Unique by Forêt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Imun-Ro, Dongdaemun-Gu, Seoul 20406</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/03/6503f411cb0ffa67d8d070f2a92ceae52121bc1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 80 rooms. The accommodation offers a baggage ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48131277" Longitude="126.91483361" StarRating="3" HotelCode="571623|urban_hotel_3" HotelName="Hotel Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Nangok-ro 64-gil, Gwanak-gu, Seoul 08772</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/15/171597181c8e8dad0ddcbe050a508463b86a326b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.88" OriginalAmount="193.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53048" Longitude="126.84603" StarRating="3" HotelCode="|188194" HotelName="S" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108, Gomdallae-ro, Gangseo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/9/4/188194_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55677213" Longitude="126.97725544" StarRating="2" HotelCode="544455|87166" HotelName="K Pop Hotel Seoul Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Toegyelo 2-gil, 211 Beonji Namchang dong, Jung-gu, Seoul-si 04635</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/29/1429f6e87026a13bbb1366a58a91f42598b1706c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.530327280516" Longitude="126.8460470438" StarRating="2" HotelCode="173866|life_style_s_hotel" HotelName="S Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>108 Gomdallae-ro, Gangseo-gu, Seoul 07777</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fb/d4fb24b4202e1a20b16606884d68d3285b9dbba4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seoul, the hotel is a 5-minute walk from Kkachisan Station and 6 km away from Gimpo Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="969976|sweet_motel_2" HotelName="Sweet Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17-1 Wangsimni-ro 20-gil, Seongdong-gu, Seoul 04709</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2a/ee2a07793ca1cd9c31b936e506f099f7c8d0ecfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.65" OriginalAmount="194.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5182" Longitude="126.91018" StarRating="2" HotelCode="|189026" HotelName="Boutique Sb Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>36, Yeongjung-ro 4-gil, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/2/6/189026_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.633385655861" Longitude="127.01058856652" StarRating="3" HotelCode="361832|rich_diamond_hotel" HotelName="Benikea Rich Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>274-1 Suyo-dong, Gangbuk-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ec/ecec94886f17f8618b11c28cf83f90a5417b6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="816435|oh_my_inn" HotelName="Hotel Orange Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>322-6 Jong-ro</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/62/b6627e3bd73f7ab03331c10936daf84e449781e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.10" OriginalAmount="199.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4813187" Longitude="126.9150131" StarRating="2" HotelCode="|327938" HotelName="URBAN &amp; GOLF" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5, Nangok-ro 64-gil, Gwanak-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/3/8/327938_6e27fb61050.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563462055692" Longitude="127.05738271164" StarRating="3" HotelCode="160460|hotel_mare_dongdaemun" HotelName="Hotel Mare" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>952-17 Dapsimni-dong, Dongdaemun-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4e/064ef0a4936148df9f9b8fb3c98fe9a9300e5b41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Dapsimni Dong neighbourhood of Seoul and has a number of attractions in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.518133925886" Longitude="126.91022267685" StarRating="2" HotelCode="359701|boutique_hotel_sb_seoul" HotelName="Boutique Hotel SB Yeouido" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Yeongjung-ro 4-gil, Yeongdeungpo-gu, 07303 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/ff/74ffb835627d55636e399bd18cae26b5b6146bc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.02" OriginalAmount="202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57091983" Longitude="126.98978759" StarRating="3" HotelCode="535827|hotel_nunu" HotelName="Hotel Nunu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Internet,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>180, 181 Nakwon-Dong, Jongno-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/a5/7ca5f153d1bcb1724c951b816068bd765b3eb543.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Noo Noo Hotel Jongno is a charming hotel situated in the heart of Jongno. Attractions such as Ta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.12" OriginalAmount="202.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55818" Longitude="126.98388" StarRating="0" HotelCode="|189033" HotelName="Olive Hostel W" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1, Sogong-ro 6na-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/3/3/189033_dd712500945.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.553888603093" Longitude="126.93568502791" StarRating="2" HotelCode="398297|sinchon_sisters_hostel" HotelName="Sinchon Sisters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Baekbeom-ro 2-gil, Mapo-gu, Seoul 121-807</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/b4/b8b425990774ed94f30a5407bd8fceecdea9a254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562978683045" Longitude="126.92385193862" StarRating="2" HotelCode="380367|roi_house" HotelName="Roi Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Donggyo-ro 41-gil, Mapo-gu, Seoul 03983</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a7/33a7a4b68f4fa3ea37f4fc74e243a9a46f938d7e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.85" OriginalAmount="205.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.517652" Longitude="126.90836" StarRating="0" HotelCode="|532761" HotelName="Yeongdeungpo LE O" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22, Yeongjung-ro 6-gil, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/6/1/532761_a5386d31013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.16" OriginalAmount="206.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.60773" Longitude="127.07833" StarRating="3" HotelCode="|233693" HotelName="De Ciel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>866, Dongil-ro Jungnang-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/9/3/233693_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.99" OriginalAmount="207.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51834" Longitude="126.91029" StarRating="3" HotelCode="|188157" HotelName="Leaders" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45, Yeongjung-ro 10-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/5/7/188157_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5613592" Longitude="126.92068006" StarRating="2" HotelCode="635408|hwon_guest_house" HotelName="Hwon Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22-15 Yeonnam-ro 3-gil, Mapo-gu, Seoul 03988</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/46/904664f3a5cc1806b63c7af18383c4b1607dae75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.576993836041" Longitude="126.98965506613" StarRating="1" HotelCode="212055|beewon_guest_house" HotelName="Beewon Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>28-2 Woonni dong, Jong-ro-gu, Seoul 03131</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/7d/1c7dc282f6d525c7a3c481d6c67233f22c2b073f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.31" OriginalAmount="212.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56028" Longitude="126.98648" StarRating="2" HotelCode="|188946" HotelName="Myeongdong Eco House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20-9 Namsan-dong 3ga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/4/6/188946_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.04" OriginalAmount="212.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5614795" Longitude="126.9247967" StarRating="2" HotelCode="|327808" HotelName="Twotwo House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>242-9, Donggyo-ro, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/0/8/327808_9d854981853.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.582426435009" Longitude="127.04866026442" StarRating="2" HotelCode="363525|31_page" HotelName="31 Page" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>597-23 Jeonnong 1-dong, Dongdaemun-gu, Seoul 130-851</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/0b/0d0b8f7ae6ec112c8cfe8ac415548354b30442e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.575079459032" Longitude="126.98968396719" StarRating="2" HotelCode="380521|jongnowon_hostel" HotelName="Goodstay Petercat Hotel Insadong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>59 Donhwamun-ro 11na-gil, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/90/8f90c9ce397477d1c0a2b49ceddd53e2c5d0cb41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57151916" Longitude="127.00803209" StarRating="3" HotelCode="758830|hah_guesthouse" HotelName="HAH Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>269-8 Jong-ro, Jongno 5o 6 yuk ga-dong, Seoul 03124</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/9d/dd9d7cb62c7dbb377739d6580fbd41d6284acf38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.575418493207" Longitude="126.98877667662" StarRating="3" HotelCode="316551|hotel_icon_3" HotelName="Hotel Icon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Samil-daero 32ga-gil, 33-24 Ikseon-dong, Seoul, Jongno</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d1/30d118198644901dbf2a0d832f00ec27b032f71d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52165712" Longitude="126.89084633" StarRating="3" HotelCode="510866|novaluz_tourist_hotel" HotelName="Novaluz Tourist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>88-6 Seonyu-ro, Yeongdeungpo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/8e/aa8e2582c3fd45cf58aa38df42946b62edc8f478.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.545711586922" Longitude="127.10447173716" StarRating="2" HotelCode="394071|motel_daeha" HotelName="Motel Daeha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>583 Achasan-ro, Gwangjin-gu, Seoul 143-805</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/89/6e897a6deb473b1ce1cb81ccd7dfcae8175edf3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.60772121" Longitude="127.07837013" StarRating="3" HotelCode="553231|hotel_de_ciel" HotelName="Hotel De Ciel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>866 Dongil-ro, Jungnang-gu, Seoul 02045</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/04/8204ac965b3558801dca4ed79515f4cdd3c4075e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its range of services and facilities, the hotel ensures travellers a pleasant and comfortable s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.576684146284" Longitude="126.98972860119" StarRating="3" HotelCode="353965|noble_hotel" HotelName="Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Unni-dong, Jongno-Gu, Seoul 110-350</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/74/6e747189a142f858b21db2567506b2c447645f3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57125157" Longitude="126.98995725" StarRating="3" HotelCode="536264|picasso_motel_jongno" HotelName="Picasso Motel Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>161, Nagwon-Dong, Jongno-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/1a/021af23ae4ac2cdf164444dbc749ccd470066ac5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Seou, only 350 meters from Jongno3ga Station Line 1 and a walking d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56524806" Longitude="127.00590972" StarRating="3" HotelCode="553255|hotel_treeshade_dongdaemun" HotelName="Hotel TreeShade Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>159-14 Mareunnae-ro, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/2654ceec0372f5569ec40b55095dfd8d1484f321.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57268402" Longitude="126.98893733" StarRating="2" HotelCode="852213|hotel_hertz" HotelName="Hotel Hertz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44 Donhwamun-ro 11-gil, Jongno-gu, Seoul 03133</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/12/ac12cb23dcf8c4f85fcc955d32d7f4dcb1f6e405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.02" OriginalAmount="218.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52167" Longitude="126.8909" StarRating="3" HotelCode="|233861" HotelName="Novaluz Tourist" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88-6, Seonyu-ro, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/6/1/233861_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56129164" Longitude="127.06066217" StarRating="3" HotelCode="487139|hotel27" HotelName="Hotel27" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Jadongchasijang 1-gil, Seongdong-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a5/c2a5370b522fcaafa2d6ef4b248dd5f17f960190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel27 in Seoul (Dongdaemun), you'll be close to Children's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.74" OriginalAmount="219.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56219" Longitude="126.97825" StarRating="3" HotelCode="|188597" HotelName="Star Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26-10, Namdaemun-ro 1-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/5/9/7/188597_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.17" OriginalAmount="219.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.528914" Longitude="126.847443" StarRating="0" HotelCode="|465119" HotelName="De Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35, Gomdallae-ro 24-gil, Gangseo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/1/1/9/465119_799b78e1253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57054781" Longitude="127.04898657" StarRating="0" HotelCode="698403|kan_stay_gallery" HotelName="Khan Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Concierge,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>7 Sagajeong-ro, 465-5 Dapsimni 1Il-dong, Dongdaemun, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/44/33442f90c54f4f7c40a9f25439ed145b2cee499a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Khan Motel Dapsimni is perfectly located for both business and leisure guests in Seoul. Offering a v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51741406" Longitude="126.91190923" StarRating="2" HotelCode="398216|kakao" HotelName="Motel Kakao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Gyeongin-ro 108-gil, Yeongdeungpo-gu, Seoul 07306</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/1a/501af71e70fff29b6e405b57538feb0703ff42cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57420192" Longitude="126.9994666" StarRating="3" HotelCode="946962|kennystoryinn_jongro" HotelName="Kenny Story Inn Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Changgyeonggung-ro 16ga-gil, Jongno-Gu, Seoul 03128</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c1/fec183b404f941a17020a2867536a62d920f6919.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563838880322" Longitude="126.91877072101" StarRating="2" HotelCode="392594|i_house_chinchin_" HotelName="Ihouse Chinchin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24-11 Yeonnam-ro 7-gil, Mapo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/91/0e91af8ef0674ee60caea15072ec3435598d7bfe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59086345" Longitude="127.05816766" StarRating="2" HotelCode="437330|24_guesthouse_seoul_cheongryangri" HotelName="24 Guesthouse Seoul Cheongryangri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>18 Hoegi-ro 29-gil, Dongdaemun-gu, Seoul 02444</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/80/cc802e30072c6243b1f3e4bd4fcfff2344f1da7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. A laundry service ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.61784889" Longitude="126.92017809" StarRating="2" HotelCode="510766|d_station" HotelName="D Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-13 Yeonseo-Ro 26-Gil, Eunpyeong-Gu, Seoul 03385</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/38/e13816fba3d35244349fffbe4aeadc1dbadb24ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561981635549" Longitude="126.97739389259" StarRating="2" HotelCode="172058|hotel_irene_city_myeongdong" HotelName="Hotel Irene City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 3,4 Floor, Bukchang-dong, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/58/fd58e21320e7e7c782eeaadba7777728fbe4c378.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently situated 350 metres away from the City Hall subway station, the hotel is a 15-minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.32" OriginalAmount="226.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59992" Longitude="126.921" StarRating="0" HotelCode="|235723" HotelName="Bricks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1, Eunpyeong-ro 8-gil, Eunpyeong-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/2/3/235723_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.88" OriginalAmount="226.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566171" Longitude="126.930104" StarRating="2" HotelCode="|537215" HotelName="YH GuestHouse - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87, Yeonhui-ro, Seodaemun-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/2/1/5/537215_acbb8752104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.98" OriginalAmount="226.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53612733" Longitude="127.13695411" StarRating="3" HotelCode="380525|1189428" HotelName="Hotel Argo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Jinhwangdo-ro, Gangdong-gu, 05354 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f0/b1f0bda350484ae5b0efd768c151fa99c6202320.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560086886018" Longitude="126.92256772357" StarRating="2" HotelCode="428722|80336" HotelName="High Street Guest House Hongdae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Internet,Kitchen,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>81-7 World Cup buk-ro 6-gil, Yeonnam-dong, Mapo-gu, Seoul 03990</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c2/86/c286561296f21934a88846e944c920239b90e83a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Family &amp; Friends House 2 in Seoul Mapo, you'll be convenient to War...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.63737832" Longitude="127.02587919" StarRating="2" HotelCode="553148|design_hotel_daniel_campanella" HotelName="Design Hotel Daniel Campanella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6 Opaesan-ro 79-gil, 446-48 Beon-dong, Gangbug-gu, Seoul-si</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/a9/68a951c9d10ed8183dc1d8ad1e3a7bb145b41f60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48109853" Longitude="126.89954459" StarRating="0" HotelCode="963192|hotel_cullinan_guro" HotelName="Hotel Cullinan Guro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>533 Siheung-daero, Guro-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/27/8d27c630a3b593b1b84f5c6521d99f0e6c5d6251.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.38" OriginalAmount="228.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5714759" Longitude="127.0116615" StarRating="0" HotelCode="|131535" HotelName="City Days Inn Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>460-1 Changsin-dong, Jongno-gu, Seoul, R.O.Korea (12, Jong-ro 48-gil, Jongno-gu, Seoul)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/3/5/131535_int.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre and WiFi (free of charge). SITUATION: This establishment, is situated next to Dongdaemun the underground station of. ROOM: Customers have modern rooms with an air-conditioning system, heating, flat-screen satellite television, a mini-bar, a wardrobe, a bathroom with a shower, a hairdryer and slippers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.59" OriginalAmount="228.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51552" Longitude="127.02081" StarRating="0" HotelCode="|189032" HotelName="Suncity Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-12, Gangnam-daero 146-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/3/2/189032_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59566714" Longitude="127.09429443" StarRating="0" HotelCode="536205|carlton_hotel_sangbong" HotelName="Carlton Hotel Sangbong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>508-47, Mangu-Dong, Jungnang-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e4/34e45e683bbf50ca8d40beff5747f6690268040f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 560 metres from Mangu Subway Station, Carlton Hotel Sangbong offers stylish rooms with large fl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.544290617737" Longitude="126.97357359203" StarRating="2" HotelCode="194927|hotel_new_world" HotelName="Hotel New World" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21-13 Hangang-daero 84-gil, Yongsan-gu, Seoul 04352</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/ce/45ce3315f72acc5ead5347be74eaa1df3e26e3e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.528834216942" Longitude="126.84721361409" StarRating="2" HotelCode="354266|hotel_de_urban" HotelName="Hotel De Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>904-6 Hwagok-dong, Gangseo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/79/90792b3188459fe6668d46e13736020377a36ed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53409148" Longitude="127.13353455" StarRating="2" HotelCode="767522|hotel_wall" HotelName="Hotel Wall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Seongan-ro, Gangdong-gu, Seoul 05381</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/63/8963bbacc40211ed4bc870993d4f51262b40c885.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.05" OriginalAmount="230.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563718" Longitude="127.075829" StarRating="3" HotelCode="|523198" HotelName="Konkuk University Salmon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>367, Dongil-ro, Gwangjin-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/9/8/523198_fad02290906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50026023" Longitude="127.0316914" StarRating="3" HotelCode="434401|jelly_hotel" HotelName="648 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56-4 Gangnam-daero 94-gil, Gangnam-gu, Seoul 06133</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c6/a9c69b5d4747410be300ba30ac72cb837cd68677.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57320612" Longitude="127.0239619" StarRating="2" HotelCode="623918|darak_hotel" HotelName="Darak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Cheonho Daero 2-gil, Dongdaemun-gu, Seoul 02586</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/29/86294d32cb9d2fb37450f2bd9c879253546129a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56612084" Longitude="126.93007031" StarRating="2" HotelCode="863874|yh_guesthouse" HotelName="YH Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>87 Yeonhui-ro, Yeonhuijang Guesthouse 2F, Seodaemun-gu, Seoul 03708</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0e/ed0ebe02a1fa654adf80033782bbde89322fa9aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.42" OriginalAmount="231.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56057" Longitude="126.92103" StarRating="0" HotelCode="|233673" HotelName="Sunny Hill Hongdae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60-3 Donggyo-ro 27-gil, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/7/3/233673_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.55" OriginalAmount="231.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55483" Longitude="126.9265" StarRating="1" HotelCode="|186541" HotelName="Hi There Design Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-3, Wausan-ro 29ra-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/4/1/186541_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.58" OriginalAmount="231.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.63736" Longitude="127.02589" StarRating="0" HotelCode="|233836" HotelName="Design Daniel Campanella" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6, Opaesan-ro 79-gil, Gangbuk-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/3/6/233836_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.515463571021" Longitude="127.02065632853" StarRating="2" HotelCode="380511|gangnam_suncity_guesthouse" HotelName="Gangnam Suncity Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Gangnam-daero 146-gil, Seoul, Gangnam-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/65/4065d6c66ad007d224b837a4e360cb43e0225bef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.75" OriginalAmount="233.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562061" Longitude="126.9847065" StarRating="0" HotelCode="|327888" HotelName="K-guesthouse Myeongdong 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4F, 36, Myeongdong 8-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/8/8/327888_bbdc2851823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.47950313" Longitude="126.95306881" StarRating="2" HotelCode="428725|zip_hotel" HotelName="Zip Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Nambusunhwan-ro 224-gil, Gwanak-gu, Seoul 08788</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/72/4b72234bc7c64e733797a5d984b941975fecc6c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Zip Hotel enjoys a convenient location in Seoul, close to the Seoul National University and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.50" OriginalAmount="234.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55466" Longitude="126.97409" StarRating="0" HotelCode="|188432" HotelName="K-pop Seoul Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17, Huam-ro 60-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/3/2/188432_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.37" OriginalAmount="237.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.570709787394" Longitude="127.01476635369" StarRating="2" HotelCode="316548|hotel_gaon_golden_park_dongdaemun" HotelName="Hotel Gaon Golden Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>77 Jong-lo 44-gil, Seoul, Jonglo-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/89/e589fccdc4e3995e10a83981ddb9b543416aa289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.37" OriginalAmount="237.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55920703161" Longitude="126.99437972676" StarRating="3" HotelCode="321676|mind_tourist_hotel" HotelName="Mind Hotel Business &amp; Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>141-1 Gasan-dong, Geumcheon-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/69/1269a3b81ba3160cc180b2cbc3e378baaa685db4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.554577717441" Longitude="126.97395881056" StarRating="2" HotelCode="307802|kpop_hotel_seoul_station" HotelName="K Pop Hotel Seoul Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Huamlo 60-gil, 542 Namdaemunlo5ga, Seoul, Jung-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/6d/836dd5cf27ae8dd328cd336338f20d8f7bcb33d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561775587805" Longitude="126.98698754026" StarRating="2" HotelCode="385211|87102" HotelName="K Guesthouse Myeongdong 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Myong-dong 8ga-gil, 4-6 Floor, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/52/4a52d5ca3cc9a1a69371de4c8c24ead45cd75f97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59989666" Longitude="126.92107622" StarRating="3" HotelCode="553111|bricks_hotel" HotelName="Bricks Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Eunpyeong-ro 8-gil, Eunpyeong-gu, Seoul 03454</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/c7/08c70514b5f473af16e83db02bcdb9d5ae648fce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a range of services and facilities, making it ideal for business travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.484943635009" Longitude="127.01279318646" StarRating="1" HotelCode="362441|yuwon_mate_tourist" HotelName="Yuwon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Coffee Shop,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>29 Banpo-daero 12-gil, Seocho-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/24/0d24fa32a8229989938dc0062407ae4503903c15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Yuwon Hotel is conveniently located in the popular Gangnam - Gangnam area. The hotel offers guests a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.44" OriginalAmount="240.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55721" Longitude="126.97855" StarRating="2" HotelCode="|187007" HotelName="Dream Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22-5, Toegye-Ro 6-Gil, Jung-Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/0/0/7/187007_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.89" OriginalAmount="240.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56178" Longitude="126.98695" StarRating="2" HotelCode="|188425" HotelName="K-Guesthouse Myeongdong 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Floor, #33 Myong-dong 8ga-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/2/5/188425_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.558487531568" Longitude="126.98848098834" StarRating="2" HotelCode="384596|mama_guesthouse" HotelName="Mama Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34-1 Sopa-ro 4-gil, Jung-gu, Seoul 100-250</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5e/1b5ed05e7b6f677b744451e4e8cc11fa17fdc664.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56305719" Longitude="126.98574287" StarRating="2" HotelCode="563060|philstay_myeongdong_metro" HotelName="Philstay Myeongdong Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19-3 Myeongdong 10-gil, 5F, Jung-gu, Seoul 04537</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/97/d49776e8faa0853c55cc480a1d80e269efac8a24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its range of services and facilities, the hotel ensures travellers a pleasant and comfortable s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.77" OriginalAmount="243.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.524243" Longitude="126.962386" StarRating="0" HotelCode="|453484" HotelName="WO Yongsan Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9, Hangang-daero 7-gil, Yongsan-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/4/8/4/453484_bfd7b6c1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.599245073327" Longitude="126.9367753835" StarRating="3" HotelCode="360081|cs_seoul_hotel" HotelName="H Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>585-1 Tongil-ro, Eenpyenog-gu, Seoul 03473</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/be/a9bee7b7e986084c98ed935578e2032e5fe7ff0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48624999" Longitude="127.01362529" StarRating="2" HotelCode="770355|nineth_hotel" HotelName="Nineth Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Banpo-daero 14-gil, Seocho-gu, Seoul 06651</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/61/ac610e8d029d9a02735a6288879e0923e2d9109e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.94" OriginalAmount="245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.485211" Longitude="127.012823" StarRating="0" HotelCode="|465120" HotelName="Yuwon Nambu Terminal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>29, Banpo-daero 12-gil, Seocho-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/1/2/0/465120_7a4f2b21254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.33" OriginalAmount="246.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4768016" Longitude="127.0459376" StarRating="3" HotelCode="|373807" HotelName="Cullinan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>74-1, Nonhyeon-ro, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/8/0/7/373807_7285c501258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5647396" Longitude="127.00981954" StarRating="3" HotelCode="553358|96_bunz_travelers_lodge" HotelName="96Bun Z Travellers Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>343-1 Toegye-ro, Jung-Gu, 04565 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/52/1852037c416406c14f5d851f3b9a133f4da495d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.52" OriginalAmount="248.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.461248" Longitude="126.896187" StarRating="3" HotelCode="|427416" HotelName="MD Doksan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>315 Siheung Daero Geumcheon Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/7/4/1/6/427416_b3ad5c71815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.02" OriginalAmount="249.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5733081" Longitude="127.0238996" StarRating="2" HotelCode="|259813" HotelName="Darak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38, Cheonho-daero 2-gil, Dongdaemun-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/9/8/1/3/259813_eb3f1941655.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.49" OriginalAmount="250.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.49438" Longitude="126.49298" StarRating="3" HotelCode="|159690" HotelName="Incheon Airport Zeumes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2805-3, Unseo-dong, Jung Gu (31, Huinbawi-ro 59beon-gil, Jung-gu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/9/6/9/0/159690_961d1691846.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is situated 11 kilometres away from Incheon the airport 50 kilometres away from SeÃºl the centre of Incheon it is a 70-minute bus ride away from 30 minutes away from the establishment clients have Gimpo International Airport. HOTEL: This comfortable hotel, has air-conditioning, a hall, a restaurant and room service. ROOM: All the rooms have a shower, a hairdryer, a satellite television and internet. RESTAURANT: Customers can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55852958" Longitude="127.07650465" StarRating="3" HotelCode="494268|hotel_the_designers_kondae" HotelName="Hotel The Designers Kondae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>521 Cheonho-daero, Gwangjin-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/70/1d70ff94937330a15051ca10cf664df87780f86c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.47676349" Longitude="127.04584801" StarRating="2" HotelCode="610554|hotel_cullinan_2" HotelName="Hotel Cullinan Gaepo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>74-1 Nonhyeon-ro, Gangnam-gu, Seoul 06307</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/07/f507afb919042cc1c7046e1efe8684200ca1f9cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant and a café are available to guests of the hotel. Wireless internet access is available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48544044" Longitude="126.92928646" StarRating="3" HotelCode="564132|hotel_wd" HotelName="WD Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>349 Sillim-ro, Gwanak-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ea/55eae05832a3497d90cbf6aa3bc93182c3f2afa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="884715|hotel_yaja_sillim_2" HotelName="Hotel Yaja Sillim 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1422-8 Sillim-dong</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/0f/e50f235bcb5e9ae26678c450e24a04ccd79b789a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57489145" Longitude="126.98406895" StarRating="2" HotelCode="734341|junoh_hotel" HotelName="Junoh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Insadong 16-gil, Jongno-gu, Seoul 03146</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e9/1fe9f575ea7a48e43bf6333170334956397ba9f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.65" OriginalAmount="256.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55821" Longitude="126.98107" StarRating="2" HotelCode="|188973" HotelName="Seoul City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>69, Toegye-ro 4-gil (ex. 72-1, Hoehyeon-dong 1-ga)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/7/3/188973_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.79" OriginalAmount="257.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564816" Longitude="126.9838" StarRating="3" HotelCode="|334617" HotelName="Calistar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>4F, Artnouveau Centum, 21, Myeongdong 7-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/6/1/7/334617_8dec7ff1841.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.31" OriginalAmount="257.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55674" Longitude="127.08019" StarRating="0" HotelCode="|238444" HotelName="Boutique 9 Neungdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>560, Cheonho-daero, Gwangjin-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/4/4/4/238444_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48452977" Longitude="126.92685906" StarRating="3" HotelCode="595010|trang_blue_hotel" HotelName="Trang Blue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52-1 Sillimdong 7-gil, Gwanak-gu, Seoul 08759</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/89/0f893aeaa0368a09de3f7b0755c81971575c8ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5635438" Longitude="127.00864416" StarRating="2" HotelCode="774058|le_lit" HotelName="Le Lit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 10-gil Jangchungdan-ro, Jung-gu, Seoul 04614</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a7/f8a728a78536beefae3b12afa2c277d5adcebbc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.46139424" Longitude="126.89717542" StarRating="0" HotelCode="954827|staz_hotel_doksan" HotelName="Staz Hotel Doksan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>315 Siheung-daero, Geumcheon-gu, Seoul 08608</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/3c/513c21adf6a6aa000f9aa86707d7ffdc974ad5f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54938" Longitude="126.92069" StarRating="2" HotelCode="|188889" HotelName="Mamas and Papas Guesthouse and Apartments In Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/8/8/9/188889_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.65" OriginalAmount="259.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.471122" Longitude="126.898876" StarRating="0" HotelCode="|522492" HotelName="Doksan in Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35, Gasan-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/9/2/522492_8b2045f1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.44" OriginalAmount="259.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56298" Longitude="126.92434" StarRating="0" HotelCode="|478218" HotelName="Mono House Hongdae 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>229-23, Yeonnam-dong, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/2/1/8/478218_9add1131238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.08" OriginalAmount="260.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.504081" Longitude="127.053082" StarRating="0" HotelCode="|476789" HotelName="Prince" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>43, Seolleung-ro 86-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/7/8/9/476789_f0980d20000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.559545957301" Longitude="126.83565734322" StarRating="3" HotelCode="406223|inter_city_seoul" HotelName="Inter City Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76-3 Magokjungang 6-ro, Gangseo-gu, Seoul 07803</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a5/3ca557586d79a4bad23b34319ed50e6c3a5faca2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.504148497769" Longitude="127.05309178509" StarRating="2" HotelCode="400886|prince_hotel_23" HotelName="Prince Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Seolleung-ro 86-gil, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/cd/77cd1fce508328e64ce4f0163563362a8b345a00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.08" OriginalAmount="261.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54003" Longitude="127.09351" StarRating="3" HotelCode="|532877" HotelName="Guui Box" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>465, Achasan-ro, Gwangjin-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/7/7/532877_f3117ad1031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56056546" Longitude="126.92103286" StarRating="2" HotelCode="600938|sunny_hill_hostel_hongdae" HotelName="Sunnyhill Hostel Hongdae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>60-3 Donggyo-ro 27-gil, Mapo-gu, Seoul 03990</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/20/712012f566687804cd09b440a1eb7a2a01b6c87b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.95" OriginalAmount="262.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5618541" Longitude="126.98654" StarRating="3" HotelCode="|374846" HotelName="Myeongdong Sunshine Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27, Myeongdong 8ga-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/4/6/374846_86912441334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.52" OriginalAmount="262.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48447" Longitude="126.92681" StarRating="3" HotelCode="|235839" HotelName="Trang Blue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>52, Sillimdong 7-gil, Gwanak-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/3/9/235839_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.27" OriginalAmount="263.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59928" Longitude="126.93683" StarRating="3" HotelCode="|186953" HotelName="Eunpyeong Cs Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>585-1, Tongil-ro, Eunpyeong-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/5/3/186953_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.62" OriginalAmount="263.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.559554" Longitude="126.835949" StarRating="3" HotelCode="|428263" HotelName="Intercity Seoul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>76-3, Magokjungang 6-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/2/6/3/428263_fb5103a0719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55671138" Longitude="127.08014896" StarRating="2" HotelCode="700386|hotel_boutique_9_neungdong" HotelName="Butique 9 Hotel Gunja" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>560 Cheonho-daero, Gwangjin-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/47/b14761d9c2817ddb71a1190c1ed98e3223dc44a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Boutique 9 Neungdong in Seoul (Gwangjin), you'll be clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.59" OriginalAmount="264.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.482576" Longitude="126.917386" StarRating="0" HotelCode="|534429" HotelName="Sillim Dominic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1501 Nambusunhwan-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/2/9/534429_1ac749e1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5728875" Longitude="126.98891" StarRating="3" HotelCode="194935|hotel_cats" HotelName="Hotel Yaja Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-1 Supyo-ro 28-gil, Jongno-gu, Seoul 03133</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/7b/6e7b7b6b8d1ff839e65a4b3d873c1a211f3f4f8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.574696821924" Longitude="126.98976501017" StarRating="2" HotelCode="316600|yellow_brick_3" HotelName="Yellow Brick Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Sam-ildaelo 32ga-gil, Seoul, Jonglo-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/f5/81f5e38a19aac8807d1eb0d9f0fe0bae775d3213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.67" OriginalAmount="267.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.571429726088" Longitude="127.01184410482" StarRating="2" HotelCode="316540|hotel_gaon_seoul_dongdaemun_" HotelName="Hotel Gaon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Jong-ro 48-gil, Seoul, Jongno-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b8/b3b8b11896b38ea5a9f605507f8e703a84df5ccc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.571928901249" Longitude="126.98952029822" StarRating="1" HotelCode="212206|jongno_cutee_hotel" HotelName="Cutee Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="24 Hour Power Supply,Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>76-2 Donui-dong, Jongro-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ea/a0eaf68cfbb1ac452fd743d6ea0fb1768910d214.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;These adult-only premises (over 18's only) are decorated in wood and stone a mere 150 metres from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53826184" Longitude="127.1379656" StarRating="2" HotelCode="345272|harmony_hotel_7" HotelName="Harmony Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Cheonjung-ro 40-gil, Gangdong-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/4a/a64a100b1ba4afef40d708efb58f2b3cb91e62f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.61" OriginalAmount="268.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.584133" Longitude="126.998093" StarRating="0" HotelCode="|468166" HotelName="Snowflower Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Seonggyungwan-ro, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/1/6/6/468166_173a3fb1143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563613055645" Longitude="127.03535813602" StarRating="3" HotelCode="167662|amourex_hotel" HotelName="Amourex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bungalow Complex" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Wangsimni-ro 20-gil, Seongdong-gu, Seoul 04709</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/50/00503c8558cbc69641f8520839a812ae470a199a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the crossroads connecting Kangnam and Kangbuk, merely minutes from the Wang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.556737481825" Longitude="126.9397442753" StarRating="2" HotelCode="354928|fiona_hotel" HotelName="Fiona Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Yonsei-ro 2-gil, Seodaemun-gu, Seoul 03778</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/81/448173a8f57648bb91579f1831ba5120b3c3a928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5329229" Longitude="127.0872914" StarRating="2" HotelCode="600781|riverside_guest_house_2" HotelName="Riverside Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>702-4 Ttukseom-ro, Gwangjin-gu, Seoul 05112</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/21/8321672efc73d6f4276c671ead2ba26cb4e62cd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5647907" Longitude="126.98375527" StarRating="3" HotelCode="774921|calistar_hotel" HotelName="Calistar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Myeongdong 7-gil, 4 Floor, Artnouveau Centum, Seoul 04534, Jung-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/0a/ca0a4705e59d92cc9dd87240f6f1907eff76caee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.92" OriginalAmount="270.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5565" Longitude="126.99351" StarRating="3" HotelCode="|188165" HotelName="Boutique  Young Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Pildong-ro 8-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/6/5/188165_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.95" OriginalAmount="270.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.484161" Longitude="127.038779" StarRating="0" HotelCode="|484193" HotelName="30 month HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Nambusunhwan-ro 358-gil, Seocho-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/1/9/3/484193_95379ef2013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.05" OriginalAmount="270.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56688" Longitude="127.00646" StarRating="0" HotelCode="|187060" HotelName="Seoul Ddk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9-8, Eulji-ro 43-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/0/6/0/187060_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.14" OriginalAmount="270.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.565708" Longitude="127.005825" StarRating="2" HotelCode="|532983" HotelName="Chloe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Eulji-ro 42-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/8/3/532983_37746711139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.70" OriginalAmount="271.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55852" Longitude="126.9848" StarRating="0" HotelCode="|189018" HotelName="Red Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Sogong-ro 6-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/1/8/189018_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.42" OriginalAmount="272.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56266" Longitude="126.97789" StarRating="2" HotelCode="|178994" HotelName="Daewoo Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-2, Sejong-daero 14-gil (Ex. 65-1, Bukchang-dong), Jung-gu, Seoul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/9/9/4/178994_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55638081" Longitude="126.93932055" StarRating="0" HotelCode="570475|hotel_mac" HotelName="Hotel Mac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Internet,Laundry,Restaurant,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>20-40 Changcheon-Dong, Seodaemun-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/78/5b78ffac73550f7483a5f40d0a04d4b0321fd553.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated within Sinchon University District this stylish hotel is a 5-minute walk from Sinchon Subwa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56187302" Longitude="126.98710718" StarRating="2" HotelCode="564143|myeongdong_sunshine_guesthouse" HotelName="Myeongdong Sunshine Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>27 Myeong dong 8ga-gil, Sunshine Building Floor 7, 8, Jung-gu, Seoul 04537</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/8c/0b8c8e02b6c7d50b81d57e40cf2708b6567fc0a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55643732" Longitude="126.94246351" StarRating="3" HotelCode="616072|h_avenue_hotel_idae_sinchon" HotelName="H Avenue Hotel Idae Shinchon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Internet,Printer,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>152 Sinchon-ro, Mapo-gu, Seoul 04104</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fb/1ffb0dda056e9bd7b3679b5a3ac185e55628980d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Renovated in 2017, H Avenue Hotel Shinchon guarantees a pleasant stay for guests visiting the busine...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.24" OriginalAmount="276.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566535" Longitude="126.9779692" StarRating="3" HotelCode="|170002" HotelName="Mate  Bundang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>261-4 Seohyun, Bundang-gu, Seongnam-Si, Gyeonggi-d 261-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/0/0/2/170002_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2012, has 62 rooms, 51 single rooms, 10 double rooms and 1 villas. SITUATION: This hotel is in Seoul a good location in is situated in the city centre excellent transport links to the city, near the establishment, guests will find the bus stop and the metro stop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.77" OriginalAmount="277.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.558217125841" Longitude="126.98101165003" StarRating="2" HotelCode="358759|seoul_city_hotel" HotelName="Seoul City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>69 Toegye-ro 4gil, Jung-gu, Seoul 04634</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ba/2aba4ddc5866f7cc2870999bd69f38675bb024f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56623057056" Longitude="127.00636262815" StarRating="2" HotelCode="380566|kpop_hotel_dongdaemun" HotelName="K Pop Hotel Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>255 Eulji-ro, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/51/d8512992537597635e6514f91e9217e5e0d1c6b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57404" Longitude="126.988214" StarRating="3" HotelCode="78589|crown_insadong_2" HotelName="Crown Insadong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Nakwon Dong, Jongro Ku, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/d7/82d70865042a8bc1ea3e187afb43342e66a27196.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at a central transport hub. Since there are a variety of attractions and sights...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57313835" Longitude="127.01408838" StarRating="2" HotelCode="553371|cobe_guesthouse_dongdaemun" HotelName="Cobe Guesthouse Dongdaemun Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>12-8 Jong-ro 53-gil, Jongno-gu, 03104 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e8/51e8c9a767c82102cc1bf46467c4cb573868990b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a laundry service. Wireless internet access is available to guests in the public ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54612639" Longitude="127.06635457" StarRating="2" HotelCode="630230|h_avenue_hotel_kondae_seongsu" HotelName="H Avenue Hotel Kondae Seongsu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>156 Dongil-ro, Gwangjin-gu, Noyuil-tong, Seoul 05013</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d2/33d27ee86fdfc89a6e0d9039baa6495e66759a49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.81" OriginalAmount="281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.587844846847" Longitude="126.9166968814" StarRating="2" HotelCode="355937|ekonomy_hotel_eunpyeong" HotelName="Ekonomy Hotel Eunpyeong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Eungam-ro, Eunpyeong-gu, Seoul 03485</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/01/2a012db1f3bc1efada0f3c73a8413a38692a8859.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Kimpo International (SEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.81" OriginalAmount="281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562659221673" Longitude="127.03483107761" StarRating="3" HotelCode="344380|hotel_cullinan_wangsimni_" HotelName="Hotel Cullinan Wangsimni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Muhak-ro 2-gil, Seongdong-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/zz/0aad564a07e819f5b86c058a77b69f67fe63a47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.81" OriginalAmount="281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50710025" Longitude="127.0594205" StarRating="3" HotelCode="664996|whouse" HotelName="Khan Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Teheran-ro 88-gil, Gangnam-gu, Seoul 06179</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/53/895345a58afb6f62b3aa52c08a656ed6c491a356.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50114086" Longitude="126.93328701" StarRating="3" HotelCode="510776|handpicked_hotel_collections" HotelName="Handpicked Hotel And Collections" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>120 Sangdo-Ro, Dongjak-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/92/d692da09affc88569b80fedecd2837fe35f0b818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56944033" Longitude="126.98492933" StarRating="2" HotelCode="953768|mj_stay_2nd" HotelName="MJ Stay 2nd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Ujeongguk-ro 2-gil, Jongno-gu, 03189 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/05/cc059c30b24b5fba483ea5e00a58ec4fff59085b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.12" OriginalAmount="282.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5054207" Longitude="127.0252682" StarRating="0" HotelCode="|327863" HotelName="K-grand Gangnam 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11, Gangnam-daero 112-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/6/3/327863_b0745a31812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.38" OriginalAmount="282.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563054" Longitude="127.034985" StarRating="0" HotelCode="|533945" HotelName="Just Stay Wangsimni Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12-1 Wangsimni-ro 22-gil, Seongdong-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/4/5/533945_8be429f1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50281" Longitude="127.0398" StarRating="3" HotelCode="337914|nox_hotel" HotelName="Nox Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-13 Teheran-ro 37-gil, Gangnam-gu, Seoul 06142</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/6e/426e2a1eb7d9cd3ba0726ef4d7a7824016b463cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seoul, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55706277" Longitude="126.93798204" StarRating="2" HotelCode="852515|hotel_forestar_sinchon" HotelName="Hotel Forestar Sinchon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Yonsei-ro 4-gil, Seodaemun-gu, Seoul 120-180</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/58/1d58922e5e1027ba4e5a888b660c5b594a7aaa66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.58905161" Longitude="127.05487487" StarRating="2" HotelCode="622739|hotel_soo_2" HotelName="Hotel Soo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Imun-ro, Dongdaemun-gu, Seoul 02446</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/54/20543759101665ec86a0406ad6f73464f1678c96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Soo Hotel offers comfort and convenience whether you're on business or holiday in Seoul. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.23" OriginalAmount="285.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562974" Longitude="127.005502" StarRating="2" HotelCode="|154669" HotelName="Youngbin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18, Toegye-ro 56-gil (Ex. 240, Ssangnim-dong), Jung-gu, Seoul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/6/6/9/154669_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Myung Dong the business district Clients can find dining facilities and shopping areas.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.99" OriginalAmount="286.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57341" Longitude="127.02075" StarRating="0" HotelCode="|235339" HotelName="Seoul N Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21, Jong-ro 66ga-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/3/9/235339_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.51" OriginalAmount="286.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56625" Longitude="127.00656" StarRating="2" HotelCode="|188429" HotelName="Kstar Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>255, Eulji-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/4/2/9/188429_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56263587" Longitude="126.98571487" StarRating="0" HotelCode="967415|413700" HotelName="Mayone Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35-12 Myeongdong 10-gil, Jung-Gu, Seoul 04537</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/07/dd070a79551f61967945e2831f307ecdf5347dca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.528654460776" Longitude="126.84658280612" StarRating="0" HotelCode="361338|voll_hotel" HotelName="Hotel Voll" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>905-8 Hwagok 1-Dong, Ganseo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/3f/4d3f51b9287cdb7cb078e2b6ceec0f2dd81eb6ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.75" OriginalAmount="287.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.476" Longitude="127.04646" StarRating="3" HotelCode="|187934" HotelName="Denim" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>66, Nonhyeon-ro, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/3/4/187934_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290.88" OriginalAmount="288" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5576016" Longitude="126.94249905" StarRating="2" HotelCode="595421|222249" HotelName="Hotel Tree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101-10 Yonsei-ro 2-gil, Seodaemun-gu, Seoul 03780</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e6/55e696ec653a22f50db8005686790d7af13c7501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52134615" Longitude="127.05687486" StarRating="3" HotelCode="778210|lavita_hotel" HotelName="Lavita Hotel Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>712 Yeongdong-daero, Gangnam-gu, Seoul 06075</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/47/a74700f374f96b2848a41196ce2f9bd3297c289b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.84" OriginalAmount="288.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56294252" Longitude="127.00565052" StarRating="2" HotelCode="362827|1602068" HotelName="Youngbin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Toegye-ro 56-gil, Jung-gu, 100400 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/72/7b721363999fb7abe00950066938f9facf730dea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.40" OriginalAmount="290.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.476110054084" Longitude="127.04666875358" StarRating="3" HotelCode="383774|1602308" HotelName="Hotel Denim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>66 Nonhyeon-ro, Gangnam-gu, Seoul 135-964</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/84/9684556595fcef624b8c9e0ae9cb54d0f8aa56ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.66" OriginalAmount="290.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.568834" Longitude="126.984547" StarRating="0" HotelCode="|558301" HotelName="MG Jonggak" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63-3, Cheonggyecheon-ro, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/3/0/1/558301_7c3006b1240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56250135" Longitude="127.03514089" StarRating="2" HotelCode="569445|forestar_hotel" HotelName="Forestar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Muhak-ro 2-gil, Seongdong-gu, Seoul 04709</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/ce/26ce7a2d16f002d2f0d12888a437aace4fc5c4b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a range of services and facilities, making it ideal for business travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50693111" Longitude="127.05411345" StarRating="2" HotelCode="571598|the_ace_hotel" HotelName="The Ace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-5 Teheran-ro 77-gil, Gangnam-gu, Gangnam-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/af/b0af9937f49452fc349a2dc54994677471f6b25e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at The Ace Hotel in Seoul (COEX), you'll be minutes from Seonjeo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50537535" Longitude="127.05412548" StarRating="3" HotelCode="955213|stella_hostel_3" HotelName="Stella Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Seolleung-ro 90-gil, Gangnam-gu, Seoul 135-280</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/94/4a94644a4e16495c7d18b3b43577a7d50f13a73a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.30" OriginalAmount="291.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561174" Longitude="126.922034" StarRating="3" HotelCode="|426947" HotelName="Dw Stay Hongdae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>566 52 Yeonnam Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/9/4/7/426947_ed014cf1857.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51093516" Longitude="127.08146487" StarRating="2" HotelCode="958836|forestar_hotel_2" HotelName="Forestar Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>23-5 Baekjegobun-ro 7-gil, Songpa-gu, Seoul 05557</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/de/80de314ed6863264e73e04efaf6db5d81317d607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.62245169" Longitude="126.91947165" StarRating="0" HotelCode="956705|hotel_the_artist_yeonsinnae" HotelName="Hotel The Artist Yeonsinnae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>891 Tongil-ro, Eunpyeong-gu, Seoul 03329</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/30/69308e27017cbd3cb9168c089f462003df5b5671.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560626" Longitude="126.979579" StarRating="3" HotelCode="169860|hotel_cozy_myeongdong" HotelName="Hotel Cozy Myoungdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Namdaemunsijang-gil, Jung-gu, Seoul 04529</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/ce/08ce5ffad3200f1a3c790929ff4d2cb346dfc23e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind Myeongdong's Shinsegae department store, and 5 minutes on foot from Hoeh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48256432" Longitude="126.91738373" StarRating="2" HotelCode="596684|dominique_hotel" HotelName="Hotel Dominique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1501 Nambusunhwan-ro, Gwanak-gu, Seoul 08761</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/e6/42e6583c21c9c32a87645195cc474e873ae13105.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Dominique Hotel in Gwanak-gu, you'll be close to Mario Outlet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.24" OriginalAmount="293.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562579" Longitude="126.985867" StarRating="0" HotelCode="|557942" HotelName="Mayone" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35-12, Myeongdong 10-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/9/4/2/557942_286d4ab1644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.49" OriginalAmount="293.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50456" Longitude="127.04394" StarRating="2" HotelCode="|186389" HotelName="24 Guesthouse Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19, Teheran-ro 43-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/8/9/186389_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.556527357232" Longitude="126.99351437152" StarRating="3" HotelCode="362022|hotel_parkview_3" HotelName="Hotel Younginn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>77 Pildong-ro 8-gil, 1-43, Yejang-dong, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/fa/bbfa4e1c208b9dc4a74453dec0b1277f47d50716.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Seoul. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50543008" Longitude="127.02531613" StarRating="2" HotelCode="569294|kguesthouse_premium_gangnam_1" HotelName="K-Grand Hostel Gangnam 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>11 Gangnam-daero 112-gil, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/05/f7051a1a8c2dbfa2ca4415e9541257505f0d14b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a laundry service. Wirele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.95" OriginalAmount="294.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53828" Longitude="127.13789" StarRating="2" HotelCode="|187665" HotelName="Harmony" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63, Cheonjung-ro 40-gil, Gangdong-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/6/5/187665_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="297.30" OriginalAmount="294.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4782585" Longitude="126.87675693" StarRating="3" HotelCode="553363|2088355" HotelName="Gold River Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>584 Seobusaes-gil, Geumcheon-gu, Seoul-si</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/d0/96d09b35557a890e6444d9d385551d28e55602e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562773936899" Longitude="127.03427949606" StarRating="2" HotelCode="515952|wangsimni_regent_hotel" HotelName="Regent Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Internet,Restaurant,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Muhak-ro 2-gil, Seongdong-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/19/b71992a3902910b3cc46778f647016cdb4348928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Well-positioned in Dongdaemun Regent Motel is the ideal point of departure for your excursions in Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55687468" Longitude="126.94130086" StarRating="3" HotelCode="540163|hip_hotel_shinchon" HotelName="Design Hotel Hip" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>82 Yonsei-ro 2-gil, Seodaemun-gu, Seoul 03780</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/b2/6fb2620855991e57ad0f46a393e3bf8ab4605761.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel HIP located at the center of Seoul is a business specialized hotel furnished with comfortable ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.78" OriginalAmount="295.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5816734" Longitude="127.047607" StarRating="3" HotelCode="|327871" HotelName="The Designers Cheongnyangni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>226, Wangsan-ro, Dongdaemun-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/7/1/327871_b348dda1815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4837121" Longitude="127.0324112" StarRating="4" HotelCode="888542|the_riverside_hotel" HotelName="Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6-1 Jamwon-dong, Seocho-gu, Apgujeong / Cheongdam, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ba/80ba28c14a507ef511c5aafca49758f00b09c48a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel proudly offers a delightful, pleasant, and cosy place to stay on the banks of the Han Riv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.81" OriginalAmount="296.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5731311" Longitude="127.0141384" StarRating="0" HotelCode="|327904" HotelName="Cobe Guesthouse Dongdaemun -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-8, Jong-ro 53-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/0/4/327904_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50222145" Longitude="127.09610733" StarRating="3" HotelCode="510494|hotel_infini" HotelName="Hotel Infini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>258 Baekjegobun-Ro, Songpa-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/a5/cfa5a3a8806a9d40141e2d4fd99cec70a9693d86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57332709" Longitude="127.02079669" StarRating="2" HotelCode="569407|seoul_n_hotel_dongdaemun" HotelName="Seoul N Hotel Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Jong-ro, 66ga-gil, Jongno-gu, Seoul 3115</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b4/f5b4d7126c03c94d49f656f6f1c54d9496ae509b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.66779753" Longitude="127.04362032" StarRating="3" HotelCode="595529|hotel_bay_204_dobong" HotelName="Hotel Bay 204 Dobong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>710 Dobong-ro, Dobong-gu, Banghak-dong, Seoul 01333</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/b9/90b9ee220ec54605ca8eaea0b9efce76ec16eb3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.92" OriginalAmount="299.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.478423" Longitude="126.8767624" StarRating="3" HotelCode="|327973" HotelName="Gold River" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>584, Seobusaet-gil, Geumcheon-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/7/3/327973_d7f40991851.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.58166259" Longitude="127.04774168" StarRating="3" HotelCode="491132|210540" HotelName="Hotel The Designers Cheongnyangni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>597-41, Jeonnong-dong, Dongdaemun-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ce/14ce26ef0831a2ba4abcc919d35273a5450b3b13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="300.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5611673" Longitude="127.0602547" StarRating="0" HotelCode="841668|l_hotel_seongdonggu" HotelName="L Hotel Seongdong-gu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228-8 Yongdap-Dong</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/12/e81205f8e6a929e6d7d08588d82bb438630772c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55600498" Longitude="126.93736452" StarRating="2" HotelCode="435298|210503" HotelName="Hotel Lassa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3  Yonsei-ro 2ga-gil   Seodaemun-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/05/db/05db0fde2a2f566d718014ac57eef77df605e58d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.47" OriginalAmount="302.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.510933" Longitude="127.081655" StarRating="2" HotelCode="|375375" HotelName="Forestar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>23-6, Baekjegobun-ro 7-gil, Songpa-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/3/7/5/375375_212082e1309.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.03" OriginalAmount="303.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="830768|rio_motel_" HotelName="Rio Motel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>823 Hwanghak-dong, Jung-gu, Seoul 100-870</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/dc/97dc1f4a6a86d3895435b8898bdb6a6f28e2c08c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Rio Motel to discover the wonders of Seoul. The hotel offers a high standard of service and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.49472857" Longitude="127.04023905" StarRating="0" HotelCode="508798|gangnam_amare_hotel_" HotelName="Gangnam Amare Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Elevator,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>776-19 Yeoksam-Dong, Gangnam-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/04/94046690419cd0f6070b00b1fef2a43edc370ad1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Gangnam Amare Hotel is a popular choice amongst travelers in Seoul, whether exploring or just passin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.18" OriginalAmount="304.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57163" Longitude="126.99003" StarRating="0" HotelCode="|188199" HotelName="Star The Masterpiece Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>29, Donhwamun-ro 9-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/9/9/188199_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.27" OriginalAmount="304.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50294" Longitude="127.04021" StarRating="0" HotelCode="|236349" HotelName="Star Premier Yeoksam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-11, Teheran-ro 33-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/3/4/9/236349_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566627653416" Longitude="127.00644042199" StarRating="2" HotelCode="345817|ddk_hotel" HotelName="Ekonomy Hotel Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-8 Eulji-ro 43-gil, Seoul, Jung-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/80/d180e6aa093f9c757e1ba900b36ca7acdf5f319e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.51" OriginalAmount="308.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56059" Longitude="126.92256" StarRating="2" HotelCode="|188195" HotelName="Twin Rabbit Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89-8, World Cup buk-ro 6-gil, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/9/5/188195_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="313.23" OriginalAmount="310.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.592587609875" Longitude="127.01865931168" StarRating="3" HotelCode="407258|1738388" HotelName="DH Naissance hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Designated Smoking Area,Elevator,Internet,LCD/Projector,Luggage Storage,Parking,Room Service,Smoking Rooms,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>39 Dongsomun-ro 20na-gil, Dongseon-dong, Seongbuk-gu, Seoul 02845</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ca/86ca1a83f221144cb12d7a0ddd1315c3c05a0e1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at DH Renaissance hotel in Seoul (Seongbuk-gu), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.11" OriginalAmount="311.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5688125" Longitude="126.98457638" StarRating="2" HotelCode="852777|mg_hotel_3" HotelName="MG Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63-3 Cheonggyecheon-ro, Jongno-gu, Seoul 03189</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/dc/dbdc1e8a900bcbc7463ab0691d1c1cda6a8b0da3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.41" OriginalAmount="311.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.553426" Longitude="126.936287" StarRating="2" HotelCode="|523653" HotelName="Sinchon Number 25 Sinchon Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12, Seogang-ro 20-gil, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/6/5/3/523653_d13836b0941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.69" OriginalAmount="312.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562642" Longitude="127.035074" StarRating="0" HotelCode="|536072" HotelName="H Wangsimni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Wangsimni-ro 20-gil, Seongdong-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/6/0/7/2/536072_22146ad2058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.73" OriginalAmount="314.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59261" Longitude="127.01863" StarRating="3" HotelCode="|186976" HotelName="Friendly Dh Naissance By Mindrum Group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39, Dongsomun-ro 20na-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/9/7/6/186976_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.568832" Longitude="126.992962" StarRating="3" HotelCode="95517|central_tourist_hotel_2" HotelName="Central Tourist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>137 Cheonggyecheon-ro, Jongno-gu, Seoul 03193</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/5b/8d5b37f3b2c35d824278df8e9854c27313c37bb2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 17 kilometres away from Gimpo International Airport and is close to Namdaemun,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.568928551116" Longitude="126.98433048277" StarRating="2" HotelCode="495139|hostel_haru" HotelName="Hostel Haru" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61, Cheonggyecheon-ro, Jongno-gu, Seoul 03189</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/5f/095f1554eb5e0b4f3870f1e7291ca8f9209173b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.23" OriginalAmount="317.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5111389" Longitude="127.0821854" StarRating="2" HotelCode="553245|3486985" HotelName="Lavieen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4-15 Ollimpig-ro 12-gil, Jamsil-dong, Songpa-gu, Seoul-si 05557</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/91/6b91534e789559d0b398993bea693c4d8abfebf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities for a comfortable stay. Wireless internet access in public ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50439217" Longitude="127.04327083" StarRating="3" HotelCode="436754|210160" HotelName="Blanc Hotel Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Eunju-ro 94-gil, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/9e/3e/9e3e723d77ea29e629b5a9dcee5e7791780d7d41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.571548760999" Longitude="126.99033173239" StarRating="2" HotelCode="386753|hotel_star_the_masterpiece_suite" HotelName="Hotel Star The Masterpiece Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Donhwamunlo9gil, Nag-wondong, Jonglogu, Seoul 110-320</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/20/6a200bb8b418682433325b900dc05899be570b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="883494|shincheon_ramon_hotel" HotelName="Ramon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-12 Olympic-ro 12-gil</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e2/f2e224ff1e9d0aabed8291ecfb7e87ca5810fb26.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.12" OriginalAmount="319.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56113" Longitude="126.83912" StarRating="3" HotelCode="|188605" HotelName="Sr Seoul Magok" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>678-11 Deungchon-dong, Gangseo-gu, (400, Gangseo-ro, Gangseo-gu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/0/5/188605_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56399559" Longitude="126.98545641" StarRating="2" HotelCode="385200|87101" HotelName="Step Inn Myeongdong 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Myeongdong-gil, 15th Floor Taeheung Building, Jung-gu, Seoul 100-021</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/4c/684c2d0f96b520e9dbc38d8bf687c3255a82c27a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.80" OriginalAmount="320.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5590027" Longitude="126.9855553" StarRating="0" HotelCode="|327957" HotelName="Yolo Guesthouse -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-8, Toegye-ro 20na-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/5/7/327957_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.22" OriginalAmount="322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55364623" Longitude="126.96663278" StarRating="2" HotelCode="595360|seoul_station_r_guesthouse" HotelName="R Guesthouse Seoul Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>16-7 Mallijae-ro 36-gil, Yongsan-gu, Seoul 04300</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/98/ef98e074e6afebaa13a408135b0deaa4be535721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50550517" Longitude="127.09675117" StarRating="0" HotelCode="420208|premium_zum_motel_2" HotelName="Zum Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="24 Hour Room Service,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Samhaksa-ro, Songpa-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/7f/d97f2f18dab9b760036f280492c86835d724a0eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;ZUM Motel is perfectly located for both business and leisure guests in Seoul. Featuring a complete l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50274029" Longitude="127.04032791" StarRating="2" HotelCode="550847|yeoksam_hotel_star_premier" HotelName="Hotel Star Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6-11 Teheran-ro 33-gil, Gangnam-gu, Seoul 06142</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/87/318758a6788c4e91741fc457fa55a36e4811b074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.94" OriginalAmount="323.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5524" Longitude="126.91802" StarRating="3" HotelCode="|186838" HotelName="Bobo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>94, Yanghwa-ro, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/8/3/8/186838_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.59" OriginalAmount="324.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.569801" Longitude="126.91542" StarRating="3" HotelCode="|472106" HotelName="Hongdae The Gray" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>34-6, Susaek-ro, Seodaemun-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/1/0/6/472106_e4247e21228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.84" OriginalAmount="324.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5560816" Longitude="126.937179" StarRating="2" HotelCode="|327885" HotelName="Lassa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3, Yonsei-ro 2ga-gil, Seodaemun-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/8/5/327885_b9f0f3d1821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56113499" Longitude="126.83932891" StarRating="3" HotelCode="345979|sr_hotel_seoul_2" HotelName="SR Hotel Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>400 Gangseo-ro, Gangseo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/e8/0de8e1a1062ad9590f1679300e53f11852782f8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56262321" Longitude="127.03509894" StarRating="2" HotelCode="868189|h_hotel_10" HotelName="H Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Wangsimni-ro 20-gil, Seongdong-gu, Seoul 04709</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/f7/50f775b6730bf540d856a8f2c7f331e1647bdb0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.78" OriginalAmount="326.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56612" Longitude="127.015907" StarRating="0" HotelCode="|525250" HotelName="Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>259 Dasan-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/2/5/0/525250_70af9291152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="331.28" OriginalAmount="328" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.477262899906" Longitude="126.98003760048" StarRating="3" HotelCode="312578|79852" HotelName="Hotel Karashy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Dongjak-daero 1-gil, Dongjak-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/90/d790c268d246831a72b264ede402413721a69b0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Kimpo International (SEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.78" OriginalAmount="328.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5603369" Longitude="126.8340334" StarRating="3" HotelCode="|260038" HotelName="M Felice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15, Magokdong-ro 4-gil, Gangseo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/0/3/8/260038_01888541717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.30" OriginalAmount="330.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.553542654758" Longitude="126.93629936027" StarRating="3" HotelCode="380486|lanuit_hotel" HotelName="Hotel LaNuit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Seogang-ro 20-gil, Mapo-gu, Seoul 04109</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6c/316cda1a10786091bb6e9365b210a1ea77d37770.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.30" OriginalAmount="330.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59423102" Longitude="127.01897219" StarRating="2" HotelCode="615780|h_avenue_hotel_dongdaemun_sungshin" HotelName="H Avenue Hotel Dongdaemun Sungshin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Dongsomun-ro, Seongbuk-gu, Seoul 02845</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/70/f9709d0925577d5ac8dd4989678190134002c5d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55694537" Longitude="126.94194248" StarRating="2" HotelCode="522122|210740" HotelName="Time Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>104-40 Daehyeon-Dong, Seodaemun-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/12/e61222c2d4d12cc73a7e30e7ff56cd9b9835e28c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 460 metres from Shinchon Subway Station, this superb hotel is about an hour's drive from Incheo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.31" OriginalAmount="331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51854982" Longitude="126.90637417" StarRating="2" HotelCode="509424|hotel_ahava" HotelName="Hotel Ahava" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>7-13 Yeongdeungpo-dong 3-ga, Yeongdeungpo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d0/07d0a1e275e599a8000cfd88c20bb83d1132f807.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Yeong-deungpo, Hotel Ahava promises a relaxing and wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.31" OriginalAmount="331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.552670931315" Longitude="126.91800397566" StarRating="2" HotelCode="424170|bobo_hotel_hongdae_2" HotelName="Bobo Hotel Hongdae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>94 Yanghwa-ro, 373-1 Seogyo-dong, Mapo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b7/60b75b395aee5f632ddb8482434dd3226ef0810d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at BOBO Hotel in Seoul (Mapo), you'll be minutes from Hongdae Music Show Theatre and Tri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.31" OriginalAmount="331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.502807914638" Longitude="127.03943548057" StarRating="3" HotelCode="909807|tria_hotel" HotelName="Tria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Teheran-ro 33-gil, Gangnam-gu, Seoul 135-080</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/7d/e07d5f391d8bc99d304bd95268cd00e727e112cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56213625" Longitude="126.97797027" StarRating="3" HotelCode="397168|hotel_8_hours" HotelName="Hotel 8 Hours" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26-10 Namdaemunro 1-ga, 2 Floor, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1a/361ac22566ea42af6c7dc3ebcbcc8ba6c02815e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51104425" Longitude="127.08109997" StarRating="3" HotelCode="933033|pharos" HotelName="Pharos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5 Olympic-ro 10-gil, Songpa-gu, Seoul 05557</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2f/a92f41c3fe5938114fc972590c52aaaed442652c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.05" OriginalAmount="332.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.557013" Longitude="126.941997" StarRating="0" HotelCode="|131586" HotelName="Time " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>104-40, Daehyeon-dong, Seodaemun-gu, Seoul, R.O.Korea 120-809</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/8/6/131586_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Sinchon and Gyeongui Line it is situated between 5 minutes away, you can find Idae the Station of it is situated 8 minutes away from Sinchon the Station of. ROOM: The rooms have WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="337.15" OriginalAmount="333.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="1" HotelCode="392606|1764958" HotelName="88 Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>333-41 Seogyo-dong, Mapo-gu, Seoul 04053</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/a0/c8/a0c82f39e88c43f6a31e3d2a904d8f02c0e1d904.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a laundry service. Wirele...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.71" OriginalAmount="334.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.592629" Longitude="127.018606" StarRating="3" HotelCode="|428406" HotelName="Friendly DH Naissance Hotel by Mindrum group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Dongsomun-ro 20na-gil, Seongbuk-gu, 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/4/0/6/428406_97883c21603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.549125" Longitude="126.878651" StarRating="5" HotelCode="888498|best_western_niagara_hotel" HotelName="Niagara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>743 Yangcheon-ro, Gangseo-Gu, Seoul 07539</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/5f/0d5fb427563c7d23b17c85233bac55d6e1e8649a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city of Seoul, just 20 minutes’ drive from Seoul City Hall and about 30...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.36" OriginalAmount="336" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566219409951" Longitude="127.00540244579" StarRating="3" HotelCode="70744|35160" HotelName="CO-OP Residence Uljiro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Eulji-ro, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/11/e2119494bd252cd7b514410a1c3023f981cacfe3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in the Dongdaemun area of Seoul, 1 km away from Dongdaemun, and is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.36" OriginalAmount="336.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.495864812641" Longitude="127.01405866118" StarRating="2" HotelCode="380390|gangnam_guesthouse" HotelName="Gangnam Hub Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="24 Hour Front Desk,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>11 Seocho-daero 51-gil, Seoul, Seocho-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/43/6a434495562dee41b428f8f590ba719d9834ecdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Seoul, Gangnam Hub Guesthouse puts everything the city has to offer just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="340.03" OriginalAmount="336.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50211032" Longitude="126.88324172" StarRating="2" HotelCode="553223|2564435" HotelName="Hotel Cocomo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20 Saemal-ro, Guro-gu, Seoul 08292</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/c7/55c701ccf6895831e1627f27c0aae8575debbf77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.37" OriginalAmount="337.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.548878119962" Longitude="126.91084219536" StarRating="2" HotelCode="384367|hapjeong_circle_hotel" HotelName="Circle Hotel Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Yanghwa-ro, Mapo-gu, Seoul 121-885</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/94/27941fa608127c7a5050e64f2bca8f3112d3206f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.86" OriginalAmount="337.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563042" Longitude="127.003756" StarRating="3" HotelCode="|427420" HotelName="Sarang Guesthouse Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 3 Toegye Ro 52 Gil Jung Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/7/4/2/0/427420_b6e1a901818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="342.39" OriginalAmount="339" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.59371173" Longitude="127.01851456" StarRating="3" HotelCode="616035|249969" HotelName="Hotel The Artist Dongseon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>126 Dongsomun-ro, Seongbuk-gu, Seoul 02845</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c0/d7c02cbe2537a3e7549088cf2bb63af8efdae5ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.39" OriginalAmount="339.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57346079" Longitude="126.99182416" StarRating="3" HotelCode="853324|tong_tong_petit_hotel" HotelName="Tong Tong Petit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 Yulgok-ro 10-gil, Jongno-gu, Seoul 03134</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/40/ed4059da89afb30178cf240286ea3f4b59976359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.11" OriginalAmount="340.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5020416" Longitude="126.88332" StarRating="2" HotelCode="|327931" HotelName="Connected Hotel Guro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20, Saemal-ro, Guro-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/3/1/327931_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.67" OriginalAmount="341.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5689279" Longitude="126.9842089" StarRating="0" HotelCode="|327898" HotelName="Haru" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10F, 61, Cheonggyecheon-ro, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/9/8/327898_bf9a6d21827.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.42" OriginalAmount="342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5621206" Longitude="127.06161666" StarRating="3" HotelCode="564966|the_recenz_dongdaemun_hotel" HotelName="Recenz Dongdaemun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>383 Cheonho-daero, Dongdaemun-gu, Seoul 02633</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9c/939caffeb0c9911b07c026461d730238139267f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Recenz Dongdaemun Hotel is a luxurious hotel. The spacious guestrooms feature modern and simple inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.42" OriginalAmount="342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56006351" Longitude="126.83461987" StarRating="3" HotelCode="630751|hotel_m_felice" HotelName="Hotel Mfelice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>15 Magokdong-ro 4-gil, Gangseo-gu, Seoul 07803</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/b3/d7b3a7d8bdbbd81613838cf154e1db7f836c12e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.37" OriginalAmount="342.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.556305" Longitude="126.916752" StarRating="3" HotelCode="|467546" HotelName="Localstitch Creator Town Seogyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>460-25 Seogyo-dong Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/5/4/6/467546_342a25c1156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.43" OriginalAmount="343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55480608133" Longitude="126.98964657734" StarRating="3" HotelCode="362741|richwell_hotel" HotelName="Richwell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>677-9 Yeoksam 1-dong, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/cf/37cf31180c8dfa1865f12f5f6041a41083bf95c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.83" OriginalAmount="344.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5595018" Longitude="126.8370295" StarRating="3" HotelCode="|327969" HotelName="First Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Magokdong-ro 4-gil, Gangseo-gu,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/6/9/327969_7843dbc1048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.07" OriginalAmount="344.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50505" Longitude="127.05414" StarRating="0" HotelCode="|235001" HotelName="Cullinan Daechi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14-16, Teheran-ro 78-gil Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/0/0/1/235001_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.45" OriginalAmount="345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.519104363913" Longitude="126.9018477172" StarRating="3" HotelCode="398446|ciel_hotel" HotelName="Ciel hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Yeongsin-ro 32-gil, Yeongdeungpo-gu, Seoul 07301</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/84/5c8444dd24a6301f9b5a75cd14cb3e0f17a3631a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service and room ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.48" OriginalAmount="348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.557139723829" Longitude="126.98148619429" StarRating="3" HotelCode="360899|hotel_kyoung_dong" HotelName="Kyoung Dong Hotel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Toegye-ro 12-gil, Jung-gu, Seoul 04633</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/70/9c70e4196420a8c9404fb6a5061720150d8d99dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.34" OriginalAmount="348.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5010174" Longitude="126.9330486" StarRating="3" HotelCode="|327868" HotelName="Handpicked and Collections" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120, Sangdo-ro, Dongjak-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/6/8/327868_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5051004" Longitude="127.05418455" StarRating="2" HotelCode="553200|hotel_cullinan_daechi" HotelName="Hotel Cullinan Daechi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14-16 Teheran-ro 78-gil, Gangnam-gu, 06194 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/47/f04783b3d13da82364034a33955ad9a842886f4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52623049" Longitude="126.90890621" StarRating="3" HotelCode="615553|galaxy_hotel_43" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90 Beodeunaru-ro, Yeongdeungpo-gu, Seoul 07230</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d4/e6d46af05e89b725bbdaf489250b675acb0781dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.53" OriginalAmount="349.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.569392" Longitude="126.990524" StarRating="0" HotelCode="|462989" HotelName="Jongno The Post" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15-1, Supyo-ro 18-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/9/8/9/462989_096ffeb1245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.65" OriginalAmount="349.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5014961" Longitude="127.0410935" StarRating="3" HotelCode="|327922" HotelName="Capace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21, Eonju-ro 89-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/2/2/327922_c8d20bb1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.44" OriginalAmount="349.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.572202" Longitude="126.9897" StarRating="2" HotelCode="|532688" HotelName="Simple Stay Jongro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11, Supyo-ro 26-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/6/8/8/532688_7a654f31030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.557374590219" Longitude="126.92129591588" StarRating="2" HotelCode="462461|dw_design_residence" HotelName="DW Design Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>203,47 Donggyo-Dong, Mapo-Gu, Seoúl 121-819</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/fe/90fefd47cb1a2e452706cc37ae60c81fce366dfa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.20" OriginalAmount="351.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55706" Longitude="126.98153" StarRating="3" HotelCode="|188040" HotelName="Kyoung Dong Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>51, Toegye-ro 12-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/4/0/188040_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.52" OriginalAmount="352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57210134216" Longitude="126.98966363366" StarRating="2" HotelCode="338767|jongno_2heaven" HotelName="Hotel 2 Heaven Jongno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Supyo-ro 26-gil, Seoul, Jongno-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/03/940332fb6669175177961c57f863e0ceb633baaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel 2 Heaven Jongno is a popular choice amongst travelers in Seoul, whether exploring or just pass...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.52" OriginalAmount="352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="974285|line_hotel_myeongdong" HotelName="Line Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Myeongdong 3-gil, 5 Floor, Jung-gu, Seoul 04534</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/62/946236ee3c94bdd20f616a03455b84773f67a71f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.575734" Longitude="127.004113" StarRating="3" HotelCode="|427636" HotelName="Glue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Yulgok Ro Jongno Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/7/6/3/6/427636_3730d0a1827.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51516319" Longitude="127.01692954" StarRating="3" HotelCode="510777|the_hotel_babylon_gangnam" HotelName="Hotel Tirol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>64 Naruteo-ro, Seocho-Gu, Seoul 06527</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/9f/c19f49e2d5a5f711fb5d93fbe705bf8afaae6626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50155691" Longitude="127.04106697" StarRating="2" HotelCode="553139|capace_hotel_2" HotelName="Hotel Capace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Eonju-ro 89-gil, 719-20 Yeoksam-dong, Gangnam-gu, Seoul 06221</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/b0/dab009b66c2f57e7c762e3e3c8a2314485ffd544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56372775" Longitude="126.9877732" StarRating="3" HotelCode="598459|ehwa_in_myeongdong" HotelName="Ehwa Hotel Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-1 9 gil Samildaero, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9b/5f9b97c05fdd1dccf7fdd139b733a676ced2e03a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.514541692075" Longitude="127.02012388095" StarRating="4" HotelCode="304594|lex_hotel" HotelName="Lex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>588  Gangnam-daero, 18-2 Nonhyeon-Dong, Gangnam-Gu, Seoul 06043</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b2/84b270a3cad9ff44c956741c0ec428e7a92c3a89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="2" HotelCode="852701|hotel_k_world" HotelName="Hotel K World" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>90 Dongil-ro, Gwangjin, Seoul 05071</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/20/f72081d7743e9ec0842009b37f9063e3ec79490f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57193845915" Longitude="126.99821310541" StarRating="4" HotelCode="934521|ramada_seoul_jongno" HotelName="Hotel Atrium Jong No" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Changgyeonggung-Ro, Jongno-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f1/acf18cdec94f4b269dba81b1d5b3e720c674f97c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="981363|gugi_motel" HotelName="Gugi Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Gangseo-ro 5ga-gil, Gangseo-gu, Seoul 07777</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ea/e7ea9184274aa0160d792dd07de81a5d729a8cb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.58" OriginalAmount="358.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.498789323051" Longitude="127.03397435603" StarRating="2" HotelCode="384481|lexy_hotel" HotelName="Lexy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Teheran-ro 16-gil, Gangnam-gu, Seoul 06235</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fc/b5fcd838df6942af00ff0dd2d001f6bc1ac6e3ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.64" OriginalAmount="359.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53388" Longitude="126.99163" StarRating="0" HotelCode="|237985" HotelName="Itaewon A One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-8, Itaewon-ro 20-gil, Yongsan-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/9/8/5/237985_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.33" OriginalAmount="359.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55911" Longitude="126.9845" StarRating="2" HotelCode="|448245" HotelName="Namsan Forest in Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29, Toegye-ro 14-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/4/5/448245_1d001c71204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56513305" Longitude="127.00265673" StarRating="4" HotelCode="319496|baiton_seoul_dongdaemun_2" HotelName="Baiton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>346 Dongho-ro, Jung-gu, Seoul 04561</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/48/3c487499147ad51efe64c5fcd7d5fb687e325ebf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.502602" Longitude="127.039911" StarRating="4" HotelCode="297220|hotel_grammos" HotelName="Grammos Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-5, 33 Gil Teheran-ro, Ganggam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/74/097482d55953ef448fbc89cd29db8c4502bc4435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="983428|the_gray_hotel" HotelName="The Gray Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>34-6 Susaek-ro, Seodaemun-gu, Seoul 03712</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/e7/e1e74786e5daab2f170d28a646547cf8501881ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.39" OriginalAmount="362.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5460724" Longitude="127.0664066" StarRating="3" HotelCode="|259997" HotelName="H Avenue Kondae Seongsu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>156, Dongil-ro, Gwangjin-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/9/9/9/7/259997_fd1a4e71713.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.63" OriginalAmount="363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="2" HotelCode="553391|jamsil_cherry_seoul" HotelName="Jam Sil Cherry Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Ogeum-ro 11-gil, Songpa-gu, Seoul 05542</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/7f/197f4b8453285d3c487761785332abb266a0b65b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.63" OriginalAmount="364.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.47709" Longitude="126.980416" StarRating="0" HotelCode="|166301" HotelName="Sr Sadang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1043-6, Sadang-dong, Dongjak-gu, Seoul, Korea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/3/0/1/166301_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the business area, 4 minutes away from the establishment, clients can find Sadang the Station of Gangnam 15 minutes away from the establishment clients have. ROOM: Customers can find fully-equipped rooms. FACILITIES: Guests are offered a restaurant with Italian dishes and a bar. The establishment also offers a lounge and meeting facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.55" OriginalAmount="365.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.533405" Longitude="127.005633" StarRating="0" HotelCode="|557195" HotelName="Hannam 67" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>67, Daesagwan-ro, Yongsan-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/1/9/5/557195_7e17f481054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.66" OriginalAmount="366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.552067108171" Longitude="126.91749083092" StarRating="4" HotelCode="356782|hotel_the_designers_hongdae" HotelName="Hotel The Designers Hongdae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>373-9 Seogyo-dong, Mapo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/23/382305946b344e58997daf0381e2296ac648f30a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.66" OriginalAmount="366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55791262" Longitude="126.94221293" StarRating="0" HotelCode="535649|stylish_hotel_ditto_sinchon" HotelName="Stylish Hotel Ditto Sinchon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>110-35, Daehyeon-Dong, Seodaemun-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/cb/edcb03e8bfd8771a75058bee34cefac9e002c7cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stylish Hotel Ditto is conveniently located in the popular Shinchon / Hongdae area. The property fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.67" OriginalAmount="367" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.484859741398" Longitude="126.89668076823" StarRating="4" HotelCode="934518|198657" HotelName="Lotte City Hotel Guro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Digital-ro, Guro-gu, Seoul 08379</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/0b/360bb768d72cf5e9dadcf5890fd8c3aafb2097b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Kimpo International (SEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="370.67" OriginalAmount="367.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.559604059577" Longitude="126.83707727976" StarRating="3" HotelCode="548785|luce_bridge_hotel" HotelName="Hotel Lucebridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>797-12 Magog-dong, Gangseo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c8/aec87aa424ad0c2744340fa1cae31406d9110e98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="371.85" OriginalAmount="368.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56178" Longitude="126.98677" StarRating="3" HotelCode="|188311" HotelName="The Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Myeong-dong 8-ga gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/3/1/1/188311_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.56" OriginalAmount="369.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5653" Longitude="126.984" StarRating="0" HotelCode="|427827" HotelName="Line Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36, Myeongdong 3-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/7/8/2/7/427827_2464d180704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.13" OriginalAmount="370.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57211" Longitude="126.9893" StarRating="0" HotelCode="|187933" HotelName="Cullinan Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6, Supyo-ro 26-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/3/3/187933_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.71" OriginalAmount="371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561771348491" Longitude="126.98687156339" StarRating="3" HotelCode="362864|the_stay_hotel_myeongdong" HotelName="The Stay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>31 Myeongdong 8ga-gil, Jung-gu, 100-860 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/82/ad826d24173c8bac6bc79029059f213918cde078.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.71" OriginalAmount="371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50236233" Longitude="127.03846139" StarRating="2" HotelCode="553435|hotel_the_artist_yeoksam" HotelName="Hotel The Artist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Teheran-ro 29-gil, Gangnam-gu, 06141 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b3/7bb38f45f0b1bf72e20ceccbebcc388dea90bf01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56301376" Longitude="126.92637712" StarRating="1" HotelCode="553178|hostel_88_seoul_crown" HotelName="Hongdae Hostel 88 Seoul Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Seongmisan-ro, 5th Floor 501, Mapo-gu, Seoul 03981</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/33/003304303d2365d3a913253e522dec4a5b723c33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.73" OriginalAmount="373.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51958516" Longitude="127.04708423" StarRating="2" HotelCode="409955|kgirl_guesthouse_female_only" HotelName="K-girl Guesthouse - Caters to Women" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Golf,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>20 Hakdong-ro 67-gil / Gangnam-gu No.303, Seoul 135-950</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/00/5600933ce11e8af5486b80223d03ca6b0bb8ed0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1-star K Girl House Female Only offers comfort and convenience whether you're on business or hol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.73" OriginalAmount="373.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48196405" Longitude="127.12351829" StarRating="3" HotelCode="567771|hotel_parkhabio" HotelName="Hotel Park Habio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>111 Songpa-Daero, Songpa-Gu, Seoul 05837</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9f/399fd19ff2c6b0b03dac90c73803e1265077c990.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe, a cash machine and a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.42" OriginalAmount="373.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5014581" Longitude="127.0411348" StarRating="4" HotelCode="|425224" HotelName="Capace Hotel Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>719-20, Yeoksam-dong, Gangnam-gu, Seoul, Korea, 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/2/2/4/425224_6c1c72f1628.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.80" OriginalAmount="380.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53395779" Longitude="126.99159125" StarRating="2" HotelCode="553264|itaewon_a_one_hotel" HotelName="Itaewon A One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Itaewon-ro 20-gil, Yongsan-gu, Seoul 04391</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/f0/3ef0b47347184551afd2956e6c27593d9ab0c1a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities. Wireless internet access in public areas allows...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.83" OriginalAmount="383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5560104996" Longitude="126.93797931014" StarRating="2" HotelCode="380498|hotel_gaeul" HotelName="Hotel Gaeul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13 Yeonselo 2na-gil, Seoul, Seodaemun-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/2b/662bf1607f4a006d2cd049333de58aa6cdb83352.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.84" OriginalAmount="384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.574668548564" Longitude="127.01615733879" StarRating="2" HotelCode="384102|hostel_vanilla_2_dongdaemun" HotelName="Hostel Vanilla 2 Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Luggage Storage,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>34-8 Jong-ro 57-gil, 66-8 Sungin-dong, Jongno-gu, Dongdaemun, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/f3/08f31c6817b49ea7afee20e358a5dee70652b680.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Seoul, Hostel Vanilla Dongdaemun 1 puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.19" OriginalAmount="384.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5571521" Longitude="126.9784463" StarRating="0" HotelCode="|327810" HotelName="Dream Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-5, Toegye-ro 6-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/1/0/327810_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.85" OriginalAmount="385.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5348" Longitude="126.993885" StarRating="3" HotelCode="13177|hamilton_hotel" HotelName="Hamilton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Itaewon-dong, Yongsan-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/b6/e1b6483c259f011704266c1b223d996f20bba122.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the centre of Itaewon, the Mecca of international shopping, the hotel is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.15" OriginalAmount="385.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50252" Longitude="127.03851" StarRating="3" HotelCode="|187640" HotelName="H Avenue " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12, Teheran-ro 29-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/4/0/187640_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.87" OriginalAmount="387.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56379441" Longitude="127.00409977" StarRating="2" HotelCode="613809|hotel_the_designers_ddp" HotelName="Hotel the Designers DDP" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>293-1  Toegye-ro, Jung-gu, Seoul 04560</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e7/32e7fc566f24774665a7a6f8f6197cbc26d9256b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51772318" Longitude="127.02923391" StarRating="3" HotelCode="775090|patio7_hotel" HotelName="Patio7 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>736 Nonhyeon-ro, Seoul 06049</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/7e/5d7ec86a3da854313f3ee02913ba83b2c5418489.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.80" OriginalAmount="388.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.518" Longitude="127.029" StarRating="0" HotelCode="|428678" HotelName="PATIO7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>736 Nonhyeon-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/6/7/8/428678_3f4a8c01415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.486312435699" Longitude="127.01379571902" StarRating="3" HotelCode="360136|snow_hotel_2" HotelName="Snow Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1594-4 Seocho-dong, Seocho-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/cb/5fcb95e9c2ff43553804a6297b767151ec774512.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.91" OriginalAmount="389.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56508" Longitude="127.00238" StarRating="3" HotelCode="|186776" HotelName="Baiton Seoul Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>346, Dongho-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/7/6/186776_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.90" OriginalAmount="390.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.486854802532" Longitude="127.03302067347" StarRating="4" HotelCode="358037|hotel_peyto" HotelName="Hotel Peyto Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>259 Gangnam-daelo, 1361-10 Seocho-dong, Seoul, Seocho-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b5/66b59d3f5f05cf67a016d2ac99129581a5d2b0a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.91" OriginalAmount="391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56397369" Longitude="126.99982605" StarRating="2" HotelCode="408863|good_morning_parktel_2" HotelName="Hotel Morning Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-37 Toegye-ro 45-gil / Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/59/b259d6ad439631f9d4998b953066af96d300b3be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.25" OriginalAmount="391.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53525" Longitude="126.89911" StarRating="3" HotelCode="|188044" HotelName="Loft" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>72, Seonyudong 2-ro, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/4/4/188044_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="396.83" OriginalAmount="392.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56397" Longitude="126.99982" StarRating="0" HotelCode="|188149" HotelName="Morning Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-37, Toegye-ro 45-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/4/9/188149_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.93" OriginalAmount="393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.557187548157" Longitude="126.97997804275" StarRating="3" HotelCode="316606|n_fourseason_hotel_myeongdong_nfs_nfourseason_hotel_myeongdong" HotelName="N Fourseason Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>54 Toegye-lo 8-gil, 100-49 Hoehyeon-dong1-ga, Seoul, Jung-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/74/91747a97bf0a8e2959a6fc22bfea1b2ee8425684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="399.96" OriginalAmount="396" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.548275696417" Longitude="126.87781639943" StarRating="4" HotelCode="312569|80216" HotelName="Golden Seoul Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>663 Gonghangdae-lo, Seoul, Gangseo-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/77/2c7714b7b1f6208ebe696c4e7e6cbe596b64ac43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed at the hotel, which has a total of 260 rooms. The individual storeys can eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.96" OriginalAmount="396.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.499556407736" Longitude="127.03545808403" StarRating="2" HotelCode="194934|hotel_star_2" HotelName="Hotel Star Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17 Nonhyeon-ro 87-gil, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/c6/41c63e77dfbfed2f8681db9d20c08b5765ecc208.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Teheran Street in the heart of Seoul’s Gangnam financial and business dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.96" OriginalAmount="396.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.571986282806" Longitude="126.98932985828" StarRating="2" HotelCode="343031|hotel_cullinan" HotelName="Hotel Cullinan Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>6 Supyo-lo 2-gil, Jonglo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/2e/ff2ed78207bbd4b5611876776434c417766aee21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Cullinan Hotel is a contemporary hotel placed in the heart of the city where guests will be able...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="401.34" OriginalAmount="397.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4986858" Longitude="127.0323707" StarRating="3" HotelCode="|327908" HotelName="Soulhada" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5, Teheran-ro 10-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/0/8/327908_c28689e1830.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.99" OriginalAmount="399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50672047" Longitude="127.05197068" StarRating="2" HotelCode="410626|tara_hotel_3" HotelName="Tara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Seolleung-ro 100-gil, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/36/8b368f9c08e6db2ec803e6a5926285716029817f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404.00" OriginalAmount="400" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56865104" Longitude="126.99108042" StarRating="3" HotelCode="477093|210549" HotelName="Hotel Venue G Seoul" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Business Centre,Central Heating,Currency Exchange,Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Restaurant,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Cheonggyecheon ro, Jongno gu, Seoul 03192</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/557618/557618a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Grand Retail, a subsidiary of Grand Department Store, officially opened its first hotel, the '...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="3" HotelCode="459511|hotel_soulhada" HotelName="Soulhada Hotel Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>823-43 Yeoksam-Dong, Gangnam-Gu, 06234 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/09/93090e20674bf3ceaf69e6ce6303f4e117d6dca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="404.92" OriginalAmount="400.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4866" Longitude="127.03238" StarRating="3" HotelCode="|425209" HotelName="Peyto Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>259, Gangnam-daero, Seocho-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/2/0/9/425209_534a0e31551.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.01" OriginalAmount="401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50322" Longitude="127.044546" StarRating="4" HotelCode="161035|gangnam_artnouveau_city" HotelName="Gangnam Artnouveau City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Seochodae-ro 74 gil, Seocho-gu, Seoul 06626</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/01/8601d7e14f400e4573a6f161f99537d1c3bd33bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute walk to the Gangnam metro station area where shopping and dining are availab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.01" OriginalAmount="401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54741552" Longitude="127.06703374" StarRating="2" HotelCode="774722|hotel_the_designers_premier_kondae" HotelName="Hotel The Designers Premier Kondae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172 Dongil-ro, Gwangjin-Gu, Seoul 05007</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/76/0e76f6df6a376ca5de7a8bc87e8bde8d1140035f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="407.03" OriginalAmount="403.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.534893128773" Longitude="126.89860921401" StarRating="3" HotelCode="380565|hotel_loft_2" HotelName="Hotel Loft" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Seonyudong 2-lo, Seoul, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/82/fb827f33d20384a3f26a874b58f399c7ce53964a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.03" OriginalAmount="403.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5347998" Longitude="126.9935952" StarRating="4" HotelCode="|187649" HotelName="Hamilton " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>179, Itaewon-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/4/9/187649_836d0b81511.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410.06" OriginalAmount="406" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.485729209563" Longitude="126.90402678062" StarRating="4" HotelCode="376788|205830" HotelName="Shilla Stay Guro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>596 Siheung-daero, Dongjak-gu, Seoul 07074</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/47/0f47542a23ceab9b0ab7acf3b26cb2c7c33c6692.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.558803641418" Longitude="126.98446622454" StarRating="2" HotelCode="405802|222298" HotelName="Moon Sun Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>52 Toegye-ro 18-gil, Jung-gu, Seoul 04634</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/36/c736cbab0bb7d74c0efa9b133441a43bded6c0fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Moon Sun Guesthouse in Seoul (Myeongdong), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.07" OriginalAmount="407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.520316721895" Longitude="127.02881022305" StarRating="3" HotelCode="888446|hotel_sunshine_2" HotelName="Hotel Sunshine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205 Dosan-daero, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/c2/49c240d12e0a13ebc80c1c8a7aad500846cda2e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 10 km from the centre of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560990622492" Longitude="126.9847458852" StarRating="4" HotelCode="316609|loisir_hotel_seoul_myeongdong" HotelName="Loisir Hotel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Toegye-ro (Chungmuro1go 24-1), Jung-gu, Myeongdong, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/1b/561b77c6992a883803b673aea40a18679bc61075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5637109" Longitude="127.00557962" StarRating="3" HotelCode="401868|hotel_the_designers_dongdaemun" HotelName="Hotel The Designers Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>270-2 Ssangrim-dong, Joong-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/36/7c369d9b04c6475c51e86486117891391d31f09c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.10" OriginalAmount="410" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566565479007" Longitude="127.00344306394" StarRating="3" HotelCode="67628|35155" HotelName="Western CO-OP Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 Eulji-ro, Jung-gu, Seoul 04561</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/4b/344b53a58555af858670594d6bfdfe873c2739ff.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.12" OriginalAmount="412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56225093" Longitude="127.00679444" StarRating="4" HotelCode="933034|the_summit_hotel_seoul" HotelName="Summit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Jangchungdan-ro, Jung-gu, Seoul 04614</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/93/2a9344c1d29113805b2d72dd9352eab0546ab654.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.523926958523" Longitude="127.05420374111" StarRating="4" HotelCode="88942|27599" HotelName="Hotel Riviera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>737 Yeongdong-daero, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/23/b5233e2e5f7a50701b1e6a1fb90c3fb07f7648ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near to COEX, the air terminal, the trade centre and the Olympic stadium, and i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.13" OriginalAmount="413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.569308431331" Longitude="126.99083776927" StarRating="3" HotelCode="316591|hotel_rian" HotelName="Hotel Rian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>26 Supyo-lo 18 gil, Seoul, Jonglo-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/43/2c43ff96a09d9ef8a06b79bab43336b62ba26608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a conference room, a bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56254866" Longitude="126.99060708" StarRating="3" HotelCode="316605|86998" HotelName="Staz Hotel Myeongdong 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>16 Soopyo-Ro, Jung-gu, Seoul 100-846</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/388373/388373a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="418.91" OriginalAmount="414.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56639" Longitude="126.99972" StarRating="3" HotelCode="|63406" HotelName="Western Coop Residence Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>228, Eulji-ro(Ex.77-2, Euljiro-5ga)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/4/0/6/63406_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Western Co-op Residence is rated three stars and it is situated in Seoul city centre. This establishment was built in 2006 and has lifts. It has 243 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.74" OriginalAmount="416.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5788551" Longitude="126.9817664" StarRating="2" HotelCode="|327855" HotelName="Sophia Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157-1, Sogyeok-dong, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/8/5/5/327855_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.09" OriginalAmount="417.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.517161" Longitude="126.909111" StarRating="3" HotelCode="|328077" HotelName="Fairfield By Marriott Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>870, Gyeongin-ro, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/0/7/7/328077_cbb72b81243.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.18" OriginalAmount="418.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.552733390797" Longitude="126.97221297057" StarRating="2" HotelCode="495207|kgrand_hotel_guest_house_seoul" HotelName="K Grand Hostel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>385 Hangang-daero, 3-4 Floor, Yongsan-gu, Seoul 04320, Gyeonggi</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/d6/b8d645d3ca7b9e6c418579f0f91a3b1ce94acf54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.23" OriginalAmount="418.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563807" Longitude="127.005595" StarRating="0" HotelCode="|203196" HotelName="The Designers Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>306 TOEGYE-RO, JUNG-GU, SEOUL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/1/9/6/203196_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.44913771" Longitude="127.05477028" StarRating="3" HotelCode="852797|orakai_cheonggyesan_hotel" HotelName="Orakai Cheonggyesan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cheonggyesanro 9-gil, Seocho-gu, Seoul 06802</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/d3/6fd30d5f403e2e0d5ba845030006c552e73a5ec1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51005387" Longitude="127.08042727" StarRating="3" HotelCode="734848|the_sangju_hotel_seoul" HotelName="Sangju Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Olympic-ro 8-gil, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/98/ac98747a12fe6d11d0f183bee8701fb73f2575f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.15" OriginalAmount="420.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5542358" Longitude="126.9189922" StarRating="0" HotelCode="|327958" HotelName="Neat House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7, Yanghwa-ro 15an-gil, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/5/8/327958_d6a83f31106.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.21" OriginalAmount="421" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.555536987853" Longitude="126.92036823446" StarRating="2" HotelCode="419737|87177" HotelName="Hotel The-Ore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Concierge,Currency Exchange,Designated Smoking Area,Elevator,Internet,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>351-29 Seogyo-dong, Mapo-gu, 121-868 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1d/191ddc552c50665d941899b8f15f0ca4f01bb2d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Seoul (Mapo), Hotel The-Ore is minutes from Trickeye Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.49" OriginalAmount="422.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55582" Longitude="126.92071" StarRating="0" HotelCode="|188202" HotelName="The - Ore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/0/2/188202_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.569304158778" Longitude="126.99073167583" StarRating="3" HotelCode="345797|hotel_nafore" HotelName="Hotel Nafore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Supyo-lo18ga-gil, Seoul, Jonglo-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/4c/664c929a96b3d2013622cf8eaf1883a658d77c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50128688" Longitude="127.04187043" StarRating="1" HotelCode="553237|hotel_cullinan_yeoksam" HotelName="Hotel Cullinan Yeoksam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Concierge,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>11 Eonju-ro 87-gil, 720-23 Yeoksam-dong, Gangnam-gu, Seoul 06221</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/83/3783fee110c4597b951a6793280b26e5eb0022e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Gangnam Cullinan Hotel is perfectly located for both business and leisure guests in Seoul. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.94" OriginalAmount="426.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56796" Longitude="127.01246" StarRating="2" HotelCode="|63398" HotelName="Dongdaemun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Changshin-Dong Chongro-Ku, Seoul ,444-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/3/9/8/63398_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western Dongdaemun is rated two stars and has 50 rooms. SITUATION: It is situated in the centre of Seoul.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.27" OriginalAmount="427.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.535253015087" Longitude="126.99833367964" StarRating="4" HotelCode="160879|imperial_palace_boutique_hotel_itaewon" HotelName="Imperial Palace Boutique Hotel" 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,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>221 Itaewon-ro, Yongsan-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/e4/eee4dfbf5a371fe664bd1f4ea4bccb5b6a199529.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the slope of Mount Nam San in central Seoul and adjacent to the river. Famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.28" OriginalAmount="428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.575845392666" Longitude="126.9987036896" StarRating="3" HotelCode="312581|mayplace_seoul_dongdaemun" HotelName="May Place Seoul Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179 Yulgog-lo, Seoul, Jonglo-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/73/7673ce368114549ebe19ecb4e6ef021476ee0b7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 107 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.28" OriginalAmount="428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.578993188013" Longitude="126.98162968732" StarRating="2" HotelCode="397965|sophia_guesthouse" HotelName="So Hyeon Dang Hanok Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74-11 Yulgok-ro 1-gil, Jongno-gu, Seoul 03062</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/51/2a51b316d2b8a589c450624e99ec76c1222bef33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.83" OriginalAmount="428.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57589" Longitude="126.99869" StarRating="3" HotelCode="|188895" HotelName="Mayplace Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>179, Yulgok-ro, Jongno-gu,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/8/9/5/188895_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="433.97" OriginalAmount="429.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56079" Longitude="126.9897" StarRating="2" HotelCode="|188170" HotelName="Won's Ville Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>162-3, Toegye-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/7/0/188170_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434.30" OriginalAmount="430" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560729300138" Longitude="126.98970666261" StarRating="2" HotelCode="422311|87077" HotelName="Won's Ville Myeong-dong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Internet,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>162-3 Toegye-ro, Myeongdong area, Jung-gu, 04627 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1a/5d1a414140e3361addc06c69020977a2741a1a7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Newly opened hotel with reasonable rate and good location.  Located at Myeongdong area, 3min-walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.50" OriginalAmount="433.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48589" Longitude="127.01319" StarRating="3" HotelCode="|188754" HotelName="Snow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>53, Banpo-daero 14-gil, Seocho-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/5/4/188754_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.28" OriginalAmount="433.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561453" Longitude="126.977767" StarRating="3" HotelCode="|131569" HotelName="Starhills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-1, Namdaemun-ro 1-gil(Ex.122, Bukchang-dong)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/6/9/131569_bb4af1f1743.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: It is located close toSeÃºl the city centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.31" OriginalAmount="433.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53563" Longitude="126.99878" StarRating="3" HotelCode="|63400" HotelName="Imperial Palace Boutique , Itaewon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hannam-Dong, Yongsan-Ku Seoul, 737-32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/4/0/0/63400_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Itaewon is rated three stars and has 120 rooms. SITUATION: It is in the centre of Seoul.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.37" OriginalAmount="437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.49941957" Longitude="127.0355149" StarRating="2" HotelCode="567660|stay_hotel_gangnam" HotelName="Stay Hotel Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15-4 Nonhyeon-ro 87-gil, Gangnam-gu, Seoul 06236</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a4/62a4c50d2c4e2b941037a57255615659ed1ebe59.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a café and a business centre. Wireless internet access is available to guests in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.37" OriginalAmount="437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5107119" Longitude="127.046922" StarRating="3" HotelCode="715298|alcove_hotel_seoul_managed_by_accorhotels_ambassador" HotelName="Hotel Crescendo Seoul managed by Accor &amp; Ambassador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>428 Bongeunsa-ro, Gangnam Gu, Seoul 06153</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/f8/16f878892bd37d251e0e0bb7480d8eedf6ad434b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Alcove Hotel Seoul, an elegant and timeless getaway for urban nomads, is designed to provide a param...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="445.12" OriginalAmount="440.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56935" Longitude="126.99074" StarRating="3" HotelCode="|188154" HotelName="Nafore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/5/4/188154_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.42" OriginalAmount="442" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561455351763" Longitude="126.97747951777" StarRating="3" HotelCode="172057|73838" HotelName="Hotel Irene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Bukchang-dong, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153873/153873a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Downtown Seoul, just 10 minutes' walk from the Myeongdong shopping district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.42" OriginalAmount="442.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.569241144437" Longitude="126.98864636627" StarRating="2" HotelCode="321677|hotel_mong_myeong_dong_" HotelName="Hotel Mong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Jong-ro 16-gil, 34-1 Gwancheol-dong, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/00/af00915e3d02ad888bb7f92d6fdae9b0402a7d74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.43" OriginalAmount="443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.530306009764" Longitude="126.92246317864" StarRating="4" HotelCode="82399|the_lexington_hotel_yoido" HotelName="Kensington Hotel Yoido" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Gukhoe-daero 76-gil, Yeongdeungpo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51daf3e6b3fd861757aa9abce785400492d939e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Yoido and guests enjoy views of Yoido Park. Surrounded by the Han River, it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="449.25" OriginalAmount="444.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5157405" Longitude="127.11381095" StarRating="3" HotelCode="439844|3502855" HotelName="Hotel 2.4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>55-16 Ogeum-ro 11-gil, Songpa-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/1b/311b6f171c05d3c4ee6d0c9108dc871bc8e7ec54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="451.13" OriginalAmount="446.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.49878679" Longitude="127.03242178" StarRating="3" HotelCode="487709|1995655" HotelName="Hotel Soulhada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Teheran-ro 10-gil, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/557620/557620a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.50" OriginalAmount="450.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55633636" Longitude="126.93819032" StarRating="0" HotelCode="830792|rui_hotel_" HotelName="RUI Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Concierge,Designated Smoking Area,Elevator,Garden,Internet,Luggage Storage,Parking,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>29-24 Changcheon-dong, 6 Yonsei-ro 2na-gil, Sinchon, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b5/22b55e37b7afd35d89d7bc847cbda38407fdcdbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Shinchon / Hongdae, RUI Hotel is a perfect starting point from which to explore Seoul. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.50" OriginalAmount="450.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56453337" Longitude="127.0078435" StarRating="0" HotelCode="976156|toyoko_inn_seoul_dongdaemun_no2" HotelName="Toyoko Inn Seoul Dongdaemun 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>325 Toegye-ro, Jung-gu, Seoul 04565</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c0/b1c018629006daa4eb07691fd3547be5067b7d83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566518" Longitude="127.002465" StarRating="4" HotelCode="169717|ramada_seoul_dongdaemun" HotelName="Ramada Seoul Dongdaemun" 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,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>354 Dongho-ro, Joong-gu, Seoul 100195</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/48/7a48896728dd4db78b6bc467e1abf9b3b071fa91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a business hotel with a new concept. It is located in the centre of Seoul where history and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="461.57" OriginalAmount="457.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.593532622021" Longitude="127.01629416131" StarRating="4" HotelCode="421999|best_western_arirang_hill_dongdaemun" HotelName="Best Western Arirang Hill Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8 Arirang-ro, Seongbuk-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a9/7ba9ce7d5c96b3fb92ccc1e130f98d234893fb54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern urban hotel is ideally situated in the heart of Seoul’s business and culture district. G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.11" OriginalAmount="457.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5473218" Longitude="127.067134" StarRating="2" HotelCode="|260067" HotelName="The Designers Premier Kondae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>172, Dongil-ro, Gwangjin-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/0/0/6/7/260067_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.58" OriginalAmount="458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56239294" Longitude="126.98585194" StarRating="2" HotelCode="400155|k_guesthouse_myeongdong_3" HotelName="K-Guesthouse Myeongdong 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35-9 Myeongdong 10-gil, Jung-gu, Seoul 04537</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/83/1483d01a8f27f57b9379ac2d2f3a8594cff162f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a babysitting service, a childcare service and a transfer service are ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.60" OriginalAmount="460.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.484183624812" Longitude="126.89618837581" StarRating="4" HotelCode="167644|four_points_by_sheraton_seoul_guro" HotelName="Best Western Premier Guro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1128-1 Guro-dong, Guro-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2d/8c2d29ff317b4518e4e8636d0d481da5528027c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies 6 km from Yeongdeungpo's Time Square and a 20-minute metro ride from Myeongdong. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.62" OriginalAmount="462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.558626" Longitude="126.980983" StarRating="3" HotelCode="888543|seoul_rex_hotel_2" HotelName="Seoul Rex Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Hoehyun-dong 1ga, Jung-gu, Myeong-dong, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/80/9880aa234668d11362144143392365382422cc60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seoul, the business hotel is close to the Namdaemun Market and Myung-dong as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="466.93" OriginalAmount="462.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562457" Longitude="126.985892" StarRating="2" HotelCode="|555150" HotelName="STAY7 Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35-9 Myeongdong 10-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/1/5/0/555150_041f5171756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.09" OriginalAmount="462.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5734616" Longitude="126.9918394" StarRating="3" HotelCode="|427964" HotelName="Tong Tong Petit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91, Yulgok-ro 10-gil, 91</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/7/9/6/4/427964_0b0715d1139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.11" OriginalAmount="462.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55272" Longitude="126.97246" StarRating="0" HotelCode="|234779" HotelName="K-grand and Guest House Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-4F, 385, Hangang-daero, Yongsan-gu Gyeonggi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/7/7/9/234779_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.49" OriginalAmount="462.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.559828" Longitude="126.985567" StarRating="4" HotelCode="|38714" HotelName="Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Toegye-ro 20-gil (Ex. 31-1, Namsan-dong 2-ga)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/1/4/38714_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, a safety deposit box service and a conference room. The establishment offers room service and a laundry service. SITUATION: This hotel is in an excellent location. Close to the establishment, clients can find an underground station. 10 minutes away from the establishment you have the commercial area of Nam-dae-mun. Clients can also find the commercial area of Myung-dong. ROOM: The modern rooms have an individual air-conditioning system, a bathroom with a hairdryer, a radio and a television. They also have a direct line telephone, internet, a mini-bar, a coffee maker, a kettle and a safety deposit box. FACILITIES: The establishment boasts a covered swimming pool, a sauna and a gym. OTHERS: This establishment has a restaurant, Occidental dishes and Korean cuisine. Clients can also find a cocktail bar, Holiday in Seoul Restaurant and a nightclub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.60" OriginalAmount="462.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.547756" Longitude="126.910956" StarRating="3" HotelCode="|468348" HotelName="Junibino Hongdae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Yanghwajin 2-gil, Mapo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/4/8/468348_5cbf6051152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.63" OriginalAmount="463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5724014" Longitude="126.98719456" StarRating="3" HotelCode="638980|hotel_kuretakeso_insadong_seoul" HotelName="Hotel Kuretakeso Insadong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>14-9 Insadong-gil, Jongno-gu, Seoul 03163</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/e4/87e44ef7568e8cb8c82eacbb56e4368b40e04785.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.66" OriginalAmount="466.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5693164" Longitude="126.989045" StarRating="3" HotelCode="303837|hotel_the_designers_jongno" HotelName="The Designers Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-1 Gwansu-Dong, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/82/db82ddb7431d2346e6971048e16093f171bcf221.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Seoul. The nearest airport is Seoul - Kimpo International (SEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="471.67" OriginalAmount="467" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.503547" Longitude="127.042636" StarRating="4" HotelCode="160457|70357" HotelName="Hotel Artnouveau Yeoksam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>506 Eonju-ro, Gangnam-gu, Seoul 06152</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/10/10255124697ae41c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in Yeoksam-dong Gangnam-gu, in the centre of South Korea's business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.68" OriginalAmount="468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.593374" Longitude="127.016687" StarRating="4" HotelCode="|202528" HotelName="Arirang Hill Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 ARIRANG-RO, SEONGBUK-GU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/5/2/8/202528_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.72" OriginalAmount="468.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56154" Longitude="126.99571" StarRating="3" HotelCode="|188204" HotelName="Doma Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/0/4/188204_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.70" OriginalAmount="470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560497" Longitude="126.971976" StarRating="4" HotelCode="95515|ramada_hotel_and_suites_seoul_namdaemun" HotelName="Ramada Hotel &amp; Suites by Wyndham Seoul Namdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Chilpae ro, Jung-gu, Seoul 100135</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5e/9a5ebbd91ea0d652433b833eada169718566a097.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is situated in the heart of Seoul close to the famous shopping area of Myungdong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.85" OriginalAmount="470.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566428" Longitude="127.001938" StarRating="3" HotelCode="|211229" HotelName="Travelodge Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>359, Dongho-ro, Jung-gu, Jung-Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/2/2/9/211229_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54551569" Longitude="126.97173016" StarRating="3" HotelCode="553251|hotel_the_designers_4" HotelName="Hotel The Designers Seoul Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Designated Smoking Area,Fax,Lounge,Parking,Restaurant,Sauna,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>305 Hangang-daero, Yongsan-gu, 04320 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/fe/74fe6db02c9bfe53a2c3042edb5d0a5b37e21278.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern stylish hotel will appeal to vacationers and business travelers alike.  Located at Yong ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="482.78" OriginalAmount="478.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56638079" Longitude="127.00206899" StarRating="3" HotelCode="446513|ibis_ambassador_seoul_dongdaemun" HotelName="Travelodge Dongdaemun Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>359 Dongho-ro, Jung-gu, 04547 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/79/7e79e49e225f14838144a719e8456d8ff46fd110.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="482.78" OriginalAmount="478.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4919002" Longitude="127.03008543" StarRating="3" HotelCode="774687|toyoko_inn_seoul_gangnam" HotelName="Toyoko Inn Seoul Gangnam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator">
        <Address>
          <AddressLines>
            <AddressLine>323 Gangnam-daero, Seocho-dong, Seocho-gu, Seoul 06627</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/df/badf32bef917ba1dc374657b852da926a46afe53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Toyoko Inn Seoul Gangnam in Seoul (Gangnam), you'll be close to Samsung DLight and CO...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.79" OriginalAmount="479.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52829198321" Longitude="126.92017182622" StarRating="3" HotelCode="316534|hotel_the_designers_yeouido" HotelName="Hotel The Designers Yeouido" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Housekeeping,Internet,Laundry,Parking,Restaurant,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Gukhoe-daero 68-gil, Yeongdeungpo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/0e/c70e202f25da9e4bd12fe948babffea06572478a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Yeouido, this standard hotel 'Hotel Together Yeouido' features clean rooms and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="486.55" OriginalAmount="481.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.565487" Longitude="127.002125" StarRating="0" HotelCode="|533943" HotelName="JD Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7F , 347 Dongho-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/4/3/533943_8a55f641134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="487.80" OriginalAmount="482.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50683" Longitude="127.05187" StarRating="0" HotelCode="|233721" HotelName="Tara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>56, Seolleung-ro 100-gil Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/7/2/1/233721_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.83" OriginalAmount="483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.559761" Longitude="126.985567" StarRating="4" HotelCode="69610|pacific_hotel_2" HotelName="Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 20-gil Toigye-ro, Namsan-dong 2 Ee-ga, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/b1/25b173895949d01ce3cb36c624086f798947ae24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a prime setting with a subway station conveniently close-by and the large shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.83" OriginalAmount="483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.557045224603" Longitude="126.97487876931" StarRating="3" HotelCode="933036|hotel_manu" HotelName="Hotel Manu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84-16 Namdaemun-Ro 5ga, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/e6/6be63f52c75c9f9e67605daf893c8bc51487e3e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Kimpo International (SEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.13" OriginalAmount="484.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.486806" Longitude="127.013272" StarRating="0" HotelCode="|468267" HotelName="Uh Flat The Seocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>50, Hyoryeong-ro 53-gil, Seocho-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/6/7/468267_3a25ecd1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.13" OriginalAmount="484.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.49332" Longitude="127.02805" StarRating="4" HotelCode="|129589" HotelName="Gangnam Artnouveau City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>SEOCHO DONG SEOCHO GU, 1330-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/5/8/9/129589_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has internet, dailiy cleaning, a car park (free of charge) and air-conditioning. The establishment offers guests 192 rooms, a lobby, a lift, a breakfast room, conference facilities and room service. SITUATION: 5 minutes away from the establishment, clients can findGangnam the metro station of Where you can find shopping areas and restaurants. ROOM: Guests can find satellite or cable TV, internet, a coffee maker, a kettle, a washing machine, a fully-equipped kitchen, with fridge, a microwave, a double bed, an air-conditioning system and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="493.52" OriginalAmount="488.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.486905" Longitude="127.013329" StarRating="2" HotelCode="|471029" HotelName="Le Collective Seoulseocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Hyoryeong-ro 53-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/0/2/9/471029_6d24f101213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.89" OriginalAmount="489.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54328450152" Longitude="126.94988504842" StarRating="4" HotelCode="318665|shilla_stay_mapo" HotelName="Shilla Stay Mapo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Mapo-daero, Seoul, Mapo-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/01/3f01675302119927478ff839023e08f47b7333b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.90" OriginalAmount="490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564976526169" Longitude="126.96616316139" StarRating="4" HotelCode="316610|shilla_stay_seodaemun" HotelName="Shilla Stay Seodaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>163 Migeun-dong, Seoul, Seodaemun-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/07/bf078c73ae387e61156496d44122312f0683edeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="498.56" OriginalAmount="493.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50691" Longitude="127.05416" StarRating="0" HotelCode="|236378" HotelName="The Ace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-5, Teheran-ro 77-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/3/7/8/236378_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.94" OriginalAmount="494.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56128" Longitude="126.988016" StarRating="4" HotelCode="95532|sejong_hotel" HotelName="Sejong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Toegye-ro, Jung-gu, Seoul 04537</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bb/2cbb4df80049ae34f489c6ef0ec3e904862c6d87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Seoul, and the nearest station is Myung-Dong. Gimpo Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.95" OriginalAmount="495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.497150629741" Longitude="126.84628160831" StarRating="3" HotelCode="345860|benikea_premier_hotel_bernoui" HotelName="Benikea Premier Hotel Bernoui" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>229 Gyeong-inlo, Olyudong, Guro, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/0c/a00c2b18987faf5770aca10a3f533b0dcda37444.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="503.12" OriginalAmount="498.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56587" Longitude="127.002797" StarRating="3" HotelCode="|153334" HotelName="Ramada By Wyndham Seoul Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>354, Dongho-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/3/4/153334_c38cc1f1131.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has rooms with features that offer you the maximum level of comfort, internet and a restaurant. SITUATION: This establishment is a 10-minute walk away from Euljiro 4-ga Underground Station. De Jongno 5-ga the establishment is a 5-minute drive away from the market. It is 10 minutes drive away from the Gwanghwamun business district and the shopping centre MyeongDong. It is 60 minutes drive away from Incheon Airport. ROOM: Customers have bright, spacious rooms with modern furniture, a flatscreen TV with cable television, a safe and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="505.00" OriginalAmount="500.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53207" Longitude="126.96148" StarRating="3" HotelCode="568656|ibis_styles_ambassador_seoul_yongsan" HotelName="Ibis Styles Ambassador Seoul Yongsan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>95, Cheongpa-ro 20-gil, Yongsan-gu, Seoul 04372</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8c/d78cc024b8f4131ef8a01ff684e219129ded1af5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="505.00" OriginalAmount="500.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.48939541" Longitude="127.03001965" StarRating="4" HotelCode="553199|shilla_stay_seocho" HotelName="Shilla Stay Seocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>427 Hyoryeong-ro, Seocho-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/44/a744c49e980b27916bf16a75aa2aa4746d21a6f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="505.00" OriginalAmount="500.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52002714" Longitude="127.03043476" StarRating="3" HotelCode="863445|aiden_by_best_western_cheongdam" HotelName="Aiden by Best Western" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>216 Dosan-Daero, Gangnam-gu, Seoul 06047</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/e5/f3e52812e0c1fbf684cf6c3d9a06fb154fe984c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.03" OriginalAmount="503" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56657197152" Longitude="126.98969620461" StarRating="3" HotelCode="317838|87041" HotelName="Travelodge Myeongdong Euljiro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Supyo-Ro, Myeongdong, Jung-gu, Seoul 04542</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0e/3f0e22624ce11e42bcab6c1ca1383e1eaf1ada80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.05" OriginalAmount="505.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561781586985" Longitude="126.98711265347" StarRating="4" HotelCode="341734|the_grand_hotel_myeongdong" HotelName="The Grand Hotel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>38 Myeongdong 8ga-gil, Seoul, Jung-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a6/51a648a51ff4dea0c4ebabb75629a488ace0409a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.05" OriginalAmount="505.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="954410|hotel_millhaus_shinchon" HotelName="Hotel Millhaus Shinchon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Yonsei-ro 2na-gil, Seodaemun-gu, Seoul 03779</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/ed/32edb67a56ec73fe96703c1ab42583154c0fa5e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="512.34" OriginalAmount="507.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.574954" Longitude="126.989399" StarRating="0" HotelCode="|470933" HotelName="Urbanstay Boutique Ikseon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Donhwamun-ro 11na-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/3/3/470933_4787dcb1235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="514.45" OriginalAmount="509.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561257" Longitude="126.984141" StarRating="3" HotelCode="|131554" HotelName="Skypark Myeongdong I" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>myungdong 8nagil 15, Jung-gu, Seoul, Republic of Korea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/5/4/131554_87e8e0e1751.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Myeong-dong a central area of it is situated close to the commercial areas, the cathedral, 40 minutes away from the establishment, guests will find Gimpo International the airport this hotel is 70 minutes away from Incheon Airport it is situated 3 kilometres away from Gyeongbok the palace. ROOM: All the rooms have WiFi (free of charge), a flat-screen television, an air-conditioning system, a safe, a mini-bar and a bathroom with bidet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.40" OriginalAmount="510.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.485331" Longitude="126.896035" StarRating="3" HotelCode="|169991" HotelName="Lotte City Guro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>300, Digital-roGuro-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/9/1/169991_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 20 floors, 283 elegant rooms with city views. Some of the establishment facilities on offer are a restaurant, a terrace, a banquet hall and meeting rooms. is ideal for holidays or business trips. SITUATION: This establishment, el Complejo Digital Guro it is in it is in SeÃºl the southwestern area of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561237553115" Longitude="126.98427640741" StarRating="3" HotelCode="166747|hotel_skypark_myeongdong_i" HotelName="Hotel Skypark Myeongdong I" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Myeongdong 8na-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/7b/c47baa9ab63485fd32fe72e142722abdcd1bb08f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 2 minutes away from Myeong-dong Station and guests can also easily reach many shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="516.42" OriginalAmount="511.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.503026188179" Longitude="127.02381523173" StarRating="3" HotelCode="383771|1601208" HotelName="Ocloud Hotel Gangnam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Sapyeong-daero 58-gil, Seocho-gu, Seoul 137-855</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/ac/9eac76c3f81eb69150d3a11fd0a586c671bc8856.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="520.15" OriginalAmount="515" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.565279689514" Longitude="126.80259525776" StarRating="4" HotelCode="185434|205829" HotelName="Lotte City Gimpo Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Haneul-Gil, Gangseo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/16/b516ac6c6c4d9f4e1a87fd73f0cde892492c9d28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at Lotte Mall Gimpo Airport, providing easy access to the city centre of Seoul...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.82" OriginalAmount="517.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.567967" Longitude="126.978089" StarRating="3" HotelCode="|128158" HotelName="New Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16, Sejong-daero 22-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/5/8/128158_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Best Western New Seoul is rated three stars, has comfortable facilities and 145 rooms. The establishment has multilingual staff, a concierge, tourist information, a business centre and meeting room. The establishment also has a sauna, a cafÃ© and 2 restaurants. SITUATION: It is located between Jongno, and the Square of SeÃºl. Nearby, you will find the tourist attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.19" OriginalAmount="519.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55382246" Longitude="126.93624679" StarRating="2" HotelCode="442673|sinchon_y" HotelName="Y Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Seogang-ro 20-gil, Mapo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7f/577f5b4dee367becd5ee61d7bab48c460aacc08c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50563504" Longitude="127.02937342" StarRating="4" HotelCode="531323|210090" HotelName="Dormy Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>134 Bongeunsa-ro, Gangnam-gu, Seoul 06124</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/573044/573044a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5084303" Longitude="127.05878627" StarRating="4" HotelCode="421997|hotel_peyto_samseong" HotelName="Hotel Peyto Samseong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Tehran Road 87 road 9/ Seocho-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/20/7520698d0ec11b839243911ce14e8c63dba96616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in front of  Hyundai Department Store and City Airport Terminal next to the Wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="530.02" OriginalAmount="524.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50295423" Longitude="127.03998897" StarRating="2" HotelCode="402686|1818278" HotelName="Inn-The City Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13-8 Teheran-ro 37-gil, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/74/4274235a9836462b5151981355d5e00f262f796b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A business centre is among the facilities. Wireless internet access in public areas allows guests to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.25" OriginalAmount="525.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52741081" Longitude="126.91738662" StarRating="4" HotelCode="345717|glad_hotel_yeouido" HotelName="GLAD Hotel Yeouido" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Uisadang-daero, Yeongdeungpo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/44/a3449b6d2189ff1c3c88619f2217431d1f4bd4db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="532.27" OriginalAmount="527.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.522185833898" Longitude="127.01952392152" StarRating="4" HotelCode="169858|hotel_la_casa" HotelName="La Casa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>527-2 Sinsa-dong, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/62/2162510bbcc8217fe1550b16e69e527c68f1658f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the middle of Seoul's Myeong-dong shopping district. Gangnam (COEX) business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.30" OriginalAmount="530.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.589021" Longitude="126.934298" StarRating="5" HotelCode="41145|grand_hilton_seoul_3" HotelName="Grand Hilton Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>353 Yeonhui-ro, Seodaemun-gu, Seoul 120-710</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b99a2595417a739626159a500299805c29d17d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 15 minutes from central Seoul and 45 minutes from Incheon International Airport, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="537.32" OriginalAmount="532.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56420417" Longitude="127.00220148" StarRating="4" HotelCode="312583|hotel_skypark_dongdaemun_1" HotelName="Hotel Skypark Dongdaemun I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335 Dongho-ro, Jung-gu, Seoul 04559</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/16/4b162a31fb7dd237d2823ec472a433b789960024.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Kimpo International (SEL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.33" OriginalAmount="533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.573056055136" Longitude="126.98297227725" StarRating="3" HotelCode="319495|hotel_aventree_jongno" HotelName="Hotel Aventree Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46 Ujeongguk-ro, Jongno-gu, Seoul 03145</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/ab/bdabacc0d1e68f991a032b30b913635f9b6a4ab0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.34" OriginalAmount="534.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56618045" Longitude="127.00166324" StarRating="3" HotelCode="385135|acube_hotel" HotelName="Acube Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Dongho-ro 35-gil, Myeong-dong, Jung-gu, Seoul 04547</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/45/8345e521be36319948e87d6890b74ee8f7e45856.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.36" OriginalAmount="536.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5681" Longitude="126.97824" StarRating="3" HotelCode="61989|best_western_new_seoul_hotel" HotelName="New Seoul Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Sejong-daero 22-gil, Jung-gu, Seoul 04520</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/3d/923d0be7ae1c0a1af1224f7be0ef66e21360a69e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Seoul, this hotel is within walking distance of all major tourist attractio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="542.37" OriginalAmount="537" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.540776" Longitude="126.948244" StarRating="4" HotelCode="71288|26752" HotelName="Best Western Premier Seoul Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Mapo-daero, Dohwa-Dong, Mapo-gu, Seoul 04168</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/35/e835fba0f19eb0b31322c6b7303a26d41ea08611.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location, only a 50-minute drive from Incheon International Airport. The t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.572488635187" Longitude="126.98967718286" StarRating="2" HotelCode="305852|moxy_by_marriott_seoul_insadong" HotelName="Tomgi Hotel Jongno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Coffee Shop,Designated Smoking Area,Elevator,Internet,LCD/Projector,Parking,Shopping Arcade,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>37 Donhwamun-ro 11-gil, Seoul 03139, Jongno-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/4c/674c6789f245da83bc710ed0f20f63664518b465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Seoul Jongno, Tomgi Hotel Jongno is minutes from Tapgol Park and Tteok ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.42" OriginalAmount="542.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57224946427" Longitude="126.98100316494" StarRating="4" HotelCode="355043|shilla_stay_gwanghwamun" HotelName="Shilla Stay Gwanghwamun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>71 Sambong-ro, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/07/bf078c73ae387e61156496d44122312f0683edeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.42" OriginalAmount="542.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561285665889" Longitude="126.97648152645" StarRating="4" HotelCode="931528|fraser_place_namdaemun" HotelName="Fraser Place Namdaemun, Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Sejong-Daero, Jung-Gu, Seoul 100-094</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/42/1e42701d656485381ce03d7e54b497929b8dfc19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.43" OriginalAmount="543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.530338298281" Longitude="126.92046741105" StarRating="3" HotelCode="95513|hotel_benhur" HotelName="Hotel Benhur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-18 Yoido-Dong, Yeongdungpo-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0f/930f0ba01120f0c1175b12c78847e66a9bbca707.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the business district of Yeouido, the hotel is close to the National Assembly and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.43" OriginalAmount="543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56166903" Longitude="126.98921083" StarRating="3" HotelCode="318658|ibis_styles_ambassador_seoul_myeongdong" HotelName="Ibis Styles Ambassador Seoul Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Samil-daero, Jung-gu, Seoul 04553</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/26/eb26e17e9a3d64e06a0fb6c89c8856afa2b28a16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.44" OriginalAmount="544" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.504748526396" Longitude="127.04132568226" StarRating="4" HotelCode="305930|87046" HotelName="Shilla Stay Yeoksam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>517 Eonju-ro, Gangnam-gu, Seoul 06139</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e2/cbe2709d54442fe17acbb615d368e1abb2a3a976.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="550.45" OriginalAmount="545" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561734844968" Longitude="126.98419308054" StarRating="3" HotelCode="95518|70013" HotelName="Savoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Myeongdong 8na-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/3f/0b3f07e2c275588a54ed5cecfeb31b117ed2cb21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel can be found in the heart of the city centre, and is right in the famous Myeongdong shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="551.82" OriginalAmount="546.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566989" Longitude="126.975486" StarRating="0" HotelCode="|466912" HotelName="Glocaloca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19-20F</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/9/1/2/466912_6a029621642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.545172977479" Longitude="126.95039384152" StarRating="4" HotelCode="167658|lotte_city_hotel_mapo" HotelName="Lotte City Hotel Mapo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>109 Mapo-daero, Mapo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/d6/77d6b7aa1fdae673d93cf383c4ef2af07fd8841e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Seoul. The nearest station is Gongdeok Station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="561.56" OriginalAmount="556.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="979816|orakai_daehakro_hotel" HotelName="Orakai Daehakro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>180 Yulgok-ro, Jongno-gu, Seoul 03127</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/98/6f9893500af1b87122b57768225190cf7eb1a2ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="562.57" OriginalAmount="557" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.568268894851" Longitude="126.97674304247" StarRating="4" HotelCode="68537|22207" HotelName="Koreana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Sejong-daero, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/24/9724c989f64d09882ba62e5e1f1d04308a8f1914.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Seoul, near to the ancient Deoksu Palace and with views of Mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="564.59" OriginalAmount="559.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53207" Longitude="126.96148" StarRating="5" HotelCode="571257|novotel_ambassador_seoul_yongsan" HotelName="Novotel Ambassador Seoul Yongsan - Seoul Dragon City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>95 Cheongpa-ro 20-gil, Yongsan-gu, Seoul 04372</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e0/50e07fe13dd7efc17e63a7c00ef3cdbc2529eb8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="568.33" OriginalAmount="562.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5537839" Longitude="126.9204972" StarRating="3" HotelCode="|327988" HotelName="9 Brick" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>32, Hongik-ro 5-gil, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/8/8/327988_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.63" OriginalAmount="563.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50571845" Longitude="127.05176888" StarRating="4" HotelCode="621561|l7_gangnam_by_lotte" HotelName="L7 Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>415 Teheran-ro, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/42/394274dc783c610bbec1ce6b852538a60370f59d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="572.67" OriginalAmount="567.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55719075" Longitude="126.91871277" StarRating="4" HotelCode="499372|amanti_seoul" HotelName="Amanti Hotel Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>31 World Cup Buk-ro, Mapo-gu, Seoul 04001</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/93/639330d2bad107e274f79c0fa15e7f0f55498dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amanti Hotel Seoul, located in Hongdae, Seoul, is a popular choice for travelers. From here, guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="576.89" OriginalAmount="571.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.523889" Longitude="127.054333" StarRating="4" HotelCode="|39530" HotelName="Riviera - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>737, Yeongdong-daero (Ex. 53-7 Cheongdam-dong)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/3/0/39530_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 320 comfortable rooms. The establishment boasts restaurants, bars, a golf course, a sauna, a swimming pool, a gym and event facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="577.72" OriginalAmount="572.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50895684" Longitude="127.05753775" StarRating="4" HotelCode="540929|hotel_uri" HotelName="Hotel Uri&amp;" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Samseong-ro 96-gil, Gangnam-gu, Seoul 06169</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/ae/13ae13cb33666eb583b71886b66c294b3f0bf632.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Uri&amp; is located in the Gangnam-Gu district in Seoul, 200 metres from Seven Luck Casino Seoul G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="580.29" OriginalAmount="574.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562626" Longitude="126.993643" StarRating="0" HotelCode="|469611" HotelName="Sollago Myeongdong And Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Chungmu-ro 2-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/6/1/1/469611_5130f9e1213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56870806" Longitude="127.00762683" StarRating="4" HotelCode="451699|hotel_skypark_kingstown_dongdaemun" HotelName="Skypark Kingstown Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Jangchungdan-ro 13-gil, Jung-gu, Seoul 04563</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/34/9d3449869077864e29918373f78ce389eb9ac7a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="581.53" OriginalAmount="575.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.574337853191" Longitude="126.98942134491" StarRating="3" HotelCode="931529|KR000011" HotelName="ibis Ambassador Seoul Insadong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Samil daero 30-gil, Jongno-gu, Seoul 03132</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc9bebe690d864fd2c31524d0546e9c9264e13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564682789516" Longitude="127.00758933205" StarRating="4" HotelCode="420964|kyheritage_hotel_dongdaemun" HotelName="Sotetsu Hotels The Splaisir Seoul Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Business Centre,Currency Exchange,Internet">
        <Address>
          <AddressLines>
            <AddressLine>226 Jangchungdan-ro, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/72/4a72f92af5e3b046a7b8d606652f32bd9ed79ca5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superior hotel in Dongdaemun Fashion street  Grand open in June 2015  3 mins walking distance from D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="583.63" OriginalAmount="577.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5089367" Longitude="127.0575285" StarRating="3" HotelCode="|327963" HotelName="Uriand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20, Samseong-ro 96-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/6/3/327963_d3ed1d41847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="590.81" OriginalAmount="584.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.553748" Longitude="126.920499" StarRating="3" HotelCode="|428266" HotelName="Nine Brick Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32, Hongik-ro 5-gil, Mapo-gu, 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/2/6/6/428266_a111e890721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="590.85" OriginalAmount="585.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.515417378772" Longitude="127.10943742824" StarRating="2" HotelCode="548797|jamsil_delight_hotel" HotelName="Jamsil Delight Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>21-9 Ogeum-ro 11gil, Songpa-gu, Seoul 05543</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7f/027f7bb732c616369d8e365b5d55c099c2681c17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel will be delighted with the range of services and facilities available.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="591.69" OriginalAmount="585.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.571498" Longitude="126.9896" StarRating="3" HotelCode="|485138" HotelName="Jongno Laboum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37, Donhwamun-ro 9-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/1/3/8/485138_7576e790925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.86" OriginalAmount="586.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5575521" Longitude="126.92668452" StarRating="3" HotelCode="758899|holiday_inn_express_seoul_hongdae" HotelName="Holiday Inn Express Seoul Hongdae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Designated Smoking Area,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190-1 Donggyo-dong, Mapo-gu, Seoul 04052</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/df/5edfc52f37cd52a57da99438cc6cccd6d007c0d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is in Seonyudong. Located within 5. 0 kilometre(s) from the town centre, th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="594.89" OriginalAmount="589.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55369097" Longitude="126.92055616" StarRating="3" HotelCode="564150|hongdae_9_brick_hotel" HotelName="9 Brick Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Hongik-ro 5-gil, Seogyo-dong, Mapo-gu, 1st floor, Seoul 04038</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/96/c59693aa70b275cbf286a6394b441c32625957ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="595.84" OriginalAmount="589.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561344" Longitude="126.978541" StarRating="4" HotelCode="|468479" HotelName="The Stay Classic Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Namdaemun-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/4/7/9/468479_5f16b7e1843.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="595.90" OriginalAmount="590.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5237862765" Longitude="127.05576988803" StarRating="4" HotelCode="305849|aloft_seoul_gangnam" HotelName="Aloft Seoul Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>736 Yeongdong-daero, Gangnam-gu, Seoul, Südkorea</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7d/627d74f4397d20bc508e6fc93fb3486a1089bd43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="597.92" OriginalAmount="592.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566092621797" Longitude="126.99624754233" StarRating="4" HotelCode="69611|best_western_premier_hotel_kukdo" HotelName="Best Western Premier Hotel Kukdo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 Eulji-ro, Jung-gu, Seoul 04548</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/0d/cd0daca06c3a45f01dfe113d00296129bc78f58f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Ulgiro Sewoon Market, and offers easy access to the most famous business, sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="598.93" OriginalAmount="593.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56163312" Longitude="126.97678029" StarRating="4" HotelCode="733039|hotel_gracery_seoul" HotelName="Hotel Gracery Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Business Centre,Designated Smoking Area,Fax,Internet,Laundry,Printer,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Sejong-daero 12-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/30/7d30262e6e654638d4356b27f446f4b0219b9222.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Open on August 31, 2018, 
HotelGracery Seoul is located in the Namdaemun area of Myeongdong, Seoul—a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="599.65" OriginalAmount="593.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5057246" Longitude="127.051738" StarRating="4" HotelCode="|375080" HotelName="L7 Gangnam By Lotte" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>415, Teheran-ro, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/0/8/0/375080_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.94" OriginalAmount="594.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566688350908" Longitude="126.98210896565" StarRating="3" HotelCode="344998|small_house_big_door" HotelName="Small House Big Door" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Namdaemun-ro 9-gil, Seoul 04522, Jung-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/80/2880fa8f46a6be17b19d2defd4cad846536de24c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="600.95" OriginalAmount="595.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56150823" Longitude="126.98599059" StarRating="3" HotelCode="320143|nine_tree_hotel" HotelName="Nine Tree Hotel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Myeong-dong 10-Gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/03/ef03759b536bd9a50c8ea92cec0620c92d2771fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.97" OriginalAmount="597.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50503647" Longitude="127.02578397" StarRating="3" HotelCode="376605|hotel_the_designers_lyj_gangnam_premier" HotelName="Hotel The Designers LYJ Gangnam Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>113 Bongeunsa-ro, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/52/b7521b27735ac853531ff304c302f58d8cf0d1e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="605.98" OriginalAmount="599.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.515759" Longitude="127.109174" StarRating="3" HotelCode="|532800" HotelName="Jamsil Traum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21-19, Ogeum-ro 11-gil, Songpa-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/8/0/0/532800_c04a1c11040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="613.07" OriginalAmount="607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="975918|nine_tree_premier_hotel_insadong" HotelName="Nine Tree Premier Hotel Insadong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Insadong-gil, Jongno-gu, Seoul 03145</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/4b/de4b6f616469170122dd273bf86e58c4e3a68b37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="614.08" OriginalAmount="608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56058894" Longitude="126.81031544" StarRating="3" HotelCode="563284|royal_square_hotel_seoul" HotelName="Royal Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Gonghang-daero, Gangseo-gu, Seoul-si 07623</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/22/71224ca2c88e47c7ba0b7be75a9d8c9e3ebb4061.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="614.08" OriginalAmount="608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56321872" Longitude="126.97829038" StarRating="3" HotelCode="620797|hotel_thomas_myeongdong" HotelName="Hotel Thomas Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>26 Sejong-daero 16-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/30/63306c5b8e6a3732873f3ecf946e30b1b710a17b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="615.58" OriginalAmount="609.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.506407" Longitude="127.029823" StarRating="4" HotelCode="|131519" HotelName="Best Western Premier Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>139, Bongeunsa-ro, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/1/9/131519_338f16f1223.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers, a transfer service to, the airport. SITUATION: It is 10 minutes away fromGangnam and Yeoksam the metro stations of. ROOM: The rooms have an air-conditioning system, a flat-screen television, a mini-bar, a safety deposit box, they also have a bathrobe, slippers and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="616.10" OriginalAmount="610.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561287" Longitude="126.987243" StarRating="3" HotelCode="173867|hotel_skypark_myeongdong_3" HotelName="Hotel Skypark Myeongdong III" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>139 Toegye-ro, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/87/e887df69563ef972d3c1dea1936600bc63b97c0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A business centre is available to travellers. Wireless internet access is available to guests in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="616.45" OriginalAmount="610.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561385" Longitude="126.987231" StarRating="3" HotelCode="|131560" HotelName="Skypark Myeongdong Iii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>62-9, Chungmuro 2-ga, Jung-gu, Seoul, Republic of Korea (139, Toegye-ro, Jung-gu, Seoul)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/6/0/131560_a4d16441720.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in front of MyeongDong the underground station of it is in MyeongDong the centre of 250 metres away, guests can find Migliore the shopping centre The hotel is 800 metres away from Uljiro 2-Ga the metro station it is 50 minutes away from Gimpo International Airport. ROOM: Customers can find stylish rooms, have a television, WiFi (free of charge), fitted carpets, wooden furniture, a coffee maker, a kettle, a mini-bar, a safety deposit box and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="619.70" OriginalAmount="613.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.566249" Longitude="126.996291" StarRating="4" HotelCode="|38715" HotelName="Kukdo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>164, Eulji-ro (Ex. 310, Eulji-ro 4-ga), Jung-gu, Seoul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/1/5/38715_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has 295 rooms and 21 floors. It has a lobby, a safety deposit box service, a lift, a bar and a restaurant. The establishment offers conference rooms, room service and a laundry service. SITUATION: The hotel Ulgiro Sewoon Market it is in it is well-connected with business zones, commercial areas, Clients can also find leisure areas, Dongdaemun Market 10 minutes away from the establishment you have. ROOM: Clients are offered large, comfortable, standard rooms with king size bed, a coffee maker, a kettle, a mini-bar and a bathroom with bidet, They also have a hairdryer, a television, a safety deposit box, internet (free of charge) and individual air-conditioning. FACILITIES: The establishment boasts a gym. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, next to the property, clients will find restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="621.61" OriginalAmount="615.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5157511" Longitude="127.1138522" StarRating="3" HotelCode="|332262" HotelName="2.4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55-16, Ogeum-ro 11-gil, Songpa-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/6/2/332262_a8594d11836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="632.26" OriginalAmount="626.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54302352" Longitude="126.95158006" StarRating="3" HotelCode="734684|glad_mapo" HotelName="Glad Hotel Mapo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Mapo-daero, Mapo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/08/610844a8ef81539c26e37a2bba3fa3f9ee4d47e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;GLAD MAPO has an elegant ambience without being stuffy or old-style.We try to offer friendly and com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="632.56" OriginalAmount="626.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560668" Longitude="126.986245" StarRating="3" HotelCode="|63402" HotelName="Prince Seoul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130, Toegye-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/4/0/2/63402_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park (free of charge), rooms with internet, a laundry service, a reception, a baggage room and daily newspapers. SITUATION: This hotel is near MyeongDong the street 10 metres away from the establishment, you can find MyeongDong the metro station of 900 metres away, clients have the market, is situated 1,4 kilometres away from Insa-dong the district of 60 kilometres away from the establishment, guests will find Incheon Airport. ROOM: All the rooms have cable television and a mini-bar. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and coffee shop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="636.08" OriginalAmount="629.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.557434" Longitude="126.94254" StarRating="3" HotelCode="|154618" HotelName="Shinchon Ever8 Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7,Shinchonnyeok-ro,Seodaemun-gu,Seoul S.Korea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/4/6/1/8/154618_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was renovated in 2014. SITUATION: This establishment, is in Shinchon Nyeok the heart of it is located close to the metro station, the airport, Sinchon Nyeok-ro it is close to the establishment, is 30 minutes away from Incheon Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="640.34" OriginalAmount="634.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562806541379" Longitude="126.96948670304" StarRating="4" HotelCode="69001|fraser_place_central_seoul" HotelName="Fraser Place Central Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Tongil-ro, Jung-gu, Seoul 04517</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/fd/84fd326ed0e89301afbb20680cb5f26e6ac8a2f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the KangBuk area, the primary business and cultural centre of Seoul. The pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="641.22" OriginalAmount="634.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.509946" Longitude="127.063176" StarRating="4" HotelCode="|425333" HotelName="Shilla Stay Samsung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>506, Yeongdong-daero, 506 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/3/3/3/425333_11991f51057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.36" OriginalAmount="636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.550977190226" Longitude="126.97275309936" StarRating="4" HotelCode="317836|four_points_by_sheraton_seoul_namsan" HotelName="Four Points by Sheraton Seoul, Namsan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37-85 Dongja-dong, Youngsan Gu, Seoul 04323</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0a/f40a874ecffb7798216651f8cce9108a970e9273.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.36" OriginalAmount="636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56332225" Longitude="126.99035254" StarRating="3" HotelCode="553164|g2_hotel_myeongdong" HotelName="G2 Hotel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>24 Supyo-ro, Jung-Gu, Seoul 04555</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/6e/4f6e90fe16ca2da24a99dc83659e5422b46e54f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="642.65" OriginalAmount="636.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.49702" Longitude="126.84616" StarRating="3" HotelCode="|186806" HotelName="Bernoui Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>229, Gyeongin-ro, Guro-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/8/0/6/186806_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="643.75" OriginalAmount="637.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.54496" Longitude="126.950592" StarRating="3" HotelCode="|131574" HotelName="Lotte City Mapo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>109 Mapo-daeroMapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/7/4/131574_3f6e7d61235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="644.20" OriginalAmount="637.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564753" Longitude="126.984975" StarRating="3" HotelCode="|131557" HotelName="Skypark Myeongdong Ii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22, Myeongdong 9-gil, Jung-gu (195-8, Euljiro 2-ga, Jung-gu, Seoul, Korea)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/5/7/131557_95e1f9f1705.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests have the use of modern rooms with WiFi, (free of charge), a restaurant and a living room. SITUATION: The hotel is 300 metres away from Uljiro 2 the metro station near the establishment, guests will find the bus station, is situated 500 metres away from MyeongDong the metro station 400 metres away, guests can find Lotte the shopping centre it is 50 minutes away from Gimpo International Airport. ROOM: The rooms have an air-conditioning system, a mini-bar, flatscreen cable television, a kettle, a coffee maker and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="645.39" OriginalAmount="639.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.500842720848" Longitude="127.03912855093" StarRating="2" HotelCode="212043|hotel_adlige" HotelName="Adlige Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3-6 Teheran-ro 28-gil, Gangnam-Gu, 06220 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bd/5abd5cd99af096bd196b25cb4497531becc69941.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="646.40" OriginalAmount="640" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.505198638958" Longitude="127.05711788591" StarRating="3" HotelCode="115701|198652" HotelName="ibis Styles Ambassador Seoul Gangnam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>431 Samseong-ro, Gangnam-Gu, 06195 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/df/53df51293518098d6a412f32d194428cd408ab3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Gangnam area in the immediate vicinity of Seoul's convention and e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="648.42" OriginalAmount="642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="842345|garosugil_homestayfemale_only" HotelName="Garosugil Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Concierge,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>702 14-12 Apgujeong-ro 18-gil, Gangnam-gu, Seoul 06029</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/8c/f48ccb61783efa67817ef0f4bf47ad9ce4d07e63.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Seoul, Garosugil Homestay puts everything the city has to offer just outs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="650.19" OriginalAmount="643.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5682774" Longitude="126.9768128" StarRating="4" HotelCode="|38712" HotelName="Koreana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>135 Sejong-daero,jung-gu,seoul,Rep. of KOREA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/1/2/38712_f195ce51213.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel, has 345 rooms, a safety deposit box service, a hairdresser's, a conference room and 2 restaurants. The establishment also offers a laundry service and room service. SITUATION: The hotel is in Seoul the city centre of near the establishment, you will find Deoksu the Palace of in the surrounding area, clients have the government building, shopping areas and tourist points of interest. it is situated 22 kilometres away from Gimpo International Airport. ROOM: The rooms have cable television, internet, a sofa, a safe and a bathroom with bathrobe, They also have scales, a hairdryer, a radio, a mini-bar and individual air-conditioning. FACILITIES: The establishment boasts a sauna and a gym for men, Guests can also enjoy a gym. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard, JCB and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers an Occidental restaurant, a snack bar and a restaurant with traditional dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="650.44" OriginalAmount="644.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.557541948125" Longitude="126.9427976973" StarRating="3" HotelCode="380563|shinchon_ever8_serviced_residence" HotelName="Ever 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>7 Sinchonnyeok-ro, Seodaemun-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/11/80119b78e2690e239b3d38c1fd25542b419e84a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="650.44" OriginalAmount="644.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53207" Longitude="126.96148" StarRating="5" HotelCode="590557|novotel_suites_ambassador_seoul_yongsan_seoul_dragon_city" HotelName="Novotel Suites Ambassador Seoul Yongsan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Cheongpa Ro 20 Gil 95, Yongsan Gu, Seoul 04372</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e0/50e07fe13dd7efc17e63a7c00ef3cdbc2529eb8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="651.45" OriginalAmount="645.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56489" Longitude="126.985107" StarRating="3" HotelCode="171223|hotel_skypark_myeongdong_ii_3" HotelName="Hotel Skypark Myeongdong II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Myeongdong 9-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4a/4a4abbe376cc7c2bcddfae120901ca36b845cf60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just 300 metres from Uljiro 1-Ga subway station on line 2, the hotel is just 500 metres away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.50" OriginalAmount="650.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564606" Longitude="126.985246" StarRating="4" HotelCode="296573|hotel_skypark_central_myeongdong_2" HotelName="Hotel Skypark Central Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Myeongdong 9-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/5e/4a5ea9cabcf63faaef213cd6eab584ff9049273d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.53" OriginalAmount="653.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56773366943" Longitude="126.98091677725" StarRating="3" HotelCode="523149|a_first_myeongdong" HotelName="A First Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Myeong-Dong, Jung-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/95/ea95b1a1288f2ecff5b022d762eada064acaac52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;a FIRST HOTEL MYEONG-DONG. a FIRST Hotel Group is Korean national hotel brand. It is operated and ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="661.67" OriginalAmount="655.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5615826" Longitude="126.9768733" StarRating="4" HotelCode="|334608" HotelName="Gracery Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12, Sejong-daero 12-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/6/0/8/334608_8ba496a1839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.56" OriginalAmount="656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50893205" Longitude="127.06436089" StarRating="3" HotelCode="613564|glad_gangnam_coex_center" HotelName="Glad Gangnam Coex Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>610 Teheran-ro, Seoul 06174, Gangnam</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/06/1806058fb777e508cd17216b52c7bfbc21e7a263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="663.94" OriginalAmount="657.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561369478713" Longitude="126.99585199366" StarRating="3" HotelCode="404230|2088345" HotelName="Hotel Doma Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>216 Toegye-Ro, Jung-Gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/577861/577861a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="667.61" OriginalAmount="661.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5715405" Longitude="126.9840435" StarRating="2" HotelCode="194926|hotel_bando" HotelName="Bando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/bd/efbddb3e3802e741d74f109d75746b4f7a6d32a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Gangbuk. There are a total of 30 units at Bando. Those who dislike a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="667.72" OriginalAmount="661.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5631105" Longitude="126.9783308" StarRating="3" HotelCode="|259919" HotelName="Thomas Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26, Sejong-daero 16-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/9/9/1/9/259919_f3e09fa1703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="669.31" OriginalAmount="662.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50578" Longitude="127.05663" StarRating="3" HotelCode="|39481" HotelName="Ibis Styles Ambassador Seoul Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>431 SAMSUNG-RO, GANGNAM GU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/8/1/39481_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 317 rooms, 2 conference rooms, a garden, a laundry service and indoor parking. The establishment has a hall, a bar, a restaurant and room service. SITUATION: This urban hotel is in Gangnam the area In the surrounding area, you can find the exhibition centre, a commercial centre, the aquarium, ASEM the tower cinemas, shops, restaurants and bars. it is situated 12 kilometres away from Krabi Airport. ROOM: The rooms have a television, a fridge, a direct line telephone, an air-conditioning system, a hairdryer and a bathroom with a bath. FACILITIES: The establishment has a gym fully-equipped and a sauna (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a bar and a restaurant. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="670.01" OriginalAmount="663.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564778" Longitude="126.985011" StarRating="4" HotelCode="|131553" HotelName="Skypark Central Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16, Myeongdong 9-gil (Ex. 10-1, Myeong-dong 1-ga), Jung-gu.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/5/3/131553_602dc0a1416.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ecological, Guests have the use of modern rooms with WiFi, (free of charge), a business centre and a reception. SITUATION: The hotel is 250 metres away from Euljiro 2-ga the metro station it is situated near Airport Limousine the bus station. ROOM: The establishment has non-smoking rooms, They have an air-conditioning system, heating, flat-screen satellite television, a fridge, a safety deposit box, a bathroom with a bath, a shower, a bathrobe and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674.68" OriginalAmount="668" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56368358" Longitude="126.98499519" StarRating="0" HotelCode="975902|401642" HotelName="Sotetsu Fresa Inn Seoul Myeong-dong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>48 Myeongdong-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/80/b6/80b66145888e86d7549c415acf685575e18e6d27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="675.09" OriginalAmount="668.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.505351" Longitude="127.028957" StarRating="0" HotelCode="|38768" HotelName="Novotel Ambassador Seoul Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Bongeunsa ro, Gangnam gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/6/8/38768_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a lobby with a reception, a safety deposit box service and a lift. The establishment has a cafÃ©, a bar, a restaurant and a hairdresser's. The establishment offers guests room service, a laundry service, a conference room and a car park. It has 335 deluxe rooms and 8 suites. SITUATION: Is situated in a central area, near the establishment, you will find the tourist attractions, the airport and the motorway. ROOM: The rooms a bathroom with a shower, a hairdryer, a mini-bar, a coffee maker, a kettle and a direct line telephone. They also have a radio, internet, a safety deposit box, a satellite TV and individual air-conditioning. FACILITIES: The establishment boasts a gym, a driving range, a covered pool, aerobics and a jogging circuit. Customers can also find a sauna, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop, lobby lounge, a Japanese restaurant, a pub and a buffet restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="678.48" OriginalAmount="671.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5509957" Longitude="126.9727541" StarRating="4" HotelCode="|187422" HotelName="Four Points By Sheraton Josun, Seoul Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>366, Hangang-daero, Youngsan-gu,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/4/2/2/187422_928a0501302.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="679.73" OriginalAmount="673" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56227992" Longitude="126.97872726" StarRating="3" HotelCode="316529|78118" HotelName="Shinshin Hotel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>17-5 Namdaemun-ro 5gil, 93-43 Bukchang Dong, Jung-gu, Seoul 04526</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/73/c473148f74c57e3554c8b829132ef27abcc982f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="679.73" OriginalAmount="673.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56714067" Longitude="126.82859848" StarRating="4" HotelCode="734868|courtyard_by_marriott_seoul_botanic_park" HotelName="Courtyard Seoul Botanic Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Magokjungang 12-ro, Seoul 07789</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/00/6600ddcb70f3bc3715cd6eb3b7a8011b9a2e1da7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 4 star hotel is located within the city of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.74" OriginalAmount="674.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.58225585" Longitude="126.88699001" StarRating="4" HotelCode="194915|stanford_hotel_seoul" HotelName="Stanford Hotel Seoul" Meals="ROOM ONLY" 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,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1587 Sangam-dong, Mapo-gu, Seoul 121-835</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/42/9342487a817b6951cb6a36d05b6a44214eb64a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Mapo-gu, the hotel is close to Seoul World Cup Stadium. Also close are Hongdae, Sinchon, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="689.31" OriginalAmount="682.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.567006" Longitude="126.828967" StarRating="4" HotelCode="|266070" HotelName="Courtyard By Marriott Seoul Botanic Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Magokjoongang12ro, Gangseogu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/0/7/0/266070_4c0aa241200.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="702.55" OriginalAmount="695.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.573188" Longitude="126.984694" StarRating="3" HotelCode="|131565" HotelName="Sunbee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26, Insadong 7-gil (Ex. 198-11, Gwanhun-dong), Jongno-gu, Seoul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/6/5/131565_af7a3eb1731.jpg</HotelPictures>
        <HotelDescription>SITUATION: Insa-dong Is situated in this business hotel is near the tourist attractions and shops. ROOM: The establishment has 42 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="703.62" OriginalAmount="696.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563667" Longitude="126.985" StarRating="3" HotelCode="|428252" HotelName="Sotetsu Fresa Inn Seoul Myeong Dong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>48, Myeongdong-gil, Jung-gu, 48 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/2/5/2/428252_72c0ad40626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="707.00" OriginalAmount="700.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.501220166667" Longitude="127.03521043353" StarRating="4" HotelCode="201544|mercure_seoul_ambassador_gangnam_sodowe" HotelName="Mercure Ambassador Seoul Gangnam Sodowe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Teheran-ro 25-gil, Gangnam-gu, Seoul 06132</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/96/72/9672985017b07b4db5155f80f19e0482fa7159fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="712.05" OriginalAmount="705.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.572849011696" Longitude="126.98525148013" StarRating="3" HotelCode="888487|sunbee_hotel" HotelName="Sunbee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>198-11 Gwanhun-dong, Seoul 03149, Jongno-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/d2/78d29ee8e1102100c08fcb7ea1e7189a2df9d84c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.07" OriginalAmount="707.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5685607281" Longitude="127.01002320059" StarRating="2" HotelCode="445693|maxtyle_guesthouse_dongdaemun" HotelName="Maxtyle Guesthouse Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3 Majang-ro, 18001 18F Maxtyle, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1f/2f1f79def86327f13feaad9c5ba20e8a168f2572.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="718.05" OriginalAmount="710.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561472" Longitude="126.992942" StarRating="3" HotelCode="|468421" HotelName="Homes Stay Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Chungmu-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/4/2/1/468421_7abf2491122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="723.16" OriginalAmount="716" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55553592" Longitude="126.92162057" StarRating="4" HotelCode="626889|257667" HotelName="L7 Hongdae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>141 Yanghwa-ro, Mapo-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/7a/b97a2827e92c28b8308babc176d92748d892756c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="727.20" OriginalAmount="720" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56422815547" Longitude="126.98273324209" StarRating="3" HotelCode="318853|72148" HotelName="ibis Ambassador Seoul Myeongdong Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>78 Namdaemun-ro, Jung-gu, Seoul 04534</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/17/8017ab53135dbedc32c7c10022fcd34faad79aa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seoul's trendiest shopping district, the hotel is surrounded by major depart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="734.27" OriginalAmount="727.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.572606801263" Longitude="126.98434033234" StarRating="4" HotelCode="933032|center_mark" HotelName="Centermark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Insadong 5-gil, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/51/fe5184c5bf78b2fbe6c823c42e0fd2cce22bde7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="744.37" OriginalAmount="737.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.520151371624" Longitude="127.0284751957" StarRating="4" HotelCode="696868|four_points_by_sheraton_gangnam" HotelName="Four Points by Sheraton Seoul, Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Fax,Housekeeping,Internet,Laundry,Massage Centre,Parking,Printer,Restaurant,Sauna,Swimming Pool,Telephone Service,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>203 Dosan-daero, Gangnam-gu, Seoul 06026</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/0272d8c2896524b7c916feeec9c18b4dd2bc5188.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Gangnam. Guests rooms are available for guests' convenience. Our hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="749.42" OriginalAmount="742" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56692427681" Longitude="126.98798474845" StarRating="4" HotelCode="376312|202401" HotelName="Lotte City Hotel Myeongdong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>362 Samil-daero, Jung-gu, Seoul 04542</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/d2/41d2499a37b90932999fc13df8accbca12b00831.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="754.31" OriginalAmount="746.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.514024" Longitude="127.03588" StarRating="5" HotelCode="|39525" HotelName=" Grand Mercure Imperial Palace Seoul Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>640, Eonju-ro ( 248-7, Nonhyeon-dong)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/2/5/39525_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1989, has 308 rooms and 16 suites. It has a cafÃ©, 4 restaurants, room service and a laundry service. SITUATION: Yeunju-ro It is in it is in Gangnam the city centre of 5 minutes away from the establishment, clients can find a shopping centre, 5 minutes away from the establishment clients have the metro station situated 60 kilometres away fromGimpo Airport. ROOM: The modern rooms, have internet, a hairdryer, a television, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment has a well-equipped gym, a spa, a driving range, a swimming pool, a covered pool, a sauna and spa treatments. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard, JCB and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant with Chinese, Japanese and Italian dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="759.52" OriginalAmount="752" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56210106" Longitude="126.97883927" StarRating="4" HotelCode="421933|202404" HotelName="Sotetsu Hotels The Splaisir Seoul Myeong-Dong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Conference Hall,Designated Smoking Area,Internet,Laundry,Meeting Room,Parking,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Namdaemun-Ro 5 Gil, Jung-Gu, Seoul 04526</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629322/629322a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel boasts a prime situation in Myeong-dong, one of Seoul’s most dynamic areas, full of shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="759.52" OriginalAmount="752.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5669526" Longitude="126.9877643" StarRating="4" HotelCode="|215266" HotelName="Lotte City Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>362 SAMIL-DAERO JUNG-GU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/2/6/6/215266_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="776.69" OriginalAmount="769.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.565858" Longitude="126.979271" StarRating="4" HotelCode="88940|president_29" HotelName="President" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Euljiro, Junggu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/87/1687137a4ca9a9a17aaf22507c1152dc1a7f02e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="779.72" OriginalAmount="772" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.528719194549" Longitude="126.9930267334" StarRating="4" HotelCode="71289|70850" HotelName="Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-76 Itaewon-dong, Yongsan-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96595/a_96595_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Banpo bridge, in the heart of the city’s famous shopping district Ita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="790.48" OriginalAmount="782.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5323097" Longitude="126.9574399" StarRating="4" HotelCode="|39528" HotelName="Capital Itaewon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-76 ITAEWON-DONG, YONGSAN-GU, SEOUL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/2/8/39528_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 287 rooms 7 banquet halls and wedding facilities. Guests can find a safety deposit box service, a hairdresser's, a cafÃ©, a restaurant, room service and a laundry service. SITUATION: It is close toBanpo Bridge it is close to Itaewon the commercial area of. ROOM: The stylish rooms with TV, a radio and internet. They also have a mini-bar, a fridge and a hairdryer. FACILITIES: Outdoors, clients have access to a swimming pool, a sauna and a spa. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="793.60" OriginalAmount="785.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.572508" Longitude="126.984345" StarRating="4" HotelCode="|131530" HotelName="Amid Seoul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38, Insadong 5-gil (Ex.198-42, Gwanhun-dong).</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/3/0/131530_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a gym and meeting rooms. SITUATION: This hotel Insa-dong and Myeong-dong it is 10 minutes away from it is 7 minutes away from Changdeokgung the Palace of. ROOM: Each room has WiFi (free of charge), views of the city, an air-conditioning system, heating, a television, a fridge, a safety deposit box, a bathroom, a hairdryer, a bidet and a bath. Guests are offered non-smoking rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="796.89" OriginalAmount="789" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561279085979" Longitude="126.9869178494" StarRating="4" HotelCode="420877|171235" HotelName="Lotte Hotel L7 Myeongdong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>137 Toegye-ro, L7 Myeongdong, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/05/05540ef8f590d370/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;L7 Myeongdong is a lifestyle hotel with trendy sentiments and a cosy atmosphere. The property is a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="797.54" OriginalAmount="789.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5612472" Longitude="126.9869662" StarRating="4" HotelCode="|219516" HotelName="L7 Myeongdong by LOTTE HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>137 Toegye-ro Jung-gu,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/5/1/6/219516_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="803.96" OriginalAmount="796.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.517362531922" Longitude="126.90434199636" StarRating="4" HotelCode="160458|courtyard_by_marriott_seoul_times_square" HotelName="Courtyard Seoul Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Yeongjung-ro, Yeongdeungpo-gu, Seoul 07305</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/cf/90cfc14ff4dc43989b44b962ab0cac5e0dc84bab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in Seoul. Attractions in the surrounding area include Yeouido Park, the War...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="803.96" OriginalAmount="796.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.505885967938" Longitude="127.03141901396" StarRating="4" HotelCode="888540|hotel_samjung_2" HotelName="Hotel Samjung" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Bongeunsa-ro, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/db/26dbab1516fb4171055411db72aa03f1c2302729.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Gangnam District, close to the COEX Mall, the Trade Centre, Ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="804.35" OriginalAmount="796.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.503233" Longitude="127.040428" StarRating="0" HotelCode="|474733" HotelName="the Designers LYJ Suite Yeoksam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-12 Teheran-ro 37-gil, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/7/3/3/474733_b58e2851217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="809.04" OriginalAmount="801.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5644611" Longitude="127.0078834" StarRating="3" HotelCode="|426941" HotelName="Toyoko Inn Seoul Dongdaemun No.2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>325 Toegye Ro Jung Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/9/4/1/426941_e8ad7dc1852.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="810.02" OriginalAmount="802.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.514135" Longitude="127.035826" StarRating="5" HotelCode="71286|imperial_palace" HotelName="Imperial Palace Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>640 Eon-ju Ro, Gangnam-gu, Seoul 06098</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/87/5087ecea0d7a11392b907cd2a1761818363278d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Yeunju-ro, in the centre of Kangnam, and the trade centre is only 5 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="820.12" OriginalAmount="812.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.510963531779" Longitude="127.05796630024" StarRating="5" HotelCode="80978|oakwood_premier_coex_center" HotelName="Oakwood Premier Coex Center Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>46 Teheran-ro 87-gil, Gangnam-gu, Seoul 06164</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/44/4444bb3549bbc12bfe99fa07627c3c93aa4157a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="823.15" OriginalAmount="815" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.558511529505" Longitude="126.97822592758" StarRating="4" HotelCode="465798|222691" HotelName="Tmark Grand Hotel Myeongdong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Restaurant,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52 Toegye-ro, Jung-gu, Seoul 04634</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/2c/982c7600c9179ff445d8bc00edbaaac7cefad4e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul. The nearest airport is Seoul - Incheon (ICN) (abo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="839.31" OriginalAmount="831.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56425571" Longitude="126.99093843" StarRating="4" HotelCode="523461|nine_tree_premier_hotel_myeong_dong_2" HotelName="Nine Tree Premier Hotel Myeongdong II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Mareunnae-ro, Jung-gu, Seoul 04555</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/98/a4988475fcb921ced02bdab292f377dd99dd76b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="841.85" OriginalAmount="833.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5645006" Longitude="126.9910001" StarRating="4" HotelCode="|327961" HotelName="Nine Tree by Parnas Seoul Myeongdong 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28, Mareunnae-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/6/1/327961_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="843.47" OriginalAmount="835.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.572619" Longitude="126.981108" StarRating="4" HotelCode="|209468" HotelName="Shilla Stay Gwanghwamun Myungdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>71, Sambong-ro, Jongno-gu, Gwanghwamun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/4/6/8/209468_af479031039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="853.45" OriginalAmount="845.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5241274" Longitude="127.0484538" StarRating="3" HotelCode="553235|hotel_entra_gangnam" HotelName="Hotel Entra Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>508 Dosan-daero, Cheongdam-dong, Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/0f/9f0fed632b00291d1d967da6ec1da9da3a0f0897.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="899.48" OriginalAmount="890.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="5" HotelCode="715339|KR000037" HotelName="Novotel Ambassador Seoul Dongdaemun Hotels &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>238 Euljiro, Jung Gu, Seoul 04561</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/c9/fbc95cc8bcd421f5e3488fc81513bc0a4b05a588.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="899.51" OriginalAmount="890.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5664326" Longitude="127.0047985" StarRating="5" HotelCode="|334602" HotelName="Novotel Ambassador Seoul Dongdaemun Hotels and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>238 Euljiro Jung Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/4/6/0/2/334602_6c04a0d1016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="930.21" OriginalAmount="921.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.58564057" Longitude="126.9971601" StarRating="2" HotelCode="493863|punggyeong_korea_traditional_house" HotelName="PungKyung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32-6 Sungkyunkwan-ro, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5f/945fe9d0c89b9c086de0dc78ac665f0862ebfbd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.93" OriginalAmount="925.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5243" Longitude="127.04852" StarRating="0" HotelCode="|235766" HotelName="Entra Gangnam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>508, Dosan-daero, Gangnam-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/6/6/235766_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="934.97" OriginalAmount="925.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53194" Longitude="126.960434" StarRating="0" HotelCode="|552510" HotelName="Novotel Suites Ambassador Seoul Yongsan - Seoul Dragon City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95, Cheongpa-ro 20-gil, Yongsan-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/1/0/552510_344ac081352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.31" OriginalAmount="931.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55976082" Longitude="126.97944472" StarRating="5" HotelCode="774120|lescape_hotel" HotelName="L'Escape Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>67 Teogye-ro, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/a8/26a8fd8bd8c442366e0625e556c6d4ccf7dee14e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="949.40" OriginalAmount="940.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.562398714561" Longitude="126.98479400731" StarRating="3" HotelCode="408806|solaria_nishitetsu_hotel_seoul" HotelName="Solaria Nishitetsu Hotel Seoul Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="24 Hour Power Supply,Air Conditioning,Business Centre,Central Heating,Laundry,Meeting Room,Printer,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Myeong-dong 8-gil, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/5b/135b3ae1c7c15f81a54bb2d9c7114132c0fb9ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;An ultra-convenient location, just three minutes on foot from Myeong-dong Station on Seoul Subway Li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.60" OriginalAmount="960.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55986" Longitude="126.991" StarRating="3" HotelCode="321671|oriens_hotel__residences" HotelName="Oriens Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>50, Samil-daero 2-gil, Jung-gu, Seoul 04627</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/83/b38391a45d45da402ae627a9145982337a710f88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="972.83" OriginalAmount="963.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56190248" Longitude="126.98784862" StarRating="2" HotelCode="552905|2043365" HotelName="Hotel Dott Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>49 Myeongdong 8ga-gil, Jung-gu, Seoul 04537</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/f7/74f7d009772ea0c2862e6d860d51a79707e0dcf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="981.72" OriginalAmount="972" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56100976" Longitude="126.97687992" StarRating="4" HotelCode="459826|205828" HotelName="Courtyard Seoul Namdaemun" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 Namdaemun-ro, Jung-gu, Seoul 04526</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/51/518241/518241a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="989.55" OriginalAmount="979.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561775" Longitude="126.982722" StarRating="0" HotelCode="|451680" HotelName="Moxy Seoul Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>38 Myeongdong 8na-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/8/0/451680_d33c5691039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="997.83" OriginalAmount="987.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.510954" Longitude="127.058125" StarRating="5" HotelCode="|153306" HotelName="Oakwood Premier Coex Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46, Teheran-ro 87-gil (Ex. 159, Samseong-dong), Gangnam-gu, Seoul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/3/0/6/153306_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Oakwood Premier Coex is rated five stars and has a living room with meal service. The establishment offers guests a transfer service to the airport (for a fee). SITUATION: This establishment is in a central area. It is situated in the business area of Gangnam, next to COEX, World Trade Center and the casino 7Luck. 10 minutes walk away, you can find the metro station of Samseong. It is 10 minutes drive away from the commercial area of Cheongdam. This establishment is 70 minutes drive away from Airport Gimpo International. It is 90 minutes drive away from Airport Incheon. ROOM: The establishment has studios and apartments. They have a kitchen, a washing machine, a bathroom with a bath and a shower. FACILITIES: The establishment boasts a covered pool. The establishment has a mini-golf course and a fitness centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1012.02" OriginalAmount="1002.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56224405" Longitude="126.98170451" StarRating="4" HotelCode="553294|aloft_seoul_myeongdong" HotelName="Aloft Seoul Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Namdaemunro, Jung-gu, 04535 Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/a6/38a6898738986fabcde06531a38ec1db507c8da0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1035.25" OriginalAmount="1025.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564409" Longitude="126.995848" StarRating="4" HotelCode="95530|hotel_pj" HotelName="PJ" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Mareunnae-ro, Jung-gu, Seoul 04548</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/91/c29175ad94a2357d9bec95a66a61a30ac8cd77d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Seoul, in the Republic of Korea, in one of the city's major sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1037.27" OriginalAmount="1027.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.50633001" Longitude="126.88530879" StarRating="3" HotelCode="611667|ramada_seoul_sindorim_hotel" HotelName="Ramada Seoul Sindorim" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>624 Gyeongin-ro, Seoul 08213</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/f3/78f391244fadf424822b0886be31aed586214e2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1038.28" OriginalAmount="1028.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.563973" Longitude="126.985774" StarRating="4" HotelCode="35801|seoul_royal_hotel" HotelName="Royal Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61, myeong-Dong, 1-Ga, Jung-Gu, Seoul 100021</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/67/de678258eadbc537289aba176f01d75c175e4c09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of the city, which serves as the centre of Korea's financial, econ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1042.32" OriginalAmount="1032.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.559964305524" Longitude="127.00258880854" StarRating="5" HotelCode="39090|grand_ambassador_seoul_associated_with_pullman" HotelName="Grand Ambassador Seoul associated Pullman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>287 Dongho-ro, Jung-gu, Seoul 04618</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/59/59599b3c6afbf4d4b4126da8ca86e90ae4858780.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Gangnam precinct and the city centre area, 50 m from Dongguk Unive...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1042.32" OriginalAmount="1032.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55443437" Longitude="126.9210959" StarRating="4" HotelCode="613419|ryse_autograph_collection" HotelName="Ryse Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Yanghwa-ro, Mapo-gu, Seoul 04038</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/d2/89d23b060140c3c7195e4b156d0680a18403d31c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1053.16" OriginalAmount="1042.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56237" Longitude="126.98479" StarRating="0" HotelCode="|188615" HotelName="Solaria Nishitetsu Seoul Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Myeong-dong 8-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/6/1/5/188615_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.44" OriginalAmount="1044.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.560906678597" Longitude="126.99133752396" StarRating="3" HotelCode="95514|james_joyce_coffetel_elite_seoul_hotel_double_a" HotelName="Hotel Double A" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-2 Namhak-dong, Jung-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/39/6139d92f940778edcbd03278b524a88bfc515c7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of Seoul, this business hotel is situated close to Nam-San, and surrounded by s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1060.18" OriginalAmount="1049.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5643408" Longitude="126.9839218" StarRating="3" HotelCode="|327915" HotelName="28 Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>13, Myeongdong 7-gil, Jung-Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/1/5/327915_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1070.60" OriginalAmount="1060.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5643" Longitude="126.9839" StarRating="3" HotelCode="496149|hotel28_myeongdong" HotelName="Hotel 28 Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Myeongdong 7-gil, Jung-Gu, Seoul 04534</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/72/f4720a0d10de11154b8072df2da460b3b5797554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1096.33" OriginalAmount="1085.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.554507" Longitude="127.111214" StarRating="5" HotelCode="|42491" HotelName="Vista Walkerhill Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>175, ACHASEONG-GIL, GWANGJIN-GU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/9/1/42491_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a covered, heated pool, a spa, a golf course, a gym and 24 tennis courts. ROOM: All the rooms have a flat-screen television with DVD and a bathroom with a shower or bath. SITUATION: This hotel is situated 1,45 kilometres away from Gwangnaru the underground station of Close to Walkerhill the casino 15 minutes away from the establishment you have Gangnam the business area of it is situated 74 kilometres away from Incheon Airport. FACILITIES: Guests are offered a hydromassage bath, a gym, yoga, a reception, multilingual staff, a car hire service and a concierge service. MEALS: Regarding the food and beverage offering, the establishment offers restaurants, a bar and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="1140.85" OriginalAmount="1129.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.53207" Longitude="126.96148" StarRating="5" HotelCode="568649|KR000028" HotelName="Grand Mercure Ambassador Hotel and Residences Seoul Yongsan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>95 Cheongpa-ro 20-gil, Yongsan-gu, Seoul 04372</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/62/fb62b0c2f5866622a526817a4033c89dfa2c7ff1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1144.38" OriginalAmount="1133.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561153" Longitude="126.976972" StarRating="4" HotelCode="|327901" HotelName="Courtyard by Marriott Seoul Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9, Namdaemun-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/7/9/0/1/327901_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1176.48" OriginalAmount="1164.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57643" Longitude="126.99733" StarRating="3" HotelCode="|188757" HotelName="Seoul Loft Apartments - Sla 7 Night Minimum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>158, Changgyeonggung-ro, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/7/5/7/188757_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1191.80" OriginalAmount="1180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.565404722092" Longitude="126.98080654233" StarRating="5" HotelCode="14231|lotte_hotel_seoul" HotelName="Lotte Hotel Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Eulji-ro, Jung-gu, Seoul 04533</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/ca/65cab4bec3592ba1c5fb8d3a4294e61b4b3e2cef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the hub of Seoul's premier business and shopping districts, within walking d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1220.48" OriginalAmount="1208.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.554058" Longitude="126.921033" StarRating="4" HotelCode="|221429" HotelName="Ryse, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>130, Yanghwa-ro, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/2/9/221429_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1224.92" OriginalAmount="1212.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56011" Longitude="127.00241" StarRating="5" HotelCode="|38767" HotelName="The Ambassador Seoul - A Pullman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186-54, Jangchung-dong, Jung-gu (287, Dongho-ro, Jung-gu)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/6/7/38767_d4f36dc1228.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1955, was renovated in 2006, has 409 standard rooms, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a kiosk, a cafÃ©, a bar, a restaurant, room service and a laundry service. SITUATION: This hotel is situated between Gangnam the city centre. 50 metres away, guests can find the metro station and the university. It is 700 metres away from bars and restaurants. 1 kilometre away from the establishment, guests will find the theatre. Is 18 kilometres from Insa-dong This hotel is 2 kilometres from Myung-dong is 2 kilometres from Dongdaemun Market. It is 3 kilometres from the railway station. Is 40 kilometres from Incheon 424 kilometres away, you can find a ski resort. Is 47 kilometres from Songdo Beach. ROOM: The rooms have a bathroom with a shower or bath, a hairdryer, a king size or double bed, a direct line telephone, satellite or cable TV, a radio, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, an iron and an air-conditioning system. FACILITIES: The establishment boasts a gym, a covered swimming pool, a golf course, aerobics room, a sauna and a massage service. It is located 35 minutes away from a golf course. MEALS: Customers have at their disposal King's buffet restaurant and CafÃ© de Chef Restaurant. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: Check-in is from 15:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1232.20" OriginalAmount="1220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.55505297455" Longitude="127.11059345411" StarRating="5" HotelCode="61987|sheraton_grande_walkerhill" HotelName="Grand Walkerhill Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177, Walkerhill-ro, Gwangjin-gu, Seoul 04963</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/cc/2fcca791047ca458ec8cd4004539074bd648fda9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in eastern Seoul on the slopes of Mount A-Cha, and linked by shuttle to nearby...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1297.39" OriginalAmount="1284.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.525269" Longitude="126.929134" StarRating="5" HotelCode="|417677" HotelName="Fairmont Ambassador Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fairmont 108 Yeouidaero Yeouidodong Yeongdeungpogu Republic Of Korea</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/7/7/417677_c91f7181449.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1304.08" OriginalAmount="1291.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5653" Longitude="126.980979" StarRating="5" HotelCode="|38706" HotelName="Lotte Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>30, Euljiro, Jung-gu, Seoul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/0/6/38706_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated establishment in 2007, is and ideal for holidays and business stays, has 1486 rooms a lobby with safety deposit boxes, a lift, a cafÃ©, restaurants and conference rooms. The establishment also offers room service, a laundry service, a wine bar, a lounge and a cocktail bar. SITUATION: It is in the business and commercial area, close to the establishment, clients can find companies. ROOM: Clients are offered non-smoking rooms (available on request) and Club rooms. They have a television, a direct line telephone, a bathroom, a hairdryer and a radio. They also have internet, a mini-bar, a fridge, a coffee maker, a kettle, an individual air-conditioning system and a safe. FACILITIES: You can find sports facilities, a covered swimming pool, a sauna and sports equipment. The establishment also offers a massage service and a hairdresser. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers 17 restaurants, bars, Oriental dishes and European cuisine. Clients can also find a restaurant with buffet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1308.96" OriginalAmount="1296" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.511530078746" Longitude="127.10032582283" StarRating="5" HotelCode="69614|26755" HotelName="Lotte Hotel World" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>240 Olympic-ro, Songpa-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/75/d7750ee7ee90eec6ca1bb0630d54a9eca4b196c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is just a block from the Korea Exhibition Centre, 15 km from the city centre, 15 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1322.09" OriginalAmount="1309" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.512622" Longitude="127.057406" StarRating="5" HotelCode="87272|46816" HotelName="InterContinental Coex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>524 Bongeunsa-ro, Gangnam-gu, Seoul 06164</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/33/33f48621b4fd2281/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located within walking distance of COEX, Korea City Air Terminal and the COEX Mall (fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1342.29" OriginalAmount="1329" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.576415736662" Longitude="126.99731044561" StarRating="3" HotelCode="441606|77583" HotelName="SLA Seoul Loft Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>158 Changgyunggung-ro, 118-1 Wonnam-dong, Jongno-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/e3/1ce3c5860a83f230765b5d5c07ff2eb4cd93d965.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1362.49" OriginalAmount="1349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5502" Longitude="126.985" StarRating="0" HotelCode="971311|andaz_seoul_gangnam" HotelName="Andaz Seoul Gangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>854 Nonhyun-ro, Gangnam-gu, Seoul 06022</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2e/9a2ea81a70b749180fe993ee5eed5b9ed18d007b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1374.61" OriginalAmount="1361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564206871177" Longitude="126.98012805728" StarRating="5" HotelCode="45660|the_westin_chosun_seoul" HotelName="The Westin Chosun Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Sogong-ro, Jung-gu, Seoul 04533</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/02/97027a25ee0f0e43dde03055d033c0c6fe944021.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seoul's vibrant, central financial and shopping district, the business hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1396.00" OriginalAmount="1382.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.537052" Longitude="126.944046" StarRating="5" HotelCode="|552507" HotelName="Naru Seoul MGallery Ambassador" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 MAPODAERO MAPO-GU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/0/7/552507_7a90fb61218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1443.29" OriginalAmount="1429.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.508547913764" Longitude="127.06414270437" StarRating="5" HotelCode="74613|park_hyatt_seoul" HotelName="Park Hyatt Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>606 Teheran-ro, Gangnam-gu, Seoul 06174</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/72/2a72d178fae0ae6465f7ae810fa26f3c4cd764aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 75 km away from Incheon Airport and it is 45 km from Seoul-Gimpo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1482.68" OriginalAmount="1468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.556055407064" Longitude="127.0051858594" StarRating="5" HotelCode="68625|the_shilla_seoul" HotelName="The Shilla Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>249 Dongho-ro, Jung-gu, Seoul 04605</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/f0/b2f008556dd678d32205cafa60ce82128bd812a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in downtown Seoul, this hotel is 68 km from Incheon International Airport and 15 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1488.74" OriginalAmount="1474.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.569850073396" Longitude="127.00830399939" StarRating="5" HotelCode="934517|jw_marriott_dongdaemun_square_seoul" HotelName="JW Marriott Dongdaemun Square Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>279 Cheonggyecheon-ro, Seoul, Jongno-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/1b/de1b454adcf5585414f0a2f174cee0653419cb5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1535.20" OriginalAmount="1520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.564775521855" Longitude="126.97815352513" StarRating="5" HotelCode="42271|the_plaza" HotelName="The Plaza Seoul Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Sogong-ro, Jung-gu, Seoul  04525</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/5a/da5a7eafecf73a907671d6adacf627443deff4f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in the city centre in front of City Hall. It is popular amongst busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1541.26" OriginalAmount="1526" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.521613796306" Longitude="126.91820653067" StarRating="5" HotelCode="80355|69702" HotelName="Yeouido Park Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Yeoui-daero, Yeongdeungpo-Gu, Seoul 07320</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a6/5aa6f6aa6b6b1364980451723930e5aa49df8989.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1551.43" OriginalAmount="1536.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5140335" Longitude="127.1066947" StarRating="5" HotelCode="|425909" HotelName="Sofitel Ambassador Seoul and Serviced Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209 Jamsilro Songpagu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/9/0/9/425909_bb290981411.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1646.49" OriginalAmount="1630.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.56448" Longitude="126.97812" StarRating="5" HotelCode="|38708" HotelName="The Plaza Seoul, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>119, Sogong-ro, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/0/8/38708_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1667.51" OriginalAmount="1651.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.524695" Longitude="126.925711" StarRating="5" HotelCode="210344|conrad_seoul" HotelName="Conrad Seoul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Gukjegeumyung-ro, Yeongdeungpo-gu, Seoul 07326</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ff/00ff37e95c2097d6d002f56c7f349ff4ad7f74e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1711.95" OriginalAmount="1695.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.504487354596" Longitude="127.00421690941" StarRating="5" HotelCode="79919|jw_marriott_hotel_seoul" HotelName="JW Marriott Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Sinbanpo-ro, Seocho-gu, Seoul 06546</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/dc/37dc64efa8ea0b022d9f9f241f6593cea89ea3b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the business and entertainment districts, near to the Convent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1741.98" OriginalAmount="1724.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.561713" Longitude="126.982678" StarRating="5" HotelCode="|469399" HotelName="Le Méridien Seoul, Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 Myeongdong 2-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/3/9/9/469399_eaac2601818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1807.49" OriginalAmount="1789.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.521069" Longitude="126.918514" StarRating="4" HotelCode="|153286" HotelName="Yeouido Park Centre, Seoul - Marriott Executive Apartments." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Yeouido Park Centre, Seoul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/2/8/6/153286_5539bec0829.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has apartments with a kitchen, WiFi, heating and a shower. The establishment has a spa, treatments, a gym and a swimming pool. With regards to the food and beverage offering, the establishment has a restaurant. SITUATION: This establishment, is near Han the river Yeouido it is in near the establishment, you will find Yeouido park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1819.01" OriginalAmount="1801" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.511273013877" Longitude="127.03199644116" StarRating="3" HotelCode="194913|76361" HotelName="New Hilltop Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>152 Nonhyeon-dong, Seoul, Gangnam-gu</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cd/c5cdfcd3dbf4a7758ff384f6b210cef9632f1b2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1874.23" OriginalAmount="1855.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.52237" Longitude="127.11573" StarRating="3" HotelCode="|188996" HotelName="Seoul Olympic Parktel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>448, Olympic-ro (88, Bangi-dong)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/9/9/6/188996_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1906.88" OriginalAmount="1888.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.522363086912" Longitude="127.11644053459" StarRating="4" HotelCode="888560|olympic_parktel_2" HotelName="Olympic Parktel Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>448 Olympic-ro, Songpa-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/fd/13fdb6b520fa9e2dd175d3a364cbf26300095e55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the grounds of the Olympic Park, this city hotel is approximately 12 km from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1950.31" OriginalAmount="1931.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.508288605864" Longitude="127.06108432275" StarRating="5" HotelCode="74614|grand_intercontinental_seoul_parnas" HotelName="Intercontinental Grand Seoul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>521 Teheran-ro, Gangnam-gu, Seoul 06164</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/14/52148d637ee5ee00eba74898715e57160ea55c66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 200 metres from COEX and the World Trade Center Seoul. Attractions such a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2118.98" OriginalAmount="2098.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.51283079" Longitude="127.10272414" StarRating="5" HotelCode="563556|signiel_seoul" HotelName="Signiel Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>300 Olympic-ro, Lotte World Tower 76F-101F, Songpa-gu, Seoul</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a2/88a2720e1c3e908ae4a8a3da796ac9477d77abf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seoul.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2143.22" OriginalAmount="2122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.500935" Longitude="127.001652" StarRating="4" HotelCode="82072|seoul_palace_hotel" HotelName="Sheraton Seoul Palace Gangnam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Sapyeong-daero, Seocho-gu, Seoul 137-804</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/eb/40eb4c31ae7dcd947aaa78d0c02d5a1640e85b21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seoul. The nearest airport is Seoul - Incheon (ICN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2311.89" OriginalAmount="2289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.539946435624" Longitude="126.99606898081" StarRating="5" HotelCode="12937|grand_hyatt_seoul" HotelName="Grand Hyatt Seoul" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>322 Sowol-ro, Yongsan-gu, Seoul 04347</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/5d/e25d4de8cbdd4eedf27ed2e04c697a45ca4b3753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of South Korea's capital city, in Yongsan district. Set on the hi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2939.10" OriginalAmount="2910.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.57297405014" Longitude="126.98736559696" StarRating="5" HotelCode="69003|fraser_suites_insadong" HotelName="Orakai Insadong Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Insadong 4-gil, Jongno-gu, Seoul 03163</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/28/e72812829552456d84351ec91ccdbd49c4f97794.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel enjoys close proximity to most major Seoul hotels and is within an hour of Incheon In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3102.71" OriginalAmount="3071.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.550838" Longitude="127.000769" StarRating="5" HotelCode="|131722" HotelName="Banyan Tree Club and Spa Seoul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60, Jangchungdan-Ro, Jung-Gu,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/7/2/2/131722_3513c430853.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers views of the mountain, Namsan and Banyan Tree Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3131.00" OriginalAmount="3100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.550882212792" Longitude="127.0012077569" StarRating="5" HotelCode="169655|banyan_tree_club" HotelName="Banyan Tree Club &amp; Spa Seoul" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>60 JangChungdan-Ro, Jung-Gu, Seoul 04605</AddressLine>
          </AddressLines>
          <CityName>Seoul</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0f/2f0f024976785898d06d10cc57c023776df88031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of Seoul at Mt Namsan, the hotel offers a sanctuary for the senses within one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.43" OriginalAmount="147.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5569046" Longitude="126.9775906" StarRating="0" HotelCode="|327723" HotelName="Must Stay Hotel Myeongdong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15-3, Toegye-ro 2-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.67" OriginalAmount="153.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5463594" Longitude="126.8459988" StarRating="0" HotelCode="|259867" HotelName="Hotel Flower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10, Hwagok-ro 42-gil, Gangseo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.54" OriginalAmount="159.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.6002168" Longitude="126.9370277" StarRating="3" HotelCode="|327829" HotelName="La Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>138, Jinheung-ro, Eunpyeong-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.93" OriginalAmount="206.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.553832" Longitude="126.9356845" StarRating="0" HotelCode="|327762" HotelName="Sinchon Sisters" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106-105, Nogosan-Dong, Mapo-Gu,Seoul</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.67" OriginalAmount="252.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.574198" Longitude="126.999419" StarRating="3" HotelCode="|427631" HotelName="Kennystoryinn Jongro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Changgyeonggung Ro 16Ga Gil Jongno Gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.94" OriginalAmount="281.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.518408" Longitude="126.908284" StarRating="3" HotelCode="|532903" HotelName="Yeongdeungpo Starlight" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-6, Yeongdeungpo-ro 46-gil</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.58" OriginalAmount="297.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5185767" Longitude="126.9064102" StarRating="2" HotelCode="|327843" HotelName="Ahava" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-13, Yeongdeungpo-dong 3-ga, Yeongdeungpo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.27" OriginalAmount="316.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.593876" Longitude="127.018718" StarRating="3" HotelCode="|259847" HotelName="The Artist Dongdaemun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>126, Dongsomun-ro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.05" OriginalAmount="321.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5535837" Longitude="126.9669664" StarRating="0" HotelCode="|266072" HotelName="Keumkang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-1, Mallijae-ro 36-gil, Yongsan-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.33" OriginalAmount="322.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5637123" Longitude="126.9877758" StarRating="0" HotelCode="|327996" HotelName="Ehwa In Myeongdong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1, Samil-daero 9-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.53" OriginalAmount="329.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5579925" Longitude="126.985574" StarRating="0" HotelCode="|374755" HotelName="Seoul Tower Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15-12, Toegye-ro 20na-gil, Jung-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.83" OriginalAmount="352.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5630529" Longitude="126.9263564" StarRating="0" HotelCode="|327889" HotelName="Hongdae 88 Seoul Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>#501 189, Seongmisan-ro, Mapo-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="527.57" OriginalAmount="522.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.5724173" Longitude="126.9871238" StarRating="3" HotelCode="|259979" HotelName="Kuretakeso Insadong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20-10, Insadong-gil, Jongno-gu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Central Heating,Conference Hall,Internet,Laundry,Sauna,Telephone Service,Bar,Fax,Restaurant,Room Service,Swimming Pool,Currency Exchange,Designated Smoking Area,Golf,Wheelchair Access,Lounge,Massage Centre,Jacuzzi,Nightclub,Spa,Business Centre,24 Hour Security,Banquet Hall,Meeting Room,Parking,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Garden,Kitchen,LCD/Projector,Luggage Storage,Off-Site Parking,Smoking Rooms,24 Hour Room Service,Valet Parking,Shopping Arcade,Housekeeping,Airport Transfer (on Demand),Printer,Wake-up Call Service,24 Hour Power Supply,Coffee Shop,Bicycle Rental,Diet Meals,ATM/Cash Machine,Beauty Salon,Pets allowed</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>HOTEL,CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,GUEST HOUSES,BUNGALOW COMPLEX,VILLAGE,CLUB RESORT,SPA HOTEL,ECO HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,HOSTELS,HOMESTAYS,BOUTIQUE HOTEL,AIRPORT HOTEL,MOTEL,CASINO RESORT</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
194d3d2d-7245-4b04-ac17-a24a8203c183|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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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="a80a538d-dd3f-48a2-82e8-aae7f61a160a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84793" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-01T00:00:00" End="2026-08-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="VISA@INSERHAN.COM" Password="@Khongbiet123" RequestedCurrency="GBP" ClientNationality="VN" 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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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:183d0a56-df30-4478-bf77-6cfa7b9c8278
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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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
a80a538d-dd3f-48a2-82e8-aae7f61a160a|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-07-20T05:07:36.2047405+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a80a538d-dd3f-48a2-82e8-aae7f61a160a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="25.76" OriginalAmount="25.50" MarkupRule="1.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 26/07/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="83" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431919-27601920/6195425464233034355/1593" 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="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.98812234" Longitude="105.84119023" StarRating="0" HotelCode="964896|oyo_180_thang_long_hotel" HotelName="Thang Long Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/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="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036144" Longitude="105.847692" StarRating="2" HotelCode="931938|hanoi_evergreen_hotel" HotelName="Hanoi Evergreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f1/eff12e3fe7a49ac0a029b435cf29268971e9b0df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.60" OriginalAmount="36.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037614" Longitude="105.854058" StarRating="2" HotelCode="|524444" HotelName="An Nam Corner- Thanh Yen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|268510-25492247/6195425464233034355/3046" 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="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20414076" Longitude="105.78625895" StarRating="2" HotelCode="374434|indochina_airport_hotel" HotelName="Indochina Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="39.80" OriginalAmount="39.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033977" Longitude="105.790637" StarRating="2" HotelCode="|421276" HotelName="OYO 1143 Thu Giang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="958291|thu_giang_hotel" HotelName="Hotel Thu Giang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-45 Tran Thai Tong, Phuong Dich Vong, Quan Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0c/e40c6dbb668564a730fafcf130922a0ed9ca97f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.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 25/07/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="94" TotalAmount="43.99" OriginalAmount="43.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.124692" Longitude="105.770588" StarRating="2" HotelCode="|521807" HotelName="New An Phú" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/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="94" TotalAmount="44.50" OriginalAmount="44.06" MarkupRule="1.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 25/07/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="94" TotalAmount="46.29" OriginalAmount="45.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025103" Longitude="105.900269" StarRating="2" HotelCode="|523123" HotelName="Sao Mai by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Co Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/2/3/523123_c7eefad0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031283068466" Longitude="105.85460096684" StarRating="2" HotelCode="119072|golden_time_hostel" HotelName="King Ly Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/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="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009724" Longitude="105.798701" StarRating="3" HotelCode="420609|newland_studio_apartment_8" HotelName="V-Studio Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>No.47 Lane, 148 Tran Duy Hung street,, Cau Giay Disctrict, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/12/b8121328c229ce16169062ea6f3fc06cc9e53681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.02" OriginalAmount="46.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00945" Longitude="105.79795" StarRating="3" HotelCode="|235414" HotelName="V-studio Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="47.05" OriginalAmount="46.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04879" Longitude="105.83997" StarRating="3" HotelCode="|422059" HotelName="The Autumn Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30A Truc Lac Alley Truc Bach Ba Dinh Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/0/5/9/422059_092e8cc1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.46" OriginalAmount="46.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0322483" Longitude="105.7891935" StarRating="3" HotelCode="|265910" HotelName="Super Oyo Capital O 387 Bach Duong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03230498" Longitude="105.78954715" StarRating="3" HotelCode="600509|bach_duong_hotel_cau_giay" HotelName="Bach Duong Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>C5/D6 Tran Thai Tong Street, Dich Vong, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/b3/70b3362a16c17980b908ee2350fbdd6d00998218.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.48" OriginalAmount="48" MarkupRule="1.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 25/07/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="48.48" OriginalAmount="48" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898971-26133368/6195425464233034355/1456" HotelName="LUCKY BUDDA INN VILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37920000/37918800/37918732/6eeb6d67_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="692327|phuong_trang_hotel_hanoi" HotelName="Phuong Trang Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/07/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="27" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21697255" Longitude="105.78126917" StarRating="2" HotelCode="762464|284963" HotelName="Sao Mai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="49.49" OriginalAmount="49" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181516-25366821/6195425464233034355/2328" HotelName="CHARMING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5080000/5070600/5070534/f4496ec2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.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 23/07/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="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.013101803078" Longitude="105.8066451086" StarRating="1" HotelCode="347784|sao_hotel_2" HotelName="Sao Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="49.51" OriginalAmount="49.02" MarkupRule="1.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 25/07/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="83" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572297-25722600/6195425464233034355/2012" 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="94" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.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 26/07/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="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034669" Longitude="105.852161" StarRating="2" HotelCode="53752|ibiz_city_hostel" HotelName="Ibiz City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="50.90" OriginalAmount="50.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0102987" Longitude="105.8651049" StarRating="3" HotelCode="|374877" HotelName="Le Grand Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03450968" Longitude="105.84744374" StarRating="2" HotelCode="550104|165360" HotelName="Hanoi Lotus Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Bat Su Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/3b/693b19c74fafa3ddaddcd82924da49d49889e409.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431804-27603509/6195425464233034355/930" 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="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431825-27603641/6195425464233034355/3114" 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="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040017203403" Longitude="105.86666051558" StarRating="0" HotelCode="347797|the_ky_moi_hotel" HotelName="The Ky Moi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01460316" Longitude="105.80446958" StarRating="2" HotelCode="518395|obis_hotel" HotelName="Obis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/07/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="94" TotalAmount="53.32" OriginalAmount="52.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00939" Longitude="105.81167" StarRating="0" HotelCode="|521712" HotelName="Sao Nguyen Ngoc Vu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431824-27602733/6195425464233034355/3173" 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="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0100713" Longitude="105.86520324" StarRating="0" HotelCode="688661|le_grand__4" HotelName="Le Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="53.97" OriginalAmount="53.44" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.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 26/07/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="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1085823-26343913/6195425464233034355/1268" HotelName="TITANIC HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37870000/37860500/37860458/e50fd95a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436220-25609992/6195425464233034355/1930" 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="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|899186-26133750/6195425464233034355/2001" HotelName="NEWSTYLE HANOI HOTEL AND APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55410000/55406500/55406458/b3d174f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20432606" Longitude="105.83087106" StarRating="3" HotelCode="347804|royal_airport_hotel_3" HotelName="Viet Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1B Duong Thai Phu Village, Vo Nguyen Giap Str, Noibai Airport, Ha noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0cf61d6807187b538e58ac9da13999e50e1676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="701404|sunrise_hotel_34" HotelName="Sunrise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Vu Ngoc Phan Street</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/a0/6fa020c5554a58d820c2e2a8e0485bc33319a25d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.58" OriginalAmount="55.03" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="55.74" OriginalAmount="55.19" MarkupRule="1.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 25/07/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="94" TotalAmount="56.18" OriginalAmount="55.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02775" Longitude="105.82372" StarRating="3" HotelCode="|446943" HotelName="Nythome Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <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="56.55" OriginalAmount="55.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01397" Longitude="105.86399" StarRating="3" HotelCode="|234481" HotelName="Gallant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574211-25723534/6195425464233034355/1839" 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="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03264794385" Longitude="105.84680198437" StarRating="1" HotelCode="200495|hanoi_fantasea_hotel_" HotelName="Hanoi Fantasea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/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="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02036989" Longitude="105.82579389" StarRating="2" HotelCode="702071|saigon_sun_hotel_1" HotelName="Saigon Sun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="56.98" OriginalAmount="56.42" MarkupRule="1.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 25/07/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="83" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572651-25722702/6195425464233034355/2401" HotelName="DAI DUONG HOTEL 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19501900/19501878/84e44208_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01922143" Longitude="105.80041242" StarRating="3" HotelCode="600513|dai_duong_hotel_2" HotelName="Dai Duong Ha Noi Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Trung Yen 9, Yen Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/85/cc85f4b6ac119cd125bbbd4d5360ffc898e5f638.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.63" OriginalAmount="57.06" MarkupRule="1.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 28/07/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="58.11" OriginalAmount="57.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032659" Longitude="105.853846" StarRating="0" HotelCode="|521854" HotelName="TUAN CENTRAL HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 HANG BE , HOAN KIEM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/8/5/4/521854_8c687431124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.56" OriginalAmount="57.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019733" Longitude="105.825565" StarRating="0" HotelCode="|537156" HotelName="Le Grand Hanoi - The Sun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <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="59.21" OriginalAmount="58.62" MarkupRule="1.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="59.22" OriginalAmount="58.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0351278" Longitude="105.8000437" StarRating="1" HotelCode="|421429" HotelName="Khach San Phuong Dong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="59.31" OriginalAmount="58.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.951278" Longitude="105.749466" StarRating="2" HotelCode="|523114" HotelName="Thu Do Vang Ha Dong By Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QL6 Phu Lam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/1/4/523114_c3529230911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033958240669" Longitude="105.85169434547" StarRating="3" HotelCode="169666|74944" HotelName="Monsieur Diesel Hotel Hang Bac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Hang Bac, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0a/070a1602d831f7de22ba4d41442d553fa6d093ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is one of the most beautiful and luxurious hotels in the centre of Hanoi's Old Quarter. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649510-25826361/6195425464233034355/330" HotelName="ANOVA 2 HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38870000/38860900/38860832/43376af7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573950-32733365/6195425464233034355/1515" 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="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00201287" Longitude="105.80779921" StarRating="1" HotelCode="347785|nhan_hoa_hotel_hanoi" HotelName="Nhan Hoa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014004462844" Longitude="105.86403714744" StarRating="3" HotelCode="347771|gallant_hotel_2" HotelName="Gallant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="976877|ruby_lakeview_homestay" HotelName="Ruby Lakeview Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngõ 96 Pho Dai Tu, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e8/6ee8ff8a718d5a8841ed1adf97e7163f13b7937c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="976089|oyo_276_bh_hotel" HotelName="Bh Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Cau Dat Street, Lane 75, Chuong Duong Do Ward, Hoan Kiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/29/8129b1575eb8f28a2af8d67e99326db01b34922a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.76" OriginalAmount="59.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016592" Longitude="105.773655" StarRating="0" HotelCode="|521711" HotelName="Thanh Hang near Emerald My Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431910-27603159/6195425464233034355/2734" 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="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="787493|nam_cuong_x_hotel" HotelName="Nam Cuong X Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>57 Tran Quoc Vuong, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/18/8a182c41744057ab8065e0381e42c90af3739f79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.19819921" Longitude="105.83263495" StarRating="3" HotelCode="781320|luxury_airport_hotel_spa" HotelName="Luxury Airport Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="27" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349633" Longitude="105.80073349" StarRating="3" HotelCode="835898|362519" HotelName="Hotel Phunng Dông" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>So 14 Duong Quang Hàm, Ngo 72, Phuong Quan Hoa, Quan Cau Giay, Hà Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="61.61" OriginalAmount="61" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431818-27595981/6195425464233034355/2996" 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="94" TotalAmount="61.70" OriginalAmount="61.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0057938" Longitude="105.7826336" StarRating="3" HotelCode="|266624" HotelName="Nam Long Ha Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 6, 38 Mieu Dam, Me Tri, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/6/2/4/266624_a7a1a1e1719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.78" OriginalAmount="61.17" MarkupRule="1.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 27/07/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="61.94" OriginalAmount="61.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034742" Longitude="105.845475" StarRating="0" HotelCode="|567300" HotelName="Hanoi Train Street " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Cua Dong, Hang Ma</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/3/0/0/567300_dbb1b851423.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 C11 Alley 140, Giang Vo, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/42/824251361c1d1cc66b0b65fe6918a4a3f04941a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|588410-25733495/6195425464233034355/1533" HotelName="NAM CUONG X" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29850000/29842200/29842174/3e6c4b85_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21676551" Longitude="105.78116459" StarRating="2" HotelCode="375171|family_transit_hotel" HotelName="Family Transit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dien Xa, Quang Tien, Noi Bai Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/11/3711f407bf3d5b1125139537a9450c00cfec729d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.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 23/07/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="94" TotalAmount="62.90" OriginalAmount="62.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02112" Longitude="105.846747" StarRating="0" HotelCode="|535421" HotelName="Hanowood Homestay and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="63.06" OriginalAmount="62.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009808" Longitude="105.810826" StarRating="2" HotelCode="|523094" HotelName="69Xumimotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>so 69 ngo 53 Nguyen Ngoc Vu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/4/523094_b8d11dc0900.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.06" OriginalAmount="62.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03304" Longitude="105.7898" StarRating="3" HotelCode="|189585" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="63.12" OriginalAmount="62.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.218997" Longitude="105.783156" StarRating="0" HotelCode="|525809" HotelName="Golden Lotus Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="63.55" OriginalAmount="62.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.012537" Longitude="105.8664738" StarRating="3" HotelCode="|266703" HotelName="Sunrise Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>716 Bach Dang, Hai Ba Trung District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/7/0/3/266703_abb741c1723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01272749" Longitude="105.86635268" StarRating="3" HotelCode="586444|sunrise_hanoi_hotel" HotelName="Sunrise Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/07/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="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="636655|nyt_home_cau_giay" HotelName="NYT Home Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Alley 123, Hoang Quoc Viet street, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/ee/e4ee1607bc4a25f684f3aaf030aaacfa12b395a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.61" OriginalAmount="63.97" MarkupRule="1.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 21/07/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="83" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431799-27596503/6195425464233034355/947" 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="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03261343" Longitude="105.85381525656" StarRating="3" HotelCode="119066|hanoi_orchid_hotel" HotelName="Hanoi Oriental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Hang Be, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/4c/a64c6b26755849b59f53c71441d2e194a1fc7efb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032530368132" Longitude="105.78981365188" StarRating="3" HotelCode="347507|home_hotel_9" HotelName="Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>C1/D6 New Cau Giay Residence, Dich Vong Ward, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bd/29bdab29dc73f38e569430afdd007639ef42401d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="974508|lieber_hotel_2" HotelName="Lieber Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05947726" Longitude="105.83321409" StarRating="0" HotelCode="970285|eden_westlake_hotel_the_art" HotelName="Eden Westlake Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Alley 8 Tu Hoa, Tay Ho, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/ce/a2/cea2b810072b64b81d0365a8aa78bd6efdb3a012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.66" OriginalAmount="64.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011675" Longitude="105.806708" StarRating="0" HotelCode="|266986" HotelName="V House 6 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40, Lane 171, Nguyen Ngoc Vu, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/8/6/266986_c4da5ee1748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.55" OriginalAmount="64.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21874" Longitude="105.78326" StarRating="2" HotelCode="|197836" HotelName="Noi Bai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KM2, Vo Van Kiet St. Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/8/3/6/197836_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21871641" Longitude="105.80416895" StarRating="2" HotelCode="774011|348309" HotelName="Coffe House Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03234232" Longitude="105.78990417" StarRating="3" HotelCode="471332|153531" HotelName="One Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573536-25723214/6195425464233034355/2070" 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="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21889398" Longitude="105.78331658" StarRating="3" HotelCode="374682|dragon_airport_hotel" HotelName="Dragon Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.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 23/07/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="94" TotalAmount="65.97" OriginalAmount="65.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02921" Longitude="105.84832" StarRating="0" HotelCode="|189222" HotelName="Bluebell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <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="66.42" OriginalAmount="65.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036657" Longitude="105.8523193" StarRating="3" HotelCode="|270588" HotelName="Holiday Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="66.47" OriginalAmount="65.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.1987057" Longitude="105.8271708" StarRating="3" HotelCode="|446958" HotelName="Noi Bai Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="66.56" OriginalAmount="65.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.012412" Longitude="105.850427" StarRating="3" HotelCode="|421432" HotelName="Ohana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.218806306426" Longitude="105.78326697533" StarRating="2" HotelCode="227157|152527" HotelName="Noi Bai Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/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="83" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|574019-25723440/6195425464233034355/1469" 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="83" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431838-27592611/6195425464233034355/3333" HotelName="HANOI HIDDEN GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91990000/91981100/91981003/0acd40c1_edited_62b3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.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 23/07/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="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01195614" Longitude="105.80709484" StarRating="2" HotelCode="615137|v_house_6_serviced_apartment" HotelName="ISTAY Hotel Apartment 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Lane 171 Nguyen Ngoc Vu, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1a/721a39153f087fb2c2eee253653619a80bfa15d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00902384" Longitude="105.81241069" StarRating="3" HotelCode="772415|louisland_hotel" HotelName="Louisland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="67.74" OriginalAmount="67.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.8986756" Longitude="105.8671954" StarRating="3" HotelCode="|421553" HotelName="Oyo 930 Thang Long" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duyen Thai, Thuong Tin, 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/5/5/3/421553_6cab1770212.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.91" OriginalAmount="67.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03228" Longitude="105.79031" StarRating="3" HotelCode="|232169" HotelName="One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>C3/D6 New Cau Giay Residence, Tran Thai Tong Street, Dich Vong Ward, Cau Giay District, Hanoi, Vietnam Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/6/9/232169_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.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="94" TotalAmount="69.16" OriginalAmount="68.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035243" Longitude="105.853346" StarRating="0" HotelCode="|536405" HotelName="La Renta Center Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/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="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.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 24/07/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="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04472262" Longitude="105.84306213" StarRating="2" HotelCode="585786|smile_hotel_6" HotelName="Smile Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/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="94" TotalAmount="69.93" OriginalAmount="69.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.219984" Longitude="105.783168" StarRating="3" HotelCode="|446952" HotelName="Hanz Duc Hieu 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="69.98" OriginalAmount="69.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0323804" Longitude="105.7980086" StarRating="3" HotelCode="|420318" HotelName="Victor Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168027-25339806/6195425464233034355/1998" HotelName="PRINCE TO TICH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5100000/5091700/5091625/0e2d38dc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899202-26133774/6195425464233034355/2016" HotelName="NHAT LY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41930000/41921600/41921559/4c53fad4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21871301" Longitude="105.78197937" StarRating="1" HotelCode="374358|anh_duong_hotel" HotelName="Anh Duong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Business Centre,Concierge,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Van Kiet, Dien Xa, Quang Tien, Soc Son, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/7b/707b85e2f25ebec597ef135b868b1112c9fc3769.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Anh Duong Hotel is perfectly located for both business and leisure guests in Hanoi. Offering a varie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.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 21/07/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="94" TotalAmount="70.73" OriginalAmount="70.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035374" Longitude="105.810834" StarRating="0" HotelCode="|534153" HotelName="NB Apartment - Linh Lang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="71.18" OriginalAmount="70.48" MarkupRule="1.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 26/07/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="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217236-25420460/6195425464233034355/2717" 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="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03415131" Longitude="105.85339462" StarRating="3" HotelCode="429649|golden_wings_hotel" HotelName="Golden Time Hostel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02864903" Longitude="105.77616392" StarRating="2" HotelCode="587793|an_phu_hotel" HotelName="An Phu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 N5B, My Dinh 2, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f6/a9f64ae43687196f648cb9ef84e2bf23eeb7c7a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02810915" Longitude="105.84291932" StarRating="3" HotelCode="968990|millennium_hanoi_hotel" HotelName="Millennium Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>246B Hang Bong Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/2f/a82f8779e7f8548e30f8634b64267dbc187dbc1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.88" OriginalAmount="71.17" MarkupRule="1.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 27/07/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="71.89" OriginalAmount="71.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029943" Longitude="105.848163" StarRating="2" HotelCode="|84018" HotelName="Lucky Central Hotel and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="375118|mi_hoa_1" HotelName="My Hoa 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20308721" Longitude="105.83249319" StarRating="2" HotelCode="584621|family_airport_hotel" HotelName="Family Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01109794" Longitude="105.7763195" StarRating="3" HotelCode="600095|istay_hotel_apartment_5" HotelName="ISTAY Hotel Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 26/07/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="73.01" OriginalAmount="72.29" MarkupRule="1.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 25/07/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="73.16" OriginalAmount="72.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034655" Longitude="105.813424" StarRating="2" HotelCode="|523124" HotelName="Anh Sao by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ng. 42 P. Lieu Giai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/2/4/523124_c88da360916.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.39" OriginalAmount="72.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02967" Longitude="105.84399" StarRating="3" HotelCode="|235450" HotelName="Hanoi Lele and Frog" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="73.55" OriginalAmount="72.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.065905" Longitude="105.825686" StarRating="0" HotelCode="|533892" HotelName="Westlake Emerald Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="27" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03262556" Longitude="105.79856656" StarRating="3" HotelCode="771333|348590" HotelName="Victor Hotel Cau Giay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|579272-25726022/6195425464233034355/1255" HotelName="VICTOR HANOI HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29480000/29478700/29478646/257742f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="73.85" OriginalAmount="73.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.022267" Longitude="105.777386" StarRating="2" HotelCode="|523070" HotelName="Hana by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. Thien Hien My Dinh 1 Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/7/0/523070_a6437c30942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.85" OriginalAmount="73.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0150106" Longitude="105.8105828" StarRating="1" HotelCode="|265908" HotelName="Sunrise" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Alley 42 Vu Ngoc Phan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/9/0/8/265908_7206fd31726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.17" OriginalAmount="73.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0290486" Longitude="105.7843614" StarRating="3" HotelCode="|460786" HotelName="Granda Central Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="74.17" OriginalAmount="73.44" MarkupRule="1.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 28/07/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="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00353742" Longitude="105.77973739" StarRating="2" HotelCode="834180|362516" HotelName="Hotel Hoang Gia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.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 27/07/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="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01438059" Longitude="105.865176" StarRating="3" HotelCode="619378|255808" HotelName="Riverside Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.052267" Longitude="105.83857" StarRating="3" HotelCode="|420918" HotelName="The Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.996339939655" Longitude="105.84292131526" StarRating="3" HotelCode="347422|vong_xua_hotel_" HotelName="Vong Xua Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>193 Pho Vong, Dong Tam, Hai Ba Trung, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ef/15ef3edc67e8d9bb8fa4f9be36c4ae5f57fc2f6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.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="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023971881626" Longitude="105.82047271467" StarRating="2" HotelCode="347106|blue_29_hotel" HotelName="Blue 29 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="74.79" OriginalAmount="74.05" MarkupRule="1.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 26/07/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="74.87" OriginalAmount="74.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03012" Longitude="105.83418" StarRating="3" HotelCode="|420625" HotelName="Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="74.89" OriginalAmount="74.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036343" Longitude="105.853651" StarRating="0" HotelCode="|533210" HotelName="Hanoi Memory Central Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="75.21" OriginalAmount="74.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031551" Longitude="105.8455557" StarRating="2" HotelCode="|265836" HotelName="Maison D' Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431817-27595190/6195425464233034355/3008" 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="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02963736" Longitude="105.84398007" StarRating="3" HotelCode="554469|hanoi_lele_frog_hotel" HotelName="Hanoi Lele and Frog Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/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="94" TotalAmount="75.98" OriginalAmount="75.23" MarkupRule="1.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 25/07/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="76.33" OriginalAmount="75.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009647" Longitude="105.86074" StarRating="3" HotelCode="|420683" HotelName="A25 - 185 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="76.48" OriginalAmount="75.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.051381" Longitude="105.810988" StarRating="5" HotelCode="|446677" HotelName="Vnahomes Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="76.52" OriginalAmount="75.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029078" Longitude="105.828651" StarRating="2" HotelCode="|523098" HotelName="Lao Cai by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 P. Cat Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/8/523098_bad6b510902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0315609" Longitude="105.84553509" StarRating="3" HotelCode="594738|239434" HotelName="Hanoi Pho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02212884" Longitude="105.77591518" StarRating="3" HotelCode="854580|362523" HotelName="Khach San Viet My" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573425-25723166/6195425464233034355/1287" 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="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026536325424" Longitude="105.83725355052" StarRating="2" HotelCode="346709|van_mieu_hotel" HotelName="Van Mieu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/07/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="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01959429" Longitude="105.77897856" StarRating="3" HotelCode="554400|istay_serviced_apartment" HotelName="iStay Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Alley 39 Dinh Thon, My Dinh 1, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f0/c9f00b194e3aeab076fb32b461331811cd273c0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02316921" Longitude="105.82117445" StarRating="3" HotelCode="586864|blue_hanoi_inn_luxury_hotel_spa" HotelName="Blue Hanoi Inn Luxury Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>466 De La Thanh Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/25/1a259593ad138ef6e748f0749b7fd7f26cd679e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.79" OriginalAmount="76.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.990857" Longitude="105.736768" StarRating="0" HotelCode="|521670" HotelName="Royal Duong Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="77.01" OriginalAmount="76.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05151" Longitude="105.83853" StarRating="0" HotelCode="|235550" HotelName="A25 - 30 An Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="77.18" OriginalAmount="76.42" MarkupRule="1.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 25/07/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="16" TotalAmount="77.45" OriginalAmount="76.68" MarkupRule="1.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 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>159 Kham Thien, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a3/3ca33345b94d11091d42624f0730a6dbcf4fa0f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="77.99" OriginalAmount="77.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03371" Longitude="105.8466" StarRating="1" HotelCode="|231954" HotelName="Hanoi La Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Bat Dan Str., Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/5/4/231954_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.11" OriginalAmount="77.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.078792" Longitude="105.81832" StarRating="0" HotelCode="|524688" HotelName="JOY APARTMENT TAY HO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="78.30" OriginalAmount="77.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03429" Longitude="105.85342" StarRating="0" HotelCode="|198311" HotelName="Golden Time 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="78.38" OriginalAmount="77.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0105817" Longitude="105.7768865" StarRating="3" HotelCode="|266428" HotelName="Istay Apartment 5" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05227335" Longitude="105.83862903" StarRating="2" HotelCode="572152|239502" HotelName="The Royal Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572456-25722646/6195425464233034355/552" 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="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03478597075" Longitude="105.85274132788" StarRating="2" HotelCode="309523|hanoi_discovery_hotel" HotelName="Hanoi Discovery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Lane, 22 Luong Ngoc Quyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/03/ed031129e237a5ff51daee971b15932e146e3ff4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.10" OriginalAmount="78.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.020098" Longitude="105.7781279" StarRating="0" HotelCode="|265874" HotelName="Istay Hotel Apartment 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="79.19" OriginalAmount="78.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0338581" Longitude="105.8524105" StarRating="2" HotelCode="|270645" HotelName="Gecko" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="79.69" OriginalAmount="78.90" MarkupRule="1.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 27/07/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="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03372935489" Longitude="105.84740091861" StarRating="1" HotelCode="397049|81225" HotelName="La Vision Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="83" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413402-25592188/6195425464233034355/1412" 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="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437967-27930975/6195425464233034355/1978" HotelName="MOONLIT SUITES HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109910000/109902300/109902273/1f43a19c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431844-27603627/6195425464233034355/2569" 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="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20473914" Longitude="105.83011748" StarRating="3" HotelCode="586954|anova_hotel" HotelName="Anova Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Vo Nguyen Giap Street, Thai Phu, Soc Son District, Ha Noi, Mai Dinh Commune</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/71/3871282691afb98ac96edf942b71797d61f39416.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00504405" Longitude="105.80095409" StarRating="3" HotelCode="754818|vyhouse_hanoi_hotel" HotelName="Vy House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 N7B Trung Hoa, Nhan Chinh, Thanh Xuan, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/97/b097a036dc2b33e025b3068f5ac683445faeb65a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03611217" Longitude="105.85388033" StarRating="0" HotelCode="964899|hanoi_asia_hotel_3" HotelName="Hanoi Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Tran Nhat Duat Street, Hoan Kiem Dis, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/4f/e44f5977c02086783b062fc62cd0a92f54251e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.07" OriginalAmount="79.28" MarkupRule="1.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 26/07/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="80.07" OriginalAmount="79.28" MarkupRule="1.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 27/07/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="80.15" OriginalAmount="79.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.005949" Longitude="105.83883" StarRating="2" HotelCode="|523099" HotelName="Ha Noi Vang by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ng. 4 P. Phuong Mai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/0/9/9/523099_bb565d70903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.40" OriginalAmount="79.60" MarkupRule="1.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 25/07/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="80.67" OriginalAmount="79.87" MarkupRule="1.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 21/07/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="80.74" OriginalAmount="79.94" MarkupRule="1.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="Free CXL until 27/07/2026">
        <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="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04565684" Longitude="105.79161982" StarRating="3" HotelCode="518359|255711" HotelName="Blue Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032768" Longitude="105.850616" StarRating="2" HotelCode="267079|hanoi_golden_river_hotel" HotelName="Heart Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032504036669" Longitude="105.85386963554" StarRating="3" HotelCode="268112|rising_dragon_legend_hotel_2" HotelName="Rising Dragon Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02671328" Longitude="105.81037484" StarRating="1" HotelCode="347117|regal_hotel_pham_huy_thong" HotelName="Regal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="774082|dai_phat_hotel" HotelName="Dai Phat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Pham Tuan Tai, Ngo 33, Quan Bac Tu Liem, Thanh Pho Hanoi 122300</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/6b/e96b425412b1106afef7bd952efeda9564bea108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.22" OriginalAmount="80.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015670451773" Longitude="105.84996893188" StarRating="3" HotelCode="346817|3426945" HotelName="Night Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Bui Thi Xuan, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/b0/47b08b8f733e0979b25f0f7045681fa721e29648.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Night Hotel to discover the wonders of Hanoi. The hotel offers guests a range of services an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.45" OriginalAmount="80.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0108831" Longitude="105.7951702" StarRating="3" HotelCode="|266608" HotelName="Blue Hanoi Inn City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035582875453" Longitude="105.85338937302" StarRating="3" HotelCode="899848|76279" HotelName="Maison d'Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-37 Ma May Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/1b/5c1b8545e9451952fbb9d997257b51fcaccfe7fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located within 3 minutes’ walk of the famous Hoan Kiem Lake and the Old Qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.051266318793" Longitude="105.84112212908" StarRating="3" HotelCode="346902|a25_hotel_30_an_duong" HotelName="A25 Hotel 30 An Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="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="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0181772" Longitude="105.7925823" StarRating="0" HotelCode="375463|tulip_villa_hotel" HotelName="Tulip Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 191 Trung Kinh Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/cf/9acfcce856148f0f8051e8e91fbbece2c342c8e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tulip Villa Hotel is perfectly located for both business and leisure guests in Hanoi. The hotel offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033901185186" Longitude="105.85242106411" StarRating="3" HotelCode="517754|hoan_kiem_downtown_backpackers_hostel" HotelName="Gecko Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/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="81.81" OriginalAmount="81.00" MarkupRule="1.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="Free CXL until 24/07/2026" 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="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="985106|rosa_hanoi_hotel" HotelName="Rosa Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="81.81" OriginalAmount="81.00" MarkupRule="1.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 23/07/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="94" TotalAmount="82.36" OriginalAmount="81.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03642" Longitude="105.85269" StarRating="3" HotelCode="|189206" HotelName="Bonjour D'an Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32A Dao Duy Tu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/0/6/189206_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00979041" Longitude="105.86076144" StarRating="2" HotelCode="764620|348250" HotelName="A25 Hotel 187 Lo Duc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.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 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c7/18c7256de795bd8cc496e549609e7dab417707b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="856254|anna_airport_hotel" HotelName="Anna Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Quoc Lo 2, Mai Dinh, Soc Son, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c9/0fc96d19e5a755b57dbc507950db6c527bc3e752.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.98" OriginalAmount="82.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.20309" Longitude="105.83254" StarRating="0" HotelCode="|236087" HotelName="Family Soc Son" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215328-25418800/6195425464233034355/182" 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/eb3d6b8a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898660-26132866/6195425464233034355/695" HotelName="ANNA  AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33450000/33448000/33447924/7475390d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|345584-25535757/6195425464233034355/2336" HotelName="FAMILY TRANSIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11550000/11541400/11541359/6c277e17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036457544196" Longitude="105.85305550879" StarRating="1" HotelCode="347080|quang_hiep_hotel" HotelName="Hanoi Elpis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/07/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="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0364416" Longitude="105.85266459" StarRating="3" HotelCode="421819|atrium_hanoi_hotel" HotelName="Atrium Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>32A Dao Duy Tu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/98/e198f33df31a07173b6df9184d20e39d1977ec63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a unique location on 32 Dao Duy Tu Street, a shopping street in the heart of Hanoi'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010824719787" Longitude="105.79513633812" StarRating="3" HotelCode="614489|blue_hanoi_inn_city_hotel" HotelName="Blue Hanoi Inn City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 Nguyen Chanh Street, Trung Hoa, Cau Giay District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/3b/ed3b9538218d38b52000794d868830558c197087.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Blue Hanoi Inn City Hotel in Hanoi (Cau Giay), you'll be clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04334228" Longitude="105.86522568" StarRating="3" HotelCode="587337|sao_bang_hotel_2" HotelName="Sao Bang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="84.23" OriginalAmount="83.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014718" Longitude="105.7803744" StarRating="3" HotelCode="|332151" HotelName="Brilliant Me Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="84.28" OriginalAmount="83.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0361413" Longitude="105.851233" StarRating="0" HotelCode="|269953" HotelName="Hanoi Golden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Nguyen Sieu Street - Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/9/9/5/3/269953_29dec3d1745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.61" OriginalAmount="83.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0457535" Longitude="105.7916112" StarRating="3" HotelCode="|265639" HotelName="Blue Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Tran Tu Binh Street, Nghia Tan, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/3/9/265639_5d3762b1705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.64" OriginalAmount="83.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03333094" Longitude="105.84793358" StarRating="2" HotelCode="586825|3471705" HotelName="Hanoi Traveller House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Thiec, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fcff747a529ed816051612b5f4c9ecc1f31f70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.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="Free CXL until 24/07/2026" 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="83" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|293609-25506004/6195425464233034355/251" HotelName="ATRIUM HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9250000/9240800/9240730/f4c9a258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899440-26134072/6195425464233034355/1260" 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="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593141-25742406/6195425464233034355/1288" 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="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264906-26611367/6195425464233034355/2490" 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="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1443227-28860023/6195425464233034355/2919" 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="83" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591078-25739598/6195425464233034355/2923" HotelName="HANOI ELPIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24720000/24710500/24710422/0cb94b46_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032089830396" Longitude="105.85550173989" StarRating="3" HotelCode="119188|golden_orchid_hotel_2" HotelName="Labevie Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02874089" Longitude="105.85869061" StarRating="2" HotelCode="424814|sao_bang_hong_ha" HotelName="Sao Bang Hotel Hong Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03436344826" Longitude="105.85341889633" StarRating="3" HotelCode="382688|tu_linh_palace_hotel_2" HotelName="Hanoi Diamond King Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>86 Ma May, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4b/124bde90636e268c32cc9d656c07532f105cdb76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="700196|quang_chung_hotel_2" HotelName="Quang Chung Hotel - Le Van Thiem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Le Van Thiem</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a07e5456f10f407e5f2ed2646e4f5fe5b44c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01625145" Longitude="105.82189999" StarRating="3" HotelCode="853428|soleil_apartment" HotelName="Soleil Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="85.33" OriginalAmount="84.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016869" Longitude="105.777393" StarRating="3" HotelCode="|534302" HotelName="iStay Apartment 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 34, Lane 2, Tran Van Lai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/0/2/534302_f7bf17f1435.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01713513" Longitude="105.77755274" StarRating="3" HotelCode="554405|165379" HotelName="iStay Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>32-34 alley 1 Tran Van Lai street, My Dinh 1, Nam Tu Liem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/03/eb0387547ae0d8f353cd426f7e4144b738b3ee47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00892846" Longitude="105.83917679" StarRating="2" HotelCode="372642|hoa_hong_xa_dan" HotelName="Khách San Hoa Hong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Xã Ðàn, 250 Ðào Duy Anh, Ð?ng Ða Distrikt, Hà N?i</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/ed/16eddfbf264a84c877e2db9a2c0d9265d185574a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hoa Hong Hotel - Xa Dan is conveniently located in the popular Dong Da District area. Both business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.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 26/07/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="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03390974" Longitude="105.79095495" StarRating="0" HotelCode="691043|kawasaki_noibai_hotel" HotelName="Kawasaki Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16B Tran Thai Tong, Lane 1, Dich Vong, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8f/378fd6e6ce2f14dd45639d3fa2d60af0118de96a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02296551" Longitude="105.84766151" StarRating="3" HotelCode="631601|au_coeur_dhanoi_apartment" HotelName="Au Coeur D'Hanoi Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>82H Tho Nhuom, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c1/74c1ead860270522355fe54adfbd9146cea3edb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.99" OriginalAmount="85.14" MarkupRule="1.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 28/07/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="86.33" OriginalAmount="85.48" MarkupRule="1.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 27/07/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="86.51" OriginalAmount="85.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032599" Longitude="105.82755" StarRating="3" HotelCode="|534157" HotelName="NB APARTMENT - KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="86.74" OriginalAmount="85.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0356306" Longitude="105.7719254" StarRating="3" HotelCode="|264602" HotelName="Bounty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/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="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01466046" Longitude="105.78046187" StarRating="3" HotelCode="621939|255709" HotelName="Blubiz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026094623501" Longitude="105.8333731321" StarRating="2" HotelCode="347539|kim_anh_hotel__2" HotelName="Kim Anh Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132 Ton Duc Thang Street, Quoc Tu Giam Ward, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/4d/b14d7e313367321efebcc2e26843135ad92aa792.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02808352" Longitude="105.84297532" StarRating="3" HotelCode="586763|hotel_bel_ami_hanoi" HotelName="Hanoi Bel Ami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>244 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/94/c294496d5562172344718455b8f878388c188ab6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03702721" Longitude="105.84802441" StarRating="3" HotelCode="753387|mayflower_hotel_hanoi" HotelName="Mayflower Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03786591" Longitude="105.81331675" StarRating="2" HotelCode="825702|new_asean_a25_hotel" HotelName="A25 Hotel 26B Allay 379 Doi Can" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04814985" Longitude="105.79553674" StarRating="3" HotelCode="855275|granda_legend_apartment" HotelName="Granda Legend Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05558638" Longitude="105.81093203" StarRating="2" HotelCode="974101|hanoi_lake_view_homestay" HotelName="Hanoi Lake View Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>243 Trich Sai Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce26e6e36e6a1c99b34a72cf0847423ef0d2c5bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.87" OriginalAmount="86.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031635" Longitude="105.855839" StarRating="0" HotelCode="|84072" HotelName="Labevie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="87.25" OriginalAmount="86.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0794328" Longitude="105.8168251" StarRating="3" HotelCode="|419806" HotelName="Westlake Tay Ho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="87.50" OriginalAmount="86.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0325176" Longitude="105.8538803" StarRating="3" HotelCode="|189721" HotelName="Rising Dragon Legend" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="87.69" OriginalAmount="86.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.185593" Longitude="105.783055" StarRating="0" HotelCode="|472279" HotelName="Me Linh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02970446" Longitude="105.83838032" StarRating="2" HotelCode="550060|153588" HotelName="VMQ Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572369-25722626/6195425464233034355/495" 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="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-5.13192" Longitude="119.40737" StarRating="3" HotelCode="0|436061-25609914/6195425464233034355/601" 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="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574262-25723560/6195425464233034355/2655" 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="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034750508884" Longitude="105.81070353519" StarRating="2" HotelCode="347202|apec_1_hotel" HotelName="Apec 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Phan Ke Binh, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d1/54d1f94a24537f37e359de356d5b37ad2ddba670.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04826544" Longitude="105.79572434" StarRating="3" HotelCode="586611|blue_pearl_west_hotel" HotelName="Blue Pearl West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/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="16" TotalAmount="88.04" OriginalAmount="87.17" MarkupRule="1.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 20/07/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="94" TotalAmount="88.06" OriginalAmount="87.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349549" Longitude="105.8482385" StarRating="3" HotelCode="|266004" HotelName="Dream Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="88.75" OriginalAmount="87.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02687" Longitude="105.83999" StarRating="0" HotelCode="|189626" HotelName="A25  - 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01122291" Longitude="105.80396928" StarRating="3" HotelCode="600908|239411" HotelName="Dai Duong Hotel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment,Apartment,Apartment,Hotel,Hotel,Hotel,Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33 Ngo 34, Nguyen Thi Dinh, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/bc/fbbcd252376e44477d024466ca1a9167a3ea0706.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431915-27594429/6195425464233034355/2939" 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="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034061" Longitude="105.854375" StarRating="3" HotelCode="167035|hanoi_elpis_grand_hotel" HotelName="Hanoi Elpis Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/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="88.88" OriginalAmount="88.00" MarkupRule="1.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 22/07/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="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0268971" Longitude="105.8399964" StarRating="1" HotelCode="346250|new_moon_hotel" HotelName="A25 Hotel 28 Tran Quy Cap" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Tran Quy Cap Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f7/b3f7624f8cdeb53067f39af5feb39276f2f7ec0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.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 21/07/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="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.2028" Longitude="105.8321" StarRating="3" HotelCode="435850|haap_transit_hotel" 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="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03496704" Longitude="105.84820548" StarRating="3" HotelCode="587333|new_vision_palace_hotel" HotelName="New Vision Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 23/07/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="88.93" OriginalAmount="88.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044023" Longitude="105.843879" StarRating="3" HotelCode="|534289" HotelName="Aimee House - Pham Hong Thai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/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="16" TotalAmount="89.17" OriginalAmount="88.29" MarkupRule="1.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 27/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21/170 Hoang Ngan Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a9/3aa9c61d0897552477553414841099b440f4b730.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.46" OriginalAmount="88.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0090439" Longitude="105.8390075" StarRating="2" HotelCode="|264669" HotelName="Hoa Hong 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="89.61" OriginalAmount="88.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.050791" Longitude="105.838521" StarRating="0" HotelCode="|536427" HotelName="MoonLight Tay Ho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898922-26133288/6195425464233034355/2487" HotelName="LAKESIDE HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45700000/45692200/45692184/w1534h1024x0y0-afb371fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.07957597" Longitude="105.8167694" StarRating="3" HotelCode="774079|oyo_133_westlake_tay_ho_hotel" HotelName="Westlake Tay Ho Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>696 L?c Long Quan, Tay Ho District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/34/ce341c10b9d11fde9cd488c7be1bd6f6b0186498.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.21" OriginalAmount="89.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032838" Longitude="105.853843" StarRating="2" HotelCode="|535713" HotelName="La Renta Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="90.40" OriginalAmount="89.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037373" Longitude="105.851431" StarRating="2" HotelCode="|84031" HotelName="Prince Ii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02871419" Longitude="105.84848381" StarRating="3" HotelCode="382857|152133" HotelName="Church Legend Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085747-26343787/6195425464233034355/606" 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="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574448-25723656/6195425464233034355/1294" 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="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.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="Non Refundable" 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="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021060101029" Longitude="105.83116919303" StarRating="1" HotelCode="347536|clover_hotel_" HotelName="Clover Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/07/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="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033557716706" Longitude="105.76982816896" StarRating="3" HotelCode="434819|bounty_hotel_" HotelName="Bounty Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11/9 Le Duc Tho, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/19/2c1900071e4a2e5ef50e1af657026c9b9b1b1f9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03623607" Longitude="105.85112177" StarRating="2" HotelCode="601108|hanoi_golden_hostel" HotelName="Hanoi Golden Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="90.95" OriginalAmount="90.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03231" Longitude="105.85383" StarRating="0" HotelCode="|189793" HotelName="Wild Lotus - Hang Be" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="91.06" OriginalAmount="90.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031368" Longitude="105.852179" StarRating="2" HotelCode="|84074" HotelName="Lucky 2 and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="91.74" OriginalAmount="90.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033994" Longitude="105.853379" StarRating="3" HotelCode="|420641" HotelName="Trang Trang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.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 22/07/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="91.91" OriginalAmount="91.00" MarkupRule="1.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 25/07/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="94" TotalAmount="92.08" OriginalAmount="91.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03433" Longitude="105.81225" StarRating="2" HotelCode="|197357" HotelName="Dom's Residence and Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Phan Ke Binh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/3/5/7/197357_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.28" OriginalAmount="91.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00998" Longitude="105.80558" StarRating="3" HotelCode="|196430" HotelName="Hanz Sunny 2 Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="92.37" OriginalAmount="91.46" MarkupRule="1.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 27/07/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="94" TotalAmount="92.77" OriginalAmount="91.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0171617" Longitude="105.7939786" StarRating="3" HotelCode="|266434" HotelName="Yolowa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="27" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99904211" Longitude="105.85037842" StarRating="2" HotelCode="554557|165317" HotelName="A25 Hotel 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898998-26133418/6195425464233034355/1695" 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="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032359083152" Longitude="105.85389406529" StarRating="2" HotelCode="346811|wild_lotus_hotel__hoan_kiem" HotelName="Wild Lotus Hotel Hoan Kiem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01324235" Longitude="105.85093124" StarRating="2" HotelCode="624214|a25_hotel_80_mai_hac_de" HotelName="A25 Hotel 80 Mai Hac De" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>80 Mai Hac De Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f9/42f98ee2fad25d4f5ebda8b5d68fd98e2602974a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0208104" Longitude="105.77916206" StarRating="2" HotelCode="774024|hanna_hotel_and_massage" HotelName="Hanna Hotel And Massage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>26b Ngo 1 Dinh Thon, Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/2a/132a726b8187bbd15abb048b18205b0e195ad4c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02688939" Longitude="105.84164597" StarRating="0" HotelCode="874924|hanoi_aria_central_hotel_spa" HotelName="Hanoi Aria Central Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="92.92" OriginalAmount="92.00" MarkupRule="1.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 23/07/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="93.40" OriginalAmount="92.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040202" Longitude="105.867097" StarRating="0" HotelCode="|266988" HotelName="Phuong Trang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="27" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01724326" Longitude="105.83080282" StarRating="2" HotelCode="584610|239420" HotelName="A83 Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/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="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009708112475" Longitude="105.84905379749" StarRating="2" HotelCode="227151|my_lan_hotel" HotelName="My Lan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Dry Cleaning,Elevator,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>334 Ba Trieu, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/1655ce70fe7efaf61838028b563994b6924d4817.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;My Lan Hotel Hanoi is perfectly located for both business and leisure guests in Hanoi. The hotel off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029256812423" Longitude="105.84811746627" StarRating="3" HotelCode="305359|veris_hotel_2" HotelName="Splendora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Ngõ Huy?n, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/87/a58718fd37f0b3e7e6ac98160b6e759e4f8344b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01781286" Longitude="105.84991565" StarRating="0" HotelCode="773437|hotel_23_bui_thi_xuan_hanoi" HotelName="My Hotel 23 Bui Thi Xuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03397795" Longitude="105.85336358" StarRating="0" HotelCode="982135|trang_trang_boutique_hotel" HotelName="Trang Trang Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/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="94" TotalAmount="93.96" OriginalAmount="93.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026205" Longitude="105.833336" StarRating="2" HotelCode="|523102" HotelName="Kim Anh by Bay Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132 P. Ton Duc Thang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/0/2/523102_bcd6a660904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.19" OriginalAmount="93.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.999235" Longitude="105.841816" StarRating="0" HotelCode="|537512" HotelName="Duc Trong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Pho Vong Hai Ba Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/5/1/2/537512_24065510904.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.90" OriginalAmount="93.96" MarkupRule="1.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 25/07/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="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.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 24/07/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="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029178230292" Longitude="105.84777471164" StarRating="2" HotelCode="119192|luxury_hotel" HotelName="Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="687279|yolowa_hotel" HotelName="Yolo Wa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/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="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03133115" Longitude="105.84771075" StarRating="2" HotelCode="600359|hanoi_old_town_palace_guest_house" HotelName="Hanoi Old Town Palace Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/07/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="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01225037" Longitude="105.81774222" StarRating="3" HotelCode="980850|irest_apartment" HotelName="IRest Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Lane 53, Yen Lang Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fd0d1d762c5265870b0f31aa68048f56ec01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.12" OriginalAmount="94.18" MarkupRule="1.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 25/07/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="95.17" OriginalAmount="94.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.07830008" Longitude="105.81839593" StarRating="3" HotelCode="878223|3473765" HotelName="A Rich Land Trinh Cong Son" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="95.23" OriginalAmount="94.29" MarkupRule="1.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 26/07/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="94" TotalAmount="95.28" OriginalAmount="94.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02791" Longitude="105.83904" StarRating="3" HotelCode="|196389" HotelName="A25 - 12 Ngo Sy Lien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="95.51" OriginalAmount="94.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.000892" Longitude="105.803502" StarRating="2" HotelCode="|567280" HotelName="Sen by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngo 1 P. Le Van Thiem, Thanh Xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/2/8/0/567280_3b3a2f61339.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.66" OriginalAmount="94.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.069618" Longitude="105.824334" StarRating="0" HotelCode="|532685" HotelName="Pegasy Apartments and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="95.66" OriginalAmount="94.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030269" Longitude="105.84847" StarRating="3" HotelCode="|153961" HotelName="Phoenix Legend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/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="83" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.996163" Longitude="-78.506879" StarRating="2" HotelCode="0|243547-25459745/6195425464233034355/1485" 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="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.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 25/07/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="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02910104" Longitude="105.76883438" StarRating="3" HotelCode="781323|dlmos_hanoi_hotel" HotelName="Dlmos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Le Duc Tho, My Dinh, Tu Liem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4f/3f4f80fce883ca20532c20240c0bdd53e825e865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04563894" Longitude="105.8419765" StarRating="3" HotelCode="771355|a25_truc_bach" HotelName="A25 Truc Bach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 Truc Bach, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1b/a41b370bc6b9793a225fa7752365ce49f8b7cb4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03633922" Longitude="105.85040421" StarRating="2" HotelCode="773586|hanoi_golden_hotel_3" HotelName="Hanoi Golden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Gach, Hang Buom, Hoan Kiem, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/63/48638f5746174f01a7736f1a9b95a7db90d8dbe1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="810528|the_queen_hotel_spa_2" HotelName="The Queen Hotel &amp; Spa 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Ngo Huyen</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/47/8747689fd66bce0f0bbe09da6ab35d28158baf07.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.75" OriginalAmount="95.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.017891" Longitude="105.841307" StarRating="3" HotelCode="|532475" HotelName="GIAO THONG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>152 LE DUAN, NGUYEN DU, DONG DA, HA NOI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/4/7/5/532475_006a1d01028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|293666-25506030/6195425464233034355/1325" 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="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436247-32732741/6195425464233034355/2090" HotelName="NT ELYSIAN HOTEL HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101820000/101813900/101813835/38d1ffbb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431904-27595347/6195425464233034355/2102" 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="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.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 24/07/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="94" TotalAmount="97.39" OriginalAmount="96.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035565" Longitude="105.85338" StarRating="3" HotelCode="|419713" HotelName="Diamond Nostalgia Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="97.51" OriginalAmount="96.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035552" Longitude="105.853385" StarRating="3" HotelCode="|171174" HotelName="Diamond Nostalgia  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="97.56" OriginalAmount="96.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0154044" Longitude="105.8004531" StarRating="3" HotelCode="|532757" HotelName="AandD Luxury 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99720193" Longitude="105.81686106" StarRating="2" HotelCode="538540|152068" HotelName="Amore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1085820-26343907/6195425464233034355/884" 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="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431924-27590820/6195425464233034355/1740" 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="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216674-32731273/6195425464233034355/2530" HotelName="HOA HONG 2 XA DAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113020000/113012600/113012507/ad34bead_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03430223" Longitude="105.84770416" StarRating="3" HotelCode="585823|queen_light_hotel" HotelName="Queen Light Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Hang Phen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/17/d017562740bc2ae2d0a4cd8049833790e8802c2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808767|tuan_tu_hotel" HotelName="Tuan Tu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>126 Cau Lon Street</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8c/d78c5f6f01efe22dd1a97bf6c66996b961cbd00e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.42" OriginalAmount="97.45" MarkupRule="1.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 26/07/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="98.61" OriginalAmount="97.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040361" Longitude="105.848272" StarRating="3" HotelCode="|534299" HotelName="The Sono Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="98.70" OriginalAmount="97.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03161" Longitude="105.8512" StarRating="2" HotelCode="|198527" HotelName="Little Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572687-25722724/6195425464233034355/2281" 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="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431831-27591433/6195425464233034355/3291" 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="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03227013" Longitude="105.85303004" StarRating="3" HotelCode="346698|violet_hotel_2" HotelName="Violet hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009712412775" Longitude="105.81908149718" StarRating="3" HotelCode="346373|hacinco_hotel" HotelName="Hacinco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/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="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03260464" Longitude="105.85013727" StarRating="2" HotelCode="626578|nexy_hostel" HotelName="Nexy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/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="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="981972|new_century_hotel_17" HotelName="New Century Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/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="98.98" OriginalAmount="98.00" MarkupRule="1.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="99.00" OriginalAmount="98.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0142169" Longitude="105.8146933" StarRating="3" HotelCode="|270071" HotelName="Hacinco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="99.23" OriginalAmount="98.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02996" Longitude="105.84625" StarRating="3" HotelCode="|169239" HotelName="Hanz Hanoi De Maison Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="99.89" OriginalAmount="98.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014059" Longitude="105.846786" StarRating="3" HotelCode="|521659" HotelName="Muse Hanoi Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <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="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0414923" Longitude="105.8448172" StarRating="2" HotelCode="227155|a25_hotel_44_hang_bun" HotelName="A25 Hotel 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Bun Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/bd/f2bda410b1cb082c6b5b163ed4027b07eeac310c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02769437" Longitude="105.85121721" StarRating="3" HotelCode="439833|little_hanoi_hostel_2" HotelName="Little Hanoi Hostel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Le Thai To Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f3/4cf36963aa2bfd1a38ea66016b7a71bd6f405eff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a transfer service. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02887773" Longitude="105.84887185" StarRating="3" HotelCode="773772|galliot_central_hotel" HotelName="Galliot Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/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="99.99" OriginalAmount="99.00" MarkupRule="1.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 23/07/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="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03312884" Longitude="105.78790942" StarRating="3" HotelCode="799122|granda_suites_hanoi" HotelName="Granda Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>16 Dich Vong Hau, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/90/2a90cd15e35e4a358f81fe91edb7f9e29151db7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032518503512" Longitude="105.85447497057" StarRating="3" HotelCode="935736|aquarius_legend_hotel_2" HotelName="Aquarius Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90B Nguyen Huu Huan Street, Ha Noi Municipality, 71000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/fd/f2/fdf2e98c0c9f17437e34f432e9e91ddda2c52837.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Old Quarter of Hanoi, just a stroll away from Hoan Kiem Lake, and Dong X...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.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="Non Refundable">
        <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="100.05" OriginalAmount="99.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.063834" Longitude="105.896005" StarRating="2" HotelCode="|523121" HotelName="Toan Thang by Bay Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>421 Ngo Gia Tu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/2/1/523121_c6d996f0914.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.17" OriginalAmount="99.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03394" Longitude="105.84939" StarRating="3" HotelCode="|189744" HotelName="La Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="100.22" OriginalAmount="99.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0289011" Longitude="105.8478454" StarRating="3" HotelCode="|266201" HotelName="Vision Premier and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="100.89" OriginalAmount="99.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.685954" Longitude="105.742573" StarRating="2" HotelCode="|521676" HotelName="palermohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TT- Dai Nghia- My Duc- Ha - Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/6/7/6/521676_35288e71157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.91" OriginalAmount="99.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03722585" Longitude="105.85183894" StarRating="3" HotelCode="525730|2064025" HotelName="Splendid Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13 - 15 Hang Chieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/573821/573821a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.95" OriginalAmount="99.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334" Longitude="105.854" StarRating="3" HotelCode="|420921" HotelName="Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/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="83" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168017-25340191/6195425464233034355/122" 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="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898907-26133260/6195425464233034355/2125" 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="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573503-27596553/6195425464233034355/2541" 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="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431911-27593433/6195425464233034355/2822" HotelName="SILK CASTLE HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93020000/93017300/93017242/w2999h2000x0y0-a8db1914_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021583999771" Longitude="105.84642309905" StarRating="1" HotelCode="346888|a25_hotel__lien_tri" HotelName="A25 Hotel 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Lien Tri Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/11/821108e59727e712c3fc27a6234084470f33bb37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03199562" Longitude="105.85558651" StarRating="2" HotelCode="587406|hanoi_stella_hotel" HotelName="Hanoi Stella Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Tre Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/83/5a830a73845a67cc3c537038092d62df1b7136d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027713598982" Longitude="105.8389475658" StarRating="3" HotelCode="930842|asean_hotel" HotelName="A25 Hotel 12 Ngo Sy Lien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Ngo Sy Lien, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cd9b4ae2867c4787a6331468f3a06082a128d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04253856" Longitude="105.84721064" StarRating="3" HotelCode="957198|domov_luxury_hotel" HotelName="Domov Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="101.25" OriginalAmount="100.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347926" Longitude="105.8450585" StarRating="3" HotelCode="|338417" HotelName="My Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="101.86" OriginalAmount="100.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03128" Longitude="105.84771" StarRating="2" HotelCode="|239067" HotelName="Hanoi Nusmile's Home 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431865-27602349/6195425464233034355/1628" HotelName="LUMI HOTEL &amp;amp; APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106430000/106423800/106423754/a120dbae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033856974838" Longitude="105.8494165888" StarRating="3" HotelCode="347242|spring_flower_hotel" HotelName="Spring Flower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" 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="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03304246" Longitude="105.8544251" StarRating="0" HotelCode="957173|marina_hotel_24" HotelName="Marina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0303424" Longitude="105.8482488" StarRating="3" HotelCode="915993|hanoi_serendipity_hotel" HotelName="Vietface Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Chân C?m, Hàng Gai, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ab/14abe273e1f555803eb69469753c55a77315567c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.47" OriginalAmount="101.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0340048" Longitude="105.8469334" StarRating="3" HotelCode="|189403" HotelName="Hanoi City Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="102.83" OriginalAmount="101.81" MarkupRule="1.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 20/07/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="102.98" OriginalAmount="101.96" MarkupRule="1.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 26/07/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="27" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04016571" Longitude="105.84821497" StarRating="3" HotelCode="614597|255746" HotelName="Hanoi Genial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>56 Hang Dau Street, Dong Xuan Ward, Hoan Kiem District, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5d/965d0eb1a3a3bc4803e3d9997ef38595d883cd2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574442-25723654/6195425464233034355/985" 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="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029093992861" Longitude="105.84934523313" StarRating="3" HotelCode="305345|splendid_star_boutique_hotel_2" HotelName="Splendid Star Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 ?u Tri?u, Hoàn Ki?m, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/8d/c98d93d7b5b90fe68dc6d2e62d49dd9519c893e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041984206031" Longitude="105.84666252136" StarRating="3" HotelCode="59861|flower_hotel" HotelName="Flower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Nguyen Truong To Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d8/24d8358eab3833fe940f45658f882c22ea001983.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040469824387" Longitude="105.86669113855" StarRating="3" HotelCode="346852|new_era_hotel_and_villa" HotelName="New Era Hotel &amp; Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042575929063" Longitude="105.80512551409" StarRating="4" HotelCode="346953|riverside_hanoi_hotel" HotelName="Riverside Hanoi hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/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="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03588318" Longitude="105.84995144" StarRating="0" HotelCode="973581|tabalo_hostel_hanoi" HotelName="Tabalo Hostel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="103.33" OriginalAmount="102.31" MarkupRule="1.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 25/07/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="94" TotalAmount="103.46" OriginalAmount="102.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027725" Longitude="105.849698" StarRating="3" HotelCode="|84075" HotelName="Lucky 3  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="103.61" OriginalAmount="102.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040169" Longitude="105.848246" StarRating="3" HotelCode="|240148" HotelName="Hanoi Genial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Hang Dau Street, Dong Xuan Ward Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/4/8/240148_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.96" OriginalAmount="102.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02135" Longitude="105.84637" StarRating="2" HotelCode="|198033" HotelName="A25 - 12 Lien Tri" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/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="83" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1443226-28859990/6195425464233034355/2838" 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="94" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06756" Longitude="105.82147" StarRating="3" HotelCode="|189208" HotelName="Quang Ba Trade Union " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025991963787" Longitude="105.83430063558" StarRating="4" HotelCode="268102|windy_hotel" HotelName="Sao Mai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Thong Phong Alley, Ton Duc Thang, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/a5/b8a53ca1ba034d74bb9673365163e037f55ba744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027308436111" Longitude="105.84294746176" StarRating="2" HotelCode="346731|prince_hotel__hai_ba_trung" HotelName="Prince Hotel Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96A Hai Ba Trung, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/b8/c6b8560e8dc0c35fa504e4c0769109324601a173.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Prince Hotel - 96A Hai Ba Trung is conveniently located in the popular Hoan Kiem District - Opera Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.47" OriginalAmount="103.44" MarkupRule="1.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 24/07/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="104.51" OriginalAmount="103.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.003633" Longitude="105.80256" StarRating="4" HotelCode="|418708" HotelName="Grand Dragon Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="104.68" OriginalAmount="103.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0356278" Longitude="105.7952494" StarRating="3" HotelCode="|422121" HotelName="London and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="104.86" OriginalAmount="103.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03489" Longitude="105.853031" StarRating="3" HotelCode="|554766" HotelName="THE SILK GRAND PREMIUM HOTEL and SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6A Luong Ngoc Quyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/6/6/554766_4b8de131439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031242809262" Longitude="105.84893527976" StarRating="3" HotelCode="119030|posh_hotel_2" HotelName="Hanoi Posh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05623386" Longitude="105.83335512" StarRating="3" HotelCode="69675|thang_loi_hotel" HotelName="Thang Loi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/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="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044983951996" Longitude="105.84217771558" StarRating="3" HotelCode="119048|a25_hotel__chau_long" HotelName="Hanoi Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034849233124" Longitude="105.84745062141" StarRating="4" HotelCode="347838|milton_boutique_hotel" HotelName="Milton Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032782794413" Longitude="105.85007149856" StarRating="3" HotelCode="347272|hanoi_focus_hotel" HotelName="Hanoi Focus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00362895" Longitude="105.80255865" StarRating="3" HotelCode="852733|grand_dragon_hotel_hanoi" HotelName="Grand Dragon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Le Van Luong, Nhan Chinh, Thanh Xuan, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/78/9978ece7e43fee84b9d3c52e1ea4a3b9ca4be47f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.33" OriginalAmount="104.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04276" Longitude="105.80526" StarRating="4" HotelCode="|197755" HotelName="Riverside Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="105.68" OriginalAmount="104.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0375677" Longitude="105.8008134" StarRating="3" HotelCode="|266857" HotelName="Royal St Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/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="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574244-25723550/6195425464233034355/1913" 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="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243572-25459773/6195425464233034355/2660" 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="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02653021" Longitude="105.84238407" StarRating="3" HotelCode="495103|nam_ngu_hotel" HotelName="Hotel 1-2-3 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/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="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03477783" Longitude="105.84518305" StarRating="3" HotelCode="585562|my_moon_hotel" HotelName="My Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>59 Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/f8/8df81b733acd4aaa78780e0f7e14f3bc1c2a6e17.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03390689" Longitude="105.8470162" StarRating="2" HotelCode="421813|hanoi_city_hostel" HotelName="Hanoi City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Currency Exchange,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Pick &amp;amp; Drop,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 B Hang Ga Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/50/365016ebb589674ff8bb177857d7861e1eac6b25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Hanoi City Hostel is in the heart of Hanoi, walking distance from Vietnamese Natio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03438148" Longitude="105.84689415" StarRating="3" HotelCode="517751|hanoi_serenity_hotel" HotelName="Serenity Diamond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1E Cua Dong Street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b1/e4b11d29e6088527cd7d2bdb5114e6222d674733.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.05" OriginalAmount="105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03580908" Longitude="105.79748752" StarRating="3" HotelCode="859220|london_hotel_apartment" HotelName="London Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/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="16" TotalAmount="106.26" OriginalAmount="105.21" MarkupRule="1.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 26/07/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="106.30" OriginalAmount="105.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030403" Longitude="105.815491" StarRating="3" HotelCode="|420934" HotelName="La Batisse Kim Ma" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="106.75" OriginalAmount="105.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0320357" Longitude="105.7699462" StarRating="3" HotelCode="|420965" HotelName="Patel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51A Le Duc Tho, Alley 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/6/5/420965_3241d561726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649473-25826307/6195425464233034355/2580" 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="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="9.70499" Longitude="100.005" StarRating="3" HotelCode="0|268512-25492249/6195425464233034355/2741" 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="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.689489" Longitude="7.240922" StarRating="4" HotelCode="0|116306-32730342/6195425464233034355/2952" HotelName="THANG LOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Avenue De La Californie, 12 ,NICE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93010000/93004100/93004062/4ddf89cc_b.jpg</HotelPictures>
        <HotelDescription>Aparthotel Adagio Access Nice Magnan is a 2-minute walk from the Promenade des Anglais. It features a seasonal outdoor pool and air-conditioned apartments over 7 floors. This Aparthotel provides free WiFi, laundry facilities and a 24-hour reception. A breakfast buffet is served daily. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00339773" Longitude="105.86775326" StarRating="2" HotelCode="612067|mercy_hotel_2" HotelName="Mercy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/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="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03766566" Longitude="105.80105636" StarRating="3" HotelCode="619827|royal_st_hanoi_hotel" HotelName="Royal St Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Nguyen Khanh Toan Street, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/8a/9d8a62ef3b3e78eb881ea80cbf954fd43b5af880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a safe, a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.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 26/07/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="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980928|scewin_nogate_365days_managed_by_hostesk" HotelName="Scewin Nogate 365days-Managed by Hostesk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>44 Cua Bac, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/04/a50414c9e678dd5b74da9199c1fedc965ab9fb6e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437944-27930962/6195425464233034355/1903" 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="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431883-27603331/6195425464233034355/2067" 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="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431905-27593755/6195425464233034355/2132" 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="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085614-26343589/6195425464233034355/2591" HotelName="HOTEL VILLA JU" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45620000/45615500/45615408/0b2aff3d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06781581" Longitude="105.82196146" StarRating="3" HotelCode="374041|quang_ba_trade_union_hotel" HotelName="Quang Ba Trade Union Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="108.51" OriginalAmount="107.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0170219" Longitude="105.7776034" StarRating="2" HotelCode="|266828" HotelName="Suji My Dinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="108.58" OriginalAmount="107.50" MarkupRule="1.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 26/07/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="94" TotalAmount="109.03" OriginalAmount="107.95" MarkupRule="1.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 27/07/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="83" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|573062-25722926/6195425464233034355/3120" 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="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042733" Longitude="105.84189" StarRating="3" HotelCode="170835|anh_hotel" HotelName="La Sante Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 24/07/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="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030333146385" Longitude="105.84729015827" StarRating="3" HotelCode="904827|lucky_3_hotel__the_original_lucky_chain" HotelName="Lucky 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/07/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="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029030985718" Longitude="105.84850380675" StarRating="3" HotelCode="916011|paramount_hotel_2" HotelName="Serenity Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28A Ngo Huyen, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/01/1f01c9f233ec9707a87353dc18a99f28cf52dc9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.31" OriginalAmount="108.23" MarkupRule="1.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 25/07/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="16" TotalAmount="109.34" OriginalAmount="108.26" MarkupRule="1.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 27/07/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="109.54" OriginalAmount="108.46" MarkupRule="1.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/07/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="109.55" OriginalAmount="108.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0265396" Longitude="105.8423784" StarRating="3" HotelCode="|419728" HotelName="HOTEL 1-2-3 HANOI Hoan Kiem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="109.75" OriginalAmount="108.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0288748" Longitude="105.769107" StarRating="3" HotelCode="|419740" HotelName="Tandm Luxury Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="109.93" OriginalAmount="108.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06164" Longitude="105.82767" StarRating="3" HotelCode="|196809" HotelName="Dragon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>48 Xuan Dieu, Tay Ho District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/0/9/196809_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="764412|348246" HotelName="A25 Hotel 96 Hai Ba Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="83" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898955-26133336/6195425464233034355/1482" 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="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243562-25459759/6195425464233034355/2080" 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="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431908-27592766/6195425464233034355/2792" 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="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030330553234" Longitude="105.85634646991" StarRating="3" HotelCode="305348|eclipse_legend_hotel" HotelName="Eclipse Legend Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Voi, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/40/fb40bc30fb119ef2544acb53694adb1ccf6629e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030283349594" Longitude="105.84827309008" StarRating="3" HotelCode="383604|blue_hanoi_inn_hotel" HotelName="Blue Hanoi Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011830774026" Longitude="105.84987848997" StarRating="4" HotelCode="904821|eden_hotel_hanoi__doan_tran_nghiep" HotelName="Eden Hotel Hanoi 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Doan Tran Nghiep, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/54/0954968c7da0de3acad232ba5434d2fb3ac39e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03162857" Longitude="105.84844369" StarRating="3" HotelCode="773782|hanoi_la_castela_hotel" HotelName="La Castela Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="965759|western_hanoi_boutique_hotel" HotelName="Western Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>66 Khuc Thua Du, Quan Cau Giay, Hanoi 1000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/d0/72d020eb6727d76dee8df2f3c54e2647afd5d167.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.10" OriginalAmount="109.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029241" Longitude="105.848821" StarRating="3" HotelCode="|84058" HotelName="Victory Legend &amp; Spa " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="110.17" OriginalAmount="109.08" MarkupRule="1.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 28/07/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="94" TotalAmount="110.21" OriginalAmount="109.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028711" Longitude="105.785793" StarRating="4" HotelCode="|418706" HotelName="Spring Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="110.25" OriginalAmount="109.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03254" Longitude="105.84731" StarRating="2" HotelCode="|196396" HotelName="A25 - 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="110.38" OriginalAmount="109.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010519" Longitude="105.803429" StarRating="3" HotelCode="|421708" HotelName="Dinh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="110.55" OriginalAmount="109.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.205142" Longitude="105.829447" StarRating="3" HotelCode="|521570" HotelName="Chemi Noi Bai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="110.87" OriginalAmount="109.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03344" Longitude="105.85265" StarRating="3" HotelCode="|189732" HotelName="Skyline Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032504993524" Longitude="105.84811245658" StarRating="2" HotelCode="119194|a25_hotel__hang_non" HotelName="A25 Hotel 26 Hang Non" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Hang Non Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/48/d7486550b819d63f15b6da4d228179524e631368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03300679" Longitude="105.77240664" StarRating="3" HotelCode="488555|au_viet_hotel" HotelName="Au Viet Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="16" TotalAmount="111.13" OriginalAmount="110.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06176014" Longitude="105.83106851" StarRating="3" HotelCode="346752|1603588" HotelName="Dragon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Bar,Conference Hall,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>48 Xuan Dieu, Tay Ho 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="111.43" OriginalAmount="110.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0345319" Longitude="105.8150876" StarRating="0" HotelCode="|265210" HotelName="Canary Hotel and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="111.43" OriginalAmount="110.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02659" Longitude="105.84235" StarRating="3" HotelCode="|84057" HotelName="Nam Ngu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="111.62" OriginalAmount="110.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0139746" Longitude="105.7811227" StarRating="4" HotelCode="|266421" HotelName="Hanoi Ping Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Me Tri Ha, Nam Tu Liem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/2/1/266421_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.08" OriginalAmount="110.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.977664" Longitude="105.758486" StarRating="2" HotelCode="|523112" HotelName="HD Villa hotel Duong Noi - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Khang Villa La Khe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/1/2/523112_c1ef5ad0909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.10" OriginalAmount="110.99" MarkupRule="1.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 26/07/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="112.10" OriginalAmount="110.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.068858" Longitude="105.82432" StarRating="5" HotelCode="|456087" HotelName="Westlake Pearl Aparthotel And Spa - By Pegasy Group" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03232558" Longitude="105.78832995" StarRating="3" HotelCode="365516|luxeden_hotel" HotelName="Luxeden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/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="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01802521" Longitude="105.84738543" StarRating="2" HotelCode="554558|a25_hotel_quang_trung" HotelName="A25 Hotel 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01051775" Longitude="105.80342801" StarRating="3" HotelCode="853771|dinh_hotel" HotelName="Dinh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="112.47" OriginalAmount="111.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03252" Longitude="105.85431" StarRating="3" HotelCode="|84051" HotelName="Aquarius Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <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="112.97" OriginalAmount="111.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.017916" Longitude="105.792491" StarRating="2" HotelCode="|522260" HotelName="A25 - 187 Trung Kính" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <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="113.00" OriginalAmount="111.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.065507" Longitude="105.8249979" StarRating="3" HotelCode="|338646" HotelName="Oriental Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <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="113.05" OriginalAmount="111.93" MarkupRule="1.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 27/07/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="27" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031591" Longitude="105.848427" StarRating="3" HotelCode="167039|80082" HotelName="Lakeside Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413165-25592074/6195425464233034355/139" 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="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898664-26132872/6195425464233034355/843" 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="113.12" OriginalAmount="112" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217143-25420366/6195425464233034355/1905" HotelName="PING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6520000/6516600/6516555/31f37a96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03571147" Longitude="105.8476452" StarRating="3" HotelCode="585854|hanoi_la_storia_hotel" HotelName="La Storia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02884762" Longitude="105.76890683" StarRating="3" HotelCode="856132|tm_luxury_hotel_hanoi" HotelName="T&amp;M Luxury Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/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="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03158132" Longitude="105.78678144" StarRating="3" HotelCode="857210|spring_hotel_hanoi" HotelName="Spring Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>100 Dich Vong Hau, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/97/9397bb605eb28dbfe112543210a108613346a21b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="980223|a25_hotel_66_tran_thai_tong" HotelName="A25 Hotel 66 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="113.18" OriginalAmount="112.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03054" Longitude="105.84884" StarRating="3" HotelCode="|196697" HotelName="Blue Hanoi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="113.20" OriginalAmount="112.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03798" Longitude="105.81319" StarRating="2" HotelCode="|198034" HotelName="A25 - Doi Can 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014123918299" Longitude="105.78097785973" StarRating="3" HotelCode="309533|153543" HotelName="Ping Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035296736116" Longitude="105.85244698955" StarRating="3" HotelCode="421806|hanoi_elite_hotel" HotelName="Hanoi Elite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Library,Limousine Service,Luggage Storage,Massage Centre,Off-Site Parking,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 10/50 Dao Duy Tu Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a0/dfa03b40811800278b02b6a73037935f55f1d310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hanoi Elite Hotel, you'll be centrally located in Hanoi, steps from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06553118" Longitude="105.82481918" StarRating="3" HotelCode="694227|oriental_palace_apartment" HotelName="Oriental Palace Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/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="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.96766728" Longitude="105.75679477" StarRating="3" HotelCode="773730|green_hadong_hotel" HotelName="Green Hadong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031356570762" Longitude="105.85488988988" StarRating="3" HotelCode="916021|the_jasmine_hotel" HotelName="Hanoi La Selva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 20/07/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="114.37" OriginalAmount="113.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0146" Longitude="105.85099" StarRating="2" HotelCode="|235558" HotelName="A25 - 221 Bach Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="114.46" OriginalAmount="113.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0198" Longitude="105.85551" StarRating="3" HotelCode="|198035" HotelName="A25 - 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="114.66" OriginalAmount="113.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027" Longitude="105.842" StarRating="3" HotelCode="|418880" HotelName="Hanoi Aria Central and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Le Duan Hoan Kiem, Hanoi, Hanoi, Vietnam, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/8/8/0/418880_dcc23d60828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.72" OriginalAmount="113.58" MarkupRule="1.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 26/07/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="94" TotalAmount="114.92" OriginalAmount="113.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03401" Longitude="105.85247" StarRating="3" HotelCode="|169262" HotelName="Viet Premium Hotel by Lake View Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="114.96" OriginalAmount="113.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.963811" Longitude="105.831978" StarRating="0" HotelCode="|521786" HotelName="BAO NGOC HOTEL LINH DAM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="27" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03572105" Longitude="105.85148053" StarRating="3" HotelCode="774001|348350" HotelName="Golden Sail Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Hang Buom, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86edf2c8dc2417da3a0da2ab7720c018e2355186.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899183-26133746/6195425464233034355/1970" HotelName="NEW CENTURY CAU GIAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39600000/39599800/39599786/d7404601_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431832-27603329/6195425464233034355/3209" HotelName="HA THANH STAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108570000/108561600/108561541/97bc4cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031615" Longitude="105.850632" StarRating="3" HotelCode="192542|morning_star_hotel" HotelName="Hanoi Morning Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de4967206d4c8abfdef78b5210280efd72e6b098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01958959" Longitude="105.8024735" StarRating="3" HotelCode="553399|a1_hill_hanoi_hotel" HotelName="A1 Hill Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>852/850 Duong Lang, Lang Thuong, Dong Da, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff7357421542fe40e1eeb31a8271981c1d9c7c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, a transfer servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03351262" Longitude="105.85244212" StarRating="3" HotelCode="374533|skyline_hotel_5" HotelName="Skyline Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00906898" Longitude="105.80718492" StarRating="3" HotelCode="626530|unique_serviced_apartment" HotelName="Unique Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="115.68" OriginalAmount="114.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0351" Longitude="105.84819" StarRating="0" HotelCode="|189390" HotelName="Hanoi Asia Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="116.08" OriginalAmount="114.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02954" Longitude="105.84875" StarRating="3" HotelCode="|420422" HotelName="Hanoi Hanvet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ngo Huyen Street, Hoan Kiem Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/4/2/2/420422_10e0bd21756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.344675" Longitude="33.243893" StarRating="2" HotelCode="0|436037-25609898/6195425464233034355/701" 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="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649461-25826291/6195425464233034355/2478" 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="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268494-25492237/6195425464233034355/2703" 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="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03398002896" Longitude="105.85237936054" StarRating="3" HotelCode="916023|paradise_boutique_hotel" HotelName="Paradise Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/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="94" TotalAmount="116.71" OriginalAmount="115.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035" Longitude="105.849" StarRating="3" HotelCode="|154985" HotelName="Classy Holiday and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="117.07" OriginalAmount="115.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01964" Longitude="105.80245" StarRating="3" HotelCode="|234804" HotelName="A1 Hill Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/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="83" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899425-26134048/6195425464233034355/2731" 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="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.020953311418" Longitude="105.85592054591" StarRating="2" HotelCode="166809|silver_hotel" HotelName="A25 Hotel 45 Phan Chu Trinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/37/a5371858dee525f371ddb5a1fcd67b6e898db8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Hanoi central business district, the city hotel is a stylish business hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029192088561" Longitude="105.84833460699" StarRating="2" HotelCode="268104|luxury_backpackers" HotelName="Luxury Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Ngo Huyen Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ed/34ed5dea0d48966fbf65d14427d5ce880d6925f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a restaurant, a bar, a trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044771564566" Longitude="105.79268849847" StarRating="1" HotelCode="510760|a25_hotel__hoang_quoc_viet" HotelName="A25 Hotel 385 Hoang Quoc Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>385 Hoang Quoc Viet Street, Cau Giay District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ed/4ded19771e3938b53fecfaa9e760a46cb3de261d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="965840|dahlia_hotel_hanoi" HotelName="Dahlia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Duong Street, Hoan Kiem, Hanoi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/65/a565808b728c8c335d666ad4d2ffaf3419ef2d64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0642837" Longitude="105.80946506" StarRating="0" HotelCode="968585|parosand_hanoi_hotel_apartment" HotelName="Parosand Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>537 Lac Long Quân, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/12/28128cc1e6a3ecc608a9a5646ad484bbe71535a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.41" OriginalAmount="116.25" MarkupRule="1.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 21/07/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="83" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181602-25366901/6195425464233034355/431" 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="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03519740641" Longitude="105.84901974107" StarRating="3" HotelCode="305343|church_boutique_hotel_49_lan_ong" HotelName="Church Boutique Hotel 49 Lan Ong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03475264" Longitude="105.85315061" StarRating="3" HotelCode="743961|hanoi_bella_rosa_trendy_hotel" HotelName="Hanoi Bella Rosa Trendy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Luong Ngoc Quyen Street, Hang Buom, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d1/8bd1f6fd81a53b012261b066b9f0b608b5e24f85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.97" OriginalAmount="117.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03498" Longitude="105.84763" StarRating="3" HotelCode="|189204" HotelName="Golden Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="119.17" OriginalAmount="117.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042451" Longitude="105.842635" StarRating="0" HotelCode="|552640" HotelName="Wil\'que" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Cua Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/4/0/552640_08084a11044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0293584" Longitude="105.84819326" StarRating="3" HotelCode="347185|hanoi_sweet_home_hotel" HotelName="Gem Premier Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,ATM/Cash Machine,Babysitting,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Massage Centre,Meeting Room,Off-Site Parking,Parking,Pets allowed,Pick &amp;amp; Drop,Porter,Restaurant,Room Service,Shopping Arcade,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54A Ngo Huyen Street, Old Quarter, Hoan Kiem District, Ha Noi City</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a2/7aa25bca087aa167e4756db580358044f5a14447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hanoi Gem Hotel, you'll be centrally located in Han...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03675571" Longitude="105.85253297" StarRating="0" HotelCode="517746|the_time_hotel" HotelName="The Time House Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Bar,Beauty Salon,Bicycle Rental,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Library,Luggage Storage,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>18A Dao Duy Tu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a1/6ea157b66f3ff4bfb5b47ff2d8bd55bcf88662dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Time House Hanoi to discover the wonders of Hanoi. The property features a wide range of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="1" HotelCode="766043|a25_hotel_dich_vong_hau" HotelName="A25 Tran Thai Tong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="94" TotalAmount="119.63" OriginalAmount="118.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.085796" Longitude="105.667089" StarRating="0" HotelCode="|536940" HotelName="3T and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02486697" Longitude="105.8413653" StarRating="2" HotelCode="346683|83917" HotelName="Mango Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>118 Le Duan, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d3/24d3375c5579530e4cd6e9b8dab43dd86d5f69e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574049-25723452/6195425464233034355/351" 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="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281981-25501305/6195425464233034355/1158" 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="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|243492-25459705/6195425464233034355/2891" HotelName="GOLDEN RIVER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36790000/36781600/36781550/ce0e0dc5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035915955187" Longitude="105.85326075554" StarRating="2" HotelCode="309521|hanoi_endless_hotel" HotelName="Hanoi 3B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/07/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="120.19" OriginalAmount="119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02925704" Longitude="105.84634929" StarRating="3" HotelCode="376062|hanoi_lotus_boutique_hotel_2" HotelName="Hanoi Lotus Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Hoi Vu Street, Old Quarter, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/86/f386160190f8f995fda3b232f548378f1ec65eb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Hanoi, this boutique hotel is ideal for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.00" MarkupRule="1.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="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037026761636" Longitude="105.85230615289" StarRating="2" HotelCode="268120|153572" HotelName="Time Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 Dao Duy Tu, Hoan Kiem District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236627/236627a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572933-25722848/6195425464233034355/3110" 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="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03246347" Longitude="105.85309782" StarRating="3" HotelCode="630877|trang_trang_hotel" HotelName="Trang Trang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Cau Go Market Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/8b/f68be531dda342a7b65c97da2fd1fa1f6accca82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.85" OriginalAmount="120.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03708" Longitude="105.85227" StarRating="3" HotelCode="|189779" HotelName="Cristina Center  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Dao Duy Tu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/7/9/189779_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.89" OriginalAmount="120.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03281" Longitude="105.85042" StarRating="3" HotelCode="|189472" HotelName="Hanoi Golden River " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="122.00" OriginalAmount="120.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0072149" Longitude="105.7814983" StarRating="3" HotelCode="|419945" HotelName="Marina Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Mieu Dam, Me Tri, Tu Liem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/4/5/419945_4fa66141743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.04" OriginalAmount="120.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0313099" Longitude="105.8550067" StarRating="3" HotelCode="|83975" HotelName="Hanoi La Selva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="122.19" OriginalAmount="120.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0324287" Longitude="105.84642909" StarRating="3" HotelCode="382885|3472185" HotelName="Noble &amp; Swan Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.16H Duong Thanh street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/04220/2204220/1.jpg?f=15616156</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.022472573815" Longitude="105.8433557963" StarRating="3" HotelCode="916014|74555" HotelName="Eternity Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Yet Kieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/4a/7c4aa1940126cc079f08a629e5d2a4526b98a9a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03711816" Longitude="105.84848246" StarRating="2" HotelCode="401995|ha_long" HotelName="Hanoi Little Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="122.68" OriginalAmount="121.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034325" Longitude="105.8541" StarRating="3" HotelCode="|189475" HotelName="Hanoi  Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Phat Loc, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/7/5/189475_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02182713" Longitude="105.81846229" StarRating="3" HotelCode="320707|83901" HotelName="The Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899264-26133852/6195425464233034355/1388" 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="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899267-26133856/6195425464233034355/1817" 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="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649470-25826301/6195425464233034355/2977" HotelName="GRAND DRAGON HOTEL HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33263500/33263458/64413ec3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034980899545" Longitude="105.84772432892" StarRating="3" HotelCode="309513|art_trendy_hotel" HotelName="Golden Art Trendy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6A Hang But Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/c9/1dc9d4f157ab7d4987d01ffd34f0f2c4c8380c9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027932304993" Longitude="105.81238699477" StarRating="3" HotelCode="346262|sunny" HotelName="Sunny Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2A/31 Nguyen Chi Thanh Street, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/3b/883b6af019f33380596b89f1bf7456841aea58b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="973637|marina_hanoi_hotel" HotelName="Marina Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="94" TotalAmount="123.45" OriginalAmount="122.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037364" Longitude="105.84833" StarRating="2" HotelCode="|169222" HotelName="Ha Long Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc StreetHanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/2/2/169222_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant and WiFi. SITUATION: This establishment, is 50 metres away from Dong Xuan the Market of. ROOM: Each room has an air-conditioning system, wooden furniture, a mini-bar, a coffee maker, a kettle, a bathroom with a bath and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.47" OriginalAmount="122.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042843" Longitude="105.841903" StarRating="2" HotelCode="|556125" HotelName="A25 - 46 Chau Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="83" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.594381" Longitude="-121.891682" StarRating="3" HotelCode="0|413171-25592078/6195425464233034355/588" 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="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217310-25420542/6195425464233034355/2437" HotelName="SUNNY 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8670000/8667300/8667245/204f6b77_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.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 23/07/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="94" TotalAmount="124.49" OriginalAmount="123.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03682" Longitude="105.8486" StarRating="3" HotelCode="|189482" HotelName="Hanoi Little Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Hang Luoc Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/8/2/189482_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.56" OriginalAmount="123.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03142" Longitude="105.85034" StarRating="3" HotelCode="|198720" HotelName="Centre Point Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="94" TotalAmount="125.33" OriginalAmount="124.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.991713" Longitude="105.944063" StarRating="3" HotelCode="|525322" HotelName="Vinhomes Ocean Park Gia Lâm Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="125.40" OriginalAmount="124.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04141" Longitude="105.84459" StarRating="2" HotelCode="|235555" HotelName="A25 - 44 Hang Bun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Bun, Nguyen Trung Truc Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/5/5/235555_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215174-25418658/6195425464233034355/661" 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="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1085777-26343839/6195425464233034355/1561" 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="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431876-27593430/6195425464233034355/1958" HotelName="MYRCELLA URBAN STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93020000/93010600/93010522/0de6b2ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431884-27603547/6195425464233034355/2087" HotelName="NINE HOUSING 535 KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109020000/109013800/109013788/00870b54_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03479875" Longitude="105.8454925" StarRating="4" HotelCode="347712|eco_hanoi_hotel" HotelName="Bonne Nuit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>30A Cua Dong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b07b7da551122067e850ee32038fb2ee46aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01620663" Longitude="105.79927404" StarRating="3" HotelCode="855955|hotel_the_hanoi" HotelName="Hotel The Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/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="126.93" OriginalAmount="125.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031983" Longitude="105.847618" StarRating="3" HotelCode="|446955" HotelName="Silk Flower and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217086-25420320/6195425464233034355/2059" 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="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437956-27931304/6195425464233034355/2774" HotelName="SAO MAI BOUTIQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103510000/103507000/103506911/01e8e7e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.34" OriginalAmount="126.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0808832" Longitude="105.8174619" StarRating="3" HotelCode="|266213" HotelName="Hoa Dao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="127.90" OriginalAmount="126.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036208" Longitude="105.848756" StarRating="3" HotelCode="|153850" HotelName="Classy Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.21, Hang Ca Street, Hoan Kiem District, Ha Noi City, Viet Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/8/5/0/153850_hab.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has attentive service, a car park, a cafÃ© a restaurant and a bar. SITUATION: This establishment is in Hanoi it is close to Dong Xuan Market 7 minutes walk away, you can find Hoan Kiem Lake and el teatro de marionetas Thang Long Water ROOM: All the rooms have internet (free of charge) with wooden floors, an air-conditioning system, a television, international channels, a mini-bar, a bathroom with a shower, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.98" OriginalAmount="126.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02148" Longitude="105.81844" StarRating="3" HotelCode="|197029" HotelName="The Pearl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021524" Longitude="105.843441" StarRating="3" HotelCode="101679|a25_hotel_15_tran_quoc_toan" HotelName="Rosaliza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Tran Quoc Toan Str., Hoan Kiem District, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c4/f8/c4f8346cd99080e7bcaa9666a450eed3ff23241e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only ten minutes’ walk from the city centre, the hotel offers a great time with the best of services...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01325823" Longitude="105.85103451" StarRating="2" HotelCode="550057|blue_hotel_13" HotelName="Blue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.170354" Longitude="-94.1841759" StarRating="2" HotelCode="0|516410-25675780/6195425464233034355/824" 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="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168008-25339799/6195425464233034355/2313" HotelName="GOLDEN LAKESIDE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7260000/7250100/7250065/bdfaa75c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03458586" Longitude="105.85381813" StarRating="3" HotelCode="384263|hanoi_guest_house_royal" HotelName="Hanoi Guest House Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>26 Phat Loc Street, Hang Buom Wards, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/08/65082270d0458c83d4379ce4a3461101bc873c27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0294" Longitude="105.8486" StarRating="3" HotelCode="434775|hanoi_sans_souci_iv" HotelName="See You At Lily's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 24/07/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="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01386456" Longitude="105.8010929" StarRating="3" HotelCode="620441|dinh_elegant_hanoi_hotel" HotelName="Dinh Elegant Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Block 15D, Trung Yen New Urban Area, Trung Hoa, Cau Giay, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/55/4c551a2e2ffeaf3861f90d9f694aeb9dc20fd51b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.38" OriginalAmount="128.10" MarkupRule="1.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 25/07/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="94" TotalAmount="129.63" OriginalAmount="128.35" MarkupRule="1.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 28/07/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="94" TotalAmount="129.72" OriginalAmount="128.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011326" Longitude="105.803772" StarRating="3" HotelCode="|447079" HotelName="Halo Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <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="130.26" OriginalAmount="128.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03096" Longitude="105.82921" StarRating="2" HotelCode="|196391" HotelName="A25 - 45b Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/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="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03209716" Longitude="105.82645121" StarRating="3" HotelCode="554396|165381" HotelName="Kuretake Inn Kim Ma 132" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649503-25826351/6195425464233034355/1424" 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="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|359468-25545726/6195425464233034355/1686" 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="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431891-27602485/6195425464233034355/2098" HotelName="OIKIA HANOI HOTEL&amp;amp;APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106710000/106708200/106708153/65229a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036109" Longitude="105.848797" StarRating="3" HotelCode="916002|church_boutique_hotel_hang_ca" HotelName="Church Boutique Hang Ca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Ca, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/f0/cdf050930aef585ac49b87dcb2d9c8f709b62bd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.43" OriginalAmount="129.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03030615" Longitude="105.84734293" StarRating="3" HotelCode="774090|3473105" HotelName="Shining Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="130.49" OriginalAmount="129.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033123" Longitude="105.855141" StarRating="3" HotelCode="|446982" HotelName="Golden Legend Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Alley Nguyen Huu Huan, Hoan Kiem Dist., Hanoi Old Quarter, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/8/2/446982_4a7c2881726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.78" OriginalAmount="129.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032625" Longitude="105.791412" StarRating="0" HotelCode="|521696" HotelName="Nature" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="131.05" OriginalAmount="129.75" MarkupRule="1.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 25/07/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="131.18" OriginalAmount="129.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029026091413" Longitude="105.84324105862" StarRating="3" HotelCode="268108|1186408" HotelName="Hanoi Sky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Tong Duy Tan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/92/c192d6655e92dcd50119db4239bd9f1969c42b4a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031451" Longitude="105.850372" StarRating="3" HotelCode="404116|152115" HotelName="Centre Point Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Hang Hanh Street, Hang Trong Ward, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447217/447217a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431828-27591916/6195425464233034355/3093" HotelName="FLESTA DOI CAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91210000/91205000/91204984/02bf8831_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031507590595" Longitude="105.84553297086" StarRating="3" HotelCode="186268|the_landmark_hanoi" HotelName="Spoon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Van To, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f3/80f3639b4e9287deeef35fce7e2d98aedb517643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi's Old Quarter, a 5-minute walk from all the famous plac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028449449784" Longitude="105.84511186593" StarRating="3" HotelCode="916009|hanoi_grand_hotel" HotelName="Urban Alley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Hoi Vu street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/61/e56130120029f69137b99f9d1508ebf82b9741d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.39" OriginalAmount="130.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0328442" Longitude="105.7872358" StarRating="3" HotelCode="|421643" HotelName="The Bloom Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/2026">
        <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="94" TotalAmount="131.49" OriginalAmount="130.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04102" Longitude="105.84477" StarRating="3" HotelCode="|84004" HotelName="A25 - 23 Quan Thanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="131.67" OriginalAmount="130.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01793" Longitude="105.8474" StarRating="2" HotelCode="|235562" HotelName="A25 - 57 Quang Trung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="132.10" OriginalAmount="130.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0320888" Longitude="105.8481912" StarRating="3" HotelCode="|419852" HotelName="Hanoi La Castela" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="83" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573329-25723112/6195425464233034355/2712" 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="16" TotalAmount="132.32" OriginalAmount="131.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032046545319" Longitude="105.84805276744" StarRating="3" HotelCode="309528|1452918" HotelName="Serene Premier Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10c Yen Thai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/fe/b2febb4bc0f401cb8fefd5e782bb224992964dea.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="132.32" OriginalAmount="131.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0294444" Longitude="105.8486634" StarRating="2" HotelCode="|270078" HotelName="Astoria Hanoi and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="132.33" OriginalAmount="131.02" MarkupRule="1.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 27/07/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="133.28" OriginalAmount="131.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034473" Longitude="105.783713" StarRating="0" HotelCode="|533782" HotelName="Bao Hung Apartment - Tran Quoc Vuong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 P. Tran Quoc Vuong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/8/2/533782_21085e11149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|358535-25545276/6195425464233034355/1081" 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="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573428-25723168/6195425464233034355/1952" 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="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649480-25826317/6195425464233034355/2533" HotelName="HANOI LA SELVA CENTRAL HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34950000/34945900/34945895/0fbe6ec8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.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 24/07/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="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01943228" Longitude="105.85167732" StarRating="3" HotelCode="401578|camellia_1_hotel_2" HotelName="Hanoi Camellia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Pho Hue, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b2/87b21dcfaa3b2b1ac00468e444a96b46424cd228.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.47" OriginalAmount="132.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0335436" Longitude="105.8526071" StarRating="3" HotelCode="|83980" HotelName="La Beaute Boutique Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/07/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="133.64" OriginalAmount="132.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03216" Longitude="105.85341" StarRating="3" HotelCode="|240630" HotelName="Trang Trang Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="133.90" OriginalAmount="132.57" MarkupRule="1.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 25/07/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="133.94" OriginalAmount="132.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036489" Longitude="105.849614" StarRating="3" HotelCode="|419880" HotelName="Dahlia Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Hang Duong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/8/0/419880_66672721706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|572684-25722722/6195425464233034355/2749" 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="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.013279068384" Longitude="105.84764097358" StarRating="3" HotelCode="346898|cherry_1_hotel" HotelName="Nesta Hanoi Hotel - To Hien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="134.84" OriginalAmount="133.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034047" Longitude="105.790559" StarRating="0" HotelCode="|447389" HotelName="22Land Residence Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 truong cong giai cau giay HN, Hanoi, Ha Noi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/8/9/447389_7b6394a1715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.91" OriginalAmount="133.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03292" Longitude="105.7725" StarRating="3" HotelCode="|234161" HotelName="Au Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="134.94" OriginalAmount="133.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03208" Longitude="105.84816" StarRating="3" HotelCode="|189521" HotelName="Serene Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="135.01" OriginalAmount="133.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015811" Longitude="105.798933" StarRating="3" HotelCode="|421727" HotelName="The Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="135.05" OriginalAmount="133.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0357" Longitude="105.84769" StarRating="3" HotelCode="|238532" HotelName="Hanoi La Storia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="94" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032321" Longitude="105.853869" StarRating="4" HotelCode="|446740" HotelName="Hanoi Fiesta Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Be, Hoan Kiem, Hanoi, 000084</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/4/0/446740_a41b5431224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03110007" Longitude="105.82947417" StarRating="2" HotelCode="346887|a25_hotel__giang_vo" HotelName="A25 Hotel 45B Giang Vo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45B Giang Vo Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/02/0902bd9bb9f4279ba5a58f34030260ef042db353.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01563801" Longitude="105.85416738" StarRating="2" HotelCode="547853|binh_anh_hotel_hanoi" HotelName="Binh Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.08083826" Longitude="105.817462" StarRating="3" HotelCode="697362|hoa_dao_hotel_4" HotelName="Hoa Dao Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>713 Lac Long Quan, Phu Thuong, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/82/4f829e73224ad6bb13435bba0ea21e4aba0aeac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036962" Longitude="105.849901" StarRating="3" HotelCode="931944|hanoi_old_town_hotel_2" HotelName="Hanoi Old Town Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Chieu Street, Hoan Kiem Distict, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/37/013741d4109989517e2d9b2199b329cec8766829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.94" OriginalAmount="134.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034435" Longitude="105.85201" StarRating="0" HotelCode="|419879" HotelName="Hanoi Backpackers and Rooftop Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00425236" Longitude="105.73219574" StarRating="3" HotelCode="635844|260159" HotelName="Oriana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>A10 L34 Gleximco Le Trong Tan, An Khanh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/06/f006845b53c4556e769bc93dcf64e757ebf30843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436052-25609908/6195425464233034355/798" 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="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|358526-25545272/6195425464233034355/1129" 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="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|436199-25609984/6195425464233034355/1357" 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="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437958-27930970/6195425464233034355/3098" 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="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023538269368" Longitude="105.8478573875" StarRating="4" HotelCode="347865|muong_thanh_hanoi_centre_hotel" HotelName="Muong Thanh Hanoi Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="137.28" OriginalAmount="135.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03307" Longitude="105.85214" StarRating="3" HotelCode="|189599" HotelName="Le Foyer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="16" TotalAmount="137.30" OriginalAmount="135.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0166685" Longitude="105.850435" StarRating="3" HotelCode="200491|3440635" HotelName="Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tri?u Vi?t Vuong, Bùi Th? Xuân, Hai Bà Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/9a/8d9a156c9c1f9335d9ee654f9a7141ff80d34fda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024956666667" Longitude="105.852217" StarRating="3" HotelCode="931946|76952" HotelName="Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345602-25535767/6195425464233034355/1106" HotelName="MUONG THANH HANOI CENTRE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10400000/10390500/10390479/ad98588b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|899460-26134098/6195425464233034355/2266" 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="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649507-25826355/6195425464233034355/2347" 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="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-16.691247" Longitude="-49.265496" StarRating="3" HotelCode="0|215672-25419080/6195425464233034355/2413" HotelName="GARCO DRAGON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Av. D nº 302 – Setor Oeste, GOIANIA, BRAZIL,74140-160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25170000/25168900/25168900/c0889516_b.jpg</HotelPictures>
        <HotelDescription>The wonderful Plaza Inn Executive has been spread over two attractive and modern buildings, located in an exclusive barrio in the lovely western part of Goiania. This hotel combines high quality business and recreational facilities with perfection, offering guests a productive stay in the city. On the premises you'll find excellent guestrooms decorated in a warm style, with practical amenities. You'll also come across a lovely pool area complete with a gym and a sauna. The property provides complimentary wireless Internet access and a business center, along with function rooms for private events and parking. Come and experience comfort and practicality during your time in the city of Goiania at the wonderful Plaza Inn Executive hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01639" Longitude="105.8504" StarRating="3" HotelCode="119047|midori_boutique_hotel_3" HotelName="Midori Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Trieu Viet Vuong, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/54/3254b78f55a1f2d13d5fb927ea02560105314ad0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033064504093" Longitude="105.85213625187" StarRating="3" HotelCode="402042|le_foyer_hotel" HotelName="Le Foyer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Gia Ngu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e4/8ee41330f03a3b89c21da76bb4467dd27137b887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.58" OriginalAmount="136.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018377" Longitude="105.849945" StarRating="3" HotelCode="|419954" HotelName="Azumaya Hai Ba Trung 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 16 Bui Thi Xuan, Hai Ba Trung district, Hai Ba Trung, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/5/4/419954_563c3781750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.95" OriginalAmount="136.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.219118" Longitude="105.783205" StarRating="0" HotelCode="|554775" HotelName="Grand Dragon Noi Bai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="137.99" OriginalAmount="136.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0340571" Longitude="105.787883" StarRating="4" HotelCode="|422177" HotelName="Bao Hung and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/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="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573353-25723130/6195425464233034355/2688" 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="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431917-27589750/6195425464233034355/2942" 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="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03229823" Longitude="105.85246642" StarRating="3" HotelCode="590985|maro_hotel" HotelName="Maro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0296269" Longitude="105.84888369" StarRating="3" HotelCode="853636|hanoi_crystal_pearl" 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="16" TotalAmount="138.41" OriginalAmount="137.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040061449294" Longitude="105.84519848829" StarRating="3" HotelCode="384311|1177818" HotelName="Dragon Pearl Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="138.42" OriginalAmount="137.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0334673" Longitude="105.8525641" StarRating="3" HotelCode="|189244" HotelName="La Beaute Boutique  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11A Trung Yen Lane, Dinh Liet Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/4/4/189244_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.22" OriginalAmount="137.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032271" Longitude="105.852141" StarRating="3" HotelCode="|419216" HotelName="Hanoi La Selva Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="139.25" OriginalAmount="137.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0339" Longitude="105.853426" StarRating="4" HotelCode="|534658" HotelName="Madelise Adora" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>111 P. Ma May, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/5/8/534658_0b9f6651159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.32" OriginalAmount="137.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03119" Longitude="105.79138" StarRating="3" HotelCode="|238433" HotelName="Poonsa Cau Giay and Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/07/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="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431885-27601499/6195425464233034355/2084" HotelName="NINE HOUSING A10 KIM MA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104890000/104882500/104882500/f979cb13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041233198292" Longitude="105.84442287683" StarRating="3" HotelCode="185777|santa_babara_hotel" HotelName="Santa Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Quan Thanh, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4d/7d4dc613a26169b90d8130b00265372540123460.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within Hanoi’s trade, tourism and entertainment centres. It is located close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027755964083" Longitude="105.84050163558" StarRating="3" HotelCode="299434|hanoi_larosa_hotel" HotelName="Hanoi Larosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="140.10" OriginalAmount="138.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0342119" Longitude="105.847399" StarRating="3" HotelCode="|265062" HotelName="Hanoi Chic Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/2026">
        <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="140.17" OriginalAmount="138.78" MarkupRule="1.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 23/07/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="83" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="22.2852795" Longitude="114.150757" StarRating="3" HotelCode="0|337520-25528904/6195425464233034355/608" HotelName="A25 ASEAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>83 JERVOIS STREET, SHEUNG WAN, HONG KONG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3740000/3737200/3737113/0b84c91b_b.jpg</HotelPictures>
        <HotelDescription>restaurant: Moon Thai - Authentic Thai food restaurant located on second floor, managed and operated by third party. exterior: It is a modern hotel building. general: Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252955-25474496/6195425464233034355/1265" 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="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031469503323" Longitude="105.8539480748" StarRating="3" HotelCode="268110|meracus_hotel" HotelName="Hanoi Meracus Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dzau street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/03/dd03809212fef0e1931e85004d3c4a7d4e7ecfbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.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 22/07/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="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02063349" Longitude="105.84424657" StarRating="3" HotelCode="489334|vietnam_trade_union_ha_noi" HotelName="Vietnam Trade Union in Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tran Binh Trong, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/f9/f6f9890b17cbbe97f36d5d52b4ee3611fdc254d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03242442" Longitude="105.78709336" StarRating="3" HotelCode="614844|inearth_hotel_hanoi" HotelName="Inearth Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>36D Dich Vong Hau Street, Cau Giay District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/83/19832855c933e390b93d3d6a32b3dd6533880228.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="630642|dinh_ami_hanoi_hotel" HotelName="Dinh Ami Hanoi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034641895733" Longitude="105.82847597115" StarRating="3" HotelCode="935734|hanoi_delight_hotel_2" HotelName="Hanoi Delight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.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/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Trung Yen Lane, Dinh Liet Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d6/08d6adb665946843b9f04393a69908b2f55c2f4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.66" OriginalAmount="139.27" MarkupRule="1.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/07/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="141.04" OriginalAmount="139.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02928" Longitude="105.84806" StarRating="3" HotelCode="|189419" HotelName="Gem Premier  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Ngo Huyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/1/9/189419_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.04" OriginalAmount="139.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035432" Longitude="105.850164" StarRating="4" HotelCode="|471269" HotelName="Madelise Palace Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="141.33" OriginalAmount="139.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0313878" Longitude="105.855597" StarRating="4" HotelCode="|267002" HotelName="Bendecir and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898709-26132952/6195425464233034355/846" 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="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="9.75675" Longitude="-84.6115" StarRating="2" HotelCode="0|217029-25420274/6195425464233034355/1368" 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="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573149-25722992/6195425464233034355/1925" HotelName="POONSA TRUONG CONG GIAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17780000/17775400/17775377/4fd89e69_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033471625874" Longitude="105.85442424785" StarRating="3" HotelCode="167053|hanoi_golden_moon_hotel" HotelName="Golden Moon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Nguyen Huu Huan, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/dd/14dda8a7855109a36eb70d975ba7ad71d4de8166.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03195068" Longitude="105.84792204" StarRating="3" HotelCode="595764|little_hanoi_deluxe_hotel" HotelName="Little Hanoi Deluxe Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="141.67" OriginalAmount="140.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03052" Longitude="105.847419" StarRating="0" HotelCode="|554119" HotelName="Aquarius Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Duong Thanh Street, Old Quarter</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/1/1/9/554119_c3967701315.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.17" OriginalAmount="140.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.9688133" Longitude="105.8272541" StarRating="4" HotelCode="|84093" HotelName="Muong Thanh Grand Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033878524424" Longitude="105.84920642766" StarRating="3" HotelCode="140898|75839" 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="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04001937" Longitude="105.84546102" StarRating="2" HotelCode="408716|demantoid_hotel" HotelName="A25 Hotel 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/07/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="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03347714" Longitude="105.85006579" StarRating="4" HotelCode="757564|hanoi_lheritage_centre" HotelName="Hanoi L'heritage Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/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="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="967259|bao_hung_hotel_and_apartment" HotelName="Bao Hung Hotel And Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="967799|bonsella_cozy_hotel" HotelName="Bonsella Cozy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Hai Tuong Lane, Ta Hien Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/95/619509c98f15a1bda13406f66b08c6134115c9ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.77" OriginalAmount="141.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02444" Longitude="105.85215" StarRating="3" HotelCode="|189584" HotelName="Lenid De Ho Guom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/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="142.79" OriginalAmount="141.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03387" Longitude="105.85251" StarRating="3" HotelCode="|197821" HotelName="La Beaute De Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="142.96" OriginalAmount="141.54" MarkupRule="1.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="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.0965116" Longitude="-34.8848754" StarRating="2" HotelCode="0|215193-25418678/6195425464233034355/819" 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="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036296479832" Longitude="105.85043370724" StarRating="4" HotelCode="166800|hanoi_boutique_hotel_1" HotelName="Hanoi Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="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="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030644" Longitude="105.845485" StarRating="3" HotelCode="261903|golden_cyclo_hotel" HotelName="Golden Cyclo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Ngo Tram, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/cd/67cd45cab979f1e02a52453f927d3f6ceaea3169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.969469480086" Longitude="105.82692146301" StarRating="4" HotelCode="161944|muong_thanh_hanoi_hotel" HotelName="Muong Thanh Grand Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="143.42" OriginalAmount="142.00" MarkupRule="1.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="143.42" OriginalAmount="142.00" MarkupRule="1.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 24/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Hang Dieu street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/zz/edadfeda5939e2a9fa2e3d6a25849330f8675292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.03" OriginalAmount="142.60" MarkupRule="1.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/07/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="144.12" OriginalAmount="142.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0043824" Longitude="105.7320437" StarRating="3" HotelCode="|267583" HotelName="Oriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="144.14" OriginalAmount="142.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03282" Longitude="105.85447" StarRating="3" HotelCode="|189470" HotelName="Hanoi Golden Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Nguyen Huu Huan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/7/0/189470_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.18" OriginalAmount="142.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02999" Longitude="105.85004" StarRating="3" HotelCode="|196872" HotelName="Golden Sunshine Villa  and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Hang Trong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/7/2/196872_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.25" OriginalAmount="142.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034688" Longitude="105.848163" StarRating="3" HotelCode="|534256" HotelName="Hanoi Liliane and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="834414|348243" HotelName="Khách San A25 Hàng Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="83" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1367821-26665003/6195425464233034355/1057" 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="94" TotalAmount="144.91" OriginalAmount="143.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039867" Longitude="105.845501" StarRating="4" HotelCode="|553086" HotelName="Skylark Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="145.35" OriginalAmount="143.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0181667" Longitude="105.8474202" StarRating="3" HotelCode="|419839" HotelName="Adonis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="145.37" OriginalAmount="143.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033677" Longitude="105.850936" StarRating="3" HotelCode="|446963" HotelName="The West and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Hang Dao, Hoan Kiem, Hanoi, Hanoi, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/6/3/446963_efd3bcc0807.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03420976" Longitude="105.84736321" StarRating="3" HotelCode="382882|152277" HotelName="Hanoi Chic Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Bat Su Street, Hoan Kiem, Old Quarter, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/07660/2307660/38.jpg?f=15535698</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|572096-25722518/6195425464233034355/802" 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="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215236-25418714/6195425464233034355/1888" 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="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033701467317" Longitude="105.84756785323" StarRating="3" HotelCode="346581|little_hanoi_diamond" HotelName="Little Hanoi Diamond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/07/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="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.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="Non Refundable" 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="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018417669464" Longitude="105.84974383496" StarRating="3" HotelCode="915997|azumaya_hai_ba_trung_1_hotel" HotelName="Ocean Hotel II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Bui Thi Xuan Street, Hai Ba Trung District, Hanoi City Centre, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/45/194529e7a64326b55886e2e17c320d9286be63d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.90" OriginalAmount="144.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03024" Longitude="105.84709" StarRating="3" HotelCode="|189514" HotelName="Hanoi Royal Palace  2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="146.00" OriginalAmount="144.55" MarkupRule="1.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 26/07/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="94" TotalAmount="146.26" OriginalAmount="144.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03637" Longitude="105.84709" StarRating="3" HotelCode="|189785" HotelName="Tu Linh Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/2026">
        <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="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019419778503" Longitude="105.84195792675" StarRating="3" HotelCode="185704|437988" HotelName="Duy Anh Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/07/2026" 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="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1435021-32708737/6195425464233034355/1789" 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="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431837-27591540/6195425464233034355/3288" 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="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030037056159" Longitude="105.8500009796" StarRating="3" HotelCode="383578|golden_sun_villa_hotel" HotelName="Golden Sun Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Hang Trong, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/57/96573d1c9ef5eb202e6ea6cd0d966fe2aaf8477a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.9253976" Longitude="9.5040716" StarRating="3" HotelCode="0|252906-25474446/6195425464233034355/300" 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="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242629-26598347/6195425464233034355/886" HotelName="20 HOTEL AND APARTMENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64900000/64897300/64897287/1455af9d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|898989-26133404/6195425464233034355/933" 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="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216956-25420208/6195425464233034355/2175" 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="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|579332-25726048/6195425464233034355/2396" 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="94" TotalAmount="147.81" OriginalAmount="146.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03156" Longitude="105.84843" StarRating="3" HotelCode="|66227" HotelName="Hong Ngoc Dynastie Boutique  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="147.85" OriginalAmount="146.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0308" Longitude="105.849" StarRating="3" HotelCode="|420677" HotelName="Mercury Central Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/7/7/420677_83a5e250359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.05" OriginalAmount="146.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027419" Longitude="105.857533" StarRating="4" HotelCode="|267794" HotelName="Grand Cititel Hanoi and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="148.13" OriginalAmount="146.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.040328" Longitude="105.874966" StarRating="3" HotelCode="|469452" HotelName="Branda Apartment And" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431862-27595252/6195425464233034355/1691" 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="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033835666667" Longitude="105.847931" StarRating="3" HotelCode="916025|indochina_queen_hotel_ii" HotelName="The Queen Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Thuoc Bac Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d1/b7d1a8c3138b11f51d5607bfc5858204d58619db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.18" OriginalAmount="147.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0311671" Longitude="105.854909" StarRating="3" HotelCode="|189378" HotelName="Kingly" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431926-27598179/6195425464233034355/1856" 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="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216946-32731279/6195425464233034355/1892" 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="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008052574717" Longitude="105.8459214752" StarRating="3" HotelCode="316790|parkside_sunline_hotel" HotelName="Parkside Sunline Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>72-74 Dai Co Viet Street, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/47/ec4739c3dd3243f80e4c8826ddf62ced515af92b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02740216" Longitude="105.85751843" StarRating="3" HotelCode="753370|grand_cititel_hanoi_hotel" HotelName="Grand Cititel Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="150.05" OriginalAmount="148.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04477" Longitude="105.79266" StarRating="2" HotelCode="|235554" HotelName="A25 - Hoang Quoc Viet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="150.10" OriginalAmount="148.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035343" Longitude="105.848142" StarRating="0" HotelCode="|447277" HotelName="Hanoi Vacanza Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431870-27593438/6195425464233034355/1626" HotelName="MARGAERY BOUTIQUE APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93040000/93031800/93031701/0d342101_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431869-27592294/6195425464233034355/1835" 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="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431882-27601643/6195425464233034355/2075" 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="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031596" Longitude="105.848298" StarRating="3" HotelCode="119041|hong_ngoc_dynastie" HotelName="Hong Ngoc Dynastie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-34 Hành Manh Str., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/79/d979111106a6841d2e9b23da7355497db77c942d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi's Old Quarter, allowing guests to experience the essence...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015244611493" Longitude="105.81330647402" StarRating="3" HotelCode="227154|capital_garden_hotel" HotelName="Capital Garden Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="150.49" OriginalAmount="149.00" MarkupRule="1.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="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031262603532" Longitude="105.85559706091" StarRating="3" HotelCode="619368|hanoi_babylon_garden_hotel_spa" HotelName="Hanoi Babylon Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/07/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="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02939229" Longitude="105.84827021" StarRating="3" HotelCode="956695|au_co_art_classic_hotel_spa" HotelName="Au Co Art Classic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52- 54B Ngo Huyen, Hang Trong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/38/f33889366c594c7279ddf84ef5f7b2338f0f8eae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.72" OriginalAmount="149.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039522" Longitude="105.849095" StarRating="3" HotelCode="|420019" HotelName="Hanoi La Cascada House and Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Gam Cau Street, Dong Xuan Ward, Hoan Kiem District, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/1/9/420019_73ee6341719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.09" OriginalAmount="149.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029225" Longitude="105.769345" StarRating="3" HotelCode="|421641" HotelName="K Business 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="151.48" OriginalAmount="149.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03712" Longitude="105.80165" StarRating="3" HotelCode="|198532" HotelName="Sen Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021870911884" Longitude="105.85947275162" StarRating="2" HotelCode="65448|ats_hotel_hanoi" HotelName="ATS Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>33B Pham Ngu Lao street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/29/02293369aaa5347135574e059ee3acde4bf59340.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on a quiet street in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036494524528" Longitude="105.84703220279" StarRating="3" HotelCode="916013|tu_linh_palace_hotel" HotelName="Tu Linh Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" 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="151.89" OriginalAmount="150.39" MarkupRule="1.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 25/07/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="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0094489" Longitude="105.79455044" StarRating="3" HotelCode="856529|362534" HotelName="Mai Villa Hotel 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>A15 Nguyen Chanh, Trung Hoa, Cau Giay, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fd/f8fd12a3a6f2c87cefbe59e3e3c9c16f69d5b68e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.51" OriginalAmount="151.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037122211941" Longitude="105.80179123738" StarRating="3" HotelCode="314287|hanoi_sen_2_hotel" HotelName="Sen Hotel 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="153.46" OriginalAmount="151.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0413686" Longitude="105.8770196" StarRating="3" HotelCode="|420916" HotelName="DU MONDE ART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/2026">
        <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="83" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592934-25742186/6195425464233034355/2795" 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="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431836-27590707/6195425464233034355/3351" 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="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01714386884" Longitude="105.84862589836" StarRating="3" HotelCode="23147|halais_hotel" HotelName="Ocean Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03081145" Longitude="105.84942504" StarRating="3" HotelCode="368705|meracus_hotel_2" HotelName="Meracus Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Hang Trong street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5e/185e003b4bede8e8003173bdf308e6194b518d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="600909|hotel_mai" HotelName="Hotel Mai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215410-25418868/6195425464233034355/110" 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="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|436049-25609906/6195425464233034355/793" 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="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216011-25419356/6195425464233034355/2412" 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="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|116297-25286156/6195425464233034355/2904" 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="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649515-25826367/6195425464233034355/2758" HotelName="HANOI LA CASCADA HOUSE &amp;amp; TRAVEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/39000000/38992000/38991998/dc0b3090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042472" Longitude="105.842649" StarRating="3" HotelCode="76244|moon_view_hotel_2" HotelName="Moon View 1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>65 Cua Bac Street, District Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/77/30772b340120b85c121317a923f1e769f078ce6f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Cua Bac Street in the Ba Dinh district. The main places of interest are situ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.041120644196" Longitude="105.8285704787" StarRating="3" HotelCode="346840|cwd_hotel" HotelName="CWD Hotel - Trung Tam Phu Nu Va Phat Trien" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Thuy Khue, Tay Ho, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/71/9b71612b7b1e5b97a780b4caefa08491cdfe73f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.994990051556" Longitude="105.86737237349" StarRating="3" HotelCode="496873|vinhomes_times_city_" HotelName="Vinhomes Times City Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="155.83" OriginalAmount="154.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0317351" Longitude="105.8480358" StarRating="3" HotelCode="|270007" HotelName="Little Hanoi Deluxe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="156.00" OriginalAmount="154.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01334" Longitude="105.85103" StarRating="2" HotelCode="|235452" HotelName="Blue Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="94" TotalAmount="156.53" OriginalAmount="154.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03608" Longitude="105.85055" StarRating="3" HotelCode="|84084" HotelName="Hanoi Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07 NGO GACH STREET, HOAN KIEM DISTRICT 01</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/4/84084_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has 56 rooms, 10 floors, a lobby, express check-out, air-conditioning, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can also find a hairdresser's, conference facilities, internet, room service and a laundry service. The establishment offers guests a cafÃ©, a bar, a restaurant, a car park and bicycle rental. SITUATION: This hotel Ngo Gach Street it is in is situated in Hanoi the historic centre of 5 minutes away, you can find Hoan Kiem Lake Dong Xuan the market the cathedral. It has excellent transport links to the bus station, Close to restaurants and the shopping streets. it is 30 kilometres away from Noibai Airport. ROOM: The rooms have a coffee maker, a kettle, a mini-bar, a satellite TV, a DVD player, a direct line telephone, individual air-conditioning, a safe, WiFi, room service and press (available on request), They also have a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a fridge, an ironing set and a balcony or terrace. FACILITIES: Guests are offered a sauna, a massage service and spa treatments. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard, Visa and cash.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573257-25723064/6195425464233034355/2735" HotelName="HANOI DIAMOND KING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18670000/18661600/18661567/9ae623be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.93" OriginalAmount="155.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042222" Longitude="105.845346" StarRating="4" HotelCode="|468862" HotelName="Minasi Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215177-25418664/6195425464233034355/436" 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="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217289-25420516/6195425464233034355/2790" HotelName="SKYLARK (HOTEL)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102529700/102529624/w2199h1467x0y0-b0845d90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437949-27931302/6195425464233034355/2864" 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="94" TotalAmount="157.57" OriginalAmount="156.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030755" Longitude="105.849387" StarRating="3" HotelCode="|189485" HotelName="Hanoi Meracus Hotel 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="157.99" OriginalAmount="156.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008067" Longitude="105.845888" StarRating="4" HotelCode="|171197" HotelName="Parkside Sunline" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72-74 Dai Co Viet Street, Hai Ba Tr Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/9/7/171197_f2d47fc1310.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030732035421" Longitude="105.85390530919" StarRating="3" HotelCode="167049|31642" HotelName="Amorita Boutique Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/07/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="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.346264" Longitude="-75.966103" StarRating="4" HotelCode="0|189874-25374953/6195425464233034355/1682" 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="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044137" Longitude="105.818322" StarRating="4" HotelCode="89210|somerset_west_lake_hanoi" HotelName="Somerset West Lake Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>254D Thuy Khue Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/04/88043ffb39b28aced54ae5fc852b58f3bb334643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute walk from various shops, restaurants, bars and nightlife, and a 20-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="479553|maison_dorient_hotel" HotelName="Maison d'Orient Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Ngo Huyen, Hang Trong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/73/907328870a8923c2fa7539fdf3916d7661e8db21.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.64" OriginalAmount="157.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0295" Longitude="105.84775" StarRating="3" HotelCode="|235499" HotelName="Phoenix Palace Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/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="158.65" OriginalAmount="157.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031939" Longitude="105.841499" StarRating="3" HotelCode="|423641" HotelName="Bi Ecosuites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="158.97" OriginalAmount="157.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03137" Longitude="105.84517" StarRating="3" HotelCode="|240480" HotelName="Spoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Van To, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/8/0/240480_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042103670601" Longitude="105.84541804327" StarRating="3" HotelCode="97516|83909" HotelName="Adamas Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Nguyen Truong To Street, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/19/8f199639b847b22df448c800a128dcf018efe4d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217571-25420762/6195425464233034355/1379" HotelName="MAISON D`ORIENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8810000/8803100/8803027/bfa031b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431842-27593039/6195425464233034355/2754" HotelName="HANVET BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92490000/92490000/92489975/79d239c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.960547254715" Longitude="105.79229593689" StarRating="4" HotelCode="309532|muong_thanh_xa_la_hotel" HotelName="Muong Thanh Xa La Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="159.72" OriginalAmount="158.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044593" Longitude="105.814779" StarRating="3" HotelCode="|178302" HotelName="Cwd" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="160.19" OriginalAmount="158.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.010816" Longitude="105.795151" StarRating="3" HotelCode="|421021" HotelName="Luckful" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="160.19" OriginalAmount="158.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03707" Longitude="105.8499" StarRating="3" HotelCode="|169244" HotelName="Hanoi Ancient Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 HANG CHIEU STREET HOAN KIEM DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/2/4/4/169244_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Hoan Kiem Hanoi Lake. HOTEL: It has 28 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03119128" Longitude="105.85656712" StarRating="3" HotelCode="585778|hanoi_pomihoa_hotel" HotelName="Hanoi Pomihoa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Tran Quang Khai Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/04/88043ffb39b28aced54ae5fc852b58f3bb334643.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039968484681" Longitude="105.84563418651" StarRating="4" HotelCode="930851|skylark_hotel_4" HotelName="Skylark Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>15 Phan Dinh Phung Street, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/72/fa728c0bb18ab6baaf921d154c710829ce0fcf29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.99378748" Longitude="105.86905141" StarRating="0" HotelCode="984724|park_hill_times_city_apartment" HotelName="Vinhomes Times City - Park Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>458 Minh Khai, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/db/a5db090afe8a9bb22b30818af3e5d36ce4c78881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.98" OriginalAmount="159.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0153" Longitude="105.81297" StarRating="3" HotelCode="|189254" HotelName="Capital Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="161.06" OriginalAmount="159.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04223" Longitude="105.8457" StarRating="3" HotelCode="|196806" HotelName="Adamas Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="161.06" OriginalAmount="159.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03436" Longitude="105.85341" StarRating="0" HotelCode="|197749" HotelName="Hanoi House and Travel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="161.75" OriginalAmount="160.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.853" StarRating="3" HotelCode="|419218" HotelName="Hanoi Bella Rosa Trendy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="161.92" OriginalAmount="160.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0349" Longitude="105.848097" StarRating="3" HotelCode="|65355" HotelName="Hanoi Capital" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="162.32" OriginalAmount="160.71" MarkupRule="1.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 21/07/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="94" TotalAmount="162.54" OriginalAmount="160.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03098" Longitude="105.848438" StarRating="4" HotelCode="|267642" HotelName="Hai Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019006662168" Longitude="105.85417807102" StarRating="4" HotelCode="18080|7459" HotelName="Sunway" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1242674-26598377/6195425464233034355/2065" 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="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189477-27825938/6195425464233034355/2182" 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="94" TotalAmount="162.79" OriginalAmount="161.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0224" Longitude="105.85645" StarRating="3" HotelCode="|84082" HotelName="Silver Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PHAN CHU TRINH, HOAN KIEM 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/2/84082_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2010, has 30 rooms, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, a bar, a restaurant, WiFi, room service, a laundry service, a dry cleaner's, a car park and bicycle hire. SITUATION: This hotel is in Hanoi the business area of Close to the government building, banks, embassies and the tourist area. 7 minutes away from the establishment clients have Hoan Kiem Lake it is 5 minutes away from the opera, 9 minutes away from the establishment, clients can find Hanoi the historic centre of Close to restaurants, bars, the nightlife and public transport services. it is 10 minutes away from Trang Tien Plaza the shopping centre 15 minutes away from the establishment guests have la Literatura the Temple of 20 minutes away from the establishment, you can find Ho Chi Minh City the Mausoleum of it is situated 30 kilometres away from Noibai Airport. ROOM: Each room has a bathroom with a bath, a shower, a hairdryer, a bathrobe, a double bed, WiFi, individual air-conditioning and a balcony or terrace. They also have a direct line telephone, a satellite television, a radio, a Hi-Fi, a safe, a mini-bar, a mini-bar, a coffee maker and a kettle. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant with buffet breakfast and set-menu or Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.99" OriginalAmount="161.38" MarkupRule="1.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 27/07/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="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150401-25324672/6195425464233034355/2457" 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="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|588122-25733335/6195425464233034355/2612" 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="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029461632555" Longitude="105.8478292004" StarRating="2" HotelCode="916010|trung_nam_hai_hotel" HotelName="Hanoi Phoenix Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215984-25419336/6195425464233034355/571" HotelName="OLD TOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5960000/5955500/5955442/5626e1d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.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="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="983598|luckful_hotel" HotelName="Luckful Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="165.22" OriginalAmount="163.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04003" Longitude="105.84541" StarRating="3" HotelCode="|198303" HotelName="A25 - 19 Phan Dinh Phung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="165.33" OriginalAmount="163.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165" Longitude="105.85091" StarRating="2" HotelCode="|189582" HotelName="Heart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11b Hang Hanh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/8/2/189582_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899308-26133910/6195425464233034355/1945" 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="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216121-25419470/6195425464233034355/2466" 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="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898786-26133046/6195425464233034355/3117" HotelName="HANA STAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48650000/48645500/48645427/w3600h1968x0y0-f3dc891a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.008258663899" Longitude="105.83211453298" StarRating="2" HotelCode="347252|mai_villa_4_hotel" HotelName="Mai Villa 4 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Designated Smoking Area,Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Dang Van Ngu, Trung Tu, Dong Da, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/f8/6cf8060772d9a36161eae603f7ceebf848bc4158.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Mai Villa Hotel 4 - Dang Van Ngu is a popular choice amongst travelers in Hanoi, whether exploring o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431879-27595641/6195425464233034355/2057" 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="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|150388-25324668/6195425464233034355/2787" 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="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03723036382" Longitude="105.85211946642" StarRating="2" HotelCode="200489|camel_city_hotel" HotelName="Camel City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.043645" Longitude="105.841783" StarRating="3" HotelCode="141681|hong_ngoc_cochinchine" HotelName="Hong Ngoc Cochinchine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Diet Meals,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95-97 Nguyen Truong To Str., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/bc/64bc6f25e24724d580cdef021f0bf97ebb69d3cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03094311" Longitude="105.84844947" StarRating="3" HotelCode="727151|haibay_hotel" HotelName="Haibay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="167.71" OriginalAmount="166.05" MarkupRule="1.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="167.72" OriginalAmount="166.06" MarkupRule="1.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 24/07/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="168.15" OriginalAmount="166.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024099" Longitude="105.826443" StarRating="4" HotelCode="|470240" HotelName="Nesta - The Grand Hao Nam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/4/0/470240_8b0e69b1119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.67" OriginalAmount="167" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215532-25418970/6195425464233034355/602" HotelName="A25 PHAN DINH PHUNG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8690000/8680100/8680069/f88e59fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034555985622" Longitude="105.85352011266" StarRating="2" HotelCode="309526|hanoi_guesthouse" HotelName="Hanoi Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="169.65" OriginalAmount="167.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02653" Longitude="105.84252" StarRating="3" HotelCode="|234554" HotelName="Tk123 Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.000706768788" Longitude="105.87107199755" StarRating="4" HotelCode="347534|sahul_hotel" HotelName="Hanoi Sahul Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>684 Minh Khai, Hai Ba Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/65/676520a2234cbeb11822c3179f1c40eef17f8ac9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034579104325" Longitude="105.84741353989" StarRating="3" HotelCode="904830|348425" HotelName="Hanoi Golden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/07/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="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01588435234" Longitude="105.85787151559" StarRating="4" HotelCode="320046|153489" HotelName="The Ann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>38A Hang Chuoi, Hai Ba Trung District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/eaf49b31d801de4a/cd/cd294156dfff92cd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="60.2484535" Longitude="25.0073741" StarRating="4" HotelCode="0|572900-25722828/6195425464233034355/2273" 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="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032379" Longitude="105.85131" StarRating="3" HotelCode="101674|serenade_hotel" HotelName="Oriental Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Dao Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f0/6df0f0c83c2d2bb977452a871fff3291444cb8b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the tourist and trade centre of Hanoi, the hotel is about 50 metres away from the Hoan Ki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01205032" Longitude="105.77207965" StarRating="3" HotelCode="636286|top_hotel_5" HotelName="Top Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="94" TotalAmount="171.55" OriginalAmount="169.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019411" Longitude="105.780972" StarRating="3" HotelCode="|423143" HotelName="Luxury Condotel Vinhomes Skylake Keangnam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042059" Longitude="105.846887" StarRating="3" HotelCode="928655|33205" HotelName="Chalcedony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Nguyen Truong To, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/29/6c29429f0eed5ba24a119ddb14ddaf5d0550819c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268444-25492207/6195425464233034355/1143" HotelName="MUONG THANH XA LA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10290000/10286400/10286380/c21b7e4d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.78" OriginalAmount="170.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023731" Longitude="105.826121" StarRating="4" HotelCode="|468993" HotelName="Nesta Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 83, Hao Nam Street, Dong Da District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/9/9/3/468993_ebbd8571819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.94" OriginalAmount="170.24" MarkupRule="1.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="Non Refundable">
        <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="172.01" OriginalAmount="170.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02771" Longitude="105.85828" StarRating="3" HotelCode="|189587" HotelName="Hong Ha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="984733|348341" HotelName="Full House Times City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="172.90" OriginalAmount="171.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035402" Longitude="105.847073" StarRating="3" HotelCode="|419835" HotelName="Lotusama Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="173.01" OriginalAmount="171.30" MarkupRule="1.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 27/07/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="83" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|572027-25722488/6195425464233034355/423" 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="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431811-27600416/6195425464233034355/957" 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="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431906-27590591/6195425464233034355/2116" 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="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031448" Longitude="105.854929" StarRating="3" HotelCode="167047|hanoi_elegance_emerald_hotel" HotelName="Hanoi E Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Lo Su, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/fb/7bfb6c79787f4ba390454fd73384f04acb412b8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the Old Quarter, offering easy access to many famous places, such ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02938478" Longitude="105.80844749" StarRating="3" HotelCode="488614|sakura_hotel_3_2" HotelName="Sakura Hotel 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="173.75" OriginalAmount="172.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03179" Longitude="105.85392" StarRating="3" HotelCode="|189483" HotelName="Hanoi Media  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dzau st.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/8/3/189483_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.24" OriginalAmount="172.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.015624" Longitude="105.777218" StarRating="3" HotelCode="|521856" HotelName="Blubiz 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="174.60" OriginalAmount="172.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04062" Longitude="105.8475" StarRating="3" HotelCode="|45843" HotelName="Hanoi Anise  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/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="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21941958" Longitude="105.78292502" StarRating="0" HotelCode="702218|friendly_airport_hotel" HotelName="Friendly Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="175.59" OriginalAmount="173.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030581" Longitude="105.845485" StarRating="4" HotelCode="|270667" HotelName="San Premium Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/07/2026">
        <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="175.60" OriginalAmount="173.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023969" Longitude="105.841637" StarRating="4" HotelCode="|447357" HotelName="Tru by Hilton Hanoi Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.061893742693" Longitude="105.83064521725" StarRating="3" HotelCode="200499|wild_lotus_hotel" HotelName="Wild Lotus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/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="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03544634" Longitude="105.8471267" StarRating="3" HotelCode="753610|hanoian_elite_home_hotel" HotelName="Hanoian Elite Home Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="176.01" OriginalAmount="174.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032639" Longitude="105.849323" StarRating="4" HotelCode="|466211" HotelName="Hanoi La Palm Premierandspa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat Street, Hang Gai Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/2/1/1/466211_79a72d41849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.46" OriginalAmount="174.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03275" Longitude="105.84944" StarRating="4" HotelCode="|196871" HotelName="Hanoi La Palm Premier &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649523-25826379/6195425464233034355/2682" 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="94" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007384" Longitude="105.781354" StarRating="2" HotelCode="|471692" HotelName="A25 - 16 Mieu Dam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="177.57" OriginalAmount="175.81" MarkupRule="1.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 23/07/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="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215431-25418886/6195425464233034355/1111" HotelName="CAMELLIA PHO HUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9630000/9625000/9624974/2ab63127_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02909806" Longitude="105.84857181" StarRating="3" HotelCode="877979|s_central_hotel" HotelName="S Central Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Tho Xuong Lane, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/d2/b6d25a854b0f26c1fb195696386b55ddf218c9c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located less than 1 km from St. Joseph Cathedral, S Central Hotel in Hanoi offers rooms with air con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02901807" Longitude="105.84841968" StarRating="3" HotelCode="854133|splendid_pearlight_hotel" HotelName="Splendid Pearlight Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18b Tho Xuong Lane, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d8/98d824ac720a0437dbd2bfb6546fdfc14c00ea2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Hanoi. The premises count with 25 welcoming guests rooms. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.79" OriginalAmount="176.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.003701" Longitude="105.804835" StarRating="3" HotelCode="|419601" HotelName="A25 - Hoang Dao Thuy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="178.47" OriginalAmount="176.70" MarkupRule="1.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 23/07/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="178.67" OriginalAmount="176.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.023825" Longitude="105.850968" StarRating="3" HotelCode="|421637" HotelName="Minasi HanoiOi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Ba Trieu Street Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/3/7/421637_b76abaa1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.71" OriginalAmount="176.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042079" Longitude="105.846918" StarRating="4" HotelCode="|83976" HotelName="Chalcedony" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181648-25366935/6195425464233034355/1165" 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="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.508667" Longitude="-81.398143" StarRating="3" HotelCode="0|189914-25375005/6195425464233034355/1270" HotelName="WILD LOTUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3300 South Orange Blossom Trl, Orlando, 32839, FL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4980000/4974600/4974586/4dc80e8b_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms and suites: 163. Floors: 3. Property description- Welcome to the Days Inn Orlando Downtown located in beautiful Orlando, FL.  Our mission is to provide you with the most comfortable stay while on vacation or business in the Central Florida area. We are conveniently located immediately off I-4 and Orange Blossom Trail 441 Exit 80 West Bound and 80A East Bound. 

Days Inn Orlando Downtown location allows easy access to everything to see and do in Orlando. Our Days Inn is just a short drive Orlando downtowns entertainment venues such as Amway Arena - home of Orlando Magic, and Bob Carr Theatre, 5 miles from Universal Studios, Sea World Orlando and 14 miles from Walt Disney World Theme Parks.

Days Inn Orlando Downtown is 6 miles from Orlando Executive Airport, just minutes to great shopping, many restaurants and nightclubs. We are 12 miles from Orlando International Airport and 9 miles to the Orange County Convention Center, Daytona 500 is 49 miles away, and a short drive to the Citrus Bowl, home of the Capital One Bowl, Champs Bowl, and the Florida Classic. Also close to Downtown Orlando, The Amway Arena, Universal Studios.

The Days Inn Orlando Downtown offers Continental Breakfast, Wireless Internet, Beautifully appointed and well kept rooms with either two doubles or King bed.  Please look under Hotel Features for further information. Hotel Surcharge 2.00 Dollars Per Day. Pets Allowed, 1 per room, maximum 25 pounds, 15.00 USD Per Day Non Refundable Fee. Microwaves available for 5.00 USD fee per day.. Onsite facilities information- ParkingProperty was built in 1980. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|216932-25420192/6195425464233034355/1433" 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="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899263-26133850/6195425464233034355/2094" HotelName="PARAGON HOUSE AND RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45640000/45636500/45636480/2edf2e48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01758132" Longitude="105.77815132" StarRating="3" HotelCode="754747|blubiz_hotel_my_dinh" HotelName="Blubiz Hotel My Dinh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="179.43" OriginalAmount="177.65" MarkupRule="1.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="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032071068806" Longitude="105.84811819263" StarRating="3" HotelCode="435909|152198" HotelName="Golden Moon Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03557247" Longitude="105.81846668" StarRating="4" HotelCode="346889|candle_hotel_hanoi" HotelName="SUPER HOTEL Candle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>287-300 Doi Can Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/6e/176e947e275274de375234d5aae7becdb421be1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03895012" Longitude="105.80185028" StarRating="4" HotelCode="882757|sen_grand_hotel_spa_managed_by_sen_group" HotelName="Sen Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032169" Longitude="105.853696" StarRating="3" HotelCode="916028|hanoi_a1_hotel" HotelName="Hanoi A1 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="83" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|216843-25420114/6195425464233034355/1338" 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="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268470-27830054/6195425464233034355/3330" 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="181.82" OriginalAmount="180.02" MarkupRule="1.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 27/07/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="182.07" OriginalAmount="180.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.011535" Longitude="105.785939" StarRating="0" HotelCode="|524948" HotelName="Aspaces Serviced Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="182.45" OriginalAmount="180.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044127" Longitude="105.818304" StarRating="4" HotelCode="|37119" HotelName="West Lake 254d  and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="182.71" OriginalAmount="180.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032856" Longitude="105.849599" StarRating="3" HotelCode="|553573" HotelName="Amara Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="27" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031467" Longitude="105.85485" StarRating="3" HotelCode="900081|165355" HotelName="Hanoi Focus Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/07/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="27" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032603058401" Longitude="105.84927215508" StarRating="3" HotelCode="347108|83967" HotelName="Golden Sun Suites Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hang Quat, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/15574/1915574/1.jpg?f=15473571</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899301-26133902/6195425464233034355/1918" 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="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="32.08591" Longitude="34.77594" StarRating="3" HotelCode="0|426152-25601743/6195425464233034355/2840" HotelName="HANOI FOCUS BOUTIQUE HOTEL (OLD QARTER)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Hulda 11 ,Tel Aviv,  64582</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16030000/16026700/16026697/317764b9_b.jpg</HotelPictures>
        <HotelDescription>Stop at Arbel Suites Hotel to discover the wonders of Tel Aviv. Featuring a complete list of amenities, guests will find their stay at the property a comfortable one. All the necessary facilities, including free Wi-Fi in all rooms, daily housekeeping, fax machine, grocery deliveries, postal service, are at hand. Some of the well-appointed guestrooms feature television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), air conditioning, wake-up service. The hotel offers various recreational opportunities. Arbel Suites Hotel combines warm hospitality with a lovely ambiance to make your stay in Tel Aviv unforgettable. &lt;br /&gt;Breakfast is available for an additional cost. &lt;br/&gt; Due to the local tax regulation, Israeli citizens are committed to the compulsory VAT, which is payable at the hotel. This tax is not included in the hotel reservation cost and will be collected by the hotel upon check in. &lt;br/&gt; The rate for parking is 40 NIS (11$) per night.&lt;br /&gt;Guests over 2 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042876" Longitude="105.838074" StarRating="3" HotelCode="401580|anise_hotel_hanoi" HotelName="Anise Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="183.07" OriginalAmount="181.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0311568" Longitude="105.8471802" StarRating="4" HotelCode="|270080" HotelName="Hanoi Marvellous and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Duong Thanh Street, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/8/0/270080_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899274-27583778/6195425464233034355/228" 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="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649519-25826373/6195425464233034355/1134" 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="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|135227-25304920/6195425464233034355/2440" 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="94" TotalAmount="184.47" OriginalAmount="182.64" MarkupRule="1.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="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898841-26133142/6195425464233034355/2114" 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="94" TotalAmount="184.95" OriginalAmount="183.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033503" Longitude="105.851" StarRating="4" HotelCode="|46318" HotelName="Oriental Suite and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Dao Str, Hoan Kiem District, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/1/8/46318_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Hanoi the tourist centre of it is 50 metres away from Hoan Kiem Lake 200 metres away, guests will find the theatre. ROOM: The luxurious, comfortable rooms, have modern furniture. FACILITIES: The establishment has a sauna and a massage service. MEALS: Regarding the food and beverage offering, the establishment offersPanorama Bar CafÃ© the restaurant. PAYMENT METHODS: The establishment accepts credit cards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.17" OriginalAmount="183.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032059" Longitude="105.853687" StarRating="3" HotelCode="|153913" HotelName="La Selva Premium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028874539307" Longitude="105.84468323314" StarRating="4" HotelCode="162437|72701" HotelName="Silk Path Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898994-26133410/6195425464233034355/1409" 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="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="44.5972991" Longitude="-75.7064593" StarRating="3" HotelCode="0|181530-25366837/6195425464233034355/2983" 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="94" TotalAmount="186.01" OriginalAmount="184.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0429779" Longitude="105.8761621" StarRating="3" HotelCode="|372919" HotelName="Du Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="186.66" OriginalAmount="184.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0247626" Longitude="105.8187139" StarRating="3" HotelCode="|270701" HotelName="Rose Garden Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.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 26/07/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="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.044387683251" Longitude="105.84351180357" StarRating="3" HotelCode="931940|may_de_ville_city_centre_ii_hotel" HotelName="May De Ville City Center II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="94" TotalAmount="187.01" OriginalAmount="185.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02891" Longitude="105.8446" StarRating="4" HotelCode="|84085" HotelName="Silk Path Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="187.48" OriginalAmount="185.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035" Longitude="105.84748" StarRating="3" HotelCode="|197677" HotelName="Grande Collection and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1272177-26618101/6195425464233034355/2200" 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="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02532871" Longitude="105.84576649" StarRating="3" HotelCode="459149|lenid_hotel_tho_nhuom" HotelName="Lenid Hotel Tho Nhuom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02835464" Longitude="105.84982798" StarRating="3" HotelCode="489450|the_chi_boutique_hotel" HotelName="The Chi Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Nha Chung Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b6967d8a93d1d1a997e9ec2f400def1fc78de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Hanoi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01727376" Longitude="105.82902247" StarRating="3" HotelCode="554552|dream_hotels_residences" HotelName="Dream Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Nguyen Luong Bang, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/6a/4d6a39e18eb74152d14e2d9083f8cfe638b40367.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe, a restaurant, a tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03597456" Longitude="105.84771792" StarRating="3" HotelCode="599608|hanoi_golden_holiday_hotel" HotelName="Hanoi Golden Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02877005" Longitude="105.84816969" StarRating="3" HotelCode="630776|255718" HotelName="Conifer Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Tho Xuong, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/54/61548b0098fd33e54a76f1bd7206d7bc48aef5b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437957-27930969/6195425464233034355/939" 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="189.10" OriginalAmount="187.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039524" Longitude="105.802337" StarRating="4" HotelCode="|418403" HotelName="Sen Grand and Spa Managed By Sen Group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="83" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|104911-25281367/6195425464233034355/327" HotelName="ORIENTAL SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2180000/2174400/2174373/50a3739c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030111919784" Longitude="105.85049276383" StarRating="3" HotelCode="347845|sunline_hotel" HotelName="Sunline Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="190.52" OriginalAmount="188.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04282" Longitude="105.84416" StarRating="3" HotelCode="|197316" HotelName="Hong Ngoc Cochinchine Boutique  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573011-25722890/6195425464233034355/69" 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="191.90" OriginalAmount="190" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="39.765900000000000" Longitude="-104.994600000000000" StarRating="3" HotelCode="0|281930-25501275/6195425464233034355/2277" HotelName="CWD HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3500 PARK AVE. WEST, DENVER, CO  80216-5126</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8810000/8802800/8802779/78238c6b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031289722468" Longitude="105.84710729852" StarRating="2" HotelCode="210746|nam_hai_hotel" HotelName="Hanoi Marvellous Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024908105225" Longitude="105.81899803386" StarRating="4" HotelCode="309535|rose_garden_residences" HotelName="Rose Garden Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>170 Ngoc Khánh, Ba Dinh, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/32/b732689f007079848102dcf4f8c8375389a4874d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.18" OriginalAmount="190.28" MarkupRule="1.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 21/07/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="94" TotalAmount="192.81" OriginalAmount="190.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034738" Longitude="105.85309" StarRating="3" HotelCode="|266894" HotelName="Hanoi Nostalgia and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031358" Longitude="105.850244" StarRating="3" HotelCode="167048|hanoi_imperial_hotel" HotelName="Hanoi Imperial Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Hanh Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/d7/d4d7a0ea1c00ca84d4dcd854631cd46f8944a294.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03211997" Longitude="105.85322973" StarRating="3" HotelCode="547848|hanoi_bella_rosa_hotel" HotelName="Bella Rosa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="94" TotalAmount="193.22" OriginalAmount="191.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03518" Longitude="105.84704" StarRating="3" HotelCode="|189395" HotelName="Hanoi Starlight Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="193.26" OriginalAmount="191.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0172141" Longitude="105.8290189" StarRating="4" HotelCode="|265853" HotelName="Dream and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="193.44" OriginalAmount="191.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0176416" Longitude="105.7782762" StarRating="3" HotelCode="|267837" HotelName="K Business 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 alley 2, Tran Van Lai Street, My Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/8/3/7/267837_28a64791728.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.57" OriginalAmount="191.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03344" Longitude="105.84724" StarRating="0" HotelCode="|84017" HotelName="Rendez Vous" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 HANG DIEU STR., HOAN KIEM DIST 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/1/7/84017_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms with WiFi, (free of charge), a television, internet (free of charge), a laundry service, tourist information and a cafÃ©. SITUATION: This hotel is in Hanoi the historic centre of Hoan Kiem Lake 5 minutes walk away, you can find 40 minutes away from the establishment guests have Noi Bai Airport. ROOM: The rooms have an air-conditioning system, a DVD player, a mini-bar and a bathroom with a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.14" OriginalAmount="192.22" MarkupRule="1.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="Non Refundable">
        <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="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|150400-25324670/6195425464233034355/1007" 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="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031628163866" Longitude="105.84963032832" StarRating="3" HotelCode="303735|silk_queen_hotel" HotelName="Silk Queen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="195.61" OriginalAmount="193.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.014827" Longitude="105.852722" StarRating="2" HotelCode="|470685" HotelName="Minasi Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hue Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/8/5/470685_4ae50c01902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04089903" Longitude="105.87742425" StarRating="3" HotelCode="585982|hotel_du_monde" HotelName="Hotel Du Monde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Hoang Nhu Tiep, Long Bien, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/47/f5479b06f12c97dc04a454d94132a3cab8e07a2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.53" OriginalAmount="194.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032876" Longitude="105.849755" StarRating="3" HotelCode="|421018" HotelName="Hanoi Lake View and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034697" Longitude="105.85418" StarRating="3" HotelCode="119033|golden_spring_hotel_2" HotelName="Hanoi Era Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Nguyen Huu Huan Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/69/2a6909fbc742af954ba5bcf83552d56d92216759.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of the Old Quarter in the heart of Hanoi, and is within wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033063" Longitude="105.846927" StarRating="3" HotelCode="314286|hanoi_rendezvous_hotel" HotelName="Hanoi Rendezvous Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Hang Dieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064c445413e05bf446ac7f6d2836ee252ed6ad28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;We're Hanoi Rendezvous Hotel Owner and Managers, Luke and Sarah.  Australian's excited and happy to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.96" OriginalAmount="196" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031688" Longitude="105.849677" StarRating="3" HotelCode="186954|74986" HotelName="Church Boutique Hotel - Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Gai, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/309213/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.96" OriginalAmount="196" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281978-25501303/6195425464233034355/1492" 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="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03039387" Longitude="105.84828159" StarRating="2" HotelCode="200490|camellia_hanoi_hotel" HotelName="Camellia Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12C Chan Cam street, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/f1/04f104d09bc45baf5e17afad9ce28038bb51c6e0.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="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03477057" Longitude="105.85306443" StarRating="3" HotelCode="619807|hanoi_nostalgia_hotel_spa" HotelName="Hanoi Nostalgia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="198.50" OriginalAmount="196.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028755" Longitude="105.848183" StarRating="4" HotelCode="|267442" HotelName="Conifer Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Tho Xuong, Hoan Kiem,, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/4/4/2/267442_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437960-27931305/6195425464233034355/2032" 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="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|281939-25501281/6195425464233034355/2913" 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="94" TotalAmount="199.43" OriginalAmount="197.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031493" Longitude="105.849207" StarRating="4" HotelCode="|171167" HotelName="SQ Hang Gai hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898824-32736135/6195425464233034355/3334" HotelName="HANOI FAMILY HOMESTAY 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106820000/106811000/106810964/6d18a5c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.74" OriginalAmount="198.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.019499" Longitude="105.781806" StarRating="5" HotelCode="|566885" HotelName="Feria Home - Vinhomes Sky Lake Pham Hung" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|268530-25492253/6195425464233034355/2419" 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="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431822-27594974/6195425464233034355/3180" HotelName="ELI RINA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95870000/95862400/95862315/35bd86b7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.55" OriginalAmount="199.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03007" Longitude="105.85043" StarRating="3" HotelCode="|197680" HotelName="Sunline" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <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="201.73" OriginalAmount="199.73" MarkupRule="1.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 25/07/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="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.98383482" Longitude="105.77178113" StarRating="3" HotelCode="946946|wyndham_garden_hanoi" HotelName="Wyndham Garden Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HH01 To Huu Street, Van Phuc Ward, Ha Noi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/25/0725758858f0781104e02e5e7c8bf8b6603a6ade.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431833-27600243/6195425464233034355/3176" 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="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593169-25742450/6195425464233034355/2390" 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="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042035" Longitude="105.847102" StarRating="3" HotelCode="119057|437844" HotelName="Moon View 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Than str, Hoan Kiem district, 0084 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/1d/9d1dcad28820692a76976a243a06934b74af6096.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in the heart of Downtown Hanoi and close to one of the biggest shopping m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|181569-25366877/6195425464233034355/1474" 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="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0375833" Longitude="105.8473811" StarRating="3" HotelCode="916016|hanoi_moment_hotel_ii" HotelName="Hanoi Moment Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Hang Cot Street, Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/07/0107fd6cb1b6aba63357f9dc6385e08028d03c15.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.19" OriginalAmount="204.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034378" Longitude="105.854658" StarRating="3" HotelCode="|420316" HotelName="Hanoi Fiesta and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="206.39" OriginalAmount="204.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0462298" Longitude="105.8054262" StarRating="4" HotelCode="|40512" HotelName="Somerset Hoa Binh Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="207.02" OriginalAmount="204.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01454" Longitude="105.850623" StarRating="3" HotelCode="|535765" HotelName="Camellia Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="207.02" OriginalAmount="204.97" MarkupRule="1.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 25/07/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="83" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431809-27591303/6195425464233034355/984" 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="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649518-25826371/6195425464233034355/2675" 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="207.05" OriginalAmount="205.00" MarkupRule="1.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="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03382288" Longitude="105.84860435" StarRating="3" HotelCode="587255|luxury_old_quarter_hotel" HotelName="Luxury Old Quarter Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Hang Bo Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/92/c0927e17f73c4e0295b5128afd246ab185d393cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03435854" Longitude="105.85471445" StarRating="0" HotelCode="967514|aha_commencer_hotel_hanoi" HotelName="Commencer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Hang Muoi, Ly Thai To, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/cb/2ccbbcdab5d40435e15037f8f8a67fe2a66c2886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02438" Longitude="105.810514" StarRating="4" HotelCode="68041|baoson_international_hotel" HotelName="Bao Son" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Nguyen Chi Thanh Street, Dong Da District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf76516e2ad2549ec1471fce5e8c4e73e89ae1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the diplomatic area, near to government offices, and cultural and tourist at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.07" OriginalAmount="206.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0317555" Longitude="105.8506746" StarRating="3" HotelCode="|332254" HotelName="Splendid and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?06 Hang Hanh street Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/5/4/332254_a3e33181831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.11" OriginalAmount="206.05" MarkupRule="1.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 27/07/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="209.12" OriginalAmount="207.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03041" Longitude="105.84975" StarRating="3" HotelCode="|189490" HotelName="Hanoi Brilliant  and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="209.25" OriginalAmount="207.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028092" Longitude="105.83728" StarRating="0" HotelCode="|533950" HotelName="Paradise Suites Nguyen Khuyen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Khuyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/5/0/533950_8fb8f391139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431923-27599880/6195425464233034355/1744" HotelName="VINHOMES SKYLAKE KANE APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102660000/102653200/102653133/718509d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028460480264" Longitude="105.8483093977" StarRating="3" HotelCode="167041|splendid_jupiter_hotel" HotelName="Splendid Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 16 Tho Xuong Lane, Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/a3/e8a3f9369c799243e03e8090778985b31a51e7b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165228" Longitude="105.85063384" StarRating="3" HotelCode="595824|splendid_hotel_spa" HotelName="Splendid Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Hàng Hành, Hoan Kiem district, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/88/37884a543f592c9d2e1d09e4b6a239532d29e1a0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573194-25723018/6195425464233034355/2587" HotelName="HANOI NOSTALGIA HOTEL AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20310000/20306400/20306334/a185f98c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.042062" Longitude="105.845758" StarRating="3" HotelCode="33039|thien_thai_hotel" HotelName="Babylon Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.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="94" TotalAmount="212.91" OriginalAmount="210.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03112" Longitude="105.84997" StarRating="4" HotelCode="|84040" HotelName="Imperial  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/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="94" TotalAmount="213.07" OriginalAmount="210.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.038819" Longitude="105.807234" StarRating="4" HotelCode="|552533" HotelName="FTE Ba Dinh " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <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="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574286-25723574/6195425464233034355/1759" 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="94" TotalAmount="213.84" OriginalAmount="211.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016244" Longitude="105.778082" StarRating="3" HotelCode="|521702" HotelName="Blubiz 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437952-27930966/6195425464233034355/2800" HotelName="SOL- VINHOMES SKYLAKE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111830000/111825800/111825724/5e9726f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.64" OriginalAmount="212.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0245" Longitude="105.81073" StarRating="4" HotelCode="|84094" HotelName="Bao Son International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NGUYEN CHI THANH STREET, BA DINH DISTRICT 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/9/4/84094_aa662b61050.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, with air-conditioning, has 95 rooms and suites with features that offer you the maximum level of comfort, The establishment has a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, the casino, a cafÃ©, a bar, a restaurant, conference facilities, a laundry service and a car park. SITUATION: The hotel is near the business area, the cultural area and the tourist areas, is 10 minutes away from the Congress Centre, this establishment, is 45 minutes away from Noi Bai Airport. ROOM: Each room has a bathroom, a shower, a bath, a hairdryer, a double bed, a direct line telephone, satellite or cable TV and internet. They also have a safe, a mini-bar, a coffee maker, a kettle, an air-conditioning system and individual heating. FACILITIES: The hotel has a covered pool with a section for children, a gym, a sauna, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers buffet breakfast and lunch and an Ã  la carte dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.83" OriginalAmount="212.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03446" Longitude="105.84737" StarRating="0" HotelCode="|233884" HotelName="Peridot Gallery Classic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su Street Hanoi 10000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/8/4/233884_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.98" OriginalAmount="212.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02527" Longitude="105.851601" StarRating="3" HotelCode="|84060" HotelName="Splendid Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Tho Xuong Lane, Hoan Kiem Dist. Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/6/0/84060_832a9251831.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Hanoi the city centre of Close to San Jose Cathedral a 5-minute walk away from Hoan Kiem Lake 35 kilometres away from the establishment, guests will find Noi Bai Airport it is 5 minutes away from Hanoi the Railway Station of. ROOM: Each room has WiFi (free of charge), a satellite TV, a DVD player, a mini-bar with sodas, a bathroom, a shower and fruits. FACILITIES: Guests are offered a sauna, a massage service, tourist information, excursions, car rental, a bicycle rental service, fax service and a launderette. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service free of charge, a restaurant and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217059-25420298/6195425464233034355/1074" 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="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431921-27596951/6195425464233034355/1755" 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="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.021951029966" Longitude="105.85393667221" StarRating="3" HotelCode="37079|hotel_hoa_binh" HotelName="Hoa Binh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="46.07344" Longitude="18.1993" StarRating="3" HotelCode="0|574232-25723542/6195425464233034355/1807" 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="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.817564" Longitude="13.245315" StarRating="4" HotelCode="0|436250-25610010/6195425464233034355/3031" 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="216.39" OriginalAmount="214.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03076" Longitude="105.8549" StarRating="3" HotelCode="|84068" HotelName="Thaison Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 HANG VOI STR., HOAN KIEM 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/6/8/84068_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2010, is rated 3 stars. It has 35 rooms, air-conditioning, a lobby, a reception, express check-out, a safety deposit box service and a currency exchange service. The establishment also offers a hairdresser's, a lift, a TV room, a cafÃ©, internet, a laundry service, a car park and a bicycle rental desk. SITUATION: This hotel is in Hanoi the district of it is situated 5 minutes away from places of interest, Such as Hoan Kiem Lake the Opera of el teatro de marionetas acuÃ¡ticas the Temple of, the Museum of Fine Arts, Hanoi the Mausoleum of. 1 kilometre away, you can find the bus station, is situated 30 kilometres away from Noi Bar Airport. ROOM: The rooms have a double or king-size bed, an individual air-conditioning system, a direct line telephone, a safety deposit box, satellite and cable TV, internet, a mini-bar, a coffee maker, a kettle, a bathroom with a shower, a bath, a hairdryer, a sofa, chairs, a writing desk and an ironing set. FACILITIES: Guests are offered a steam bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02962377" Longitude="105.8457699" StarRating="4" HotelCode="525728|the_light_hotel" HotelName="The Light Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Hang Bong Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/55/ac5553fdfe4a50d90067b1ea0d20670077e85f01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.64" OriginalAmount="215.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029089" Longitude="105.848562" StarRating="3" HotelCode="|419742" HotelName="S Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/2026">
        <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="83" TotalAmount="218.16" OriginalAmount="216" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443499-28864597/6195425464233034355/2881" HotelName="SKYLARK (BOUTIQUE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102529700/102529624/w2199h1467x0y0-b0845d90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03234881" Longitude="105.85383461" StarRating="0" HotelCode="965461|delicacy_central_hotel_spa" HotelName="Delicacy Central Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Be, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/41/15413bbe98aa4fc94004afcdf2e3beb8d7f1a933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.74" OriginalAmount="216.57" MarkupRule="1.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 25/07/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="83" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345653-25535789/6195425464233034355/1819" 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="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04314575" Longitude="105.84384281" StarRating="0" HotelCode="956584|hanoi_le_jardin_hotel_spa" HotelName="Hanoi Le Jardin Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46A Nguyen Truong To, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a7/7aa786d8a07cefe6cdf8cfc291502f90fffa3e99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.38" OriginalAmount="217.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03214" Longitude="105.85042" StarRating="3" HotelCode="|196735" HotelName="Church Boutique Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Hang Gai Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/7/3/5/196735_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="829086|hong_gia_tue_apartment" HotelName="Hong Gia Tue Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>69 Nguyen Truong To</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6b/776b8c91e03402f502f9d9399ce6b84584933881.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="808495|hanoian_lakeside_hotel" HotelName="Paper Map" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Cau Go, Phuong Hang B?c, Quan Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/38/8e38fe00741fadbb482e277b7a0801e2582736ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.70" OriginalAmount="218.51" MarkupRule="1.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 23/07/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="94" TotalAmount="220.91" OriginalAmount="218.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0344856" Longitude="105.8473304" StarRating="4" HotelCode="|265014" HotelName="Hanoi Peridot (formerly Hanoi Delano)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su, Hang Bo Ward, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/0/1/4/265014_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034536685241" Longitude="105.84736308128" StarRating="4" HotelCode="375408|152305" HotelName="Hanoi Peridot Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Bat Su Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/576247/576247a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|268516-27713682/6195425464233034355/1631" HotelName="SAMOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9490000/9483500/9483462/d637c60d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437948-27930963/6195425464233034355/1988" 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="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431840-27590909/6195425464233034355/3338" 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="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="3" HotelCode="786859|alisa_hotel_spa" HotelName="Alisa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Hang Voi, Hoan Kiem District, Hanoi 71000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c3/63c3cb85d8d140694bc6df7726e2bd459fc5cf9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.02" OriginalAmount="219.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0321851" Longitude="105.8547879" StarRating="4" HotelCode="|266939" HotelName="Hanoi Paon and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Thung Str, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/3/9/266939_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|181650-25366939/6195425464233034355/566" HotelName="RENDEZVOUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4730000/4725800/4725776/19294498_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189446-25374477/6195425464233034355/1061" 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="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649475-25826311/6195425464233034355/2547" HotelName="HANOI LE JARDIN HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35080000/35079000/35078910/220eec66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01602361" Longitude="105.77817459" StarRating="3" HotelCode="764464|blubiz_hotel_my_dinh_song_da" HotelName="Blubiz Hotel My Dinh Song Da" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="94" TotalAmount="223.06" OriginalAmount="220.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031418" Longitude="105.814697" StarRating="5" HotelCode="|566977" HotelName="Feria Home - Vinhomes Metropolis Lieu Giai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|283259-25501783/6195425464233034355/1415" HotelName="PHOENIX PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16400000/16399600/16399579/0f1c9db8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03207319" Longitude="105.85391603" StarRating="3" HotelCode="382864|hanoi_hm_boutique_hotel" HotelName="Hanoi HM Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 03 Hang Dau, Hang B?c, Hoan Kiem, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/66/4f66723cedeab8b2f87f632743a0344f562fba05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hanoi, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.22" OriginalAmount="222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03724438" Longitude="105.85139518" StarRating="3" HotelCode="148619|hanoi_paradise_hotel_2" HotelName="Hanoi Paradise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/01/e401ea1aabeacc62fee7e194bfd51bd0e35667c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.48" OriginalAmount="223.25" MarkupRule="1.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 24/07/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="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.00297463" Longitude="105.78374546" StarRating="3" HotelCode="595812|ncc_garden_villas" HotelName="National Convention Center Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thang long, Me Trì, Hanoi, Tu Liêm</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/55/6b5578c3cb882cc2364a285739c41bd035e65693.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649497-25826347/6195425464233034355/655" HotelName="AURORA PREMIUM - A LIFESTYLE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37630000/37623500/37623423/ec66722f_edited_c047_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.29" OriginalAmount="225.04" MarkupRule="1.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 23/07/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="94" TotalAmount="227.62" OriginalAmount="225.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0329508" Longitude="105.8468571" StarRating="3" HotelCode="|419106" HotelName="Hanoi Exclusive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03228568" Longitude="105.8533447" StarRating="3" HotelCode="590736|hanoi_bella_rosa_suite_hotel" HotelName="Hanoi Bella Rosa Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="94" TotalAmount="229.15" OriginalAmount="226.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007239" Longitude="105.781562" StarRating="0" HotelCode="|469146" HotelName="Gloud" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="230.22" OriginalAmount="227.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02621" Longitude="105.84181" StarRating="4" HotelCode="|67288" HotelName="Mercure Hanoi La Gare" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Ly Thuong Kiet Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/2/8/8/67288_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, central hotel, was opened in 2009, urban, is ideal for family holidays, has 102 modern rooms, air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a cafÃ©, a bar, a restaurant, drinks, WiFi (for a fee), room service and a laundry service (for a fee). SITUATION: The hotel is near the historic centre, the business area, close to the establishment, clients can find the tourist area, is situated 2 minutes away from the railway station, this hotel is 40 minutes away from Noi Bai Airport. ROOM: The rooms have an LCD television, a satellite or cable television, internet, individual air-conditioning, a safe, a mini-bar, double-glazed windows, tea, coffee, a bathroom with a shower and a hairdryer. deluxe rooms and have a sofa-bed. FACILITIES: The establishment has a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|189461-25374499/6195425464233034355/116" 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="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1443228-28860026/6195425464233034355/1702" HotelName="VINHOMES METROPOLIS HANOI - CITIHOME" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99660000/99659100/99659046/113e1a0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|295982-25506834/6195425464233034355/2998" 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="94" TotalAmount="231.57" OriginalAmount="229.28" MarkupRule="1.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 22/07/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="231.68" OriginalAmount="229.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031552" Longitude="105.850539" StarRating="3" HotelCode="|419877" HotelName="Royal Holiday Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="232.09" OriginalAmount="229.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032198" Longitude="105.85374" StarRating="4" HotelCode="|418425" HotelName="Aurora Premium - A Lifestyle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 Hang Be, Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/2/5/418425_3ee59e70634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.24" OriginalAmount="229.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0347" Longitude="105.84564" StarRating="4" HotelCode="|189350" HotelName="Bonne Nuit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="27" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.21338583" Longitude="105.80329869" StarRating="1" HotelCode="412609|153577" HotelName="VATC SleepPod Terminal 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Elevator,Housekeeping,Internet,LCD/Projector,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd and 3rd Floor, Terminal 1, Noi Bai International Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/d5/f9d5b26f9a1d5821188cc9d2ebb6361334e5a498.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 1 in Hanoi (Phu Cuong), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|135244-25304936/6195425464233034355/1828" 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="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437968-27930976/6195425464233034355/2693" HotelName="HANOI RIVERVIEW BOUTIQUE HOTEL &amp;amp; APARTMENT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617100/110617088/6e46f523_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025175747028" Longitude="105.85707485676" StarRating="3" HotelCode="162435|conifer_boutique_hotel" HotelName="Conifer Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Ly Dao Thanh Street, Trang Tien, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1e/aa1e831f0b8504b8c088cfbbc4a592254047c74e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.67" OriginalAmount="231.36" MarkupRule="1.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="234.03" OriginalAmount="231.71" MarkupRule="1.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 25/07/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="75" TotalAmount="234.73" OriginalAmount="232.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026045" Longitude="105.841609" StarRating="4" HotelCode="899853|VN000007" HotelName="Mercure La Gare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="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="94" TotalAmount="234.81" OriginalAmount="232.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.026963" Longitude="105.810086" StarRating="3" HotelCode="|533842" HotelName="Azumaya Kim Mã 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <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="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|116308-25286162/6195425464233034355/209" 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="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03220436" Longitude="105.8546803" StarRating="3" HotelCode="620235|sunline_paon_hotel" HotelName="Sunline Paon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="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="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03365915" Longitude="105.81100748" StarRating="3" HotelCode="587009|momizi_business_hotel" HotelName="Momizi Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/07/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="238.36" OriginalAmount="236.00" MarkupRule="1.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="240.02" OriginalAmount="237.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03157" Longitude="105.85057" StarRating="3" HotelCode="|189502" HotelName="Royal Holiday Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="240.02" OriginalAmount="237.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.037762" Longitude="105.847117" StarRating="4" HotelCode="|418702" HotelName="Hanoian Central Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42B Hang Cot, Hang Ma, Hoan Kiem Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/0/2/418702_6e59ed20750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1443395-28862564/6195425464233034355/1054" HotelName="AVANI CENTRAL HANOI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107300000/107297700/107297644/010a78d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.53" OriginalAmount="238.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034986" Longitude="105.853426" StarRating="1" HotelCode="|471317" HotelName="Mad Monkey Hanoi - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P. Ma May Hang Buom Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/1/7/471317_f89ea331944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.59" OriginalAmount="238.21" MarkupRule="1.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 23/07/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="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03118475" Longitude="105.85039975" StarRating="2" HotelCode="915999|hanoi_old_centre_hotel" HotelName="Hanoi Old Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03422696517" Longitude="105.85340662698" StarRating="4" HotelCode="935740|hanoi_la_siesta_hotel__spa" HotelName="Hanoi La Siesta Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>94 Ma May Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/45/b5452255e13f839e3acfa8e911ca3b65d131f16d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.02" OriginalAmount="239.62" MarkupRule="1.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 23/07/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="83" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="30.647853" Longitude="104.088848" StarRating="3" HotelCode="0|426146-25601741/6195425464233034355/1566" HotelName="DREAM HOTELS &amp;amp; RESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>231 ZHIQUANDUAN, EAST AVENUE,,JINJIANG DISTRICT, CHENGDU, 610061, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16090000/16089400/16089317/cdc1dc93_b.jpg</HotelPictures>
        <HotelDescription>Floors: 29, Rooms: 336 Perched on Chengdu Financial Centre, Holiday Inn Chengdu Oriental Plaza conveniently located at Zhiquanduan, East Avenue. The hotel is 5 minutes’ drive to Yan Shi Kou Commercial Centre and Chun Xi Lu Shopping Street, 30 minutes’ drive to Shuangliu International Airport, 15 minutes’ drive to Northern and Eastern Chengdu Train Station. Commute easily to city’s famous scenic spots, such as temple of Marquis Wu, Wide and Narrow Alley and Du Fu Thatched Cottage with the nearby Metro No.2, which takes only 30 seconds from hotel’s Porte Cohere or readily available taxis in the district. The main bar street of Lai Kwai Fong and Jiu Yan Qiao Street are 5 minutes walk from the hotel. All guestrooms feature 42‘’ flat-screen TV, Wireless and Wired Broadband Access, voice mail system, TV with satellite channels, Mini-bar, IPOD Alarm Clock, and equipped with double-glazing windows and various selections of pillows that assure you a sound sleep even in the dynamic city centre. Business Centre support all your secretarial needs with print, fax, copy, email and IT services. With one Ginkgo Ballroom and three meeting rooms, banquets team can customize our facilities to suit your event’s needs. Revive yourself at our fresh and dynamic fitness center, where offers STAR TRAC gym equipments, an indoor swimming pool, sauna and four chess and Mahjong rooms. Indulge your appetite in creative culinary team’s finest creations at Tianfu Chinese Restaurant or in our all-day dining Restaurant Café C. Chengdu Shuangliu International Airport, (CTU), 19.50, SW, Km Contact Phones: : 86 28 61306688, FAX: 86 28 61303366&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031742141695" Longitude="105.78191740053" StarRating="4" HotelCode="346810|my_way_hotel__residence" HotelName="My Way Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03050341" Longitude="105.81206832" StarRating="3" HotelCode="452172|daeha_hanoi_serviced_apartments" HotelName="Daeha Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2b/842b8af0257a062cd8be06bdd0fa43ebdddc98e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.89" OriginalAmount="240.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0255" Longitude="105.851601" StarRating="3" HotelCode="|84059" HotelName="Splendid Star Grand and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 THO XUONG, AN TRIEU, HOAN KIEM 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/5/9/84059_1c7368a1048.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Splendid Star Grand Hotel is rated two stars, is an ideal place for relaxing, has 30 rooms, a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. Guests can find a bar, a breakfast room, WiFi, room service, a laundry service and bicycle rental. The establishment also offers excursions and a car hire service. SITUATION: This hotel is in the city centre. 3 minutes walk away, you can find el lago Hoan Kiem 5 minutes away from the establishment you have the market. It is located 100 metres away from the Temple of Ngoc Son. 500 metres away, guests will find park Thong Nhat. It is located 250 metres away from the opera, close to restaurants and cafÃ©s. 50 metres away, clients have the railway station. 2 kilometres away from the establishment, guests will find bus station Luong Yen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.08" OriginalAmount="240.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03486" Longitude="105.81449" StarRating="4" HotelCode="|240142" HotelName="Grandiose and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="27" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01980918" Longitude="105.85601028" StarRating="4" HotelCode="563518|239500" HotelName="The Lapis Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/07/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="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649512-25826363/6195425464233034355/1943" HotelName="KEGON HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38650000/38643400/38643339/170aab8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431839-27601879/6195425464233034355/3327" HotelName="HANOI LE CHATEAU HOTEL &amp;amp; SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105600000/105599600/105599551/b4c0eb70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0669955" Longitude="105.82014922" StarRating="4" HotelCode="82057|sedona_suites_hanoi" HotelName="Diamond Westlake Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 To Ngoc Van Street, Quang An, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/8f/158f656ab3682d0e70413799b82876d0451b07a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.39" OriginalAmount="244.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03425" Longitude="105.85342" StarRating="4" HotelCode="|189477" HotelName="La Siesta Classic Ma May" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Ma May Street, Old Quarter, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/4/7/7/189477_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033783175841" Longitude="105.85295787223" StarRating="3" HotelCode="141679|oriental_central_hotel_2" HotelName="Oriental Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Hang Bac Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/89/d789527a583a2b05e52c7084fb4bef4592eecbc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the cultural and political centre, an ideal location for business, shopping...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431807-27578028/6195425464233034355/979" 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="250.48" OriginalAmount="248.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03503278" Longitude="105.81459015" StarRating="4" HotelCode="613313|grandiose_hotel_spa" HotelName="Grandiose Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>11 Lieu Giai, Ba Dinh, Hanoi 100000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/da/19daa0abecbfde369a2e3308fd0ccd667fb5cba1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.15" OriginalAmount="248.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031992" Longitude="105.850081" StarRating="4" HotelCode="|418334" HotelName="Silk Collection Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Gai Street, Hoan Kiem District, 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/3/4/418334_754c1bf0345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.10" OriginalAmount="249.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03021" Longitude="105.81217" StarRating="0" HotelCode="|189263" HotelName="Daeha Hanoi Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma, Ba Dinh District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/2/6/3/189263_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.31296" Longitude="123.89596" StarRating="3" HotelCode="0|413216-25592102/6195425464233034355/144" 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="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030278590629" Longitude="105.85079418289" StarRating="3" HotelCode="309517|diamond_hotel_3" HotelName="Bonsella Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431866-27600479/6195425464233034355/1849" 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="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431867-27596080/6195425464233034355/1897" 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="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|215539-25418976/6195425464233034355/2004" 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="94" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0319134" Longitude="105.7822636" StarRating="4" HotelCode="|197823" HotelName="My Way and Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016431494031" Longitude="105.85732314848" StarRating="4" HotelCode="166806|prestige_hotel_hanoi" HotelName="La Casa Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02316524" Longitude="105.84820587" StarRating="3" HotelCode="554106|hotel_kuretakeso_tho_nhuom_84" HotelName="Kuretakeso Tho Nhuom 84" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/07/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="83" TotalAmount="256.54" OriginalAmount="254" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.174000000000000" Longitude="-106.589000000000000" StarRating="5" HotelCode="0|270221-25496538/6195425464233034355/2961" 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="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035955661091" Longitude="105.84917755822" StarRating="3" HotelCode="347011|viet_linh_hotel" HotelName="Hanoi Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/07/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="16" TotalAmount="257.99" OriginalAmount="255.44" MarkupRule="1.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 21/07/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="258.15" OriginalAmount="255.59" MarkupRule="1.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="Free CXL until 21/07/2026">
        <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="27" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031596246961" Longitude="105.8496121355" StarRating="3" HotelCode="373468|83986" 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="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.0620579" Longitude="-16.7287378" StarRating="4" HotelCode="0|54555-25232001/6195425464233034355/2246" HotelName="HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3 SANTIAGO PUIG, PLAYA DE LAS AMERICAS, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/55000/54930/b06fd9a2_b.jpg</HotelPictures>
        <HotelDescription>This complex is located just 300 metres away from the beach, on the charming island of Tenerife. The complex is located within easy access of a host of attractions, entertainment venues, shopping opportunities and dining options. Links to the public transport network are to be found just 100 metres away. This wonderful complex welcomes guests with warm hospitality and excellent service. The guest apartments are elegantly appointed, featuring classical beauty and charm. The apartments offer a relaxing home away from home, and are well equipped with modern amenities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|135245-25304938/6195425464233034355/1772" 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="94" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0336846" Longitude="105.8110323" StarRating="3" HotelCode="|266328" HotelName="Momizi Business" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="260.20" OriginalAmount="257.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.028363" Longitude="105.849806" StarRating="4" HotelCode="|208279" HotelName="The Chi Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Nha Chung, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/2/7/9/208279_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437951-27930965/6195425464233034355/2463" 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="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029066345407" Longitude="105.84849715233" StarRating="3" HotelCode="167792|splendid_star_grand_hotel" HotelName="Splendid Star Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tho Xuong Lane, Au Trieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/0f/f70fe64b4e912d449162b0a5678d844d229e7992.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.78" OriginalAmount="258.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03214" Longitude="105.84579" StarRating="4" HotelCode="|232857" HotelName=" Bespoke Trendy Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="94" TotalAmount="260.90" OriginalAmount="258.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024357" Longitude="105.78959" StarRating="5" HotelCode="|446868" HotelName="Grand K Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 2 Pham Van Bach Street, Yen Hoa Ward, Cau Giay District, Ha Noi, Viet Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/6/8/446868_37b22850747.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02767898" Longitude="105.84448006" StarRating="3" HotelCode="955228|acoustic_hotel_spa" HotelName="Acoustic Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/07/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="27" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025660789413" Longitude="105.85248568834" StarRating="3" HotelCode="422403|153563" HotelName="Silk Path Boutique Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Khay Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/470841/470841a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excellent travel links make the Silk Path Boutique Hanoi ideal whatever your Hanoi plans. Located by...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="263.61" OriginalAmount="261" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|168014-25341270/6195425464233034355/544" 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="263.61" OriginalAmount="261" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="26.015851" Longitude="-80.117130" StarRating="3" HotelCode="0|579290-25726028/6195425464233034355/964" HotelName="THE HANOIAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 609 North Ocean Drive Suite #31, HOLLYWOOD, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19120000/19119700/19119671/w1999h1308x0y0-7fd5bb2e_b.jpg</HotelPictures>
        <HotelDescription>This hotel enjoys a prime setting in Hollywood. The hotel is located just a short distance away from a boundless range of attractions in the area. This wonderful hotel affords guests a great setting from which to explore the excitement and glamour of this sublime area. Set overlooking the beach, the hotel revels in an air of peace and serenity, offering a relaxing area in which to unwind. The hotel is the ideal option for discerning business and leisure travellers alike. This hotel features a striking design, tempting visitors into a world of comfort and refreshing style. The guest rooms are beautifully designed in soothing tones. The hotel offers guests a number of facilities and services, ensuring a comfortable, enjoyable stay. Parking fee $9.00 a per night payable locally&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="263.61" OriginalAmount="261" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|574322-25723592/6195425464233034355/1572" 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="94" TotalAmount="263.95" OriginalAmount="261.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01586" Longitude="105.85787" StarRating="4" HotelCode="|189764" HotelName="The Ann Hanoi and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38A Hang Chuoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/6/4/189764_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|345722-25535813/6195425464233034355/952" HotelName="SILK PATH BOUTIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12020000/12013900/12013844/c54c55b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.043020590492" Longitude="105.84347069263" StarRating="3" HotelCode="176880|la_belle_vie_hotel" HotelName="La Belle Vie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No 105 Nguyen Truong To Street, Ba Dinh Dist., Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/79/4c792000c1ce6a54da6aca530a915dabe5c25d0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="2" HotelCode="773833|azumaya_kim_ma_2" HotelName="Azumaya Kim Ma 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A Pham Huy Thong Street, Ba Dinh District, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/56/dd569a9e2d8e6a0d2420812532193dc8fb9d451d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.06" OriginalAmount="262.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.05261" Longitude="105.83649" StarRating="4" HotelCode="|189768" HotelName="The Hanoi Club and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="265.63" OriginalAmount="263.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.052201485223" Longitude="105.83703300563" StarRating="4" HotelCode="916027|the_hanoi_club_hotel__lake_palais_residences" HotelName="The Hanoi Club Hotel &amp; Lake Palais Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/07/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="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|572861-25722810/6195425464233034355/2284" 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="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.375443" Longitude="-81.508964" StarRating="4" HotelCode="0|189925-25375023/6195425464233034355/1213" 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="94" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0376483" Longitude="105.8470863" StarRating="3" HotelCode="|270459" HotelName="Hanoian Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42A Hang Cot Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/4/5/9/270459_595e0d11733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.61" OriginalAmount="265.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035924" Longitude="105.8492" StarRating="3" HotelCode="|418774" HotelName="Hanoi Garden Boutique Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/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="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217038-25420282/6195425464233034355/1069" 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="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032074354266" Longitude="105.84580555558" StarRating="3" HotelCode="185706|rising_dragon_palace_hotel" HotelName="Hanoi La Siesta Trendy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/07/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="94" TotalAmount="272.57" OriginalAmount="269.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0305772" Longitude="105.785484" StarRating="4" HotelCode="|331978" HotelName="Novotel Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Duy Tan Street Cau Giay District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/7/8/331978_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.70" OriginalAmount="270" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|413636-25592272/6195425464233034355/2353" 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="94" TotalAmount="273.37" OriginalAmount="270.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01623" Longitude="105.8569" StarRating="0" HotelCode="|84089" HotelName="La Casa Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="274.23" OriginalAmount="271.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03165" Longitude="105.84963" StarRating="3" HotelCode="|196733" HotelName="Church Boutique Hotel 58 Hang Gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Hang Gai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/7/3/3/196733_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.42" OriginalAmount="271.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0196782" Longitude="105.778426" StarRating="2" HotelCode="|235709" HotelName="Grace Ha Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431846-27602495/6195425464233034355/2496" HotelName="HMH - VINHOMES SKYLAKE - DREAM APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106750000/106742100/106742036/5813f260_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031988950713" Longitude="105.84849056316" StarRating="3" HotelCode="305347|hanoi_chic_hotel" HotelName="Hanoi Chic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.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="274.72" OriginalAmount="272.00" MarkupRule="1.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="83" TotalAmount="276.74" OriginalAmount="274" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1453216-32416608/6195425464233034355/3132" HotelName="DUSIT LE PALAIS TU HOA HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112530000/112529500/112529481/a1003242_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.72" OriginalAmount="274.97" MarkupRule="1.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="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.212919771464" Longitude="105.8026518907" StarRating="1" HotelCode="393191|vatc_sleep_pod_terminal_2" HotelName="VATC SleepPod Terminal 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Elevator,Internet,Luggage Storage,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd floor, Terminal 2, Noi Bai Internatinal Airport, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f8/f3f859d6d9a1355fce668ed9b142710674faa3d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at VATC SleepPod Terminal 2 in Hanoi (Phu Cuong), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.98" OriginalAmount="275.23" MarkupRule="1.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="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|519341-25677234/6195425464233034355/578" 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="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.832959" Longitude="23.47694" StarRating="4" HotelCode="0|345506-25535715/6195425464233034355/986" HotelName="LA CASA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <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="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431874-27600373/6195425464233034355/1981" 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="94" TotalAmount="281.04" OriginalAmount="278.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03232" Longitude="105.84652" StarRating="0" HotelCode="|234396" HotelName="Singita Classy Boutique " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <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="83" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|899448-26134084/6195425464233034355/1550" HotelName="WYNDHAM SKY LAKE RESORT AND VILLAS" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45280000/45272600/45272528/c0c50029_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030856" Longitude="105.849419" StarRating="3" HotelCode="178447|152214" HotelName="Golden Rice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|270212-25496534/6195425464233034355/828" 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="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|309341-32732136/6195425464233034355/946" 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="94" TotalAmount="284.62" OriginalAmount="281.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02845" Longitude="105.84226" StarRating="4" HotelCode="|447508" HotelName="La Sinfonia Citadel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Dinh Ngang, Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/5/0/8/447508_f8638501036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1242713-26598419/6195425464233034355/3062" HotelName="EASTIN HOTEL AND RESIDENCES HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/56000000/55030000/55026700/55026645/c7475088_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.41" OriginalAmount="282.58" MarkupRule="1.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 26/07/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="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034724" Longitude="105.811124" StarRating="3" HotelCode="|521556" HotelName="MOMIZI HANOI 2 - PHAN KE BINH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03540986" Longitude="105.85293116" StarRating="3" HotelCode="615397|hanoi_allure_hotel" HotelName="Hanoi Allure Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Dao Duy Tu street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/52/4452d6f44596f0ec2160d26cce0a04dfd8137a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431855-27603529/6195425464233034355/3272" HotelName="KECHO LEGACY HOTEL HANOI" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108990000/108984800/108984797/979680ab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.22" OriginalAmount="284.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030576" Longitude="105.849655" StarRating="4" HotelCode="|446723" HotelName="L’hÔtel Du Lac Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/07/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="288.33" OriginalAmount="285.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.009454" Longitude="105.824302" StarRating="5" HotelCode="|417700" HotelName="Novotel Hanoi Thai Ha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Thai Ha Str., Trung Liet Wd. Dong Da Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/0/417700_b2eb1400910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|189637-25374705/6195425464233034355/562" 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="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431863-27589498/6195425464233034355/1753" 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="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|295988-25506838/6195425464233034355/366" 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="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1433996-27826216/6195425464233034355/3257" HotelName="EPIC TOWER SWISS-BELRESIDENCES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104330000/104326200/104326128/fe501deb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="293.91" OriginalAmount="291" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431827-27591919/6195425464233034355/3094" 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="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.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="83" TotalAmount="294.92" OriginalAmount="292" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1454620-32416607/6195425464233034355/2820" HotelName="SIGNATURE BY M VILLAGE THO NHUOM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111140000/111134200/111134115/2ad0d152_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.61" OriginalAmount="293.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035495" Longitude="105.852948" StarRating="4" HotelCode="|372962" HotelName="Hanoi Allure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Dao Duy Tu, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/6/2/372962_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.85" OriginalAmount="295.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031315" Longitude="105.814594" StarRating="0" HotelCode="|566980" HotelName="Lynn Housing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Lieu Giai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/8/0/566980_308f0401256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|592784-25741968/6195425464233034355/106" 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="300.98" OriginalAmount="298" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573032-25722904/6195425464233034355/2834" 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="304.01" OriginalAmount="301" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431859-27593169/6195425464233034355/3324" HotelName="LA RENTA CENTER HOTEL &amp;amp; SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92710000/92707700/92707616/14f7a3ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.02" OriginalAmount="302.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03704281" Longitude="105.85086957" StarRating="2" HotelCode="628843|babylon_garden_hostel" HotelName="Babylon Garden Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>53 Hang Chieu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60472ddeae1ec116bfd195f6b92237f83fe0e31d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|649494-25826343/6195425464233034355/338" 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="94" TotalAmount="306.07" OriginalAmount="303.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03056" Longitude="105.85634" StarRating="0" HotelCode="|420015" HotelName="Alisa and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898853-26133160/6195425464233034355/1994" 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="63" TotalAmount="312.09" OriginalAmount="309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02833775" Longitude="105.84231428" StarRating="3" HotelCode="773541|delicacy_hotel_spa" HotelName="Delicacy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12&amp;14 Dinh Ngang, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8b/618bc3a2eb247569e746999fc4705d72a9cef27e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.79" OriginalAmount="310.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01518" Longitude="105.85819" StarRating="0" HotelCode="|234286" HotelName="Atlanta Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Hang Chuoi Hai BaTrung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/2/8/6/234286_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.11" OriginalAmount="311" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649525-25826383/6195425464233034355/948" 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="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431841-27603747/6195425464233034355/2719" 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="316.13" OriginalAmount="313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0314559" Longitude="105.85028899" StarRating="3" HotelCode="857474|la_paix_hotel" HotelName="La Paix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026">
        <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="83" TotalAmount="318.15" OriginalAmount="315" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|168040-25733533/6195425464233034355/149" 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="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03066" Longitude="105.812056" StarRating="5" HotelCode="401999|hanoi_daewoo_hotel_hanoi" HotelName="Hanoi Daewoo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>360 Kim Ma Street, Ba Dinh District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/84/c7847a3ed95ffeda6a8509e1d67130bf0f4b8050.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the rapidly developing commercial and diplomatic Ba Dinh district of Hanoi, and part of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0025129" Longitude="105.79400529" StarRating="3" HotelCode="781409|roygent_parks_hanoi" HotelName="Roygent Parks Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="83" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431854-27595230/6195425464233034355/3271" 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="325.22" OriginalAmount="322" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593223-25742532/6195425464233034355/1221" 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="63" TotalAmount="325.22" OriginalAmount="322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030231" Longitude="105.85068" StarRating="3" HotelCode="170737|bao_khanh_hotel" HotelName="Hanoi Bao Khanh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="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="325.22" OriginalAmount="322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03137921514" Longitude="105.85026275884" StarRating="2" HotelCode="347248|family_holiday_hotel" HotelName="Family Holiday Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Hanh Street, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a1/fba1d31b61ed5abec0eefc11046ff73f5d450b44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007851" Longitude="105.797389" StarRating="5" HotelCode="169665|grand_plaza_hanoi" HotelName="Grand Plaza Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Duy Hung Street 117, Trunghoaward Cau Gia, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/8c/178ceb319318a30a5685e788d15fbe758d13f5e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Tran Duy Hung Street, adjacent to the National Convention Center. It is only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217581-25420774/6195425464233034355/1141" HotelName="WIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/25000000/24998700/24998634/f3827d6e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|898795-26133064/6195425464233034355/3088" 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="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031795" Longitude="105.849699" StarRating="0" HotelCode="|468527" HotelName="Le Chanvre Hanoi Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84-86 Hang Gai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/2/7/468527_9392a661835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="332.29" OriginalAmount="329" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12478-25202310/6195425464233034355/778" HotelName="DAEWOO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/69200/69101/8c73e3f0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.064297305092" Longitude="105.82818364418" StarRating="4" HotelCode="119051|fraser_suites_hanoi" HotelName="Fraser Suites Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Xuan Dieu Street, Quang An, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7b/777b997de57ee8995bdb35e2aab241e1bacd1243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.30" OriginalAmount="330.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02613383" Longitude="105.83891632" StarRating="0" HotelCode="964099|hotel_de_la_seine_3" HotelName="Hotel De La Seine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/07/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="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431803-27593530/6195425464233034355/938" 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="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="0" HotelCode="983620|la_sinfonia_del_rey_hotel_spa" HotelName="La Sinfonía Del Rey Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Hang Dau Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/5b/c25bf49ef1c8bd245d58f2dbe2eb639c6af93ce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.72" OriginalAmount="332.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0670322" Longitude="105.7885312" StarRating="0" HotelCode="|444979" HotelName="Fraser Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/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="83" TotalAmount="337.34" OriginalAmount="334" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|189519-25374563/6195425464233034355/862" HotelName="FRASER SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1920000/1916300/1916228/d948d74a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="338.35" OriginalAmount="335" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|626577-25796891/6195425464233034355/2220" HotelName="GRAND VISTA HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39550000/39549500/39549423/903aeb3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.049749404013" Longitude="105.83997040987" StarRating="5" HotelCode="23837|sofitel_plaza_hanoi" HotelName="Pan Pacific Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Thanh Nien Road, Ba Dinh District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/97/c9976f9b5890bf6053dfdb921b89db688eed1b06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly, business hotel is situated in a well-known area next to West Lake and near to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="341.38" OriginalAmount="338" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088436" Longitude="14.4095224" StarRating="3" HotelCode="0|181655-25366951/6195425464233034355/68" 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="341.38" OriginalAmount="338" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.9430167335459" Longitude="-112.131256585234" StarRating="4" HotelCode="0|3116-25191547/6195425464233034355/457" HotelName="PAN PACIFIC" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="83" TotalAmount="345.42" OriginalAmount="342" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.746775" Longitude="-73.991688" StarRating="5" HotelCode="0|181522-25366829/6195425464233034355/2141" 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="345.42" OriginalAmount="342" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1431834-27594476/6195425464233034355/3191" HotelName="HANOI ADELA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95240000/95230600/95230568/0ad458d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.43" OriginalAmount="343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018025193315" Longitude="105.84204643965" StarRating="5" HotelCode="33277|hotel_nikko_hanoi" HotelName="Hôtel du Parc Hanoi" Meals="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,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="83" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437953-27930967/6195425464233034355/2736" 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="63" TotalAmount="349.46" OriginalAmount="346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.018691190741" Longitude="105.85644721985" StarRating="3" HotelCode="166803|may_de_ville_hotel" HotelName="May de Ville City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/07/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="351.48" OriginalAmount="348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029804896693" Longitude="105.82875341177" StarRating="5" HotelCode="13192|pullman_hanoi__accor_group" HotelName="Pullman Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Cat Linh Street, 10000 Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/65/45650adddba7256db04b37faa280ac51164734be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a prime and fast-expanding area of Hanoi. It offers easy access to embassies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.71" OriginalAmount="348.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032346" Longitude="105.854972" StarRating="4" HotelCode="|171051" HotelName="Boss Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Hang Thung street, Hoan Kiem dis Hanoi Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/0/5/1/171051_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="352.49" OriginalAmount="349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431868-27602602/6195425464233034355/1869" 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="352.67" OriginalAmount="349.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032815" Longitude="105.852981" StarRating="4" HotelCode="|446699" HotelName="San Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="27" TotalAmount="353.50" OriginalAmount="350" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03276763" Longitude="105.85294627" StarRating="3" HotelCode="857142|377209" HotelName="O'Gallery Classy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/07/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="94" TotalAmount="361.29" OriginalAmount="357.71" MarkupRule="1.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 25/07/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="364.61" OriginalAmount="361" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649491-25826337/6195425464233034355/756" 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/18d8fa1e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.74" OriginalAmount="363.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032307" Longitude="105.848529" StarRating="0" HotelCode="|470854" HotelName="Hanoi Sena And Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="368.65" OriginalAmount="365" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431860-27593155/6195425464233034355/3380" 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="83" TotalAmount="371.68" OriginalAmount="368" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|601367-25756233/6195425464233034355/2768" HotelName="SAN GRAND HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32690000/32682100/32682023/46974bea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.73" OriginalAmount="373.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033057" Longitude="105.852732" StarRating="3" HotelCode="170736|may_de_ville_old_quarter" HotelName="May de Ville Old Quarter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Gia Ngu Str., Hoan Kiem Dist., Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/4e/9c4e7471e7e6a100d87d7d804f3ac495ea8dc4c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.35" OriginalAmount="373.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027828" Longitude="105.833532" StarRating="5" HotelCode="|417706" HotelName="Grand Mercure Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Cat Linh Quoc Tu Giam Dong Da</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/6/417706_e8a99cc1340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.85" OriginalAmount="374.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0293" Longitude="105.845411" StarRating="0" HotelCode="|446685" HotelName="Meritel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.151-153 Hang Bong, Hang Bong Ward, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/8/5/446685_c5aede60949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="379.76" OriginalAmount="376" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12480-25202311/6195425464233034355/1238" HotelName="DU PARC HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/523300/523251/b032ae9c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1406016-27589907/6195425464233034355/2504" HotelName="HOTEL DE SOURIANT PREMIUM HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83790000/83785600/83785540/aea7186c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.85" OriginalAmount="385.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01697593" Longitude="105.7831085" StarRating="4" HotelCode="510090|calidas_landmark72_royal_residence" HotelName="Landmark72" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Plot E6, Cau Giay New Urban Area, Me Tri, Tu Liem, Dich Vong Trung, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/81/d78152c523555671b0d4ffcd526405e87830ead1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="389.86" OriginalAmount="386" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|898756-26133002/6195425464233034355/2367" HotelName="DOLCE BY WYNDHAM HANOI GOLDEN LAKE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59350000/59346700/59346681/083a3e7c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="392.68" OriginalAmount="388.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024995" Longitude="105.844092" StarRating="4" HotelCode="23836|VN001558" HotelName="Mövenpick Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" 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="94" TotalAmount="392.70" OriginalAmount="388.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02531" Longitude="105.84409" StarRating="5" HotelCode="|34047" HotelName="Mövenpick Hotel Hanoi Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83A Ly Thuong Kiet Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/4/7/34047_43e11140727.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 154 rooms, suites with features that offer you the maximum level of comfort, 93Â non-smoking rooms and 20 interconnecting rooms. The establishment has a lobby, a bar, a restaurant, conference rooms and internet. SITUATION: Is situated inHanoi the business area of 40 minutes away from the establishment guests have Noi Bai Airport 5 minutes away from the establishment, you can find the city centre. ROOM: The rooms have individual air-conditioning, LCD cable television, a bathroom with a shower or bath and a mini-bar. They also have a direct line telephone, a safe, a coffee maker, a kettle and WiFi. FACILITIES: The establishment has sports facilities, leisure activities, a gym, a health centre, a massage service and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers an Ã  la carte restaurant with buffet. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.95" OriginalAmount="392.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033142" Longitude="105.852054" StarRating="4" HotelCode="|171195" HotelName="May De Ville Luxury and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/07/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="94" TotalAmount="397.94" OriginalAmount="394.00" MarkupRule="1.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 27/07/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="398.00" OriginalAmount="394.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0170662" Longitude="105.7843403" StarRating="0" HotelCode="|232906" HotelName="Calidas Landmark72 Royal Residence Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <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="399.08" OriginalAmount="395.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.283049" Longitude="105.798161" StarRating="0" HotelCode="|522190" HotelName="Amaya Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/9/0/522190_7e65beb0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431861-27595547/6195425464233034355/3269" 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="16" TotalAmount="404.57" OriginalAmount="400.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03097845" Longitude="105.84666771" StarRating="4" HotelCode="738574|2512925" HotelName="Jm Marvel Hotel Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/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="407.11" OriginalAmount="403.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.056458" Longitude="105.836234" StarRating="5" HotelCode="|59691" HotelName="Intercontinental Hanoi Westlake, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="407.72" OriginalAmount="403.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024505" Longitude="105.856056" StarRating="5" HotelCode="|84081" HotelName="De L'opera Hanoi - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 TRANG TIEN, HOAN KIEM DISTRICT 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/8/1/84081_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 107 standard rooms, suites, a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment offers a cafÃ©, a restaurant, a bar, WiFi, meeting rooms, room service, a laundry service and an oudooor car park. SITUATION: This hotel is in the city centre. 5 minutes away, you can find the opera. It is 10 minutes away from Lake Hoan Kiem, the historic centre of Hanoi where you can find shops, restaurants, bars and the nightlife, close to taxis and bus stops. 20 minutes away from the establishment you have Ha Dong it is 15 minutes away from the Rojo River. 3 hours away, you can find Ha Long Beach. It is situated 2 hours away from Haiphong It is 33 kilometres from the Noibai Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.26" OriginalAmount="404.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0246224" Longitude="105.8557874" StarRating="5" HotelCode="|270021" HotelName="Hotel de l'Opera Hanoi - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Trang Tien Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/0/2/1/270021_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="409.05" OriginalAmount="405" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|573698-25723284/6195425464233034355/538" 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="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024508" Longitude="105.856047" StarRating="5" HotelCode="166802|hotel_de_lopera_hanoi" HotelName="Hotel de l'Opera Hanoi - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Trang Tien Street, Hoan Kiem District, Hanoi 10000</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/bc/d0bce1ba957401d2d1626ced20eaefa19bbc131f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the city centre, this charming historical hotel is just 5 minutes' walk from Hanoi Opera ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.058423" Longitude="105.831669" StarRating="5" HotelCode="402003|intercontinental_hanoi_westlake" HotelName="Intercontinental Hanoi Westlake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>05 Tu Hoa, Tay Ho, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/0b/bf0b8f7c5fbe0f4a802652d115f9bb3de0e26d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is nestled on the waters of the famous Westlake, thereby offering guests a great scenic vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.09" OriginalAmount="409.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032332070309" Longitude="105.85500055456" StarRating="4" HotelCode="305351|boss_legend_hotel" 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="414.10" OriginalAmount="410" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|149842-25322615/6195425464233034355/614" HotelName="DE L'OPERA - MGALLERY COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4011600/4011565/fa0d7aae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.016653129091" Longitude="105.78394174576" StarRating="4" HotelCode="175725|239446" HotelName="Intercontinental Hanoi Landmark 72" 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>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="419.15" OriginalAmount="415" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649509-25826359/6195425464233034355/1335" 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="422.89" OriginalAmount="418.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032767" Longitude="105.851907" StarRating="4" HotelCode="|67289" HotelName="Hanoi Center Silk Hotel &amp; Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/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="425.21" OriginalAmount="421" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649481-25826319/6195425464233034355/420" 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="425.21" OriginalAmount="421" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431864-27600958/6195425464233034355/1793" 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="27" TotalAmount="426.22" OriginalAmount="422" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030654" Longitude="105.850192" StarRating="4" HotelCode="305362|83886" HotelName="The Palmy Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>4A-4B Bao Khanh Street, Hàng Tr?ng, Hoan Kiem District, Ha Noi Old Quarter, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/9a/e19a9b014896af3d1ed3384f2bf6903ba31b5e0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0330210902" Longitude="105.85388293799" StarRating="3" HotelCode="119039|la_siesta_premium_hang_be" HotelName="Annam Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Be, Hoan Kiem, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/ee/cfee93c70b26c19fc6bb0f17c31f803472966b18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the centre of Hanoi's Old Quarter, the hotel is surrounded by the most famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="429.25" OriginalAmount="425" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|112775-25284518/6195425464233034355/739" HotelName="MOVENPICK HANOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/490000/481600/481549/428398bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.89" OriginalAmount="425.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029227" Longitude="105.845333" StarRating="0" HotelCode="|447426" HotelName="Hanoi Calista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="94" TotalAmount="432.67" OriginalAmount="428.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03312" Longitude="105.85404" StarRating="0" HotelCode="|84021" HotelName="Hoabinh Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HANG BE STR., HOAN KIEM DIST. 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/4/0/2/1/84021_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Hanpi the district of Close to Hoan Kiem Lake close to the establishment, clients can find restaurants and shops. ROOM: All the rooms have internet (free of charge), fully-equipped, wooden furniture, city views, an air-conditioning system, a bathroom and internet (free of charge). FACILITIES: Guests are offered tourist information, excursions, business centre, internet (available for a fee) and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="434.42" OriginalAmount="430.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03025" Longitude="105.85076" StarRating="4" HotelCode="|189771" HotelName="The Palmy Hotel y Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4A-4B Bao Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/7/1/189771_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="435.31" OriginalAmount="431" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|215391-25418854/6195425464233034355/72" 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="94" TotalAmount="440.57" OriginalAmount="436.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034749" Longitude="105.853031" StarRating="0" HotelCode="|446736" HotelName="MAY DE VILLE Crown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/07/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="63" TotalAmount="443.39" OriginalAmount="439.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032564" Longitude="105.853834" StarRating="3" HotelCode="931932|classic_street_hotel_2" HotelName="Classic Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="83" TotalAmount="446.42" OriginalAmount="442" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215471-25418932/6195425464233034355/2343" 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="94" TotalAmount="448.02" OriginalAmount="443.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033101" Longitude="105.854097" StarRating="4" HotelCode="|418402" HotelName="Hanoi La Siesta Premium Hang Be" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Hang Be, 27 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/0/2/418402_6c060590612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.83" OriginalAmount="445.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034525" Longitude="105.852054" StarRating="0" HotelCode="|447270" HotelName="Hanoi La Mejor and Sky Bar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Ta Hien, Hang Buom, Hoan Kiem, Hanoi, 100000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/7/0/447270_66445d11022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03062004" Longitude="105.84162015" StarRating="4" HotelCode="773681|asian_ruby_hotel" HotelName="O’Gallery Majestic Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38A Tran Phu Street, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c2998db9ac07c22eb5b8a93359d0bc4b3c797e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="451.47" OriginalAmount="447" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|579407-25726082/6195425464233034355/267" 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="452.48" OriginalAmount="448" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431816-27601060/6195425464233034355/2918" HotelName="CLASSYC HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104090000/104081500/104081414/9aaa2cb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="453.49" OriginalAmount="449" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|215646-25419058/6195425464233034355/89" 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="27" TotalAmount="455.51" OriginalAmount="451" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03126" Longitude="105.85515" StarRating="4" HotelCode="518376|152307" HotelName="Hanoi Emerald Waters Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 25/07/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="27" TotalAmount="458.54" OriginalAmount="454" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034575265731" Longitude="105.85206287462" StarRating="3" HotelCode="99902|72907" HotelName="Essence d'Orient Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22A Ta Hien Street, Old Quarter, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f2/ccf24cb02488ff87084db818d4785da364fd32ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy visiting attractions such as the mausoleum, museums, the lakes, parks, pagodas and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03074" Longitude="105.85007" StarRating="4" HotelCode="119054|hanoi_pearl_hotel" HotelName="Hanoi Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Bao Khanh Lane, Hoan Kiem Dist, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/86/e2862c85c84ed3a8946679677b3b614a98ad248c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="461.13" OriginalAmount="456.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03733" Longitude="105.85211" StarRating="2" HotelCode="|83990" HotelName="Hanoi Amber" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="83" TotalAmount="465.61" OriginalAmount="461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431857-27601500/6195425464233034355/3275" 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="83" TotalAmount="480.76" OriginalAmount="476" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1398428-27593990/6195425464233034355/3278" HotelName="GRAND HOTEL DU LAC HANOI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94600000/94594600/94594530/67f0d608_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="481.77" OriginalAmount="477" MarkupRule="1.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="83" TotalAmount="495.91" OriginalAmount="491" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|899165-26133724/6195425464233034355/1121" 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="63" TotalAmount="503.99" OriginalAmount="499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03302032" Longitude="105.85236311" StarRating="3" HotelCode="773688|rex_hanoi_hotel" HotelName="Rex Hanoi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gia Ngu Street, Hang Bac Ward, Hoan Kiem Ward, Quan Hoan Kiem, Ha Noi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/56/5156b17aadcf0c241d27ee838f8df0cca890ebf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.02" OriginalAmount="502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.024169" Longitude="105.84851" StarRating="5" HotelCode="17753|melia_hanoi_2" HotelName="Meliá Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/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="518.06" OriginalAmount="512.93" MarkupRule="1.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 27/07/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="520.15" OriginalAmount="515" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|587894-25733237/6195425464233034355/189" 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="63" TotalAmount="524.19" OriginalAmount="519.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01954" Longitude="105.85633" StarRating="3" HotelCode="401997|de_syloia_hanoi_hotel" HotelName="De Syloia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17 Tr?n Hung Ð?o, Phan Chu Trinh, Hoan Kiem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/44/1c44aed15fa313c49f28fcebfcfba820557543ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Hanoi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.26" OriginalAmount="526.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031515766667" Longitude="105.84576306667" StarRating="3" HotelCode="915998|rising_dragon_estate_hotel" HotelName="Rising Dragon Estate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/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="94" TotalAmount="535.13" OriginalAmount="529.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029658" Longitude="105.850279" StarRating="5" HotelCode="|418040" HotelName="The Oriental Jade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 - 94 Hang Trong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/4/0/418040_85e79a00809.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.02" OriginalAmount="531.70" MarkupRule="1.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 23/07/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="63" TotalAmount="537.32" OriginalAmount="532.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0318" Longitude="105.848" StarRating="5" HotelCode="964667|the_oriental_jade_hotel" HotelName="The Oriental Jade Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Hang Trong Street, Hanoi 10000, Hoan Kiem District</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/39/db39f755cd5aa16d53a96c49b9171dacdecc5816.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="541.36" OriginalAmount="536" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3114-25189730/6195425464233034355/168" HotelName="MELIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/201300/201227/4aeb36c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="554.49" OriginalAmount="549" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|898921-26133286/6195425464233034355/2468" 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="555.29" OriginalAmount="549.79" MarkupRule="1.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="560.55" OriginalAmount="555" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649524-25826381/6195425464233034355/84" 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="565.60" OriginalAmount="560" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252897-25474442/6195425464233034355/354" HotelName="HANOI PEARL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6620000/6614100/6614063/31511c7f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="580.95" OriginalAmount="575.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0864163" Longitude="105.3562703" StarRating="4" HotelCode="|267580" HotelName="Melia Bavi Mountain Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cote 600, Ba Vi National Park, Ba Vi, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/5/8/0/267580_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="587.82" OriginalAmount="582" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|649520-32734013/6195425464233034355/1450" 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="94" TotalAmount="592.44" OriginalAmount="586.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03078" Longitude="105.81204" StarRating="5" HotelCode="|59690" HotelName="Hanoi Daewoo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1431820-27603455/6195425464233034355/3020" HotelName="DLEROI SOLEIL- NEAR WEST LAKE IN HA NOI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108820000/108813900/108813804/5fc9e065_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="618.62" OriginalAmount="612.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029392" Longitude="105.767384" StarRating="5" HotelCode="|84065" HotelName=" Sheraton Hanoi West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="63" TotalAmount="630.24" OriginalAmount="624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032610112353" Longitude="105.81290755952" StarRating="5" HotelCode="304285|lotte_hotel_hanoi" HotelName="Lotte Hotel Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai Street, Cong Vi Ward, Ba Dinh, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/25/bc254816dc795182335dcad055c2e994e4b69363.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="645.21" OriginalAmount="638.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030821" Longitude="105.84814" StarRating="3" HotelCode="|267697" HotelName="Du Palace and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="63" TotalAmount="648.42" OriginalAmount="642.00" MarkupRule="1.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="63" TotalAmount="654.48" OriginalAmount="648.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.03083093" Longitude="105.84817936" StarRating="3" HotelCode="727912|king_palace_hotel_spa" HotelName="King Palace Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/07/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="671.65" OriginalAmount="665.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.059564214964" Longitude="105.83153218031" StarRating="5" HotelCode="41081|sheraton_hanoi_hotel" HotelName="Sheraton Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>K5 Nghi Tam, 11 Xuan Dieu Road, Tay Ho District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/7a/997af966cb83ae3e4a92652ffbac96f426a1edd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of this hotel is just a few minutes from the centre of the city. There are many places ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|281963-25501295/6195425464233034355/670" HotelName="LOTTE HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8829300/8829295/5a6e5238_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="677.22" OriginalAmount="670.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.033675" Longitude="105.847305" StarRating="3" HotelCode="|446953" HotelName="Sonata Central and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/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="83" TotalAmount="700.94" OriginalAmount="694" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|573737-25723302/6195425464233034355/1290" 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="717.10" OriginalAmount="710.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02791526" Longitude="105.85102389" StarRating="5" HotelCode="374068|apricot_hotel" HotelName="Apricot Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/07/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="27" TotalAmount="737.30" OriginalAmount="730" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.007742" Longitude="105.782571" StarRating="5" HotelCode="930848|92942" HotelName="JW Marriott Hotel Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Do Duc Duc Road, Me Tri Ward, South Tu Liem District, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2618614f4fab225b73c542ecd7156da24d156f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hanoi. The nearest airport is Hanoi (HAN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="756.49" OriginalAmount="749" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1431856-27592816/6195425464233034355/3353" HotelName="L7 WEST LAKE HANOI BY LOTTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92190000/92187100/92187008/c968477a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="836.98" OriginalAmount="828.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032306" Longitude="105.812531" StarRating="5" HotelCode="|169189" HotelName="Lotte  Hanoi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Lieu Giai Street, Ba Dinh, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/8/9/169189_eb737fb1111.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Hanoi it is in. ROOM: All the rooms have WiFi, an air-conditioning system, a wardrobe, a safe, a television, a sofa, a sitting room, a mini-bar, a courtesy tea and coffee service, a bathroom with a bath, a shower, a bathrobe and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="854.46" OriginalAmount="846" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437964-27930973/6195425464233034355/2564" 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="75" TotalAmount="919.88" OriginalAmount="910.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.025588846269" Longitude="105.85556477308" StarRating="5" HotelCode="17731|VN000001" HotelName="Sofitel Legend Metropole Hanoi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" 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="1076.66" OriginalAmount="1066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1464514-32917982/6195425464233034355/3193" HotelName="FAIRMONT HANOI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121850000/121840500/121840483/6cc1c352_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1091.81" OriginalAmount="1081.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.06636657" Longitude="105.82621873" StarRating="4" HotelCode="571547|somerset_west_point_hanoi" HotelName="Somerset West Point Hanoi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2 Tay Ho Road, Hanoi</AddressLine>
          </AddressLines>
          <CityName>Hanoi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/8c/308c84227a839d03fb6cebd3b1a851f434c5c62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a bar and a transfer service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1121.10" OriginalAmount="1110" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1437955-27930968/6195425464233034355/2833" 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="1216.71" OriginalAmount="1204.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02842" Longitude="105.85089" StarRating="5" HotelCode="|189197" HotelName="Apricot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Hang Trong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/9/7/189197_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|649484-25826325/6195425464233034355/1345" 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="1492.25" OriginalAmount="1477.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.039611" Longitude="105.846891" StarRating="4" HotelCode="|265885" HotelName="Mon Regency" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Phan Dinh Phung street, Hoan Kiem district Hanoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/8/5/265885_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1548.75" OriginalAmount="1533.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0333975" Longitude="105.8374786" StarRating="3" HotelCode="|38255" HotelName="Galaxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PHAN DINH PHUNG ST., HOAN KIAM LAKE 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/5/5/38255_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1995, renovated in 2008 and has 60 rooms, The establishment has a reception, a lobby, a safety deposit box service, a currency exchange service, a lift, a cafÃ© and a restaurant. The establishment also offers internet, room service, a laundry service and a car park. SITUATION: Is situated in the historic centre ,Hanoi the city centre of 30 minutes away, guests can find Noi Bai Airport. ROOM: The establishment has 12 suites and deluxe rooms. The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and a satellite TV. They also have internet, a safe, a mini-bar, a coffee maker, a kettle, a washing machine and individual air-conditioning. FACILITIES: The establishment has a massage service, a sauna and sports facilities. MEALS: Regarding the food and beverage offering, the establishment offers restaurants and bars. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1551.36" OriginalAmount="1536.00" MarkupRule="1.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="94" TotalAmount="132436.55" OriginalAmount="131125.30" MarkupRule="1.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 24/07/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="132600.88" OriginalAmount="131288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.029088877535" Longitude="105.84492176771" StarRating="3" HotelCode="189199|angel_palace_hotel" HotelName="Angel Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/07/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="47.23" OriginalAmount="46.76" MarkupRule="1.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 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Ly Thai To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.21" OriginalAmount="54.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0118815" Longitude="105.7768232" StarRating="3" HotelCode="|265233" HotelName="V-studio Apartment 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/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="61.86" OriginalAmount="61.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01992" Longitude="105.778388" StarRating="0" HotelCode="|266878" HotelName="V House 5 Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.5, alley 97 Dinh Thon,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.42" OriginalAmount="61.80" MarkupRule="1.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 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>66/116 Nhan Hoa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.42" OriginalAmount="63.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.01879" Longitude="105.80012" StarRating="3" HotelCode="|420590" HotelName="Dai Duong Hotel 2 - The Art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Trung Yen 9, Yen Hoa, Cau Giay, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.51" OriginalAmount="66.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.030459" Longitude="105.856162" StarRating="0" HotelCode="|421185" HotelName="Old Quarter 1961" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/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="68.57" OriginalAmount="67.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="20.975975" Longitude="105.758985" StarRating="2" HotelCode="|567311" HotelName="Huong Duong - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>L08-10, Khu Do thi moi, Ha Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.88" OriginalAmount="72.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0027677" Longitude="105.8023095" StarRating="1" HotelCode="|266769" HotelName="Quang Chung - Le Van Thiem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>56 Le Van Thiem, Nhan Chinh, Thanh xuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.93" OriginalAmount="72.21" MarkupRule="1.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 25/07/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="81.76" OriginalAmount="80.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035319" Longitude="105.845505" StarRating="3" HotelCode="|267484" HotelName="Hanoi Prime Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Huong, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.63" OriginalAmount="87.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.027822" Longitude="105.893217" StarRating="2" HotelCode="|567308" HotelName="Ha An - by Bay Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>166 Co Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.82" OriginalAmount="87.94" MarkupRule="1.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 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Cua Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.15" OriginalAmount="92.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0114826" Longitude="105.8039263" StarRating="3" HotelCode="|266445" HotelName="Dai Duong Hanoi Iii" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>33, Alley 34, Nguyen Thi Dinh, Cau Giay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0353026" Longitude="105.8469576" StarRating="3" HotelCode="|266199" HotelName="Hanoi Starlight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 Hang Ga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.82" OriginalAmount="107.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0331249" Longitude="105.834513" StarRating="4" HotelCode="|266767" HotelName="Hung Vuong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Hung Vuong, Ba Dinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.80" OriginalAmount="109.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0327025" Longitude="105.8501013" StarRating="0" HotelCode="|265813" HotelName="Nexy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 To Tich Street, Hoan Kiem District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.13" OriginalAmount="135.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.032095" Longitude="105.788559" StarRating="3" HotelCode="|566996" HotelName="Ping Diamond" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Tran Thai Tong street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.66" OriginalAmount="138.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0396724" Longitude="105.8478895" StarRating="2" HotelCode="|265728" HotelName="An" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Hang Giay, Dong Xuan, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.69" OriginalAmount="141.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031922" Longitude="105.854144" StarRating="4" HotelCode="|419123" HotelName="Hanoi Media Hotel And Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Hang Dau, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.09" OriginalAmount="154.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0319985" Longitude="105.8555305" StarRating="2" HotelCode="|338648" HotelName="Hanoi Stella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Hang Tre, Hoan Kiem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.58" OriginalAmount="162.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.02849" Longitude="105.84819" StarRating="2" HotelCode="|84034" HotelName="Trung Nam Hai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 PHU DOAN, HOAN KIEM DIST</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>SITUATION: This hotel is in Hanoi the district of 400 metres away, guests will find San Jose Cathedral, is situated 50 minutes away from Noi Bai Airport. ROOM: All the rooms have WiFi (free of charge), a flat-screen television, a courtesy tea and coffee service, a fridge, city views and a bathroom. Some rooms offer a balcony. FACILITIES: Guests are offered excursions, a flight reservations service, a currency exchange, car rental and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.67" OriginalAmount="165.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.034592" Longitude="105.847426" StarRating="4" HotelCode="|419121" HotelName="Grande Collection Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 - 48 Bat Su Street, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.49" OriginalAmount="172.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.04079" Longitude="105.86711" StarRating="3" HotelCode="|84063" HotelName="Vesna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/07/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="183.69" OriginalAmount="181.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.035579" Longitude="105.850509" StarRating="3" HotelCode="|84077" HotelName="Hanoi Topaz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/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="196.40" OriginalAmount="194.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.036509" Longitude="105.847126" StarRating="3" HotelCode="|84047" HotelName="Hanoi Triumphal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/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="211.76" OriginalAmount="209.66" MarkupRule="1.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 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>44 Hang Trong - Hoan Kiem, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.14" OriginalAmount="298.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.0296822" Longitude="105.8505088" StarRating="3" HotelCode="|270674" HotelName="Bonsella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Bao Khanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.01" OriginalAmount="333.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.031256" Longitude="105.853985" StarRating="4" HotelCode="|419118" HotelName="La Sinfona A Del Rey Hotel Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Petroleum, Hoan Kiem, Hanoi, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,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,Bicycle Rental,Spa,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,Heated Pool,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>||True