<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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|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="6ae8afb3-09fd-46c8-b3b2-6427793fbe75">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-09T00:00:00" End="2026-06-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="contact@vigoti.org" Password="newPW2026" 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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|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:3f0c2482-c0b8-44bc-af1e-1e9cc86031d1
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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T08:18:36.0994191+01:00" Version="0" EchoToken="Search" TransactionIdentifier="6ae8afb3-09fd-46c8-b3b2-6427793fbe75" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="26.39" OriginalAmount="25.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0546424" Longitude="108.171594" StarRating="0" HotelCode="|338581" HotelName="Bac Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Dam Van Le, Hoa An 03 Hoang Tang Bi, Hoa An</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/8/1/338581_36d1d1d1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.78" OriginalAmount="26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.064202277826" Longitude="108.21930342576" StarRating="2" HotelCode="510761|223151" HotelName="Golden Gate 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>69 Le Hong Phong, Ða` Na~ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e0/2de08d5c376823f8bd992b935f9f0bd89fa2ef90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Golden Gate 1 Hotel is conveniently located in the popular Da Nang City Center area. The property fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.82" OriginalAmount="26.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0681868" Longitude="108.2427261" StarRating="0" HotelCode="|331992" HotelName="Bong Mai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Ha Dac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/9/2/331992_859847c1801.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.33" OriginalAmount="26.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05477372" Longitude="108.17163708" StarRating="2" HotelCode="586756|3452345" HotelName="Bac Nam Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Dam Van Le, 3 Hoang Tang Bi, Quan Cam Le, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f7/b3f7ebb04d986bcc0adc436d56dcff7c0acb9b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.39" OriginalAmount="26.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06787103" Longitude="108.24272151" StarRating="2" HotelCode="585917|3426965" HotelName="Bong Mai Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Ha Dac, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d4/5dd41b4dc137eccbeb3af3827d695be3aad3b61f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.51" OriginalAmount="28.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03879" Longitude="108.22354" StarRating="2" HotelCode="|229181" HotelName="Brown Bean" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>380 2/9 Street Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/1/8/1/229181_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.57" OriginalAmount="29.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03877712" Longitude="108.2234034" StarRating="2" HotelCode="368784|1216978" HotelName="Brown Bean 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>380 Hai Thang Chin Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a9/aca97d61f34c58c15abfc1455ad4d10a8bd8712c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.02" OriginalAmount="30.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08066" Longitude="108.22902" StarRating="3" HotelCode="|418123" HotelName="Vitalis Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>105 Tran Hung Dao, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/2/3/418123_77541bd1551.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.54" OriginalAmount="30.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0541091" Longitude="108.2089364" StarRating="1" HotelCode="|265200" HotelName="Quan Quan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>79 Nguyen Huu Tho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/2/0/0/265200_4e527501750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.74" OriginalAmount="30.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08063648" Longitude="108.22901515" StarRating="3" HotelCode="770955|3451475" HotelName="Vitalis Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>105 Tran Hung Dao, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/0c/fb0c985a58109a3cbae81ddcc7133b7ba20de902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.065027" Longitude="108.219197" StarRating="3" HotelCode="931923|orange_hotel_2" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Hoang Dieu Street, Hai Chau, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/68/81683b2dfb3005244ff0c5e7dd0baf1e353bf675.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.66" OriginalAmount="31.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05360574" Longitude="108.20903113" StarRating="2" HotelCode="518186|2240465" HotelName="Quan Quan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Nguyen Huu Tho, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/85/3f85d203d9e8b8e1fcf331037a5c98a3fadc4826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06732165" Longitude="108.22443037" StarRating="3" HotelCode="369418|paradise_hotel_15" HotelName="Paradise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Pham Phu Thu Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/23/a9237b722d1f8ff7757000c20e116e6d4162679a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.080714209469" Longitude="108.22874782255" StarRating="1" HotelCode="370142|celine_hotel_2" HotelName="Celine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>105 Tran Hung Dao, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/63/ad630ba7684ad7761a8861a47f0e686a8e77b692.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.82" OriginalAmount="34.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07398481" Longitude="108.24062138" StarRating="2" HotelCode="691988|3432575" HotelName="An Binh Tai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Tran Thanh Mai, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/ed/a5ed7cff35683b39516fbbd2a4fb683f15a655f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="753198|anh_phuong_hotel" HotelName="Anh Phuong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>58-59 Ly Thanh Tong, Da Nang 59000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/68/9468de4f8dfbc50a61bb555a15e864dcf3482bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.10" OriginalAmount="35.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06732" Longitude="108.22445" StarRating="3" HotelCode="|231915" HotelName="Paradise" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>01 Pham Phu Thu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/1/5/231915_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.83" OriginalAmount="35.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07460682266" Longitude="108.22894675274" StarRating="3" HotelCode="375388|2240355" HotelName="Art Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>305 Tran Hung Dao Street, Hai Bac Ward, Son Tra District, Da Nang 550000, Nam Trung B? (Südliche Küstenregion)</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/13/9b13da572ee105ded8391fd3725bac0e00638b05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.23" OriginalAmount="36.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0702074" Longitude="108.2139829" StarRating="2" HotelCode="|331492" HotelName="Iris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Le Duan Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/9/2/331492_55e2a231813.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.67" OriginalAmount="36.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06603" Longitude="108.23102" StarRating="0" HotelCode="|227982" HotelName="Dandc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Mai Hac De St Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/9/8/2/227982_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.80" OriginalAmount="36.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05077111" Longitude="108.24626125" StarRating="2" HotelCode="375146|1807498" HotelName="BeSea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Block number 11 Duong An Thuong 32 My An Ngu Hanh Son Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/99/9299978c8a33f0aa74064e28ef19ea073115ffed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.96" OriginalAmount="36.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.072249" Longitude="108.2014402" StarRating="3" HotelCode="|265894" HotelName="The Alcove Boutique Danang Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Ton That Dam, Thanh Khe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/8/9/4/265894_704d4f81724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.38" OriginalAmount="37.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07835357" Longitude="108.21821842" StarRating="2" HotelCode="601791|3435065" HotelName="Dana Home Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>119 Nguy?n Du, Ðà N?ng 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/3f/893f5bf49a3bc6168f68a64f7407cf684784cd2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.70" OriginalAmount="37.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07024318" Longitude="108.21386432" StarRating="3" HotelCode="383952|3471935" HotelName="Iris 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,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Le Duan, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e0/86e0e0e8c2a533279885d4007146a901eea12fc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in City Center / Airport, Iris Hotel Danang is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.80" OriginalAmount="37.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.050815" Longitude="108.246291" StarRating="0" HotelCode="|476668" HotelName="Besea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Block 11, An THuong 32 Road, My An Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/6/6/8/476668_eb34a650035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.95" OriginalAmount="37.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06628" Longitude="108.24321" StarRating="3" HotelCode="|239478" HotelName="May" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>256 Ho Nghinh Street Phuoc My Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/7/8/239478_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.00" OriginalAmount="37.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07229865" Longitude="108.20133214" StarRating="3" HotelCode="550117|3455925" HotelName="Vy Thuyen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Ton That Dam Street, Thanh Khe Distrist, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/56/2e565983768d10193c9e3e0d19201c9a17649629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.01" OriginalAmount="37.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06678052" Longitude="108.24333497" StarRating="2" HotelCode="614627|3428375" HotelName="New Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>207 Ho Nghinh, Phuong Phuoc My, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/98/9e985e240ffb1b5717f21166cfdeb9d8feb1f080.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.04" OriginalAmount="37.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.050596" Longitude="108.245951" StarRating="3" HotelCode="|420583" HotelName="Danang Beach 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Thuong 33, My Khe, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/5/8/3/420583_4f824311759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06605675" Longitude="108.23106238" StarRating="2" HotelCode="369522|1171208" HotelName="D&amp;C Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>01 Mai Hac De Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fe/3ffe2117011191e80f057d3e17bf86909f8fb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0744385" Longitude="108.20426743" StarRating="3" HotelCode="488625|hoa_phong_hotel" HotelName="Hoa Phong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>366-367 Nguyen Tat Thanh Street, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/d9/65d974a05a475c43669db48688f0af8c424955de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0734616" Longitude="108.24045416" StarRating="2" HotelCode="857222|oyo_119_sunshine_beach_hotel" HotelName="OYO 119 Sunshine Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Loseby, Phuong An Hai Bac, Quan Son Tra, Da nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/eb/4deb390c533a744251cc2d48365e62f80fc15335.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.21" OriginalAmount="38.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0690809" Longitude="108.237051" StarRating="3" HotelCode="|338593" HotelName="Alyssa Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109D Duong Dinh Nghe, Son Tra, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/9/3/338593_3a6b5861234.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.55" OriginalAmount="38.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06614561" Longitude="108.2432205" StarRating="3" HotelCode="585614|3467235" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>256 Ho Nghinh Street, Phuoc My Ward, Da Nang 70000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/ae/07ae4b01d41ebac97539a5b764f7caf849cdaa7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.66" OriginalAmount="38.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07636" Longitude="108.21575" StarRating="3" HotelCode="|189376" HotelName="Tarasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>191 Dong Da Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/3/7/6/189376_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.76" OriginalAmount="38.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0889078" Longitude="108.21944731" StarRating="2" HotelCode="374448|1744408" HotelName="Night Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Xuan Dieu, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b8/abb8eed9d80c59a2d434fee96e6576004ab0a56b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06376366" Longitude="108.22261486" StarRating="2" HotelCode="764008|stars_hotel_6" HotelName="Stars Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Le Hong Phong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/bb/07bb3acf96918eaba5a0394053652e80d5aae33d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.26" OriginalAmount="39.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="587027|3438065" HotelName="Alyssa Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dinh Nghe 109D, An Hai Bac Ward, Son Tra District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/33/37334deaab383bab592eb2ae1682a2b6e0126ed9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.74" OriginalAmount="39.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.052414" Longitude="108.210293" StarRating="2" HotelCode="|482140" HotelName="Bamboo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>418 Nguyen Tri Phuong, Hoa Thuan Tay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/1/4/0/482140_cf40f572019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.05" OriginalAmount="39.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0572736" Longitude="108.2170674" StarRating="4" HotelCode="|270485" HotelName="Quoc Cuong Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>324-326 Hoang Dieu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/4/8/5/270485_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.11" OriginalAmount="39.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03988" Longitude="108.21306" StarRating="3" HotelCode="|189084" HotelName="Amanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A2 - A2B, 30/4 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/8/4/189084_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.076744" Longitude="108.216032" StarRating="3" HotelCode="931924|big_home_hotel" HotelName="Big Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Dong Da Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/cc/7ecc61a7537a6139c5b6d4de7352bbba3f23e7a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.28" OriginalAmount="40.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0627251" Longitude="108.2337695" StarRating="1" HotelCode="|332064" HotelName="Cong Thuong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1038 Ngo Quyen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/6/4/332064_8fbb37d1811.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="701976|danang_beach_2_hotel" HotelName="Danang Beach 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Thuong 33, My Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/b5/2ab5ccce139cbea41436a5bda2767a497d1be735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05192082" Longitude="108.24359338" StarRating="2" HotelCode="877052|dubai_hotel_4" HotelName="Dubai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Phan Ton, Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/43/4143a4a94743b2b4b61e864e28f5cfb20afd73e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.25" OriginalAmount="41.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07308737" Longitude="108.23985877" StarRating="2" HotelCode="764370|3432845" HotelName="Danang Capsule Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>63 Le Minh Trung, An Hai Bac Ward, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/40/ba40e303d48308b5a56781003b28015b5c7c808d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.47" OriginalAmount="41.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07002557" Longitude="108.24271227" StarRating="2" HotelCode="374771|3439185" HotelName="Dam Tien Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lô 14 Ph?m Van Ð?ng, Qu?n Son Trà, Tp Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/77/6b77375d13ec5fa247f0647fe97028bd329e83f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.12" OriginalAmount="41.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0502193" Longitude="108.2137784" StarRating="3" HotelCode="|338430" HotelName="Red Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>275 nguyen tri phuong, Hai Chau Ward, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/3/0/338430_810c2ec1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.076282982578" Longitude="108.20724763158" StarRating="0" HotelCode="370041|phu_my_thanh_hotel" HotelName="Phu My Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>417 Nguyen Tat Thanh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a8/c2a8e9ca0f9e79015f53fc6175c89a87230ce9f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.30" OriginalAmount="42.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06027682" Longitude="108.21419909" StarRating="3" HotelCode="372137|1753268" HotelName="Do Hai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Nguyen Van Linh, Hai Chau District 59000  Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/99/a29941bf723fd01b4b53c0249b52d722dcbba034.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.31" OriginalAmount="42.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.073406" Longitude="108.239821" StarRating="2" HotelCode="|267829" HotelName="Ancyra Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/8/2/9/267829_267fb991726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.66" OriginalAmount="42.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.080292" Longitude="108.228895" StarRating="3" HotelCode="|422394" HotelName="Star City Riverside By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>147 - 149 Tran Hung Dao Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/3/9/4/422394_1917cda0805.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.81" OriginalAmount="42.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.056074" Longitude="108.244745" StarRating="3" HotelCode="|266931" HotelName="Hana Homestay Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 84, Thach Lam Street, Phuoc My Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/3/1/266931_8f128761147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.98" OriginalAmount="42.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0517236" Longitude="108.21181012" StarRating="3" HotelCode="585215|3444765" HotelName="Red Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>275 Nguyen Tri Phuong Street, Hai Chau District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/8b/2f8b269d5f22390e7668cde34388431d4f02a51d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.01" OriginalAmount="42.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06879984" Longitude="108.24402386" StarRating="2" HotelCode="372221|1737758" HotelName="Misa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Duong Dinh Nghe, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/b6/49b6b5215e9d4e270ffecc897440949cef8ae191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Misa Hotel in Da Nang, you'll be in the entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.07" OriginalAmount="42.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07426114" Longitude="108.20412458" StarRating="3" HotelCode="518067|3471745" HotelName="Hoang Linh Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>435-437 Nguyen Tat Thanh, Thanh Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/49/0449355542c6f1925ea8bc2d2d911486dcbf6db5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.08" OriginalAmount="42.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0673771" Longitude="108.2244448" StarRating="3" HotelCode="|419803" HotelName="OYO 157 Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Pham Phu Thu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/0/3/419803_645d9e71432.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.09" OriginalAmount="42.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.057613333333" Longitude="108.21701" StarRating="3" HotelCode="915948|1162798" HotelName="Quoc Cuong II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>324-326 Hoang Dieu Street, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/18/6a1841cc96567db46bff06b44b7c3eaaa9771ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.18" OriginalAmount="42.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09169521" Longitude="108.2384671" StarRating="2" HotelCode="771292|3445355" HotelName="Anh Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Ho Si Phan, Son Tra, Da Nang 504</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e7bae77a37a0f08866c16ad554034f6a63204e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.19" OriginalAmount="42.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.067432" Longitude="108.244249" StarRating="3" HotelCode="|416843" HotelName="Dattravi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Ha Bong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/8/4/3/416843_0497cad1452.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.22" OriginalAmount="42.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06024" Longitude="108.21386" StarRating="3" HotelCode="|232014" HotelName="Do Hai Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>193 Nguyen Van Linh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/0/1/4/232014_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.22" OriginalAmount="42.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07006" Longitude="108.24273" StarRating="2" HotelCode="|236196" HotelName="Dam Tien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 14 Pham Van Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/1/9/6/236196_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.22" OriginalAmount="42.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07461" Longitude="108.22894" StarRating="3" HotelCode="|232968" HotelName="Palmier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>305 Tran Hung Dao Street Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/6/8/232968_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="694250|cong_thuong_hotel" HotelName="Cong Thuong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1038 Ngo Quyen, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/83/fe8307a5960f3afc7f741804f0b95442b0cb427b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="982550|ocean_view_danang_hotel" HotelName="Ocean View Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435-437 Nguyen Tat Thanh, Thanh Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/1e/d21e5c80d15735b87adab6248ba9ef8536d971d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.75" OriginalAmount="43.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0172" Longitude="108.257" StarRating="2" HotelCode="|562582" HotelName="Capital O 215 An Duc Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Minh Mang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/5/8/2/562582_387dc4a1828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.89" OriginalAmount="43.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05391" Longitude="108.22042" StarRating="3" HotelCode="|419724" HotelName="Gold Da Nang By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Nui Thanh Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/2/4/419724_8c9f11b0340.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.94" OriginalAmount="43.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.054093535552" Longitude="108.22025572748" StarRating="3" HotelCode="309475|1168768" HotelName="Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Nui Thanh Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/1f/561f10e7325d88beb58da599a934318e13e37bb3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 45 rooms. Services and facilities at the hotel include a dining area,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.04" OriginalAmount="43.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06737029" Longitude="108.22428262" StarRating="3" HotelCode="488633|1954775" HotelName="Centre Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Pham Phu Thu, Hai Chau 1, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/4f/ae4ffbc559ae1cc84fd958874e7c944256464a6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.07" OriginalAmount="43.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.040354" Longitude="108.247249" StarRating="3" HotelCode="|446987" HotelName="LE INDOCHINA DANANG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 ho xuan huong, Da Nang, Ngu Hanh Son, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/8/7/446987_4dcece81729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.12" OriginalAmount="43.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0687641" Longitude="108.2440504" StarRating="2" HotelCode="|264631" HotelName="Misa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Duong Dinh Nghe Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/6/3/1/264631_189e1311756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.12" OriginalAmount="43.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06522706" Longitude="108.21942302" StarRating="3" HotelCode="600243|3474465" HotelName="Central Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Hoang Dieu, Phuoc Ninh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/59/20591ae3f2dbd19a1804b7d9fdad18675a5f941d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.22" OriginalAmount="43.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08548" Longitude="108.21948" StarRating="2" HotelCode="|231719" HotelName="Night Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Xuan Dieu Hai Chau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/7/1/9/231719_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.65" OriginalAmount="45.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.054066" Longitude="108.245904" StarRating="3" HotelCode="|418776" HotelName="Davue Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 57-59 Do Bi Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/7/6/418776_0f520ce0415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.69" OriginalAmount="45.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06657316" Longitude="108.24432175" StarRating="3" HotelCode="374794|1790938" HotelName="Lan Nhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>66 Ha Bong, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/83/cf83fde5d0b93c387935fe008cc4be1e5e336686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.76" OriginalAmount="45.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05538763" Longitude="108.2453132" StarRating="3" HotelCode="382910|1833448" HotelName="San San 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>54 An Thuong Street, My An Ward, Ngu Hanh Son Distrikt, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/4d/c74d88b7a592232b4be3094ae02d08a826ed7edf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.04" OriginalAmount="45.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066219630591" Longitude="108.22467247791" StarRating="2" HotelCode="369024|3468915" HotelName="Catinal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>174 Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/da/27da57002ac3c84dee883890b7777e57483c8357.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.20" OriginalAmount="45.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0569" Longitude="108.246" StarRating="3" HotelCode="|421339" HotelName="Ocean Garden Boutique Danang By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 My Khe 4, My Khe Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/3/3/9/421339_a3e18a40831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.41" OriginalAmount="46.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.070081" Longitude="108.235794" StarRating="3" HotelCode="|420582" HotelName="Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot E2-20 Phan Boi Street, Son Tra District Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/5/8/2/420582_4ecdae21758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.81" OriginalAmount="46.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06635875" Longitude="108.24310242" StarRating="2" HotelCode="518211|3444345" HotelName="Kingdom Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Ho Nghinh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/19/0d194d61275d0a30754a47fdf8f02241ab6fbb27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.82" OriginalAmount="46.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066924" Longitude="108.2442904" StarRating="2" HotelCode="|264930" HotelName="Elc Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Ha Bong, Phuoc My, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/9/3/0/264930_31511e81721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.11" OriginalAmount="46.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.052305" Longitude="108.246394" StarRating="3" HotelCode="|418750" HotelName="Jolia Danang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 18 - 19 An Thuong 29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/5/0/418750_29481661501.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.32" OriginalAmount="46.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0553595" Longitude="108.2453162" StarRating="3" HotelCode="|332003" HotelName="San San" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 An Thuong 26, My An, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/0/3/332003_87e4f2a1803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07952448" Longitude="108.2289461" StarRating="3" HotelCode="489147|the_blossom_city_hotel" HotelName="The Blossom City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>147-149 Tran Hung Dao Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/63/4563e7c5abcc73f3f3007c31004357a63e1616f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07028432" Longitude="108.24190149" StarRating="3" HotelCode="585286|bantique_hotel" HotelName="Bantique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>17-18 H2 Pham Van Dong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ca/a9ca13791794f5c57257413b1a9045cf90a61603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.41" OriginalAmount="47.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="971234|davue_hotel_da_nang" HotelName="Davue Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40-41 Ðo Bi, Phuong Khue My, Quan Ngu Hành Son, Ða Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/21/3a21c2452dcedc4f13abfbc058e31f4c2f2f5bd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.65" OriginalAmount="47.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.062252" Longitude="108.237669" StarRating="2" HotelCode="|470287" HotelName="Rivera Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Vo Van Kiet Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/8/7/470287_738a17c1203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.95" OriginalAmount="47.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06543" Longitude="108.22411" StarRating="3" HotelCode="|418253" HotelName="Pariat River Front" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 - 204 Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/5/3/418253_721a8cd1642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.11" OriginalAmount="47.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05230372" Longitude="108.24644549" StarRating="3" HotelCode="786323|3439395" HotelName="Jolia Hotel and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 18–19 An Thuong 29, Phuong My An, Quan Ngu Hunh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0d/e00db8c5d43d6bc593872bceb22f065aaf9fa8bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.20" OriginalAmount="47.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05057101" Longitude="108.24591472" StarRating="2" HotelCode="780867|3466495" HotelName="Essenza Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 An Thuong 33, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7f/f87f02fba481525970ccf606ce829e6f06496825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.37" OriginalAmount="47.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05772" Longitude="108.24573" StarRating="3" HotelCode="|238329" HotelName="Zalo Sea Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 My Khe 4 Phuoc My Ward, Son Tra Dist.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/2/9/238329_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.44" OriginalAmount="48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.039151" Longitude="108.244876" StarRating="3" HotelCode="169669|29742" HotelName="Gold Coast Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Ho Xuan Huong Street, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ebf45b3402cd980c3683591589ec70895ae1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is situated only 3 km from the city centre and business guests will appreciate the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.043259450531" Longitude="108.2479849282" StarRating="3" HotelCode="373491|sea_view_hotel_7" HotelName="Le Manoir Premier Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>378 Võ Nguyên Giáp Street, M? An Ward, Ngu Hành Son District, Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/2f/b72fbde8edd053723718bdc7b9fd0f6b964ab36a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05753169" Longitude="108.24577466" StarRating="3" HotelCode="587181|zalosea_hotel" HotelName="Zalo Sea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 My Khe 4, Phuoc My Ward, Son Tra District, Da Nang 59000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/39/0439c1bf73bc00caf4e8d3a59d49e35b35cb2e2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07023731" Longitude="108.24231039" StarRating="2" HotelCode="518370|mi_house_2" HotelName="Mi House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 09 Pham Van Dong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d4/0ed40919c91dbdbc246d8deff2293835d7275e89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0547994" Longitude="108.24491313" StarRating="3" HotelCode="585174|haya_hotel" HotelName="Haya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Phan Liem, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/84/7b84659874d673cface964b3b522eaba4ddb1b4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.01687431" Longitude="108.25623877" StarRating="0" HotelCode="971463|oyo_215_an_duc_hotel_da_nang" HotelName="An Duc Hotel by OYO Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117 Minh Mang Street, Ngu Hanh Son, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/08/7c0819a1cb9bbd7803b0ede2b863c7de39a7637b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.64" OriginalAmount="48.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0665552" Longitude="108.2430638" StarRating="2" HotelCode="|331997" HotelName="Kingdom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Ho Nghinh, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/9/7/331997_866fddd1802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.28" OriginalAmount="48.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07038492" Longitude="108.24223649" StarRating="3" HotelCode="369550|1730908" HotelName="Sofia Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot I-11 Pham Van Dong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/ce/5ece944cc08dc59cb0975a956aa757ab58569cd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Da Nang. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07024176" Longitude="108.23585711" StarRating="3" HotelCode="369863|princess_hotel_2" HotelName="Princess Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot E2, 20 Phan Boi, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/93/6b937efb03dcd96ee62bcb462e3b062e09193fdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.067420505177" Longitude="108.24422315373" StarRating="3" HotelCode="369229|da_nang_port_hotel" HotelName="Travidat Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Ha Bong, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ab/02ab2fd6939959db614ce22038bbdc8cb063f32f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.62" OriginalAmount="49.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.980385" Longitude="108.274533" StarRating="2" HotelCode="|453425" HotelName="Suri Apartment and Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 An Nong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/4/2/5/453425_598ae971213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.63" OriginalAmount="49.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.070454597079" Longitude="108.23746583069" StarRating="3" HotelCode="915953|1163748" HotelName="Golden Sea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Lot B 26 - 29 Pham Van Dong Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/80/9b80b04feeddda06ca19b4a502359ec4583bb10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.87" OriginalAmount="49.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.071597" Longitude="108.2381952" StarRating="3" HotelCode="|338586" HotelName="Continent Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Slot 31-32, Morrison Street, An Hai Bac, Son Tra , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/8/6/338586_3867fc71232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.87" OriginalAmount="49.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0396158" Longitude="108.2465147" StarRating="3" HotelCode="|332005" HotelName="Titan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102-104 Ho Xuan Huong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/0/5/332005_88abab11804.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.88" OriginalAmount="49.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.065389" Longitude="108.243718" StarRating="3" HotelCode="|468602" HotelName=" Waikiki Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/6/0/2/468602_ca644891242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.48" OriginalAmount="49.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0554748" Longitude="108.245214" StarRating="3" HotelCode="|266398" HotelName="Sen Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>53-55 An Thuong 26, My An, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/3/9/8/266398_8e2bb6f1754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07035098" Longitude="108.22375062" StarRating="2" HotelCode="364161|hoa_viet_hotel" HotelName="Hoa Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Elevator,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/20/3c202f2b1ac2034a728a5650053026f2e30512cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Da Nang, Hoa Viet Hotel puts everything the city has to offer just outsid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.06" OriginalAmount="50.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0506572" Longitude="108.2454789" StarRating="3" HotelCode="|266788" HotelName="Platinum Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 Le Quang Dao, Ngu Hanh Son, Da Nang, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/7/8/8/266788_b15288c1729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.33" OriginalAmount="50.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0701353" Longitude="108.2373798" StarRating="3" HotelCode="|83941" HotelName="Golden Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot B 26 - 29 Pham Van Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/4/1/83941_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers rooms with air-conditioning, WiFi (free of charge), a television, a massage service, motorbike hire, a car park (free of charge) and room service. SITUATION: This establishment, is in the city centre, 5 minutes away, you can find My Khe the beach it is 5 minutes away from Son Tra the Peninsula of the airport. ROOM: Each room has a balcony, a safe, a mini-bar and a bathroom with a bath. FACILITIES: Guests are offered tourist information, excursions, a business centre, a meeting room, a launderette, a reception and a luggage room. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.34" OriginalAmount="50.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.074435" Longitude="108.204259" StarRating="3" HotelCode="|417615" HotelName="Hoa Phong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>366-367 Nguyen Tat Thanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/1/5/417615_f20f47e1614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07002959" Longitude="108.24256159" StarRating="3" HotelCode="373387|tung_phuong_hotel" HotelName="La Maison Da Nang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12A Pham Van Dong, An Hai Bac, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/25/a525cdb8da67ed46bf575f32e6a28a994fd11bf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07150187" Longitude="108.2382582" StarRating="3" HotelCode="586878|continent_hotel_da_nang" HotelName="Continent Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Morrison Street Extension, An Hai Bac Ward, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/aa/ddaa85e8cf8cdb2ecb6a74699c37ef98c8276583.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06544523" Longitude="108.22410532" StarRating="3" HotelCode="587361|pariat_hotel" HotelName="Pariat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>202 - 204 Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/05/f5050b1a672004c72de8d8e28ed0c07949a90fce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0485244" Longitude="108.24363533" StarRating="2" HotelCode="492903|green_garden_residence" HotelName="Green Garden Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lô 217 218 219 220 221 P.B?c M? An, Phía B?c Du?ng Phan T?, P. M? An, Ngu Hành Son, Ðà n?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8d/9c8d394b8b9b89944e57883efca942670b8213c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06023947" Longitude="108.21828183" StarRating="2" HotelCode="853501|anna_center_hotel" HotelName="Anna Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Huynh Thuc Khang, Hai Chau, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/eb/9febdd340183235a6a4d391c4fcd3e21422e73b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.72" OriginalAmount="51.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0511315" Longitude="108.2463405" StarRating="3" HotelCode="|338624" HotelName="Raon Danang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-7 An Thuong 32 Da Nang 550000 Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/6/2/4/338624_3e0fc751238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.88" OriginalAmount="52.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061872" Longitude="108.242272" StarRating="3" HotelCode="|447049" HotelName="Duy Tung Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>90 To Hien Thanh, Phuoc My Ward, Son Tra District, Da Nang, 50000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/4/9/447049_2fd17810623.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.97" OriginalAmount="52.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05332431" Longitude="108.2445839" StarRating="2" HotelCode="595442|3441225" HotelName="Platinum Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Le Quang Dao, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c3/9ec33fc3f1f6a5510264d40974879715c84a9e86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.06" OriginalAmount="52.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049484" Longitude="108.248237" StarRating="3" HotelCode="|417071" HotelName="Platinum Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 An Thuong 1, My An Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/0/7/1/417071_6a0beb90910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.36" OriginalAmount="52.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08031" Longitude="108.22155" StarRating="3" HotelCode="|230921" HotelName="Tien Sa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 Ly Thuong Kiet P Thach Thang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/2/1/230921_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06537095" Longitude="108.24397062" StarRating="3" HotelCode="372380|grand_sunrise_hotel_" HotelName="Grand Sunrise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Ha Chuong - Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/bb/eebba1d64764bf1f860ee3da2e8ca9df252834dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03979625" Longitude="108.24656676" StarRating="3" HotelCode="530848|titan_hotel_da_nang" HotelName="Titan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 - 104 Ho Xuan Huong Street, Ngu Hanh Son Disctrict, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/64/9b641c68c41f5a97bf33b46067752dd2ec71d163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05547957" Longitude="108.24530797" StarRating="3" HotelCode="586131|sen_boutique_hotel_2" HotelName="Sen Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>53-55 An Thuong 26, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/2b/aa2be64cce1052989f158800d416c772db9cd00a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of Da Nang. Its setting is especially ideal for guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.93" OriginalAmount="53.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.075844" Longitude="108.206839" StarRating="3" HotelCode="|419539" HotelName="Ocean View Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435 Nguyen Tat Thanh Thanh Khe Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/3/9/419539_c6696601726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.93" OriginalAmount="53.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0552406" Longitude="108.2446744" StarRating="3" HotelCode="|266007" HotelName="Sh Europa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 An Thuong 26 Street, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/0/0/7/266007_7860ea81732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.50" OriginalAmount="53.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066385" Longitude="108.244369" StarRating="3" HotelCode="|416665" HotelName="Dragon Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Ha Bong, Phuoc My</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/6/6/5/416665_edbc1df0921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08027549" Longitude="108.22146023" StarRating="3" HotelCode="374032|tien_sa_hotel" HotelName="Tien Sa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Ly Thuong Kiet Street, Thach Thang Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/7c/0b7c4dc46ca28cd5c90368766a52b07842472777.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.76" OriginalAmount="54.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.036958" Longitude="108.23987" StarRating="3" HotelCode="|419521" HotelName="RHM Luxury Hotel And Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>02 An Tu Cong Chua Street, My An Ward, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/2/1/419521_b80314c1712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.90" OriginalAmount="54.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04843" Longitude="108.24223" StarRating="3" HotelCode="|418008" HotelName="Hanami Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Hoang Ke Viem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/0/8/418008_704a5c10644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.14" OriginalAmount="54.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055265" Longitude="108.244892" StarRating="3" HotelCode="|418479" HotelName="Hodi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12-14 An Thuong 26, My An, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/7/9/418479_1f06b830823.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.14" OriginalAmount="54.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06608787" Longitude="108.2432516" StarRating="3" HotelCode="375087|1844078" HotelName="Sea Castle Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>So 171 Duong Ho Nghinh, Phuong Phuoc My, Quan Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/27/6727eb268e20e15579ef31b220dd3ecfc035cd5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.47" OriginalAmount="54.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.039899850869" Longitude="108.21311557225" StarRating="3" HotelCode="393065|1773768" HotelName="Amanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot A2 - A2B 30/4 Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a3/bfa3c873cc1e9937787748a38d1ae7f043ea9037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06460673" Longitude="108.22067441" StarRating="3" HotelCode="373233|nhat_linh_da_nang_hotel_" HotelName="Nhat Linh Da Nang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Nguy?n Chí Thanh, Hai Chau district, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/37/6d3763c4fe74b09a55e6cf7b817f524b8a6b8c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05523638" Longitude="108.2447225" StarRating="3" HotelCode="561118|son_ha_europa_hotel_da_nang" HotelName="Son Ha Europa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15 An Thuong 26, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/f6/0ff6d7789edddfee584d0a4f75191ba7824c96c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.31" OriginalAmount="55.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0659931" Longitude="108.244373" StarRating="2" HotelCode="|338424" HotelName="Dana Sailing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 Ha Bong, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/2/4/338424_29519d21217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.35" OriginalAmount="55.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.073498" Longitude="108.242478" StarRating="3" HotelCode="|423595" HotelName="Sunview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88-90 Loseby, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/9/5/423595_90504ab1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06629354" Longitude="108.24435046" StarRating="3" HotelCode="372840|dragon_sea_hotel" HotelName="Dragon Sea hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Hà B?ng, Phu?c M? Ward, Son Trà Distrikt, Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e6/68e6ced14c4f522389f728cc444a678bcd6b5a39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06655569" Longitude="108.24438794" StarRating="3" HotelCode="614760|dana_sailing_hotel" HotelName="Dana Sailing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>67 Ha Bong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f72909b5970eb902e405933f11ae391316669.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04702592" Longitude="108.22248748" StarRating="3" HotelCode="614618|lavender_riverside_hotel" HotelName="Lavender Riverside Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>200 2/9 Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/7f/ff7fe9601dc568f575873b6170f70ca2bd7138a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0486345" Longitude="108.2430157" StarRating="3" HotelCode="754932|hanami_hotel_danang" HotelName="Hanami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Hoang Ke Viem, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3c/9d3c2920d047e1aa18f04ab7cd91938a09e6c162.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.07" OriginalAmount="56.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0790434" Longitude="108.2439106" StarRating="3" HotelCode="|338791" HotelName="Haka and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Tran Dinh Dan, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/9/1/338791_51a0d5b1257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.58" OriginalAmount="56.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.077735" Longitude="108.242215" StarRating="3" HotelCode="|419525" HotelName="Bridges Danang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Phuoc Truong 11 Phuoc My Ward, Da Nang 550000 Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/2/5/419525_bb1597b1715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.66" OriginalAmount="56.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.047007" Longitude="108.222526" StarRating="3" HotelCode="|420021" HotelName="Lavender Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>198-200 2/9 Street, Hai Chau District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/2/1/420021_766ec941722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.077331" Longitude="108.228844" StarRating="3" HotelCode="931926|kay_hotel" HotelName="Kay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>357 Tran Hung Dao Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/68/6368db26901e34f6ad2a0f47a8bba3cb8736d1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.13" OriginalAmount="57.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055236" Longitude="108.244918" StarRating="0" HotelCode="|423121" HotelName="Celina and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 An Thuong 26, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/2/1/423121_2acc21f0442.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.41" OriginalAmount="57.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07033" Longitude="108.23785" StarRating="3" HotelCode="|230919" HotelName="Adina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot G6 - G7 Pham Van Dong Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/1/9/230919_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.47" OriginalAmount="57.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07893756" Longitude="108.24428969" StarRating="3" HotelCode="614771|3430055" HotelName="Haka Hotel &amp; Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>26 Tran Dinh Dan, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/8b/c18bfa45135ef0d904d0b5c70e1523b192ab5cb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049465779655" Longitude="108.24558315534" StarRating="3" HotelCode="364042|blue_ocean__2" HotelName="Hoang Quan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem, Phuong My An, Quan Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/24/592466633a453232477749e8799a1b00c4186623.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.16" OriginalAmount="58.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0493" Longitude="108.245319" StarRating="3" HotelCode="|419511" HotelName="Cocochine - A Vie Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/1/1/419511_b2c8a2c1706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07237217" Longitude="108.19678988" StarRating="3" HotelCode="771337|santori_hotel_danang_bay" HotelName="Santori Hotel Danang Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>769-771 Nguyen Tat Thanh Street, Thanh Khe District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/73/1273a1f918fbddf00f5cf1699a27f5fcd76d0af7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05110723" Longitude="108.24584771" StarRating="3" HotelCode="829539|yen_vy_hotel_apartment" HotelName="Yen Vy Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>24-26 An Thuong 30, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/72/fb72cef07b5645e27d99133de425e532e1076977.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="947128|avora_boutique_hotel" HotelName="Avora Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Le Duan, Quan Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/51/8951fbfc355f98df4e52b93b0b34309c47b18793.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.80" OriginalAmount="59.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04888" Longitude="108.24582" StarRating="0" HotelCode="|567278" HotelName="Sincero and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>94 Le Quang Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/2/7/8/567278_cfe40201411.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.14" OriginalAmount="59.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049475544455" Longitude="108.24824273587" StarRating="3" HotelCode="374603|1756988" HotelName="Anna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Concierge,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 An Thuong 1, My An Ward, Da Nang, Ngu Hanh Son District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/cf/4fcf2c2996fe0fd7ba989401a17eb88c226104a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anna Hotel in Da Nang, you'll be convenient to My K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07019126" Longitude="108.23770535" StarRating="3" HotelCode="369749|84043" HotelName="Adina Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot G6 - G7 Pham Van Dong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/40/ea40c3b22f65f18df61d1cd29f09075894ad4f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.80" OriginalAmount="60.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.074446648484" Longitude="108.24217856397" StarRating="0" HotelCode="696535|lam_anh_hotel" HotelName="Lam Anh Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Le Binh Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/15/1b1507999bd3efc41211e6f46cfa7c21094f7006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.96" OriginalAmount="60.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07172266" Longitude="108.24282778" StarRating="3" HotelCode="785938|3446905" HotelName="Fanta Suite Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Morrison, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/57/ff57fd936a77ebb5a3cb5ae5b3ecfef57c2119ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.00" OriginalAmount="60.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.070737" Longitude="108.21518" StarRating="3" HotelCode="|419909" HotelName="Avora Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Le Duan, Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/0/9/419909_028ef701842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.42" OriginalAmount="60.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07167" Longitude="108.2384" StarRating="4" HotelCode="|240364" HotelName="The Herriott and Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 y 8 Le Van Quy, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/6/4/240364_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.45" OriginalAmount="60.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05428763" Longitude="108.24622738" StarRating="3" HotelCode="587257|2562525" HotelName="Aria Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>134-136-138 Tran Bach Dang, My An Ward, Ngu Hanh Son District, Da Nang 59000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/97/46976881187bca44a861454a47f8e031169b11e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049117855565" Longitude="108.24585127663" StarRating="2" HotelCode="773685|sincero_hotel_apartment" HotelName="Sincero Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Lê Quang Dao, Dà Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/90/e39089025f954cb864213f0d4f173a72e2527344.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.06" OriginalAmount="61.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0515439" Longitude="108.2470916" StarRating="0" HotelCode="|332099" HotelName="Nhat Minh Hotel and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot D1 Tran Bach Dang Str, My An Ward, Ngu Hanh Son Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/9/9/332099_93a50ba1815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.25" OriginalAmount="61.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07448" Longitude="108.24223" StarRating="3" HotelCode="|423130" HotelName="La Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Le Binh, An Hai Bac Ward Son Tra District Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/3/0/423130_bb6e7260559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.78" OriginalAmount="61.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06234221856" Longitude="108.19198748962" StarRating="2" HotelCode="370408|1246638" HotelName="Dai Long Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>190-192-194 Ha Huy Tap, Hoa Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/41/a641ad43ee3984f2994a16585be779b7026535e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.075205982278" Longitude="108.22214735836" StarRating="3" HotelCode="915940|da_nang_petro_hotel" HotelName="Danang Petro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>07 Quang Trung, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f8/77f8092cf78b42ea6351f50073ec8dd7706a628c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.88" OriginalAmount="62.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0657101" Longitude="108.2443976" StarRating="4" HotelCode="|418361" HotelName="Greenery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Ha Bong, Son Tra, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/6/1/418361_18b69a80504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.43" OriginalAmount="62.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0745856" Longitude="108.2423451" StarRating="3" HotelCode="|372918" HotelName="Happy Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Binh Street, An Hai Bac Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/1/8/372918_2ddaaa91137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.44" OriginalAmount="62.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0195261" Longitude="108.21008147" StarRating="3" HotelCode="550311|3434215" HotelName="Huong Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>147A Cach Mang Thang Tam Street, Khue Trung Ward, Cam Le District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/99/3599ea248798ad16f9c040bea14b3c7776f10e37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.64" OriginalAmount="62.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055869" Longitude="108.245033" StarRating="3" HotelCode="|416846" HotelName="Richico Apartments and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>176-178 Nguyen Van Thoai, My An ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/8/4/6/416846_924c69d1506.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.057686045057" Longitude="108.218947649" StarRating="3" HotelCode="142305|orient_hotel_8" HotelName="Phuong Dong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Phan Chau Trinh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/28/6d28f065abcfef8184b291e2c6ba6ffb5a3229f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the city of Da Nang, 3 km from Da Nang Railway Station, 200 m from the Han ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06602777" Longitude="108.24361676" StarRating="2" HotelCode="586987|pergola_hotel_5" HotelName="Pergola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dinh Nghe 35/37, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/d5/bcd502713cf6e2947e0f7bf86c7e469024739eb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07171825" Longitude="108.23853296" StarRating="3" HotelCode="615396|the_herriott_hotel_suite" HotelName="The Herriott Hotel &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 8 Le Van Quy, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/df/12dfea4fff131f55e5c38178e0d1df5cbe2ea94c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06872007" Longitude="108.24195582" StarRating="0" HotelCode="956824|prague_hotel_3" HotelName="Gic Land 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Duong Dinh Nghe, Phuong An Hai Bac, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/00/5700e88fa42a33c36fce1232ca8c35625f516b24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.97" OriginalAmount="63.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06233" Longitude="108.19187" StarRating="0" HotelCode="|230514" HotelName="Dai Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Ha Huy Tap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/5/1/4/230514_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.97" OriginalAmount="63.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06681144" Longitude="108.22478862" StarRating="2" HotelCode="369768|3468535" HotelName="Happy Day Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>160 Bach Dang Street, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/c8/7bc8e785d7f830b2ea6e16c5c3e3fadb5169844f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.21" OriginalAmount="63.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05942" Longitude="108.20839" StarRating="4" HotelCode="|232713" HotelName="Samdi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331 Nguyen Van Linh, Thanh Khe District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/7/1/3/232713_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.71" OriginalAmount="63.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0777228" Longitude="108.2289565" StarRating="4" HotelCode="|418420" HotelName="Ibiza Riverfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>205 Tran Hung Dao - Son Tra - Da Nang, 205 12 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/2/0/418420_220615f0650.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.80" OriginalAmount="63.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.057666" Longitude="108.245758" StarRating="3" HotelCode="|267787" HotelName="Animor Green Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lo 47 My Khe 4, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/7/7/8/7/267787_213d6ff1721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.83" OriginalAmount="63.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.065396" Longitude="108.219514" StarRating="3" HotelCode="|423006" HotelName="Central and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>21 - 23 Hoang Dieu, Hai Chau, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/0/6/423006_57a96390711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.87" OriginalAmount="63.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0666" Longitude="108.22482" StarRating="2" HotelCode="|458269" HotelName="Happy Day" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>160 Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/2/6/9/458269_4d4118c0121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="956159|jims_home" HotelName="Jim's Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Bach Dang, My An, Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/45/3c4578c9cbce86b0e09dc69c4b8638c9cf4b5ec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.12" OriginalAmount="64.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0666172" Longitude="108.2444191" StarRating="3" HotelCode="|331893" HotelName="Le House Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 - 87 Ha Bong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/9/3/331893_7925ac61849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.25" OriginalAmount="64.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04920372" Longitude="108.24834393" StarRating="2" HotelCode="599960|3437965" HotelName="Ruby Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 An Thuong 1 Street, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/cf/27cf3cf1f862e8395c1eef29b75f2db5b8a1d8e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Ruby Hotel in Da Nang, you'll be in the entertainment distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.27" OriginalAmount="64.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0483065" Longitude="108.2462234" StarRating="3" HotelCode="|265672" HotelName="Sea Queen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Le Quang Dao, Ngu Hanh Son Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/7/2/265672_61237271709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.57" OriginalAmount="64.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.059334" Longitude="108.20835448" StarRating="4" HotelCode="374867|1773598" HotelName="Samdi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>203-211 Nguyen Van Linh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/07/a9074d569ef65f1a3bcf17dbee8c98e6b5d71bd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.90" OriginalAmount="64.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06581295" Longitude="108.24413325" StarRating="3" HotelCode="753260|2554255" HotelName="Greenery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Designated Smoking Area,Internet,Printer,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>76 Ha Bong Street, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0f/4c0f6ef2dc793d55ec37a7fda1263d7bc2735149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming Hotel is situated in Danang. GREENERY HOTEL features a total of 70 bedrooms. This esta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.13" OriginalAmount="65.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.098296" Longitude="108.253753" StarRating="0" HotelCode="|533334" HotelName="SONTRA SEA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 41, Hoang Sa, Tho Quang, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/3/4/533334_181f7671124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.36" OriginalAmount="65.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06676675" Longitude="108.24433448" StarRating="3" HotelCode="382862|1807538" HotelName="Le House Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85-87 Ha Bong, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/17/4b1706d12fa855d523fa640eaf8dc14808eb2569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Da Nang, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.38" OriginalAmount="65.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.082902" Longitude="108.243119" StarRating="1" HotelCode="|468446" HotelName="Danang Backpacker Hostel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27 Nguyen DInh, Phuoc My, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/4/4/6/468446_8697c121134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.55" OriginalAmount="65.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0493321" Longitude="108.2478833" StarRating="3" HotelCode="|338446" HotelName="Royal Charm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 46 Tran Bach Dang, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/4/6/338446_2dc26b11221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.80" OriginalAmount="65.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0558778" Longitude="108.24518266" StarRating="3" HotelCode="397557|1839758" HotelName="Richico Apartments And Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176-178 Nguyen Van Thoai Street, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/e2/f6e27ee64953b6facbad90916fca2dfc213725e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.56" OriginalAmount="66.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05422" Longitude="108.24611" StarRating="4" HotelCode="|423690" HotelName="Alani Sea View " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134-136-138 Tran Bach Dang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/9/0/423690_c6edce51106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.56" OriginalAmount="66.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055197" Longitude="108.244629" StarRating="3" HotelCode="|420446" HotelName="La Maison De Hang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>61-63 An Thuong 26, Bac My Phu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/4/4/6/420446_8f592951243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.63" OriginalAmount="66.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049091" Longitude="108.221447" StarRating="4" HotelCode="|418293" HotelName="Gold Plaza Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 63 Tran Thi Ly</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/9/3/418293_9f4509e0203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.78" OriginalAmount="66.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07078" Longitude="108.217211" StarRating="4" HotelCode="|418236" HotelName="G8 Luxury and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Le Duan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/3/6/418236_26166f71542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.78" OriginalAmount="66.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="980253|4555955" HotelName="Gic Land Luxury Hotel And Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Le Duan, Danang 550000, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6e/e56ecb8fd48ffe190543c6b5cf43189fb4589eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.81" OriginalAmount="66.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.067466" Longitude="108.224765" StarRating="3" HotelCode="142304|569845" HotelName="Sunriver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134-136 Bach Dang St., Da Nang city</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/77/87771e51c5ac0342aca90b19803de26295782cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of charming Da Nang, on the banks of the romantic Han River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.83" OriginalAmount="66.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04871" Longitude="108.21659" StarRating="4" HotelCode="|228592" HotelName="Eden Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Duy Tan, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/5/9/2/228592_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05093258" Longitude="108.24532955" StarRating="3" HotelCode="531136|queens_finger_hotel" HotelName="Queen's Finger Hotel" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Fax,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>155-157 Le Quang Dao Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/52/a0522edb95a9c08afb6e186a44b938ca3d594e04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Da Nang, 3.2 km from Love Lock Bridge Da Nang, Queen's Finger Hotel Da Nang has an outdo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07455701" Longitude="108.24237367" StarRating="3" HotelCode="586827|happy_sky_hotel" HotelName="Happy Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Binh Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/d5/87d5387e6c29abd33a79145d7ebd29bbdfc1dab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05544167" Longitude="108.24545986" StarRating="2" HotelCode="613812|trang_ngan_hotel" HotelName="Ngan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 An Thuong 26, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/zz/8fad430b6a7beb3bb0204495189b49b26a72c7c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06341144" Longitude="108.24020267" StarRating="0" HotelCode="956803|oasis_hotel_apartment_3" HotelName="Oasis Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 My Khe 2, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e9/7de94132c18518b19abf7d3e63e6128e7058765c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.20" OriginalAmount="67.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06542871" Longitude="108.22226075" StarRating="2" HotelCode="691159|3439195" HotelName="City Hostel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>114 Yen Bai, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/3d/f93d17e6d584f51248e70f52b9e5864cf4ff3e4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.01" OriginalAmount="67.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0702914" Longitude="108.2421176" StarRating="3" HotelCode="|332055" HotelName="Mai Boutique Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot I-09 Pham Van Dong, An Hai Bac Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/5/5/332055_8e2d5561810.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.45" OriginalAmount="68.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04931185" Longitude="108.24789105" StarRating="3" HotelCode="610560|3466385" HotelName="Royal Charm Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Tran Bach Dang Street, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/a0/faa0d8c55f75d25d275003ca38760270a545cc0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.00" OriginalAmount="68.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.052364" Longitude="108.244529" StarRating="3" HotelCode="|422357" HotelName="Kiwi and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50A Phan Ton, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/3/5/7/422357_bad7ae00650.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04936722" Longitude="108.24829189" StarRating="2" HotelCode="378688|emily_hotel_2" HotelName="Emily Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 An Thuong 1, My An Ward, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/6d/a26d4fef583c772834615a17f4dfd8e4fbcc6099.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06680043" Longitude="108.22078685" StarRating="3" HotelCode="489415|thuan_anh_hotel" HotelName="Vanilla Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>158A Nguyen Chi Thanh, Hai Chau District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/74/30745ed58a21f8abf688c1a98940719a3711eca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Vanilla Hotel Da Nang to discover the wonders of Da Nang. The hotel offers guests a range of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06730175" Longitude="108.24437951" StarRating="3" HotelCode="856913|maison_phuong_hotel_apartment" HotelName="Maison Phuong Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Ha Bong, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/83/1a83c0c5d1eda67ffb26084532ba3ea148be477b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.17" OriginalAmount="69.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0686084" Longitude="108.243239" StarRating="3" HotelCode="|374861" HotelName="Golden Light" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157-159 Ho Nghinh, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/8/6/1/374861_8e1da981342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.20" OriginalAmount="69.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.065845" Longitude="108.242426" StarRating="3" HotelCode="|421414" HotelName="Lem's Apartment and Coffee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 Phuoc My 1, Phuoc My, Son Tra, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/1/4/421414_5961dbe1725.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.28" OriginalAmount="69.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05275" Longitude="108.244218" StarRating="4" HotelCode="|423485" HotelName="Adela Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 An Thuong 36, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/8/5/423485_54e22500956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.62" OriginalAmount="69.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08248448" Longitude="108.24721982" StarRating="3" HotelCode="758554|3443025" HotelName="Cani Beach House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Le Boi Street, Man Thai Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/a3/71a34dc462d302e7772217d8d002c734681e330e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.03" OriginalAmount="69.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066882563535" Longitude="108.21342229843" StarRating="4" HotelCode="175766|1151208" HotelName="Vinh Trung Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253-255-257 Hung Vuong Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/28/58288de91d4146b4b118f1f2216832af51e018d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of the city, 5 km away from My Khe Beach. Guests staying at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.20" OriginalAmount="70.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05255" Longitude="108.23718" StarRating="3" HotelCode="|422626" HotelName="The Now Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>K55/15 Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/6/2/6/422626_cb648a51535.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.46" OriginalAmount="70.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06657158" Longitude="108.22465598" StarRating="3" HotelCode="548540|2501375" HotelName="Avora Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>170 Bach Dang Street, Hai Chau District, Da Nang City, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/9b/5c9b43cc9b5f0e8e5530ac0de9206181bf4ba57d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant, a café, a bar and room service. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.21" OriginalAmount="71.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07264" Longitude="108.2202" StarRating="3" HotelCode="|229893" HotelName="Dana Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 10, Corner Le loi - Hai Phong, Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/8/9/3/229893_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.58" OriginalAmount="71.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.095096" Longitude="108.251913" StarRating="3" HotelCode="|423627" HotelName="Nguyen Gia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>T113 Hoang Sa Son Tra Peninsula</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/2/7/423627_9aa95ff1702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.83" OriginalAmount="71.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0735" Longitude="108.241" StarRating="4" HotelCode="|418850" HotelName="Cordial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 Loseby Street, An Hai Bac Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/8/5/0/418850_4d5a49b0741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.00" OriginalAmount="71.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06641" Longitude="108.22464" StarRating="0" HotelCode="|238484" HotelName="Avora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Bach Dang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/4/8/4/238484_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.31" OriginalAmount="72.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0642484" Longitude="108.2206723" StarRating="3" HotelCode="|331699" HotelName="Nhat Linh Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>194 Nguyen Chi Thanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/6/9/9/331699_6912ba51833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.86" OriginalAmount="72.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.085834450509" Longitude="108.21465573432" StarRating="3" HotelCode="369046|1700998" HotelName="Azumaya Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>31 Nguyen Tat Thanh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/b4/e4b4bd37c388f331497e4bee5242dfa07b3b8ca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.06" OriginalAmount="72.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06284262" Longitude="108.24206925" StarRating="3" HotelCode="549855|3437545" HotelName="Hoang Dai 2 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>97 Vo Van Kiet, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c5/9fc53594e779a63aa53bc4399c48b6d8a3a60c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.09" OriginalAmount="72.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.052999" Longitude="108.2466" StarRating="3" HotelCode="|419105" HotelName="Menora Premium Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Tran Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/5/419105_2f5210f1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06861234" Longitude="108.24321246" StarRating="3" HotelCode="488623|golden_light_hotel" HotelName="Golden Light Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>157-159 Ho Nghinh, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/75/3475ce734fbab225e4f4b008d2408775f7ac3c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05129491" Longitude="108.24634229" StarRating="0" HotelCode="956821|the_wings_danang_hotel" HotelName="The Wings Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot D3 D. An Thuong 30, P. My An, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/21/b721689a5c77950621be7047a406affb0ea45144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.68" OriginalAmount="73.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055722" Longitude="108.244945" StarRating="4" HotelCode="|468840" HotelName="Mercy Emerald" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>170+172+174 Nguyen Van Thoai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/4/0/468840_79cb99e1825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.00" OriginalAmount="73.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07651" Longitude="108.24393" StarRating="3" HotelCode="|418576" HotelName="Seaforest By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Phuoc Truong 8, Quan Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/5/7/6/418576_334eecc1327.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.01" OriginalAmount="73.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06489" Longitude="108.23318" StarRating="4" HotelCode="|228642" HotelName="Muong Thanh Grand Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>962 Ngo Quyen Street, An Hai Tay ward, Son Tra district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/6/4/2/228642_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.11" OriginalAmount="73.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.073669" Longitude="108.244298" StarRating="0" HotelCode="|339345" HotelName="Lahome Apartment and Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>03 Vo Nghia Street, Phuoc My Ward, Son Tra District, Da Nang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/3/4/5/339345_abafe541227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.16" OriginalAmount="73.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0654" Longitude="108.222" StarRating="0" HotelCode="|420034" HotelName="Dong Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Thai Phien, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/3/4/420034_7e944a51730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0648844" Longitude="108.23314023" StarRating="4" HotelCode="369878|muong_thanh_da_nang_hotel" HotelName="Muong Thanh Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>962 Ngo Quyen, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/0b/cb0bc555d9cae7bd733d3350e115fd4e4f6c0c91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.072652859188" Longitude="108.22019384482" StarRating="3" HotelCode="372391|dana_pearl_hotel" HotelName="Dana Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 10  Corner Le loi - Hai Phong,, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ae/4aae2192312c9afa5ec78aa50010cbc12fbd4038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.44" OriginalAmount="74.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049363" Longitude="108.246799" StarRating="0" HotelCode="|533285" HotelName="Pink Garden An Thuong Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11-15 An Thuong 03</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/2/8/5/533285_f902fca1153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.70" OriginalAmount="74.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0627847" Longitude="108.2420817" StarRating="3" HotelCode="|332044" HotelName="Hoang Dai 2 Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Vo Van Kiet, Ward Phuoc My, District Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/4/4/332044_079ff2e1523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.92" OriginalAmount="74.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.069096" Longitude="108.222909" StarRating="3" HotelCode="|422715" HotelName="Seahorse Tropical Da Nang By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Yen Bai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/7/1/5/422715_e9e5bee1133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.22" OriginalAmount="74.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.078336" Longitude="108.217808" StarRating="3" HotelCode="|416704" HotelName="A25 - 137 Nguyen Du Dn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137 Nguyen Du</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/0/4/416704_852e0ea1029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.32" OriginalAmount="75.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049672" Longitude="108.248116" StarRating="0" HotelCode="|555625" HotelName="MONS BOUTIQUE HOTEL and APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14-16 AN THUONG 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/2/5/555625_53a5bfb1515.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.46" OriginalAmount="75.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.050332" Longitude="108.222079" StarRating="3" HotelCode="|554363" HotelName="Minh Toan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>162 - 2/9 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/3/6/3/554363_afb3bf21711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.58" OriginalAmount="75.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0783183" Longitude="108.21783641534" StarRating="3" HotelCode="915943|1163568" HotelName="A25 Hotel 137 Nguyen Du" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>137 Nguyen Du Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/19/fe196d13e733e807d6710c8cc85ca661111b8c9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.80" OriginalAmount="75.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05333" Longitude="108.246059" StarRating="4" HotelCode="|419099" HotelName="Golden Line Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Do Bi, My An Ward - Ngu Hanh Son District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/0/9/9/419099_944ee5f1736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.91" OriginalAmount="75.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0605" Longitude="108.216056" StarRating="3" HotelCode="|420261" HotelName="Mercury Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>125-127 Nguyen Van Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/2/6/1/420261_cd33be91033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.93" OriginalAmount="75.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07365262" Longitude="108.24301806" StarRating="2" HotelCode="565870|2272775" HotelName="Brilliant Majestic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>123 Ho Nghinh Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/9a/6b9acff9630b3d00652d9f8c2fcec4d34b2584f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.06" OriginalAmount="75.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0735" Longitude="108.242" StarRating="3" HotelCode="|420329" HotelName="Golden Rose 3 Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 -72 Loseby, Son Tra, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/2/9/420329_dbeb6331703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.20" OriginalAmount="75.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07447" Longitude="108.24425" StarRating="0" HotelCode="|423083" HotelName="Zoneland Apartments LaHome Beach Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>03 Vo Nghia, Phuoc My, Son Tra, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/8/3/423083_f7b16191527.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07488846" Longitude="108.24489109" StarRating="3" HotelCode="368668|orchid_hotel_6" HotelName="Orchid Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>154 Vo Nguyen Giap, Phuoc My ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/be/97bef47d53a629a0fb8152220266ae77decd9a85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04899361" Longitude="108.24835645" StarRating="2" HotelCode="363976|mango_hotel" HotelName="Mango Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>50 An Thuong 1, My An Ward, Ngu Hanh Son, Da Nang 59</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ae/dbaeb8f7274b2d7ca59562f7d29aa8bf22ed795d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05308139" Longitude="108.24639239" StarRating="3" HotelCode="854081|sea_corner_boutique_hotel" HotelName="Sea Corner Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 Tran Bach Dang Street, My An Ward, Ngu Hanh Son District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f7/d5f711688ab8fc2ec60b74b370501631c4ffcf11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.94" OriginalAmount="76.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0702326" Longitude="108.2371121" StarRating="4" HotelCode="|338477" HotelName="Merry Land Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot B20- B21 Pham Van Dong Str, An Hai Bac Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/7/7/338477_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.09" OriginalAmount="76.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0513" Longitude="108.246" StarRating="3" HotelCode="|418176" HotelName="Amunra Ocean" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot D3, An Thuong 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/7/6/418176_aed30bc0626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07652875" Longitude="108.24383212" StarRating="3" HotelCode="586928|moclan_boutique_hotel" HotelName="Moclan Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Phuoc Truong 8, Son Tra, Da Nang City 555555</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b6/a9b6ce73cb811cbf1c3736b52dfcbc115e8c37b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="2" HotelCode="936874|seahorse_office_and_hotel" HotelName="Christina's DN Seahorse Hostel &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Nguyen Thai Hoc, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/02/4d02eec815ecc54f3ccedca6176ceeb3d5438a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07355636" Longitude="108.24107552" StarRating="3" HotelCode="855979|cordial_1_hotel_apartment" HotelName="Cordial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Loseby Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/74/3b74f126cb3235a1d057a67ea174bb222378b4aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.41" OriginalAmount="77.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07379" Longitude="108.243" StarRating="0" HotelCode="|238683" HotelName="Brilliant Majestic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Ho Nghinh Street, Phuoc My Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/8/3/238683_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.74" OriginalAmount="77.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05473543" Longitude="108.24423414" StarRating="3" HotelCode="623379|3451625" HotelName="Ritzy Boutique Hotel Da Nang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Le Quang Dao, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/4b/fd4bbe06e8db36cbbec84ec512f9135f746e85ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.86" OriginalAmount="77.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.033269" Longitude="108.224198" StarRating="4" HotelCode="|417635" HotelName="Grand Citiview Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. A2, 2/9 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/3/5/417635_cde67cd1613.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06519558" Longitude="108.22211717" StarRating="0" HotelCode="967180|dong_duong_hotel_suites" HotelName="Dong Duong Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Thai Phien, Phuoc Ninh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c0/66c0443a22481bf6954a17a4c507e75fe4b3d824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.37" OriginalAmount="78.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049248" Longitude="108.245231" StarRating="3" HotelCode="|418163" HotelName="Grand Sea View and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Hoang Ke Viem, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/6/3/418163_0ce8fa50404.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.57" OriginalAmount="78.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06054246" Longitude="108.21625341" StarRating="3" HotelCode="753319|2270805" HotelName="Mercury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>125-127 Nguyen Van Linh, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/35/d9358ec2392ec75fa8d19e54e6e0c1e1abf72f55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.00" OriginalAmount="78.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.064202" Longitude="108.220498" StarRating="4" HotelCode="|417617" HotelName="Fivitel Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Nguyen Chi Thanh, Phuoc Ninh, Hai Chau Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/1/7/417617_9b6843f1603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05057173" Longitude="108.2221018" StarRating="3" HotelCode="368988|minh_toan_hotel" HotelName="Minh Toan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>162 Ðu?ng 2/9, H?i Châu, Da Nang 59</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/32/ef3283202710a741d99aaf38a6a9812360a6cece.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.064404788269" Longitude="108.22070946315" StarRating="4" HotelCode="371430|fivitel_boutique_da_nang" HotelName="Gopatel - Golden Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Nguyen Chi Thanh Street, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/79/ed79d0730dc3e9c5ccd13e23966ab2cb83ee89bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049909666667" Longitude="108.24807933333" StarRating="3" HotelCode="915939|chu_hotel" HotelName="Chu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>02-04-06  An Thuong 1, Ngu Hanh Son, Bac My An Beach, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f3/caf30d892068647acb2be7a3f3f27e6910c279c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07348632" Longitude="108.24217001" StarRating="3" HotelCode="882783|golden_rose_3_2" HotelName="Golden Rose 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>70 -72 Loseby, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e1/29e1ac0a82d285c9cfab2b21ee2c14ad862ab9ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.42" OriginalAmount="80.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04885" Longitude="108.24742" StarRating="3" HotelCode="|419604" HotelName="Palazzo Da Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-21 An Thuong 2, My An Ward, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/0/4/419604_e2cc24c1754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.46" OriginalAmount="80.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09143" Longitude="108.21514" StarRating="3" HotelCode="|229798" HotelName="Azumaya Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Nguyen Tat Thanh, Hai Chau Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/7/9/8/229798_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.51" OriginalAmount="80.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0546556" Longitude="108.2442794" StarRating="4" HotelCode="|266885" HotelName="Ritzy Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Le Quang Dao Street, My An Ward, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/8/5/266885_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.58" OriginalAmount="80.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05268297" Longitude="108.24674889" StarRating="4" HotelCode="620739|2635995" HotelName="Halina Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 133,134 Tran Bach Dang Street, My Khe Beach, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/a2/b4a2570180a8b326b07c6f634046ec373ae1c9cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.90" OriginalAmount="80.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.045132" Longitude="108.222636" StarRating="3" HotelCode="|446970" HotelName="Lamanga and Suite Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/7/0/446970_3e37ccc0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07042663" Longitude="108.23721626" StarRating="3" HotelCode="585307|merry_land_hotel_da_nang" HotelName="Merry Land Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot B20-21 Pham Van Dong Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/38/d738166a4969f8a6fc32873a215399f845621db0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03334341" Longitude="108.22409762" StarRating="3" HotelCode="854968|grand_cititel_danang_hotel" HotelName="Grand Cititel Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A2 2/9 Street, Hai Chau District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ca/b5cae73e3a11fe40b53c854bd74f08a9b3b25e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.92" OriginalAmount="81.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0526225" Longitude="108.2467632" StarRating="4" HotelCode="|266965" HotelName="Halina and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 133.134 Tran Bach Dang Str, My An Ward, Ngu Hanh Son Dist, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/6/5/266965_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04982832" Longitude="108.24711443" StarRating="3" HotelCode="587726|grand_seaview" HotelName="Grand Sea View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83- 85 Hoàng Ke Viêm, Phuong  My An, Quan Ngu Hành Son, Ðà Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6e/316ec49e94ef452129be412383cb42b6767d6324.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05345172" Longitude="108.24602244" StarRating="0" HotelCode="963211|golden_line_danang_hotel" HotelName="Golden Line Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Do Bi, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/aa/03aad67a122984c1834ccb488356204f9d946738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.73" OriginalAmount="82.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.070314" Longitude="108.237099" StarRating="4" HotelCode="|338838" HotelName="Nhu Minh Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/8/3/8/338838_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.91" OriginalAmount="82.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0700962" Longitude="108.2422165" StarRating="4" HotelCode="|338407" HotelName="Luxtery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 Pham Van Dong, Son Tra District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/0/7/338407_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.14" OriginalAmount="82.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.040902" Longitude="108.246428" StarRating="0" HotelCode="|423142" HotelName="Sun River and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Che Lan Vien, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/4/2/423142_dfa80800731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.054668912009" Longitude="108.24450810304" StarRating="3" HotelCode="435947|grand_sunrise_2" HotelName="Grand Sunrise 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>05 Phan Liem, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f6/e1f61a308dfc92d4a28bf63dc22ee73e9207ea08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06017428" Longitude="108.21448913" StarRating="3" HotelCode="626125|mitisa_hotel" HotelName="Mitisa 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>67-69 Nguyen Van Linh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/04/5404fc88e8258dffec629376a93b9398e5341156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.10" OriginalAmount="83.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04891499" Longitude="108.24739615" StarRating="3" HotelCode="856354|3445985" HotelName="Palazzo 3 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19-21 An Thuong 2, Phuong My An, Quan Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4d/934d82fde30eaad5361e43208e8d4afd358ed1d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06575983528" Longitude="108.24456632394" StarRating="3" HotelCode="370069|van_son_hotel" HotelName="Van Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Ha Bong, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/19/a819fee5012820e94210860691fed1116d00ac90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.58" OriginalAmount="84.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061853" Longitude="108.237576" StarRating="3" HotelCode="|423286" HotelName="Calix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171-173 Vo Van Kiet, An Hai Dong Ward, Son Tra District , Danang, Vietnam,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/8/6/423286_115e51e1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.71" OriginalAmount="84.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055706" Longitude="108.244901" StarRating="4" HotelCode="|467300" HotelName="Ruby Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 NGUYEN VAN THOAI STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/0/0/467300_31176d31825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05190988" Longitude="108.23300964" StarRating="3" HotelCode="585916|fivitel_da_nang" HotelName="Fivitel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 72 Euro Village, Tran Hung Dao Street, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/58/2358526d6ade4e1873d6ed64ce787c2e4e1024b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05532406" Longitude="108.24494854" StarRating="2" HotelCode="700138|daystar_hotel" HotelName="Daystar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/06/e7062c8b767d581e5e9518aee1cfa5018e4aab67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.76" OriginalAmount="85.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.062795" Longitude="108.242132" StarRating="4" HotelCode="|470839" HotelName="Golden Sun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Vo Van Kiet, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/8/3/9/470839_d5e74971149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.76" OriginalAmount="85.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.071721" Longitude="108.237605" StarRating="3" HotelCode="|418753" HotelName="Everland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Morrison street, Son Tra District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/5/3/418753_ec123341704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.25" OriginalAmount="85.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07077758" Longitude="108.23583608" StarRating="3" HotelCode="585238|3445135" HotelName="Luxtery Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>136 Pham Van Dong, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ee/a9eec79be3d210c0d4d5f6747f0e2139070de108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.43" OriginalAmount="85.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0547024" Longitude="108.2447012" StarRating="3" HotelCode="|331990" HotelName="Helios Boutique &amp; Spa, Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>05 Phan Liem, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/9/0/331990_84481661800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.48" OriginalAmount="85.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049183" Longitude="108.247892" StarRating="3" HotelCode="|417695" HotelName="Palazzo Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-10-11 Tran Bach Dang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/9/5/417695_31975ea1741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.89" OriginalAmount="86.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.068818" Longitude="108.238553" StarRating="3" HotelCode="|423272" HotelName="Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73-75 Duong Dinh Nghe, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/7/2/423272_74407631040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.43" OriginalAmount="86.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.10728" Longitude="108.090248" StarRating="3" HotelCode="|533360" HotelName="Mr Boss House and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hoa Lien, Hoa Vang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/3/6/0/533360_21d1df21133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04328145" Longitude="108.24788635" StarRating="3" HotelCode="550331|royal_huy_hotel" HotelName="Royal Huy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>360-362 Vo Nguyen Giap, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/90/50909129f0380f8627428a12bd86a9bb102960f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, room service, a c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07052129" Longitude="108.23661284" StarRating="3" HotelCode="624551|nhu_minh_plaza_danang_hotel" HotelName="Nhu Minh Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2-A2-KH Pham Van Dong Street, An Hai Bac Ward, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e6/afe6ab16c3ad79ad74ba8302d219f08a8856b56e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.40" OriginalAmount="87.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03514" Longitude="108.230485" StarRating="0" HotelCode="|471638" HotelName="Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nai Nam 8, Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/3/8/471638_8acf8671122.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.50" OriginalAmount="87.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07134" Longitude="108.23527" StarRating="0" HotelCode="|231931" HotelName="Hadana Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot H1 - 04, H1- 05, H1- 06 Pham Van Dong St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/3/1/231931_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.41" OriginalAmount="88.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0548951" Longitude="108.2451133" StarRating="4" HotelCode="|418727" HotelName="Grand Ocean Luxury Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 -29 Phan Liem, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/2/7/418727_8bb48220859.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.49" OriginalAmount="88.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0800334" Longitude="108.22367915" StarRating="3" HotelCode="945553|3440085" HotelName="Di Lusso Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bach Dang Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c5/8bc573fb9ede0e3f13b0ce4a7f5a19fcd81cc3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="866270|everland_hotel" HotelName="Everland Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Morrison Street, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/72/a872f6073a4830fd0620aa7057352f31bda5a5ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06942354" Longitude="108.23643843" StarRating="0" HotelCode="840563|thomestay_da_nang" HotelName="T Homestay Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Duong Dinh Nghe, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/98/7498190b051116fb898886cf95e1e8d941cc2327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;T-Homestay Da Nang is perfectly located for both business and leisure guests in Da Nang. Featuring a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.16" OriginalAmount="89.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.052597" Longitude="108.245587" StarRating="3" HotelCode="|447035" HotelName="Capecia Danang and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Phan Ton, My An, Ngu Hanh Son, Da Nang, 590000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/3/5/447035_671161c1755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.89" OriginalAmount="90.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0660229" Longitude="108.2443851" StarRating="3" HotelCode="|266479" HotelName="Dylan Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>93 Ha Bong , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/7/9/266479_99825851705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.47" OriginalAmount="90.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09598845" Longitude="108.24586375" StarRating="2" HotelCode="773613|3461475" HotelName="Sea Hai Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Vu Dinh Long, Tho Quang, Son Tra, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a1/51a1e528b0d2f4c47c74c640046f0f0d719f654b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07136772" Longitude="108.23528592" StarRating="3" HotelCode="495093|2240435" HotelName="Hadana Boutique Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot H1 - 04- H1- 05, H1- 06, Pham Van Dong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/02/27/02279b38cb0ac1de434dc15a01eb6b59eac76375.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.03" OriginalAmount="91.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05494465" Longitude="108.24550106" StarRating="0" HotelCode="877572|2554835" HotelName="Grand Ocean Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Phan Liem Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/05/7d05889c65c1cd8d17a4204b9fed05db7c9d06d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.64" OriginalAmount="91.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.060162" Longitude="108.2146103" StarRating="4" HotelCode="|266889" HotelName="Mitisa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Nguyen Van Linh, Hai Chau District , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/8/8/9/266889_d8e9f381052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.69" OriginalAmount="91.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.060818" Longitude="108.239584" StarRating="4" HotelCode="|522168" HotelName="Le Cap and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Dang Vu Hy,Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/6/8/522168_0390d820923.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04101391" Longitude="108.24866062" StarRating="3" HotelCode="374772|sea_phoenix_hotel" HotelName="Sea Phoenix Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>115 Ho Xuan Huong, My An Ward Ngu Hanh Son Dist., Da Nang city Vietnam</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/79/1e79fcc7a82397588560ae40937e8a602f37924b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04939417" Longitude="108.247831" StarRating="3" HotelCode="554169|palazzo_hotel_apartment" HotelName="Palazzo Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-10-11 Tran Bach Dang Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/52/ca525f2b1ea79cbf7210e27e4fe7553b6cfbc4d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.52" OriginalAmount="92.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.048667" Longitude="108.247298" StarRating="4" HotelCode="|446718" HotelName="Draco and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 An Thuong 2, Da Nang 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/1/8/446718_90aba371300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06848742" Longitude="108.24315997" StarRating="3" HotelCode="368213|legend_hotel_4" HotelName="Legend Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>169 Ho Nghinh Street, Da Nang 59</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5a/a95ace870f84bee0585c282a84d9f0fc03607a48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.35" OriginalAmount="93.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0411237" Longitude="108.2486477" StarRating="4" HotelCode="|331809" HotelName="Sea Phoenix Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Ho Xuan Huong Strt., My An Ward, Ngu Hanh Son Dist.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/0/9/331809_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.43" OriginalAmount="93.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.076084" Longitude="108.244136" StarRating="4" HotelCode="|339213" HotelName="Martin Ho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Phuoc Truong 9, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/1/3/339213_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06183238" Longitude="108.24531519" StarRating="2" HotelCode="374951|my_hanh_hotel_da_nang" HotelName="My Hanh Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Lam Hoanh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/fb/affbd227393c22dedab795043beff4027563f113.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.89" OriginalAmount="95.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0627618" Longitude="108.2422819" StarRating="4" HotelCode="|332230" HotelName="White Sand Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 91 Vo Van Kiet St Phuoc My Ward Son Tra Distric</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/3/0/332230_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.23" OriginalAmount="95.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06283666" Longitude="108.24229396" StarRating="3" HotelCode="945593|3446405" HotelName="White Sand Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Vo Van kiet, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9d/b39dcb21e8aae14105dff6c6539f19065f5a266e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Da Nang. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.78" OriginalAmount="95.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0781212" Longitude="108.24434191" StarRating="3" HotelCode="754400|3436305" HotelName="Shri Villa &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Do The Chap Street, Phuoc My Ward, Son Tra District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f7/82f748eee683b4c84506bf8e816ac25ed238b88a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.068612091452" Longitude="108.24156612203" StarRating="3" HotelCode="368664|monaco_hotel" HotelName="Monaco Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Duong Dinh Nghe Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f9/a4f913ba340f2d6ddddd29291648f68d2d72ad07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06643481" Longitude="108.24438918" StarRating="3" HotelCode="595707|dylan_hotel_da_nang" HotelName="Dylan Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93-95 Ha Bong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1e/7c1e141bb39ba5a8a7edc79d93767fea349fa906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.95" OriginalAmount="97.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06618" Longitude="108.24321" StarRating="3" HotelCode="|234561" HotelName="Legend" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>169 Ho Nghinh, Phuong Phuoc My Quan Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/5/6/1/234561_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.11" OriginalAmount="97.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.101" Longitude="108.23227" StarRating="4" HotelCode="|446720" HotelName="Alan Sea Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A6 Le Duc Tho, Nai Hien Dong Ward, Son Tra District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/0/446720_6fd70ae0947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.11" OriginalAmount="97.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0707" Longitude="108.23807" StarRating="0" HotelCode="|232942" HotelName="Sea Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 29-33 Le Van Quy Street, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/4/2/232942_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.21" OriginalAmount="98.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05511727" Longitude="108.24594182" StarRating="3" HotelCode="852939|3472295" HotelName="Sunny Ocean Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>90-92-94 Tran Bach Dang, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/5b/b05b330253102b0aeb7185f27f780dac47589f32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.81" OriginalAmount="98.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.078787" Longitude="108.245719" StarRating="4" HotelCode="|471771" HotelName="Mangata Beachfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/7/7/1/471771_e7b182f1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07609892" Longitude="108.2438936" StarRating="3" HotelCode="753123|martin_ho_hotel" HotelName="Martin Ho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Phuoc Truong 9, Phuoc My Ward, Son Tra district, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/zz/a5ad6b51988c87d8d6f998ff7a9359ea191548e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06796043" Longitude="108.24509806" StarRating="4" HotelCode="943396|paracel_danang_hotel" HotelName="Paracel Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3B4.1 Vo Nguyen Giap Street, Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/96/7c96c37fe39d755b21bd3a2b4229961450a043f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.04" OriginalAmount="100.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04994" Longitude="108.247609" StarRating="0" HotelCode="|423239" HotelName="Senorita Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Tran Bach Dang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/3/9/423239_e41e4670840.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.06" OriginalAmount="100.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.074638" Longitude="108.243497" StarRating="0" HotelCode="|486619" HotelName="Dérive Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>70 Le Manh Trinh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/6/1/9/486619_f1e82a92149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.28" OriginalAmount="100.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.079277" Longitude="108.244482" StarRating="1" HotelCode="|423070" HotelName="Sanayen Villa and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Do The Chap, Phuoc My, Son Tra, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/7/0/423070_1217a441746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.29" OriginalAmount="100.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055010586793" Longitude="108.24196907067" StarRating="3" HotelCode="316792|1229918" HotelName="King's Finger Da Nang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Nguyen Van Thoai Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/fb/dafb296c519f54044b8d4cf49d912f5ba2006dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.94" OriginalAmount="100.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07488" Longitude="108.2436" StarRating="1" HotelCode="|423033" HotelName="John Boutique Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Le Manh Trinh, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/3/3/423033_04f323c1732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07351069" Longitude="108.24209774" StarRating="0" HotelCode="978088|clivia_hotel" HotelName="Clivia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Loseby, Phuoc My, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84e67259fa4ada0e3730a20bc8b884ac123825.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.14" OriginalAmount="102.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.079186" Longitude="108.243472" StarRating="4" HotelCode="|423594" HotelName="Le Bouton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Tran Dinh Dan Street, Phuoc My Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/9/4/423594_3368acf1539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.24" OriginalAmount="102.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.038482" Longitude="108.243838" StarRating="4" HotelCode="|418282" HotelName="Nostalgia Ds" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11A Ho Xuan Huong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/8/2/418282_ffbaa510207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.43" OriginalAmount="102.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0754472" Longitude="108.2449828" StarRating="4" HotelCode="|266499" HotelName="7 Seven Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Vo Nguyen Giap, Phuoc My Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/9/9/266499_b85f1ec1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.67" OriginalAmount="102.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06341164" Longitude="108.24404413" StarRating="3" HotelCode="586952|3466555" HotelName="Pavilion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>35 Vo Van Kiet Street, Son Tra District, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b9/feb9d9e5ba132d5a01d9974f39152852bf9ee810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.04" OriginalAmount="102.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06332" Longitude="108.2439" StarRating="4" HotelCode="|239700" HotelName="Pavilion Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Vo Van Kiet St., Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/0/0/239700_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="619911|alansea_danang_hotel" HotelName="Alansea Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A6-10 Le Duc Tho Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/14/b714c7c2cf31020637950742abf4ebfe8b8eba00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07080681" Longitude="108.23799747" StarRating="3" HotelCode="434197|sea_garden_hotel_5" HotelName="Sea Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 29-33 Le Van Quy Street, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/51/ac51e0e28a7fe4a855e6482bfb298f74a51b24e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.37" OriginalAmount="104.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05538" Longitude="108.245856" StarRating="4" HotelCode="|417621" HotelName="Sunny Ocean and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Tran Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/2/1/417621_666d13a1626.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.64" OriginalAmount="104.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.051496" Longitude="108.246715" StarRating="3" HotelCode="|474901" HotelName="DAO NGOC HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>04 An Thuong 30 , Phuong My An</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/9/0/1/474901_1b5754e1259.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0746108" Longitude="108.246036" StarRating="3" HotelCode="424285|temple_resort_experience_danang_" HotelName="Temple Danang Resort Experience" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Concierge,Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Son Tra District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/95/14955148f65efb97fc3ef37be2277a197637c010.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Temple Resort Experience Danang to discover the wonders of Da Nang. The hotel offers a high ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066962" Longitude="108.223909" StarRating="3" HotelCode="396946|cherie_hotel" HotelName="Satya Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Phu, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/4b/dd4b23e8a96d933747f5ec7c5cc735b9a4afe075.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.22" OriginalAmount="105.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="2" HotelCode="853838|3473585" HotelName="Nostalgia Ds Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11A Ho Xuan Huong, Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/7e/867e46f8c8040598c85f4a4e2d69d3ae0543748a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.45" OriginalAmount="105.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.077492" Longitude="108.215732" StarRating="3" HotelCode="|422371" HotelName="Kaia Residence Da Nang Quiet Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>132/15 Ly Tu Trong Str</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/3/7/1/422371_5441af41736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.77" OriginalAmount="105.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.065547" Longitude="108.223484" StarRating="4" HotelCode="|446727" HotelName="Wink Danang Centre, Unscripted by Hyatt - 24 Hours stay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178 Tran Phu Street, Phuoc Ninh Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/7/446727_f071ea91008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.86" OriginalAmount="105.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066178" Longitude="108.224459" StarRating="4" HotelCode="|418291" HotelName="Haian Riverfront Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>182 Bach Dang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/9/1/418291_590ce840253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.96" OriginalAmount="105.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0668382" Longitude="108.2234538" StarRating="4" HotelCode="|331519" HotelName="Satya Da Nang Han Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Phu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/5/1/9/331519_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.76" OriginalAmount="106.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06022859" Longitude="108.21314953" StarRating="3" HotelCode="692349|3430065" HotelName="Danang Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 - 156 Nguyen Van Linh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/28/ba28e7deaf24cad1834f92a19739348537a0a84b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.96" OriginalAmount="106.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0800448" Longitude="108.2236066" StarRating="3" HotelCode="|265949" HotelName="Di Lusso Boutique Riverside Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14th Bach Dang street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/9/4/9/265949_75181f31729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.41" OriginalAmount="107.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.051041" Longitude="108.24721" StarRating="0" HotelCode="|423483" HotelName="Golden Lotus Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot C5 Tran Bach Dang Street My An Ward, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/8/3/423483_46c4f1b0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.75" OriginalAmount="107.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.040743" Longitude="108.245347" StarRating="0" HotelCode="|541665" HotelName="Vernalhome Boutique Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Luu Quang Thuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/1/6/6/5/541665_7a2306f1006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.99" OriginalAmount="107.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0747" Longitude="108.246" StarRating="3" HotelCode="|419907" HotelName="Temple Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Str. ,Son tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/0/7/419907_6a2f8ff1810.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0602399" Longitude="108.2138579" StarRating="3" HotelCode="|266992" HotelName="Danang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Nguyen Van Linh 6 th floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/9/2/266992_c674e961750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.060221" Longitude="108.216622" StarRating="4" HotelCode="101680|one_opera_danang_hotel" HotelName="One Opera Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Van Linh, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/9c/1d9c37bcb24640c518cb20dd9defe398cc15aeb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the dynamic city full of vitality, the hotel is close to the major business,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.067050138175" Longitude="108.22020729344" StarRating="3" HotelCode="316996|sanouva_danang_hotel" HotelName="Sanouva Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>68 Phan Chau Trinh Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/ea28596993aa43b6a9b3f0bf2a124350.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.89" OriginalAmount="109.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0606163" Longitude="108.2224928" StarRating="4" HotelCode="|331821" HotelName="Vanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>03 Nguyen Van Linh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/2/1/331821_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.29" OriginalAmount="109.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0553279" Longitude="108.2437608" StarRating="4" HotelCode="|332017" HotelName="Royal Lotus Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120A Nguyen Van Thoai Str, Ngu Hanh Son Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/1/7/332017_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.33" OriginalAmount="111" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06768104" Longitude="108.24436587" StarRating="2" HotelCode="964291|387708" HotelName="The Glomad Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41-43 Ha Bong, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/40/ae40ebad356c88da067fee5e077b1a060e7f3f48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07549299" Longitude="108.24497634" StarRating="3" HotelCode="586466|seven_sea_hotel_da_nang" HotelName="Seven Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>150 Duong Vo Nguyen Giap, Quan Son Tra, Thanh Pho, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3f/223f8bb8973aac7b43cc1a85aa501d49c3ef45cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055459521506" Longitude="108.24386454844" StarRating="4" HotelCode="435859|royal_lotus_hotel_danang_managed_by_hk_hospitality_2" HotelName="Royal Lotus Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120A Nguyen Van Thoai Street, Ngu Hanh, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/28/1a283ef935d5722c1dfa79f7bb5b93840e1055eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06701407" Longitude="108.2431068" StarRating="0" HotelCode="983573|the_memory_danang" HotelName="The Memory" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 Ho Nghinh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/dc/b4dc75eba29d27c917b81e7d995625dafba6dc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.54" OriginalAmount="111.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0787" Longitude="108.244" StarRating="3" HotelCode="|422830" HotelName="Livie Da Nang Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Do The Chap, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/3/0/422830_d8677660544.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06655615" Longitude="108.22378103" StarRating="3" HotelCode="363922|152968" HotelName="Bamboo Green Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Tran Phu Street, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/8a/108acc01a4f1e24b61fc442193b2ebd12a43c36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.17" OriginalAmount="112.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06077109" Longitude="108.22267059" StarRating="4" HotelCode="374973|1767328" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>03 Nguyen Van Linh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ed/dbedc95758b9b463e1b088e098a6aabc1a03fcd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.36" OriginalAmount="112.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0481" Longitude="108.2466" StarRating="4" HotelCode="|418972" HotelName="Cosmos Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 117-119 Ngo Thi Sy Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/9/7/2/418972_0c891e81056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.85" OriginalAmount="113.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.048334" Longitude="108.226849" StarRating="5" HotelCode="905934|442595" HotelName="Grand Mercure Danang" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lot A1 Zone of the Villas of Green Island, Hoa Cuong Bac Hai Chau District, Danang 84511</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/08/1008eba53d7ebd395b12cae8e0c9553e8c9bdd08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a stunning location, on the exclusive Green Island in heart of Ðà N?ng City. Thank...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.10" OriginalAmount="114.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04806668" Longitude="108.24658797" StarRating="3" HotelCode="854448|3444585" HotelName="Cosmos Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117-119 Ngo Thi Sy Street, My An Ward, Ngu Hanh Son District, Da Nang 50507</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d6/e9d67ea7dc023a69484e0f208980d88f4281f874.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.21" OriginalAmount="114.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06824" Longitude="108.24523" StarRating="4" HotelCode="|236293" HotelName="Paracel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204 Vo Nguyen Giap Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/9/3/236293_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.67" OriginalAmount="115.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05380783" Longitude="108.24758773" StarRating="4" HotelCode="587746|2501105" HotelName="Muong Thanh Luxury Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>270 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8b1e71d59d299ead8b593d26fe21928bfcd666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.71" OriginalAmount="116.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06682597" Longitude="108.24512497" StarRating="3" HotelCode="488573|3473435" HotelName="BlueSun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>230 Vo Nguyen Giap, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/2f/d62fdc39e71d3ce2847933e4a303cec21f37c651.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.02" OriginalAmount="116.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05373" Longitude="108.24769" StarRating="4" HotelCode="|239441" HotelName="Muong Thanh Luxury Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>270 Vo Nguyen Giap, My An Ward, Ngu Hanh Son District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/4/1/239441_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.40" OriginalAmount="116.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.051966337841" Longitude="108.2469321018" StarRating="4" HotelCode="386269|1803198" HotelName="Cicilia Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>No. 23.25.27 Do Ba Road, T20 Beach, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e1/d5/e1d5def321e5581fcf99d8181fa0443692a1dd74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.19" OriginalAmount="117.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05186" Longitude="108.24666" StarRating="0" HotelCode="|233522" HotelName="Cicilia &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.06-08-10 Do Ba street, T20 Beach, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/2/2/233522_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.21" OriginalAmount="117.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.054867" Longitude="108.241006" StarRating="0" HotelCode="|471397" HotelName="Estrella Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Nguyen Van Thoai An Hai Dong Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/9/7/471397_72a0a7f1142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="956618|bella_boutique_villa" HotelName="Bella Boutique Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Do The Chap, Phuoc My, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/94/7a94fc1381470cb4149059886c1b635ad8bae3c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.68" OriginalAmount="118.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.980458" Longitude="108.273448" StarRating="3" HotelCode="|421169" HotelName="Flower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 - 34 Do Ba, My An Ward, Ngu Hanh Son District, Da Nang, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/1/6/9/421169_fb203231751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.15" OriginalAmount="118.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07015" Longitude="108.2172" StarRating="3" HotelCode="|418699" HotelName="Phuong Tran Apartment and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Ngo Gia Tu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/6/9/9/418699_fd5db1c0741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.38" OriginalAmount="118.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06724" Longitude="108.245188" StarRating="4" HotelCode="|418234" HotelName="Maximilan Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Vo Ngyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/3/4/418234_7c1523d1552.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06667897" Longitude="108.24509798" StarRating="4" HotelCode="374618|diamond_sea_hotel_2" HotelName="Diamond Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Vo Nguyen Giap Street, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/70/46707aec9bdc1f68f22a6653026092f57859d7ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.28" OriginalAmount="119.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0669075" Longitude="108.2450348" StarRating="4" HotelCode="|331797" HotelName="Diamond Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>232 Vo Nguyen Giap Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/7/9/7/331797_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.59" OriginalAmount="119.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.080271701557" Longitude="108.22118323303" StarRating="2" HotelCode="227124|3469065" HotelName="Thu Bon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Ly Thuong Kiet Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5f/845fc1f7dff873ab6438481ea6a35b61bdde4097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.082537160925" Longitude="108.2218462057" StarRating="3" HotelCode="227122|grandvrio_city_danang" HotelName="Grandvrio City Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>01-03 Dong Da Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/37/29379fa85fbfb154af1b19261ccd47d24f60626f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.44" OriginalAmount="120.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05157033" Longitude="108.24554858" StarRating="0" HotelCode="754653|3433195" HotelName="Flower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lo 33-34 Do Ba, P My An, Q Ngu Hanh Son, Da Nang 556920</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/07/5f0769eeb32deae7e8a72355e18cce7b5b26794b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07015855" Longitude="108.21719615" StarRating="3" HotelCode="773878|minh_tran_apartment_and_hotel" HotelName="Minh Tran Apartment &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Ngo Gia Tu, Hai Chau, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/41/e241856214b6b5dfe6f12e45a190945c9e9b3051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.18" OriginalAmount="122.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06706506" Longitude="108.24515519" StarRating="0" HotelCode="965860|2416805" HotelName="Maximilan Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/5a/395a3a5ffa86314b914ab7ae34c4530520f8b9f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.42" OriginalAmount="122.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0489408" Longitude="108.2489113" StarRating="4" HotelCode="|332172" HotelName="Yarra Ocean Suites Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>304 Vo Nguyen Giap Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/1/7/2/332172_5593c831333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.97" OriginalAmount="124.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04896167" Longitude="108.24894028" StarRating="4" HotelCode="594464|2501125" HotelName="Adamo Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>304 Vo Nguyen Giap, Da Nang 550000, Ngu Hanh Son</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/766652/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.41" OriginalAmount="124.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0405" Longitude="108.247" StarRating="3" HotelCode="|447056" HotelName="Daisy Boutique Hotel and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Che Lan Vien, Ngu Hanh Son District, Da Nang, 50000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/5/6/447056_5cef53d0720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06263001" Longitude="108.24525817" StarRating="3" HotelCode="595324|tuyet_son_hotel" HotelName="Tuyet Son Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>02 Lam Hoanh, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/f4/0df495208793e9f5a3cbb50df72b81c421fff552.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.49" OriginalAmount="126.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061604" Longitude="108.221747" StarRating="0" HotelCode="|447405" HotelName="Cozy Danang Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Co Giang Hai Chau, 37 Co Giang. Da Nang, Da Nang, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/0/5/447405_82075691722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.78" OriginalAmount="126.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.085678" Longitude="108.248178" StarRating="3" HotelCode="|419908" HotelName="De Lamour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/0/8/419908_57341281159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05385546" Longitude="108.24589522" StarRating="3" HotelCode="753471|ruby_light_hotel_danang" HotelName="Ruby Light Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Do Bi, My An Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/63/8463f9f354e7f176fea0989be869d36c4a2b1d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.82" OriginalAmount="127.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05397" Longitude="108.246355" StarRating="3" HotelCode="|422850" HotelName="Dana Sea Muong Thanh Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Tran Bach Dang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/5/0/422850_8ca86470716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.86" OriginalAmount="127.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07055" Longitude="108.236377" StarRating="4" HotelCode="|418138" HotelName="Cn Palace Boutique and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 4,5,6 Pham Van Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/3/8/418138_7c192b90324.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.91" OriginalAmount="127.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.053508" Longitude="108.24784" StarRating="0" HotelCode="|420018" HotelName="Sofiana My Khe and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Tran Bach Dang , Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/1/8/420018_73439511719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.02" OriginalAmount="127.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.052371" Longitude="108.246755" StarRating="0" HotelCode="|467977" HotelName="Golden Lotus Luxury Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>198B Tran Bach Dang Bac My Phu Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/9/7/7/467977_5a2d0131822.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.22" OriginalAmount="128.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06995" Longitude="108.2454" StarRating="0" HotelCode="|233188" HotelName="Bluesun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 Vo Nguyen Giap Phuoc My, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/1/8/8/233188_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.34" OriginalAmount="128.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.060536" Longitude="108.216604" StarRating="5" HotelCode="|417784" HotelName="Muong Thanh Luxury Song Han Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Van Linh ,Hai Chau, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/8/4/417784_5d729a21745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.50" OriginalAmount="131.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0631913" Longitude="108.2450911" StarRating="4" HotelCode="|372930" HotelName="Tuyet Son (ts Ocean)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>02 Lam Hoanh, Phuoc My Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/3/0/372930_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.50" OriginalAmount="133.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09756141" Longitude="108.224319" StarRating="4" HotelCode="621871|2303095" HotelName="Danang Golden Bay" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>01 Le Van Duyet Street, Nai Hien Dong Ward, Son Tra District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e1/90e1e0564108cf77d34d139e1aea01137737084f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.10" OriginalAmount="137.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049582" Longitude="108.245477" StarRating="4" HotelCode="|446724" HotelName="Golden Lotus Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86 Le Quang Dao, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/4/446724_c3320281051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="969608|cn_palace_boutique_hotel" HotelName="CN Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4,5,6 Pham Van Dong, An Hai Bac, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b1/73b1d528ad6634f687a29393577ce7344035a854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06597581" Longitude="108.24518175" StarRating="3" HotelCode="372878|sea_front_hotel" HotelName="Sea Front Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ff/a7ff0c6aaea8709b6e2e13520c5b5ba1f97e6bbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.21" OriginalAmount="140.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.055137" Longitude="108.24577" StarRating="0" HotelCode="|535879" HotelName="PĀMA Boutique and Bistro Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96 Tran Bach Dang, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/7/9/535879_6d426bc2057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.95" OriginalAmount="141.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0806357" Longitude="108.2468073" StarRating="5" HotelCode="|418038" HotelName="Sel De Mer and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Vo Nguyen Giap, Son Tra , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/3/8/418038_a81f0fe0812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.98" OriginalAmount="141.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.041506" Longitude="108.248374" StarRating="3" HotelCode="931921|1165938" HotelName="Fansipan Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>424 Vo Nguyen Giap Street, Bac My An Beach, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b1/acb189a18bbfbf59a4426a8d8df4d78e866c78bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.35" OriginalAmount="142.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066077" Longitude="108.244392" StarRating="3" HotelCode="|533586" HotelName="The Dream Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Ha Bong Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/8/6/533586_f37ef031415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.68" OriginalAmount="143.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.067206" Longitude="108.245135" StarRating="4" HotelCode="|418273" HotelName="Minh Toan Safi Ocean" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>224 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/7/3/418273_36ab2dd0126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.08" OriginalAmount="143.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06475" Longitude="108.22338" StarRating="4" HotelCode="|422856" HotelName="Val Soleil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186 Tran Phu, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/5/6/422856_b94fab60837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.51" OriginalAmount="145.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.048552" Longitude="108.242197" StarRating="3" HotelCode="|418696" HotelName="Danang Moon Villa and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 - 41 Hoang Ke Viem str, Ngu Hanh Son, Da Nang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/6/9/6/418696_276e3d20707.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04567141" Longitude="108.22718779" StarRating="3" HotelCode="397966|the_blossom_resort_danang" HotelName="The Blossom Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Lot A1-A2 Green Island Zone, Hoa Cuong Bac Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/dd/45dd2ad4f50df17707c672e646a405bf1887bf70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08563474" Longitude="108.24826886" StarRating="3" HotelCode="773609|de_lamour_hotel" HotelName="De L'Amour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Vo Nguyen Giap, Man Thai, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/32/2332aaf162cf00adde5310f16d21fc9d595bbd05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.77" OriginalAmount="150.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0647412" Longitude="108.22339395" StarRating="3" HotelCode="780920|2529785" HotelName="Val Soleil Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186 Tran Phu, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/85/df8549fd010ffc27e3d0ced35699d5d964b4b51e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.28" OriginalAmount="150.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06889" Longitude="108.24514" StarRating="4" HotelCode="|189062" HotelName="A La Carte Da Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Vo Nguyen Giap Street, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/2/189062_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.49" OriginalAmount="150.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049557" Longitude="108.248897" StarRating="4" HotelCode="|339291" HotelName="Balcona Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>288 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/9/1/339291_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.50" OriginalAmount="150.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09745" Longitude="108.22419" StarRating="5" HotelCode="|240109" HotelName="Wyndham Danang Golden Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Le Van Duyet, Son Tra, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/0/9/240109_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09364856" Longitude="108.25152454" StarRating="3" HotelCode="755291|grand_gold_hotel_3" HotelName="Grand Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Beauty Salon,Bicycle Rental,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1-A2.2 Hoang Sa Street, Tho Quang Ward, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/6a/8e6af4a41021e63c84d2da22c76fd5543370bae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in Da Nang, Grand Gold Hotel features free bikes and an outdoor swimming pool. This 4-star hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.48" OriginalAmount="151.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0578562" Longitude="108.2466468" StarRating="5" HotelCode="|339267" HotelName="Dlg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Vo Nguyen Giap, Phuoc My Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/6/7/339267_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.01" OriginalAmount="152.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.093752" Longitude="108.251587" StarRating="4" HotelCode="|418147" HotelName="Grand Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1-A2.2, Hoang Sa Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/4/7/418147_1ec76860354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.04844258" Longitude="108.24237598" StarRating="3" HotelCode="774069|moon_hotel_apartment" HotelName="Moon Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Hoang Ke Viem, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/72/c37263b298b4ff9ca67adef43d625fe569a637e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.47" OriginalAmount="153.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.045872" Longitude="108.22718" StarRating="4" HotelCode="|264972" HotelName="The Blossom Resort Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot A1-A2 Zone of Villas of-Green Island-Hoa Cuong Bac-Hai Chau District-Da Nang-Viet Nam, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/9/7/2/264972_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.66" OriginalAmount="155.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049522185085" Longitude="108.24867620432" StarRating="4" HotelCode="300555|973565" HotelName="Holiday Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/c9/65c9d29e130e78ed3a9b41c9ce25abff6be6c561.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.64" OriginalAmount="155.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.076847" Longitude="108.230959" StarRating="5" HotelCode="|373153" HotelName="Meliá Vinpearl Danang Riverfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>341 Tran Hung Dao Street, An Hai Bac Ward, Son Tra District, Da Nang city, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/1/5/3/373153_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.63" OriginalAmount="156.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05802103" Longitude="108.24658064" StarRating="5" HotelCode="739612|2626385" HotelName="DLG Hotel Danang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Parking,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>258 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/00/bb006edc798061b6a080342689d99c89e76841a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;DLG Hotel Danang features 237 rooms with full functions and facilities up to 5-star ranking. Ideally...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.15" OriginalAmount="157.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05117902" Longitude="108.24839818" StarRating="4" HotelCode="754576|2562565" HotelName="Balcona Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>288 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1123691/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.45" OriginalAmount="157.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.075807" Longitude="108.244902" StarRating="5" HotelCode="|468288" HotelName="Awaken Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>148 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/8/8/468288_208a61d1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0711002" Longitude="108.23032136" StarRating="5" HotelCode="746364|vinpearl_condotel_riverfront_danang" HotelName="Vinpearl Condotel Riverfront Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Elevator,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>341 Tran Hung Ðao, Phuong An Hai Bac, Quan Son Trà, TP Ðà Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/92/9492b17ee36c3ae54c65a8be0dd5ed9aff6809ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Vinpearl Condotel Riverfront Danang offers an ideal location in Da Nang, near the Han River, 1.5 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.23" OriginalAmount="159.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049589" Longitude="108.248326" StarRating="4" HotelCode="|157804" HotelName="Holiday Beach Danang and Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>My Khe Beach, Vo Nguyen Giap Street, Ngu Hanh Son District, Danang City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/8/0/4/157804_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: The hotel is in the area, the beach, Close to shops.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.04" OriginalAmount="161.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.073946" Longitude="108.24472" StarRating="5" HotelCode="|418054" HotelName="Radisson Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>170 Vo Nguyen Giap, Phuoc My Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/5/4/418054_8c59f6f0928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.68" OriginalAmount="163.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06878708" Longitude="108.24488503" StarRating="4" HotelCode="318546|1222558" HotelName="A La Carte Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dinh Nghe, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/97/e397a13268e77270051e4fd0c40daa67b2c4e6c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.54" OriginalAmount="164.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.080069" Longitude="108.2464221" StarRating="3" HotelCode="|421436" HotelName="Hilton Garden Inn Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Man Thai Ward, Son Tra District, Da Nang Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/3/6/421436_65398871737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.98" OriginalAmount="166" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07307381" Longitude="108.22440115" StarRating="4" HotelCode="570421|230743" HotelName="Hilton Da Nang" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>50 Bach Dang Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/65/df65ef8083d994375af735e102f18ba9e8448d45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.84" OriginalAmount="167.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07112" Longitude="108.231075" StarRating="5" HotelCode="|418314" HotelName="Melia Vinpearl Danang Riverfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngo Quyen Street, An Hai Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/1/4/418314_d32e8060247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.96786064" Longitude="108.01968558" StarRating="3" HotelCode="587419|ebisu_onsen_resort" HotelName="Ebisu Onsen Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Highway 14G, Hoa Phu, Hoa Vang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/6424dfd89665e75ff8ba93a61380e0bb99d33207.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.73" OriginalAmount="168.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.065906" Longitude="108.245189" StarRating="3" HotelCode="|419913" HotelName="Seafront Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/1/3/419913_5ae40951842.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.85" OriginalAmount="172.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.063313" Longitude="108.24272" StarRating="4" HotelCode="|418144" HotelName="Stella Maris Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vo Van Kiet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/4/4/418144_f7a64cd0359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.97" OriginalAmount="173.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0681" Longitude="108.245" StarRating="4" HotelCode="|418131" HotelName="Chicland Boutique Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 Vo Nguyen Giap, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/3/1/418131_2c28da20316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.62" OriginalAmount="175.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06114" Longitude="108.24243" StarRating="0" HotelCode="|240262" HotelName="Minh House Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 To Hien Thanh, Son Tra Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/2/6/2/240262_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.11" OriginalAmount="177.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0549" Longitude="108.2416" StarRating="4" HotelCode="|235650" HotelName="Risemount Premier Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Nguyen Van Thoai Street, My An Ward Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/6/5/0/235650_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.36" OriginalAmount="179.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.081015" Longitude="108.246894" StarRating="5" HotelCode="|552531" HotelName="Peninsula  Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Vo Nguyen Giap, Ward Man Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/3/1/552531_2ea90191418.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.74" OriginalAmount="180.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0634378" Longitude="108.2446171" StarRating="3" HotelCode="|332246" HotelName="Delicate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 - 25 Vo Van Kiet, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/4/6/332246_a308ea51831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.93" OriginalAmount="183.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.067547" Longitude="108.245254" StarRating="0" HotelCode="|239463" HotelName="Mandila Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/6/3/239463_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.72" OriginalAmount="187.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06354745" Longitude="108.24469111" StarRating="3" HotelCode="568518|3466025" HotelName="Hung Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Vo Van Kiet, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/6a/0f6a3119e674cbbb86620789812fe164e5212ee3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.16" OriginalAmount="189.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0677419" Longitude="108.24522234" StarRating="3" HotelCode="586004|2501175" HotelName="Mandila Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/25/7e2523e22cf44c955fb9d5e379de956555d06163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="727761|rung_huong_apartment" HotelName="Rung Huong Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>488 Vo Nguyen Giap, Ngu Hanh Son, Da Nang 5550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/eb/94eb18867f1d89a9d46f224654f711b0924ddede.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06575166" Longitude="108.24511572" StarRating="3" HotelCode="590927|le_hoang_beach" HotelName="Le Hoang Beach 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,Spa">
        <Address>
          <AddressLines>
            <AddressLine>244 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/3d/813dd30e19cdeb3e95fd5b80a7270797ddd90cc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.02" OriginalAmount="193.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.090558" Longitude="108.25028" StarRating="4" HotelCode="|339316" HotelName="Seashore and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 15 - 16 Hoang Sa Opposite Man Thai Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/3/1/6/339316_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.13" OriginalAmount="196.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.057763" Longitude="108.17355" StarRating="1" HotelCode="|523146" HotelName="Hong An Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Nguyen Van Tao, Hoa Minh, Cam Le</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/4/6/523146_d369edb0927.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066807666667" Longitude="108.22488133333" StarRating="4" HotelCode="915944|brilliant_hotel" HotelName="Brilliant Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Bach Dang Street, Hai Chau I Ward, Danang, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c1/e8c13e41c0a89821c7780402866b9e28f1fad30a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.09" OriginalAmount="203.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07772093" Longitude="108.24526845" StarRating="3" HotelCode="739600|four_points_by_sheraton_danang" HotelName="Four Points By Sheraton Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Danang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/86/8d86c76aeab2f2804dbb485175d4c7fc4ea7a17b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Danang. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.22" OriginalAmount="203.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07777" Longitude="108.245618" StarRating="5" HotelCode="|417609" HotelName="Altara Suites Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/0/9/417609_e09f59f1624.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.17" OriginalAmount="204.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.074269" Longitude="108.244741" StarRating="4" HotelCode="|469103" HotelName="voco Ma Belle Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/1/0/3/469103_4d515c31825.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.02" OriginalAmount="205.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06207974" Longitude="108.24539694" StarRating="0" HotelCode="973445|2627495" HotelName="Sala Danang Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 - 38 Lam Hoanh Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/95/2195ccc0a0d4225a9f1fa52c392fe6d6d4b3d7a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.46" OriginalAmount="207.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0676" Longitude="108.244" StarRating="3" HotelCode="|420912" HotelName="The Glomad Da Nang - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/1/2/420912_383eff51536.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.63" OriginalAmount="207.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07766553" Longitude="108.24541471" StarRating="5" HotelCode="596224|2266515" HotelName="Altara Suites by Ri-Yaz" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>120 Vo Nguyen Giap, Phuoc My Ward, Da Nang, Son Tra</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/c9/a3c933e9e1c43e35a69a2388f24a15c5f3b67ce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="974848|glamour_hotel_da_nang" HotelName="Glamour Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>269 Tran Hung Dao, An Hai Bac, Da Nang 50000, Son Tra District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5e/d65e8c6082c0c79844f97b49f6de22a0585a47b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.59" OriginalAmount="211.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061896" Longitude="108.245472" StarRating="4" HotelCode="|417649" HotelName="Sala Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Lam Hoanh Street, Son Tra district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/4/9/417649_f7657e31659.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.03" OriginalAmount="216.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061565" Longitude="108.24538" StarRating="1" HotelCode="|423599" HotelName="Chi House Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 D. Lam Hoanh Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/9/9/423599_93c535e1755.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.05" OriginalAmount="216.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0658542" Longitude="108.245074" StarRating="4" HotelCode="|338403" HotelName="Le Hoang Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>244 Vo Nguyen Giap Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/0/3/338403_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.64" OriginalAmount="221.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.077272" Longitude="108.223386" StarRating="5" HotelCode="212976|962705" HotelName="Novotel Danang Premier Han River" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Bach Dang Street, Hai Chau District, Danang 02363</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/38/1f3892385370f04313f4bd6f5105e0d52bf413f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 429 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.14" OriginalAmount="224.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049618100171" Longitude="108.24701592083" StarRating="3" HotelCode="385946|1817488" HotelName="Avatar Danang" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 120 An Thuong 2 Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6c/af/6caff3ced6b62596c156a6e461f235bca0144b39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.95" OriginalAmount="225.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.053532" Longitude="108.247927" StarRating="4" HotelCode="|339234" HotelName="Haian Beach and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>278 Vo Nguyen Giap Da Nang Da Nang Municipality</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/3/4/339234_2cf32041016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.04" OriginalAmount="226.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.073103" Longitude="108.242916" StarRating="0" HotelCode="|447401" HotelName="Del Luna By Luk Global" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>138 ho nghinh, son tra, Da Nang, Da nang, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/0/1/447401_808b32a1720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05335407" Longitude="108.24785549" StarRating="3" HotelCode="754911|haian_beach_hotel_spa" HotelName="Haian Beach Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Laundry,Lounge,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>278 Vo Nguyen Giap Street, Ngu Hanh Son District, DaNang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/1f/551f44f070c117657a3e8d21791ee00b03eeed67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the 4-star service hotels in DaNang city – is ideally located directly at the beautiful beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.33" OriginalAmount="230.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.00904346" Longitude="108.00773539" StarRating="4" HotelCode="375371|1894565" HotelName="Hotel Mercure Danang French Village Bana Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>An Son, Hoa Son Commune, Hoa Vang District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/4a/074a911ed01d96425e2b572e630621cf47b426b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.71" OriginalAmount="230.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0533202" Longitude="108.2479829" StarRating="5" HotelCode="|417790" HotelName="Rosamia Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>282 Vo Nguyen Giap, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/9/0/417790_d5678181733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.69" OriginalAmount="231.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.9982066" Longitude="107.9880295" StarRating="4" HotelCode="|218445" HotelName="Mercure Danang French Village Bana Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Son, Hoa Son Commune, Hoa Vang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/4/5/218445_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.04" OriginalAmount="233.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06593" Longitude="108.24524" StarRating="3" HotelCode="|230856" HotelName="Sea Front" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap Son Tra district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/8/5/6/230856_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0548471" Longitude="108.24177655" StarRating="4" HotelCode="510879|risemount_resort_danang" HotelName="Risemount Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Nguyen Van Thoai Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/16/5516000e18ee0c5e129b848e83055c3de3918645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.13" OriginalAmount="238.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0676785" Longitude="108.2452581" StarRating="4" HotelCode="|338710" HotelName="Monarque Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/1/0/338710_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.11" OriginalAmount="240.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05305681" Longitude="108.24799501" StarRating="4" HotelCode="856068|3433875" HotelName="Rosamia Da Nang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Beauty Salon,Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>282 Vo Nguyen Giap Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/39/29390850609058632c8f9f3047ae67cf3a845756.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Danang. A total of 222 bedrooms are available for guests' conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.73" OriginalAmount="245.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07333" Longitude="108.24078" StarRating="3" HotelCode="|420393" HotelName="Hai Trieu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Loseby Son Tra Da Nang Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/9/3/420393_ff3ad1e1739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.37" OriginalAmount="247.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0658" Longitude="108.24517" StarRating="0" HotelCode="|239049" HotelName="Le Hoang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 23 B4-1 Vo Nguyen Giap Street Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/0/4/9/239049_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.81" OriginalAmount="249.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.9689126" Longitude="108.2838222" StarRating="5" HotelCode="|264812" HotelName="Naman Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa street, Hoa Hai ward, Ngu Hanh Son district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/8/1/2/264812_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.59" OriginalAmount="253.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0627702" Longitude="108.2461453" StarRating="5" HotelCode="|264751" HotelName="Grand Tourane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>252 Vo Nguyen Giap, Phuoc My, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/7/5/1/264751_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.68" OriginalAmount="256.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.97848995" Longitude="108.28203393" StarRating="4" HotelCode="374976|mangala_zen_garden_luxury_apartments" HotelName="Mangala Zen Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Villa J02, The Ocean villas, Truong Sa Road, Hoa Hai Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/49/db49e9a3049a5b8959999548e017e5ea17894a30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.29" OriginalAmount="261.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.97854" Longitude="108.28189" StarRating="5" HotelCode="|240122" HotelName="Mangala Zen Garden and Luxury Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J.02 The Ocean Villas, Truong Sa Road, Ward Ngu Hanh Son, Da Nang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/2/2/240122_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.35" OriginalAmount="262.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061753616934" Longitude="108.24589439312" StarRating="4" HotelCode="440801|2092715" HotelName="Grand Tourane Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>252 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/478241/478241a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.78" OriginalAmount="270.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.051273210895" Longitude="108.24848435997" StarRating="5" HotelCode="828817|3468215" HotelName="Eden Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>294 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/05/6e051294a836a595f804ca697f74af5a6a5c3253.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang, right by the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.16" OriginalAmount="271.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049557" Longitude="108.248897" StarRating="4" HotelCode="|417694" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>294 Vo Nguyen Giap Street, My An Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/9/4/417694_9fd1e371715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.22" OriginalAmount="274" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0513769" Longitude="108.24799031" StarRating="5" HotelCode="777634|362298" HotelName="TMS Luxury Hotel Danang Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Road, Royal Era l, Urban Commerce Service Complex Area, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/50/4050f599f6f175c0a1fcdf287f1a4f4c968fe2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.061753391801" Longitude="108.2460808754" StarRating="3" HotelCode="162187|tourane_hotel" HotelName="Tourane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>My Khe Beach, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/49/4b498e56a959a6eb475bb7a473eb6d3446d25213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Da Nang, this hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06701222" Longitude="108.24515244" StarRating="4" HotelCode="586289|monarque_hotel" HotelName="Monarque Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Phuoc My ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/7b/587b8ebd3b2c97bffc6846e2fa7fe6d83402bdd8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.45" OriginalAmount="287.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08381" Longitude="108.24792" StarRating="4" HotelCode="|239708" HotelName="Monarque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/7/0/8/239708_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0677183" Longitude="108.24511683" StarRating="4" HotelCode="601416|paris_deli_danang_beach_hotel" HotelName="Khach San Paris Deli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>236 Vo Nguyen Giap, Phuong Phuoc My, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/63/65633502da1ab507f00a401f9230c6f65592a24c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.17" OriginalAmount="293.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.999712409558" Longitude="108.26985472884" StarRating="4" HotelCode="303826|1242338" HotelName="Meliá Danang" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street Nr. 19 - Station Hoa ward, Da Nang - Ngu Hanh Son District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/b0/afb0a3c1c0b01ad080cfd8a3c0b6951db86222cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.92" OriginalAmount="300.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.98014" Longitude="108.27623" StarRating="5" HotelCode="|240473" HotelName="Sheraton Grand Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Truong Sa Street, Hoa Hai Ward, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/7/3/240473_532a5a30723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.24" OriginalAmount="308.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.98050543" Longitude="108.2764198" StarRating="5" HotelCode="625589|sheraton_grand_danang_resort" HotelName="Sheraton Grand Danang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/17/1217b041c968f304f79d166e42a30bb91fe0cf62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.46" OriginalAmount="309.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.974152" Longitude="108.280522" StarRating="5" HotelCode="|552523" HotelName="The Ocean Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa, Hoa Hai, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/2/3/552523_03ba2a71227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.30" OriginalAmount="310" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="851599|362180" HotelName="Ben's House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81 Ngo Quang Huy, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2f/3f2fec6c6673842884629a2951b8d9e8b712250b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.47" OriginalAmount="315.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05746" Longitude="108.24414" StarRating="3" HotelCode="|239064" HotelName="Gio Bien 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>231/1 Nguyen Van Thoai, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/0/6/4/239064_940d8e41256.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.43" OriginalAmount="316.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.075336" Longitude="108.22169" StarRating="5" HotelCode="|446675" HotelName="Crowne Plaza Danang City Centre by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Quang Trung, 284, Da Nang, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/7/5/446675_3d23f650925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.43" OriginalAmount="316.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.027335551764" Longitude="108.25648784637" StarRating="4" HotelCode="166767|562675" HotelName="Crowne Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Casino Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/b5/d1b5a7a279a328040afc92906fdd34ebd633e442.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Ðà N?ng Beach, the hotel is only a 15-minute drive away from Ðà N?ng International Airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.35" OriginalAmount="319.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05136" Longitude="108.24779" StarRating="4" HotelCode="|417680" HotelName="Tms Da Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>292 Vo Nguyen Giap Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/8/0/417680_deddca11742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.11" OriginalAmount="337.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05626745" Longitude="108.24581765" StarRating="3" HotelCode="612311|seawind_hotel" HotelName="Sea Wind Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>231/1 Nguyen Van Thoai, Phuoc My, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c2/90c2d74267dd9073c587938ff1b94fc2885e0fc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.05" OriginalAmount="341.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06692" Longitude="108.24442" StarRating="2" HotelCode="|232780" HotelName="Valentine Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Ha Bong, Phuoc My Ward Son Tra Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/7/8/0/232780_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.82" OriginalAmount="342.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.073577" Longitude="108.240953" StarRating="3" HotelCode="|339336" HotelName="Rosabella Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/3/3/6/339336_a896a5c1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.05" OriginalAmount="343.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05286" Longitude="108.24807" StarRating="4" HotelCode="|239643" HotelName="Parosand Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>216 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/4/3/239643_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="359.68" OriginalAmount="349.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07360154" Longitude="108.24115181" StarRating="3" HotelCode="753436|3464175" HotelName="Rosabella Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Loseby, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/74/e4746f280303c06ab31c93e215a88137531a944c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.04" OriginalAmount="349.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06709208" Longitude="108.24438331" StarRating="2" HotelCode="435702|3436655" HotelName="Valentine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>53 Ha Bong, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a6/caa6de99a7659160b267290fbf250824d8fc836e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.59" OriginalAmount="353.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.105947560111" Longitude="108.29495072365" StarRating="4" HotelCode="165666|1124548" HotelName="Son Tra Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Nam-Bai Con, Hoang Sa Street, Tho Quang Ward, Sontra District, Danang Ctiy</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c7/b1c787dfe30d185a3ed31946e4dde101b0421bc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated on Son Tra Island with a beautiful forest and a beach. It is located by a cle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.84" OriginalAmount="378.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08252" Longitude="108.22104" StarRating="4" HotelCode="|240034" HotelName="New Orient Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Dong Da Street Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/0/3/4/240034_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.56" OriginalAmount="387.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.08251333" Longitude="108.22116379" StarRating="4" HotelCode="604705|2295595" HotelName="New Orient Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>20 Dong Da Street, Hai Chau District, Da Nang City 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/da/ffda661435184bdd08bc2fd4fdc44c2bcba60d0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.09" OriginalAmount="394.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09497" Longitude="108.14611" StarRating="4" HotelCode="|227229" HotelName="Da Nang - Mikazuki Japanese Resorts &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Tat Thanh Street Lien Chieu District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/2/2/9/227229_257261f0957.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="414.19" OriginalAmount="402.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.038801951547" Longitude="108.24451446533" StarRating="5" HotelCode="141012|971465" HotelName="Pullman Danang Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Son Tra - Dien Ngoc Street, Khue My Ward, Ngu Hanh Son District, Da Nang City 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/18/da186bc9a957bccee4281a7d7d1444286b1825c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Da Nang is the 3rd largest city in Vietnam, and is the largest seaport in the central region of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.42" OriginalAmount="410.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.974842" Longitude="108.280386" StarRating="0" HotelCode="|423278" HotelName="Ocean Villa Danang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Ocean Villas, Truong Sa Street, Group 74, Hoa Hai Ward, Ngu Hanh Son District Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/7/8/423278_4a45e201742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.69" OriginalAmount="475.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.05054" Longitude="108.22229" StarRating="4" HotelCode="|230259" HotelName="Minh Toan Galaxy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>306 2/9 Street, Hai Chau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/2/5/9/230259_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="498.72" OriginalAmount="484.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.992632" Longitude="108.269373" StarRating="4" HotelCode="|446726" HotelName="Modern 4 Br Villa-golf View For Family" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa, ocean resort, Da Nang, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/6/446726_0f81b601023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="506.54" OriginalAmount="491.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.044234247147" Longitude="108.22273843717" StarRating="4" HotelCode="325452|1241318" HotelName="Minh Toan Galaxy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>306 2/9 Street, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/dd/fddd8530bc1a7300ad38e47b00567e345961233e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="509.85" OriginalAmount="495" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.039884626082" Longitude="108.25091958046" StarRating="5" HotelCode="18317|4850" HotelName="Furama Resort Danang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>105 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/4e/094ee64afae754c36fbdb8d788974fa3af37d2fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in its own private estate along the magnificent China Beach. The nearest links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="510.17" OriginalAmount="495.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.10641" Longitude="108.2946" StarRating="4" HotelCode="|225653" HotelName="Son Tra Resort" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Nam - Bai Con Tho Quang Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/6/5/3/225653_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.33" OriginalAmount="511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.043607" Longitude="108.249573" StarRating="5" HotelCode="298521|premier_village_danang_resort_managed_by_accor" HotelName="Premier Village Danang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Ngu Hanh Son District, Danang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6a/f66a327b963d1e6738eacb90bbc1f2068b57e164.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="535.11" OriginalAmount="519.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.975619" Longitude="108.282017" StarRating="4" HotelCode="|417676" HotelName="Perfect Private Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Truong Sa, Phuong Hoa Hai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/7/6/417676_2d94f4c1121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="563.41" OriginalAmount="547.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.07220917" Longitude="108.24489737" StarRating="3" HotelCode="572012|the_nalod_da_nang" HotelName="The Nalod Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>192 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/dd/eddd190b4bfb0276f08ed489bfa2c77b479ab084.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="576.80" OriginalAmount="560.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.007082" Longitude="108.263733" StarRating="5" HotelCode="904268|the_ocean_resort_4_bedrooms_danang_living" HotelName="The Ocean Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ce/f5/cef55a16ab08f405a0810bd54f2443377b3bb71c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="621.57" OriginalAmount="603.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.066426" Longitude="108.244985" StarRating="4" HotelCode="|419100" HotelName="Canvas Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Vo Nguyen Giap, Phuoc My Ward, Son Tra District, Da Nang, Vietnam, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/0/419100_3b264b71723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.27" OriginalAmount="609.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.012499546534" Longitude="108.26237792433" StarRating="5" HotelCode="904266|hyatt_regency_danang_resort_and_spa" HotelName="Hyatt Regency Danang Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Club Resort,Finca,Village,Spa Hotel,Golf Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/9c/2a9cfc69779c6fd1358642561213c8c60fc29f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Central Coast, one of most beautiful beaches in the world. Da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="651.42" OriginalAmount="632.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.993199" Longitude="108.260703" StarRating="0" HotelCode="|455680" HotelName="Icity Oneriver Luxury Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/6/8/0/455680_9ab37fe1702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="917.73" OriginalAmount="891" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.03715445" Longitude="108.25089309" StarRating="5" HotelCode="408817|53570" HotelName="Furama Villas Danang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>107 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e556e14d4b192ec8c7ff6261da2e0d2f7bdf5fdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="963.05" OriginalAmount="935" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.031145728082" Longitude="108.25526475906" StarRating="5" HotelCode="161587|31640" HotelName="Fusion Maia Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e9/01e920b4908c22b340e65191f8ffd81d820d886c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1028.62" OriginalAmount="998.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.06774557" Longitude="108.24512193" StarRating="4" HotelCode="572627|2179785" HotelName="Belle Maison Parosand Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>216 Vo Nguyen Giap Street, Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9c/2f9c4d304ec42f66c218f31f68e449e6f25d406b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a bar, a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1065.17" OriginalAmount="1034.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.031048" Longitude="108.255004" StarRating="5" HotelCode="|87339" HotelName="Tia Wellness Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRUONG SA STREET, KHUE MY WARD, NGU HANH SON DISTR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/3/9/87339_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The FUSION MAIA is rated five stars. It was opened in 2010, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the coast of Da Nang. It is situated near Marble Mountain, ROOM: The establishment has 87 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1116.52" OriginalAmount="1084.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.994182508172" Longitude="108.26902915344" StarRating="4" HotelCode="607241|vinpearl_da_nang_ocean_resort_and_villas" HotelName="Vinpearl Resort &amp; Spa Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/f2/e8f25f4474ef62e108bf9a38763524196d9ea7e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1227.82" OriginalAmount="1192.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.003615" Longitude="108.265974" StarRating="5" HotelCode="|552522" HotelName="KOI Resort and Residence Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/2/2/552522_077c2cd1243.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1435.84" OriginalAmount="1394.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.9941282" Longitude="108.2688668" StarRating="5" HotelCode="|338374" HotelName="Danang Marriott Resort and Spa, Non Nuoc Beach Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa, Ngu Hanh Son, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/7/4/338374_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1865.08" OriginalAmount="1810.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.119888212013" Longitude="108.30721477217" StarRating="5" HotelCode="175493|757995" HotelName="InterContinental Danang Sun Peninsula Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Bac, Danang City, Sontra Peninsula</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/67/226777fd442e63e6363dcfbab577b52ff15c91eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1963.15" OriginalAmount="1905.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="15.97856" Longitude="108.2819" StarRating="4" HotelCode="|417637" HotelName="The Five Stars Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoa Hai, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/3/7/417637_ed8c3f81117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.62" OriginalAmount="42.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.09173" Longitude="108.238462" StarRating="1" HotelCode="|339265" HotelName="Anh Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.13" OriginalAmount="59.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.0717539" Longitude="108.2386163" StarRating="3" HotelCode="|372960" HotelName="The Herriott &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 7 &amp; 8 Le Van Quy, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.47" OriginalAmount="75.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049448" Longitude="108.2459575" StarRating="3" HotelCode="|331372" HotelName="Hoang Quan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.80" OriginalAmount="154.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="16.049" Longitude="108.249" StarRating="4" HotelCode="|165817" HotelName="HOLIDAY BEACH DANANG HOTEL and SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VO NGUYEN GIAP STREET, MY KHE BEACH, NGU HANH SON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This hotel has a meal service, a lobby and a spa. SITUATION: This hotel la Imperial ciudad de Hue and Hoi An Ancient Town it is located between. ROOM: The establishment has executive rooms, presidential suites, suites and superior deluxe rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access,Spa,24 Hour Security,Banquet Hall,Dining,Parking,24 Hour Front Desk,24 Hour Room Service,Beauty Salon,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Luggage Storage,Meeting Room,Pets allowed,Valet Parking,24 Hour Power Supply,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Kids Play Area,Printer,Wake-up Call Service,Central Heating,Garden,LCD/Projector,Housekeeping,Shopping Arcade,Smoking Rooms</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CLUB RESORT,HOTEL,BEACH HOTEL,CASINO RESORT,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT,CITY HOTEL,APARTMENT HOTEL,FINCA,VILLAGE,SPA HOTEL,GOLF HOTEL,ECO HOTEL,HOTEL DE CHARME,GUEST HOUSES,RESORT,RESIDENCES</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
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="6ae8afb3-09fd-46c8-b3b2-6427793fbe75">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-09T00:00:00" End="2026-06-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="754911|haian_beach_hotel_spa" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="contact@vigoti.org" Password="newPW2026" RequestedCurrency="GBP" ClientNationality="vn" ClientCountry="Vietnam" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
6ae8afb3-09fd-46c8-b3b2-6427793fbe75|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="6ae8afb3-09fd-46c8-b3b2-6427793fbe75" TimeStamp="0001-01-01T00:00:00" HotelName="Haian Beach Hotel &amp; Spa" HotelCode="754911|2286685" StarRating="3" GTCityId="84760" CountryCode="VN" CityName="Da Nang" CountryName="Viet Nam" Address="278 Vo Nguyen Giap Street, Ngu Hanh Son District, DaNang City" PostCode="" PhoneNo="+842362228666" FaxNo="" Email="info@haianbeachhotelspa.com" CheckInTime="14:00" CheckOutTime="11:30" Latitude="16.05335407" Longitude="108.24785549" SourceId="16" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-242206db-1f64-5583-8c3b-5a7977046a4b|63|MjI5LjAwfEdCUHwyMDI2LTA2LTAy" OriginalAmount="229" TotalPrice="235.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 10.13-- service fee is included in the room rate.&lt;br/&gt;GBP 16.21-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="235.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (king size bed, welcome drink)" RoomTypeCode="h-98688dc3-d380-53cc-9d4a-5e4458737ff8|63|MjM0LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="234" TotalPrice="241.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/05/2026"><AdditionalDetails>GBP 10.35-- service fee is included in the room rate.&lt;br/&gt;GBP 16.57-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="241.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, KING BED" RoomTypeCode="0|1331|1380356295|1780384824009804B2036B0||no|2286685|16|MjM0Ljk2fEdCUHwyMDI2LTA2LTAy" OriginalAmount="235" TotalPrice="242.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="242.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: King Bed - Superior" RoomTypeCode="301871434|3|238|27|MjM4fEdCUHwyMDI2LTA2LTAz" OriginalAmount="238" TotalPrice="245.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T09:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="238" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (king size bed)" RoomTypeCode="h-1a9baac9-b05f-57c7-af4e-25f55e065d23|63|MjQyLjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="242" TotalPrice="249.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/05/2026"><AdditionalDetails>GBP 10.71-- service fee is included in the room rate.&lt;br/&gt;GBP 17.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="249.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS, BEACH FRONT" RoomTypeCode="0|1331|1262818355|1780384824016619B2129B1||no|2286685|16|MzA1LjAwfEdCUHwyMDI2LTA2LTAy" OriginalAmount="305" TotalPrice="314.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 550000.0 per day&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Pool access available from 6 AM to 10:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 52.32 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="314.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (twin beds) (welcome drink)" RoomTypeCode="h-53af5510-ea5f-520d-a2c8-6bb3a50994ac|63|MzA2LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="306" TotalPrice="315.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/05/2026"><AdditionalDetails>GBP 13.54-- service fee is included in the room rate.&lt;br/&gt;GBP 21.66-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-31T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="315.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room - De Luxe - Beach front" RoomTypeCode="94267830|3|308|27|MzA4fEdCUHwyMDI2LTA2LTAz" OriginalAmount="308" TotalPrice="317.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T23:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="308" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TWIN BEDS, OCEAN FRONT" RoomTypeCode="0|1331|1377988245|1780384824014364B2058B0||no|2286685|16|MzE0LjA3fEdCUHwyMDI2LTA2LTAy" OriginalAmount="314" TotalPrice="323.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Check In Policy - The room can only be checked in after 12am on Jan 1 and before 12am on Jan 1&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="323.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Triple room with partial sea view" RoomTypeCode="h-99ac996a-2d54-50a5-a0aa-357291394700|63|MzI3LjAwfEdCUHwyMDI2LTA2LTAy" OriginalAmount="327" TotalPrice="336.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/05/2026"><AdditionalDetails>GBP 14.47-- service fee is included in the room rate.&lt;br/&gt;GBP 23.15-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-29T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="336.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: HOUSE, 2 BEDS" RoomTypeCode="0|1331|1524303855|1780384824009804B2036B2||no|2286685|16|MzI3LjQ4fEdCUHwyMDI2LTA2LTAy" OriginalAmount="327" TotalPrice="337.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="337.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, TRIPLE" RoomTypeCode="0|1331|1262818365|1780384824050174B2153B2||yes|2286685|16|MzI4LjgyfEdCUHwyMDI2LTA2LTAy" OriginalAmount="329" TotalPrice="338.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="338.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: House" RoomTypeCode="307093930|3|332|27|MzMyfEdCUHwyMDI2LTA2LTA0" OriginalAmount="332" TotalPrice="341.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/06/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T09:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="332" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room with partial sea view (twin beds) (bed type is subject to availability)" RoomTypeCode="h-f680bc5c-2c8a-5834-85e0-88c7e284688e|63|MzQxLjAwfEdCUHwyMDI2LTA2LTAy" OriginalAmount="341" TotalPrice="351.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 15.09-- service fee is included in the room rate.&lt;br/&gt;GBP 24.14-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="351.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Triple room" RoomTypeCode="322645818|3|343|27|MzQzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="343" TotalPrice="353.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/06/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T09:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="343" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room with partial sea view (twin beds)" RoomTypeCode="h-77781f0e-cf2b-5727-9363-3257f3ef4a5c|63|MzUyLjAwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="352" TotalPrice="362.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/05/2026"><AdditionalDetails>GBP 15.58-- service fee is included in the room rate.&lt;br/&gt;GBP 24.92-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="362.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room" RoomTypeCode="301982512|3|364|27|MzY0fEdCUHwyMDI2LTA2LTAy" OriginalAmount="364" TotalPrice="374.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T08:20:27.2361304+01:00" End="2026-06-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="364" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Oasis Double room beachfront (twin beds)" RoomTypeCode="h-08acb1c4-09b3-5342-bd85-ab0d0b7fe64f|63|MzgyLjAwfEdCUHwyMDI2LTA2LTAz" OriginalAmount="382" TotalPrice="393.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/05/2026"><AdditionalDetails>GBP 16.90-- service fee is included in the room rate.&lt;br/&gt;GBP 27.04-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="393.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: OASIS, TWIN BEDS, BEACH FRONT" RoomTypeCode="0|1331|1262818775|1780384824050174B2153B3||no|2286685|16|Mzg0LjA1fEdCUHwyMDI2LTA2LTAy" OriginalAmount="384" TotalPrice="395.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="395.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS, SEA VIEW" RoomTypeCode="0|1331|1262823185|1780384824011472B2132B0||no|2286685|16|MzkzLjUxfEdCUHwyMDI2LTA2LTAy" OriginalAmount="394" TotalPrice="405.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="405.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS" RoomTypeCode="0|1331|1298138085|1780384824018958B2095B0||yes|2286685|16|NDIxLjc4fEdCUHwyMDI2LTA2LTAy" OriginalAmount="422" TotalPrice="434.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Due to setup limitations on the Agoda website, children from 6 years old will be applied a surcharge according to hotel policy.&amp;lt;br&amp;gt; Please contact the hotel directly for more details. &amp;lt;br/&amp;gt; + Children from 0 - 5 years old stay for free if using the existing bed. + Children 6-11 years old will be charged per child per night when using the existing bed. + Guest aged 12 and over require additional bedding . &amp;lt;br/&amp;gt; The property offers a daily complimentary airport shuttle service, which operates according to a schedule and is subject to availability. &amp;lt;br&amp;gt;The pick-up times are at 9:00, 10:30, 13:30, and 15:30.&amp;lt;br&amp;gt;The drop-off times are at 8:30, 10:00, 13:00, and 15:00. &amp;lt;br&amp;gt;To secure a reservation, please contact the hotel at least 24 hours in advance. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="434.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room with partial sea view (full double bed) (bed type is subject to availability)" RoomTypeCode="h-d30aa67d-5d7e-5f95-b19e-94bffabb1482|63|NDI0LjAwfEdCUHwyMDI2LTA2LTAy" OriginalAmount="424" TotalPrice="436.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 18.76-- service fee is included in the room rate.&lt;br/&gt;GBP 30.02-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|Indoor Fireplace|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Wardrobe/Closet|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="436.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room - De Luxe - Sea View" RoomTypeCode="89584400|3|427|27|NDI3fEdCUHwyMDI2LTA2LTAy" OriginalAmount="427" TotalPrice="439.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T09:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="427" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: View" RoomTypeCode="323351421|3|443|27|NDQzfEdCUHwyMDI2LTA2LTAy" OriginalAmount="443" TotalPrice="456.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T08:20:27.9554544+01:00" End="2026-06-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="443" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS, OCEAN VIEW" RoomTypeCode="0|1331|1529355295|1780384824050174B2153B4||no|2286685|16|NDY1LjgyfEdCUHwyMDI2LTA2LTAy" OriginalAmount="466" TotalPrice="479.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="479.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Triple room - Superior" RoomTypeCode="322814807|3|502|27|NTAyfEdCUHwyMDI2LTA2LTAy" OriginalAmount="502" TotalPrice="517.06" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Hairdryer|Toiletries|Bathrobes|Slippers|Minibar</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T17:00:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="502" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/55/1f/551f44f070c117657a3e8d21791ee00b03eeed67.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/80/ea806526b28051f3eeb5ef2a7d644e75828536f7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/19/01/19015863e010adba92ec16b482aab301319feca4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0c/6f/0c6ff8b6f0ff1e5783169ebc0d07719228c40d9b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/48/b0/48b042fa9d96eaf7d0ea61aac9f06590d4bdd5d2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/91/1f/911f1123d0c1ffaf70029faf81a571d71835b3d8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/b5/d3b5cc7541a657f43e9ff4ec0077b674b8bf531f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7d/56/7d56af23c7e6b109edb912f13f8b438dc4556339.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/99/18/9918be4835b25a3857acf3c5b9ba5f731af9b6e3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/74/99/7499db918e5102ccf60430e42d6b8da39167afcd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c0/f9/c0f942f5dfd817deefb009f62b953a2bf74552b7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/86/2f/862f65ba487b1de9d2a711e775195c032c384b94.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/42/61421c99a1ab9e702b998dbb2ba0286c86aee4ae.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9b/51/9b512ed708f1016bc282153974428f7461017eb8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a8/f2/a8f2a1b8a96433ff6ad4775558aaa038d4956db0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/54/60/54600476ec25dc0602593d1c4052e3e6f87fa687.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/23/77/2377b819f45892484d31bcc10b58d620b50c38cc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/be/c3/bec3430e21585738ad5c3c98a570d0e88b940ad5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8a/2b/8a2b4c8b3ed678c6b0183c606cf2f32ca42bbc9a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bd/bf/bdbffe2a7eb00c892c71af6d62093ed05376b582.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/68/91/6891cf202a03165488fb7bc4ec9b4f9600975202.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a1/a9/a1a99284700b04e2ff3b2e566d29e78c8e71b789.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/9c/ca9c0d35eefe5403f75fb437242964977da369fc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/de/60/de601f6a10c9d227aaefbeba91a5f22616c23e39.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/78/4b/784bd60f2a8c41f751ab45791bbb4648bb1a68d2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3e/b9/3eb947121e52bf59a08601e5d25cd63e3073497c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/57/5d/575ddb87c22b8a233e77b6b2c34af121ed69dd0d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ff/ca/ffcaf7d90642add5b36c70dec671015a1bfdb256.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f7/c0/f7c00ececd77ad882a2ddf0800f012ff3980a002.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/95/f89535b86d258828694cafb52f630907962c71b8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/4a/ad4a1bed1e8c0116bfdbf7af099bbf3414a7c193.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ed/9e/ed9ec6cdf8a25be196830ea7e286baa7b19a0536.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0d/4a/0d4a0e4f0a357497ac535e18504cdbfdc5bb0b34.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/25/80/25808ee6aaf2d7d5ebd0b87d3912ddb71a0545ae.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/94/23/94234f8144682cf53a0ed4c30a5b6d0296a45f92.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6d/b8/6db8db751bc4ec8d49d662675958a384865695f7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/09/39/0939146eefd1fc7d4d47fac3a909e1872ab26d40.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/53/cf/53cfc5d52fe66390394a305efbc27c48308171ca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d4/4e/d44e4c13bc969db48ca774ad5d101f775c604e59.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5a/02/5a021aff33d4e60822d9caddd0e78e74640831ac.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/98/2e/982ea0952a08ed8a97d611ce9aa6ea28823d29d1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/69/4f/694fd4e60f708d97719efb5927bb41ecf4f2e118.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9f/00/9f00c78f8f68a2d0b2650576cd3b9359e13aad88.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/44/cb/44cb76014c824e93e10aec11e7aec355603ec366.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c3/07/c30793dd8e6648feba04e8b4a622302890dea505.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/2b/b42bfb12091d73e7d18083105a039b7e8bce32ea.PNG" /></Images><HotelDescription>&lt;br/&gt;One of the 4-star service hotels in DaNang city – is ideally located directly at the beautiful beach. Combining antique architecture and elegantly modern design, this 21-storey hotel offers luxurious accommodations, world class facilities and a wide range of services at 5-star international standards, for both leisure and business. HAIAN BEACH HOTEL &amp; SPA features 220 fully-equipped and furnished rooms with state-of-the-art in-room facilities and decor. Offering exclusive level of comfort with wooden floor, elegant interior and privileges, 5 room types are all designed for your comfort: City View Oasis, Partial Sea View Oasis, Beach Front Oasis, Beach Front Diamond and Royal PentHouse.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;  &lt;li&gt;Pool access available from 6 AM to 8 PM.&lt;/li&gt;&lt;li&gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;</HotelDescription><Facilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2018</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Total number of rooms</Description><Value>212</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of floors (main building)</Description><Value>22</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Twin rooms</Description><Value>102</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Double rooms</Description><Value>74</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Apartments</Description><Value>6</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Triple rooms</Description><Value>26</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Connecting rooms</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hotel Type</Type><Description>hotel</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Visa</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-in hour 14:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-out hour 12:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wi-fi (0VND Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Transfer service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Secure parking</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Airport Shuttle ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle hire service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Multilingual staff</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour security</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bellboy service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning in public areas</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Fireplace</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Smoke detector</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel safe</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lift access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Sun terrace</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspapers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Luggage room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Electric kettle</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Café</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Bar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Restaurant</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Non-smoking area</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Smoking area</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Highchairs</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Poolside snack bar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Air conditioning in Restaurant</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Breakfast room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Meeting room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Projector</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Printer</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business centre</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Audio-visual equipment rental</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor freshwater pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Things to keep in mind</Type><Description>Identification card at arrival</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Things to keep in mind</Type><Description>Non-smoking establishment</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Family hotels </Description><Value /></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Business hotels </Description><Value /></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Hotels with charm</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8802404-73f6-4fa8-aef0-dcf374477be7|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="f8802404-73f6-4fa8-aef0-dcf374477be7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-18T00:00:00" End="2026-06-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="foreigntours@swostiindia.com" Password="Swosti@2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8802404-73f6-4fa8-aef0-dcf374477be7|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
f8802404-73f6-4fa8-aef0-dcf374477be7|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
f8802404-73f6-4fa8-aef0-dcf374477be7|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8802404-73f6-4fa8-aef0-dcf374477be7|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:df3c2a77-07b5-4251-8ecc-3e31eea8639e
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
f8802404-73f6-4fa8-aef0-dcf374477be7|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
f8802404-73f6-4fa8-aef0-dcf374477be7|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
f8802404-73f6-4fa8-aef0-dcf374477be7|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
f8802404-73f6-4fa8-aef0-dcf374477be7|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T08:32:47.952467+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f8802404-73f6-4fa8-aef0-dcf374477be7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|the_flying_pig_uptown" HotelName="The Flying Pig Uptown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.25" OriginalAmount="41.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362988" Longitude="4.8754655" StarRating="1" HotelCode="153216|1643638" HotelName="Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 80, 1054 HL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c8/9ec8c204741394a1b92677d9699f82c127195433.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a small friendly hotel, situated on just 3 minutes walking distance from the very famous Leids...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.34" OriginalAmount="49.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38263" Longitude="4.85793" StarRating="3" HotelCode="|444954" HotelName="G Experience" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Willem de Zwijgerlaan 350</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/5/4/444954_87104b30939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.70" OriginalAmount="54.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.305231" Longitude="4.95029" StarRating="3" HotelCode="|338494" HotelName="Joy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>385 Hullenbergweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/9/4/338494_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.80" OriginalAmount="55.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.305294255835" Longitude="4.9503850736218" StarRating="3" HotelCode="590645|2216565" HotelName="Hotel Joy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 385, Zuidoost, 1101 CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/b0/e5b0aab6e6cbb2da07c8849f11cebb63b66f2c72.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.43" OriginalAmount="55.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3624992" Longitude="4.7940998" StarRating="3" HotelCode="|22001" HotelName="Westlake Hotels Amsterdam  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REIMERWAALSTRAAT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/1/22001_056e4ca0357.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 6 floors, 166 rooms, 156 double rooms and 6 suites. The establishment has a lobby with a reception, a lift, a safety deposit box service and a currency exchange service. It also has a hairdresser's, a conference room and an Ã  la carte restaurant with air-conditioning. The establishment offers guests internet, a laundry service (for a fee) and a car park (free of charge). SITUATION: This hotel is in the Osdorp district. Well connected with public transport services. Is situated in the city centre where clients can find shops and leisure areas. 7 minutes away, you can find a tram stop. In the surrounding area you can also find shops, theatres, restaurants, bars and a congress centre. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television and an air-conditioning system. MEALS: Clients have at their disposal a bar and an Ã  la carte restaurant. The establishment offers meal services. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Pets are permitted. Pets are permitted (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.59" OriginalAmount="55.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3492258" Longitude="4.9084649" StarRating="2" HotelCode="|39449" HotelName="Flipper  Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BORSSENBURGSTRAAT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/4/9/39449_d36309c1119.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inAmsterdam the centre of This hotel 5 minutes away from the establishment, clients can find the Congress Centre close toAlbert Cuyp the Market of the metro station, 10 minutes away from the establishment, guests will find the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.68" OriginalAmount="56.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|new_west_inn_amsterdam" HotelName="New West Inn" 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,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.64" OriginalAmount="56.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.382662" Longitude="4.857846" StarRating="2" HotelCode="|216320" HotelName="Camp Inn Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Willem de Zwijgerlaan 350</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/3/2/0/216320_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.67" OriginalAmount="57.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348917" Longitude="4.908607" StarRating="2" HotelCode="71422|830395" HotelName="Flipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borssenburgstraat 5, 1078 VA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/be/2fbeea23ce1b9a9b3bf0856f42d831460ace02f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the southern part of the centre of Amsterdam, just a 5-minute trip on public transport f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.49" OriginalAmount="60.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38263087" Longitude="4.85769123" StarRating="3" HotelCode="496363|2203035" HotelName="Camp Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Willem de Zwijgerlaan 350, 1055 RD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/14/a1143f9208dbe0d64b47205cc96e7ad8054fd2a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.54" OriginalAmount="61.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.240961" Longitude="4.817943" StarRating="3" HotelCode="|65155" HotelName="Amsternam Hotel Uithoorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THAMERHORN 1, UITHOORN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/1/5/5/65155_33659260955.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 38 rooms with a bathroom with a bath or shower, a hairdryer, heating, a direct line telephone, a radio and cable television. They also have a coffee maker, a kettle, an iron (available on request) and an alarm clock. You are offered disabled access rooms. FACILITIES: There is a range of facilities and services available at the establishment, including a car park (available for a fee), a reception with a safe box, a bar and a restaurant some days, The establishment also has a breakfast room and WiFi (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.53" OriginalAmount="65.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3111" Longitude="4.9854999" StarRating="3" HotelCode="|22000" HotelName="Campanile Amsterdam Zuidoost" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOOSDRECHTDREEF 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/0/22000_289f8830728.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel, was opened in 1987, has 73 standard rooms and 4 floors. It has a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a bar, a television room, a conference room and an oudooor car park. The establishment offers internet, a laundry service and an Ã  la carte restaurant. SITUATION: This smart hotel and it is close to the motorway. Near the establishment, you will find Gaasperpark it is situated 12 minutes away from Arena Boulevard, 500 metres from a lake. 1 kilometre away, you can find shops. It is 3 kilometres away from a golf course. It's 20 kilometres from Schiphol Airport. ROOM: The inviting rooms, have a bathroom, a direct line telephone, satellite or cable TV, internet with tiled floors and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3047669" Longitude="4.9476867999999" StarRating="4" HotelCode="310523|50129" HotelName="Ozo Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karspeldreef 2, Zuid-Oost, 1101 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f1/6ef1f644d7653d682d9c54a6e9b34a42c4ecd4e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.30521" Longitude="4.94757" StarRating="4" HotelCode="|183889" HotelName="Ozo Hotels Arena Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karspeldreef 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/9/183889_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|west_side_inn_amsterdam" HotelName="Best Western Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366209585491" Longitude="4.8595166082628" StarRating="3" HotelCode="345068|hotel_not_hotel" HotelName="Hotel Not Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reisplein 34, 1057 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6e/776ee47ef173ac066c9dc7e0010d05c50524acc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant, a bar, room service and a theatre hall. Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.35" OriginalAmount="68.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3661796" Longitude="4.8602191" StarRating="0" HotelCode="|338223" HotelName="Not Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reisplein 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/2/3/338223_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.62" OriginalAmount="68.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.311194" Longitude="4.985915" StarRating="3" HotelCode="337436|480775" HotelName="Campanile Amsterdam - Zuidoost" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Losdrechtdreef 3, 1108 AX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/5a/cf5a81f200dc2af881fced4bb601eb96cb7de434.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is located near to the A9 motorway as well as the Gaasperpark. It is some 12 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.88" OriginalAmount="68.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385501902765" Longitude="4.8326808884399" StarRating="3" HotelCode="333982|1791638" HotelName="Amsterdam Teleport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5, 1043 CE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9f/a49f2d074543a5813b503413d430dac9627b3915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.03" OriginalAmount="68.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35575" Longitude="4.87772" StarRating="0" HotelCode="|223833" HotelName="De Bedstee Boutique Capsules" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstraat 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/8/3/3/223833_3f8a28c0939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.71" OriginalAmount="69.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.92563" Longitude="-74.20226" StarRating="2" HotelCode="|540781" HotelName="Super 8 by Wyndham Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5502 Rte 30 South I 90 Exit 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/7/8/1/540781_a68c8a12154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.01" OriginalAmount="69.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3885466" Longitude="4.8417424" StarRating="0" HotelCode="|338256" HotelName="Train Lodge Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Changiweg 121</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/5/6/338256_1_4247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35589429" Longitude="4.77278293" StarRating="3" HotelCode="591129|new_century_hotel_15" HotelName="New Century Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fogostraat 10, 1060 LJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/bb/3abb09b222d0aeff8e3ff300e40cb13daf6df238.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.98" OriginalAmount="70.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.2788265" Longitude="4.7494875" StarRating="4" HotelCode="|16601" HotelName="Radisson Blu  Amsterdam Airport Schiphol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>BOEING AVENUE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/16601_108e3270844.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 279 rooms and 8 floors. It has a lobby with a reception, tourist information, a currency exchange service, a cloakroom, a kiosk and lifts. The establishment offers a transfer service to the airport, (free of charge), a car park, room service, a business centre, a cash machine and bicycle hire. The establishment boasts WiFi, 15 banquet halls, a bar and a living room. SITUATION: This establishment, is in a green area, is situated in Schiphol-Rijk the Business Park close to the establishment, clients can find the city centre ,Schiphol Airport in the surrounding area, clients have RAI the exhibition centre. ROOM: You are offered non-smoking rooms, for people with allergies and disabled access rooms. They have WiFi, a safety deposit box, a coffee maker, a kettle, an iron, individual heating and work area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.03" OriginalAmount="71.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354544" Longitude="5.005468" StarRating="0" HotelCode="975299|2561865" HotelName="Hotel Breeze Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bert Haanstrakade 1074, 1087 HJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/77/be77e61fb6a7da8871c699d770c3db018ace0c4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355803" Longitude="4.877774" StarRating="4" HotelCode="337229|heemskerk_suites" HotelName="Heemskenk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstraat 25, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/45/c64541e6c2371f922e95fe820f6ef3d1eca52cf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historic Amsterdam style building, this hotel is quietly located yet is still just a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.24" OriginalAmount="72.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354488" Longitude="5.005768" StarRating="0" HotelCode="|445060" HotelName="Four Elements Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1074 Bert Haanstrakade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/0/445060_4535a8a1413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.57" OriginalAmount="72.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358182" Longitude="4.889771" StarRating="2" HotelCode="400757|428235" HotelName="Aston City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 68, 1072 AD Amsterdam, Oud-Zuid</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9e/379e262d14aa3c86b0c4e405fc67e0f53a7eea2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location in the heart of Amsterdam, overlooking one of character...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38837931" Longitude="4.84141717" StarRating="1" HotelCode="498892|train_lodge_amsterdam" HotelName="Train Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Changiweg 121, 1043 DZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/fe/50fefbb42f7434577f2f64eaa15ddb285151b93a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.80" OriginalAmount="73.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38592" Longitude="4.83339" StarRating="3" HotelCode="|191946" HotelName="Amsterdam Teleport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/4/6/191946_0d758691641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.82" OriginalAmount="73.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.278940208244" Longitude="4.7499668598175" StarRating="4" HotelCode="29266|445065" HotelName="Radisson Blu Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boeing Avenue 2, 1119 PB, Schiphol-Rijk</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ef/d5efe534ff077ace066fdace8814f558f4116dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly located in the green business park of Schiphol-Rijk. Surrounded by the green...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.313328082589" Longitude="4.944456887486" StarRating="2" HotelCode="522039|340980" HotelName="easyHotel Amsterdam Arena Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>ArenA Boulevard 129, Zuidoost, 1101 DM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/9c/9c9c091e2902317160438b2eff1d14af48e49000.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;easyHotel Amsterdam Arena Boulevard is located in the South-east area between all the mayor event ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.89" OriginalAmount="75.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357947" Longitude="4.90219" StarRating="2" HotelCode="89080|87267" HotelName="Max Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Bar,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hemonystraat 7S, 1074 BK, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a7/a7989f319c70b509/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the centre, not far from Rembrandtplein in the De Pijp area of Amsterdam. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.99" OriginalAmount="75.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.356398" Longitude="4.8783989999999" StarRating="2" HotelCode="38371|47854" HotelName="Trianon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstr 3-7, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/62/a1626ddc79b85e73249c4f1a205ca256d6ab77d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This captivating hotel is on a peaceful side street off the van Baerlestraat shopping street. From t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.99" OriginalAmount="75.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3736969" Longitude="4.8859334" StarRating="0" HotelCode="|338243" HotelName="La Belle Vue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 37/II</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/3/338243_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.52" OriginalAmount="76.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.333667" Longitude="4.9278389999999" StarRating="3" HotelCode="29488|95298" HotelName="Bastion Hotel Amsterdam/Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Verlengde Van Marwijk Kooystraat 30, 1114 AC Amsterdam, Duivendrecht</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/2a/642a1f872ba6fc07a1c4e51eb7ee4de3f9d48d25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the RAI and the Amsterdam Arena. With public transportation guests can reach t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.71" OriginalAmount="76.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3576312" Longitude="4.9020302" StarRating="2" HotelCode="|39061" HotelName="Max Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HEMONYSTRAAT 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/6/1/39061_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This economical, urban hotel and has 21Â non-smoking rooms, Some of the establishment facilities on offer are a lobby. SITUATION: It is near the city centre, is in De Pijp the area near the establishment, you will find the tourist area, You can find museums and theatres. It is located 100 metres away from bars, restaurants, the establishment is 1 kilometre away from shops. ROOM: The rooms a bathroom with a shower, a hairdryer, a television and a safe. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.18" OriginalAmount="76.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3576542" Longitude="4.8433998" StarRating="3" HotelCode="|22003" HotelName="Bastion Amsterdam Zuidwest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/3/22003_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors and 90 standard rooms. The establishment has a lobby with a lift, a reception, a bar and an Ã  la carte restaurant. The establishment offers guests a laundry service. SITUATION: This urban hotel is situated between Rembrandtpark and VondelPark 2 kilometres away from the establishment, guests will find the museums. In the surrounding area, clients have shops. It is 5 minutes away from Schiphol Airport. ROOM: The rooms have a bathroom with a shower, a direct line telephone, satellite or cable TV, a radio, a mini-bar and internet (free of charge). OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.18" OriginalAmount="76.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3593626" Longitude="4.8040295" StarRating="3" HotelCode="|372878" HotelName="Citiez Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osdorpplein 372 A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/7/8/372878_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.91" OriginalAmount="77.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364457" Longitude="4.90027" StarRating="3" HotelCode="|44113" HotelName="Ozo Hotels Armada Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KEIZERSGRACHT 713-715</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/1/3/44113_68791861700.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a breakfast room. SITUATION: Is situated in an excellent location. ROOM: The simple rooms, have sheets and towels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.92" OriginalAmount="77.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3559767" Longitude="4.7733463" StarRating="3" HotelCode="|338300" HotelName="Fogo Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fogostraat 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/0/338300_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3646511" Longitude="4.879617" StarRating="1" HotelCode="150368|hotel_kooyk" HotelName="Kooyk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 82, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/0e/480ed408c3696182725cdcee9a6f581f09ddc453.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is located in a typical eighteenth-century canal in the center of Amsterdam, a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38118" Longitude="4.820975" StarRating="3" HotelCode="410183|hotel_nieuw_slotania" HotelName="Hotel Nieuw Slotania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 133, 1063 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/31/bf31d821bfb30a0d56ddf65b5e5f123589c8bd0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the A10 motorway. The centre of Amsterdam is only 15 minutes away by bus o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.37" OriginalAmount="78.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3563995" Longitude="4.8782001" StarRating="2" HotelCode="|22025" HotelName="Trianon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J. W. BROUWERSSTRAAT 3-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/5/22025_cf61ae21415.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors, 52 rooms, 15 single rooms and 36 double rooms. It has a reception, a safety deposit box service, lifts, a restaurant and internet. The establishment offers room service, a laundry service and a medical care service. SITUATION: This hotel is in a quiet area. Is situated in the Van Baerltraat shopping area. It is well-connected with the city centre where you can find shops, leisure areas and tourist points of interest. ROOM: Guests are offered standard rooms, economical rooms with bunk beds and shared rooms. The rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, fitted carpets, a central heating system and a sitting room. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.67" OriginalAmount="78.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373390562978" Longitude="4.8863584987291" StarRating="2" HotelCode="346083|4669355" HotelName="Boutique Hotel La Belle Vue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 31 &amp; 37, 2nd Floor, 1016 DC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/91/a79175fdd4ca75e4a3237658d176f181f8f26808.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Boutique Hotel La Belle Vue in Amsterdam (Amsterdam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.98" OriginalAmount="78.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362872" Longitude="4.876461" StarRating="3" HotelCode="186137|1061658" HotelName="Hotel Espresso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 57, 1054 HC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/b0/e1b010283f767042298106b7aa88102a49107b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365826506694" Longitude="4.8847546596803" StarRating="2" HotelCode="143433|amsterdam_downtown_hotel" HotelName="Amsterdam Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 25, 1017 GA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/71/8b712806b397f63063cea1ecca459a997865c571.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.38" OriginalAmount="79.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357525" Longitude="4.843613" StarRating="3" HotelCode="29271|320945" HotelName="Bastion Hotel Amsterdam/Zuidwest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 60, 1058 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c5/56c5f84de1325f92b5c8855c448883cec223fc00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located between Rembrandt Park and Vondelpark, 2 km away from the mus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359308320439" Longitude="4.8043221662947" StarRating="3" HotelCode="497023|citiez_hotel_amsterdam" HotelName="Citiez Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osdorpplein 372A, 1068 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/eb/38eb48af68260bcbd4db979745116ba90fd0f739.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.356588874156" Longitude="4.9276070524457" StarRating="1" HotelCode="320356|amigo_budget_hostel" HotelName="Amigo Budget Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Linneausstraat 199, 1093 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/bf/adbf83b46b6e7712f0e94cd5e7614eccdcc2b0c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Amigo Budget Hostel in Amsterdam (Oost-Watergraafsm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.58" OriginalAmount="80.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364066" Longitude="4.89842" StarRating="2" HotelCode="888366|480675" HotelName="Armada Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 713-715, 1017 Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/7e/c47e050d44b1b02afdfa241c08b64a1cd8393036.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Amsterdam’s most beautiful canals, which is lined with centuries-old ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.89" OriginalAmount="80.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|1170168" HotelName="Fletcher Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.01" OriginalAmount="80.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="0" HotelCode="677840|2482125" HotelName="Hotel Levell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.21" OriginalAmount="80.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35895" Longitude="4.98851" StarRating="4" HotelCode="|183840" HotelName="Amadi Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ijburglaan 539</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/4/0/183840_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|amadi_panorama_hotel" HotelName="Amadi Panorama Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.50" OriginalAmount="82.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36899" Longitude="4.94642" StarRating="4" HotelCode="|445061" HotelName="The Niu Fender" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cruquiusweg 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/1/445061_afba2fd1415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.81" OriginalAmount="82.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3643076" Longitude="4.8741398" StarRating="4" HotelCode="930975|1682008" HotelName="Amadi Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 26, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191c0cba0de5d197b2bb69927bb327d87f59be3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.96" OriginalAmount="82.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.352758" Longitude="4.8617340000001" StarRating="2" HotelCode="408681|480595" HotelName="Aadam Wilhelmina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koninginneweg 169, 1075 CN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/2e/8a2ee48526283b46d307dc86bb1cc81551c5c5c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam near to the main museums, the concert hall, Vondel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377744750234" Longitude="4.8962729840092" StarRating="1" HotelCode="342814|hotel_jimmy" HotelName="Hotel Jimmy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Martelaarsgracht 15, Boven, 1012 TN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/57/3f57d9c1b09cdff06b92f9dbd8956db0aa48cb94.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Hotel Jimmy places you in the heart of Amsterdam, walkin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.99" OriginalAmount="83.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38809" Longitude="4.91409" StarRating="3" HotelCode="|445062" HotelName="Bunk Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hagedoornplein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/2/445062_073380d1415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.03" OriginalAmount="83.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.39592" Longitude="4.9288750000001" StarRating="3" HotelCode="31790|62864" HotelName="Bastion Hotel Amsterdam/Noord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rode Kruisstraat 28, 1025 KN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/d4/11d4bef66e0956d7756d4a574dbeab57f9c7c606.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying just 200 m from links to the transport network, this comfortable city hotel is located about 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.32" OriginalAmount="83.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35309568692" Longitude="4.880971944149" StarRating="3" HotelCode="187727|865585" HotelName="The Muse Amsterdam Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bronckhorststraat 14, Oud Zuid, 1071 WR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d1/84d1f54172ffa8a5f2beba8341f4f6f99a1e419c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located both 100 m away from the Roelof Hartplein tram stop and 20 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365146558714" Longitude="4.8733229935169" StarRating="3" HotelCode="193898|mosaic_city_centre" HotelName="Hotel Mosaic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 16a, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/11/7711e9a44a7a9d10fe3bfdef1458b968da8058ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.386452" Longitude="4.923327" StarRating="3" HotelCode="623354|i_hotel_13" HotelName="i Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Meeuwenlaan 120, 1021 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f0/f8f04ad3309096b62935568adaec3e4ab82bb2f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.33" OriginalAmount="84.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.346660577724" Longitude="4.8311547220901" StarRating="4" HotelCode="299591|1521298" HotelName="Corendon City Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aletta Jacobslaan 7, 1066 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/1d/f81dff3ada41880df4cd7c0f2f9c92085e393786.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.52" OriginalAmount="85.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376036" Longitude="4.896674" StarRating="2" HotelCode="|486898" HotelName="Orange Tulip Amsterdam - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 31-32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/8/9/8/486898_b9c4af12125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3542866" Longitude="4.8817165" StarRating="2" HotelCode="150110|hostel_cosmos_amsterdam" HotelName="Hostel Cosmos Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 69A, 1071 RL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f4/b3/f4b32eaead09e7dfb7cc199119fbb1ceea8d7189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.01" OriginalAmount="86.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353797" Longitude="4.8656559999999" StarRating="2" HotelCode="55141|110682" HotelName="Apple Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koninginneweg 93, 1075 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c9/80c969d61ea7b1ea5513bae277cfddf88c3446cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel is centrally located in the cultural area of Amsterdam, opposite the renowned Vo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.01" OriginalAmount="86.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.382" Longitude="4.821" StarRating="3" HotelCode="|57441" HotelName="XO Hotels Infinity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sloterlmeerlaan 133</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/4/1/57441_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.05" OriginalAmount="86.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|53984" HotelName="Dutch Design Hotel Artemis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.13" OriginalAmount="86.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3043625" Longitude="4.9509889" StarRating="3" HotelCode="|338316" HotelName="Levell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>353 Hullenbergweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/1/6/338316_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.71" OriginalAmount="87.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3673431" Longitude="4.8671823" StarRating="2" HotelCode="|338258" HotelName="Cityhub Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bellamystraat 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/5/8/338258_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.18" OriginalAmount="87.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3946991" Longitude="4.9302001" StarRating="3" HotelCode="|22002" HotelName="Bastion  Amsterdam Noord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RODE KRUISTRAAT 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/2/22002_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1988, is on a main street and has 68 rooms. It has a lobby with an elevator, a hairdresser's, a reception a safety deposit box service, a TV room and an Ã  la carte restaurant. The establishment offers guests internet, a car park and a laundry service. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376066" Longitude="4.8966350000001" StarRating="2" HotelCode="116415|amsterdam_orange_tulip_hotel" HotelName="Orange Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/bf/20bf372e6a0a29fa18a59127ef624501efe6a5a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of the main streets of central Amsterdam, the Damrak. The location is id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.384253" Longitude="4.9134349999999" StarRating="2" HotelCode="296733|hotel_isis_2" HotelName="Hotel Isis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,ATM/Cash Machine,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spreeuwenpark 17, 1021 GS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f1/33f1b301d5639c750b58ceb61395311c0279fd7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Isis in Amsterdam (Amsterdam North), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37606271" Longitude="4.89668846" StarRating="2" HotelCode="934444|budget_dam_hotel" HotelName="Damhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/6a/d16a15f93d98813dbd9e07e1a1ba947d36d1de2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 2-minute walk from Amsterdam central station and the bus station, and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.46" OriginalAmount="88.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|223876" HotelName="XO Hotels Blue Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.49" OriginalAmount="88.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3732986" Longitude="4.8878999" StarRating="2" HotelCode="|22068" HotelName="Di Ann Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAAD HUIS STRAAT 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/8/22068_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 3 floors and 42 rooms. It has 6 single rooms and 27 double rooms. The establishment has a reception, a safety deposit box service, a cloakroom and internet. SITUATION: It is near the Royal Square close to the city centre, the tourist centre, 100 metres away, clients have shops, nightclubs and nightclubs. next to the establishment, guests will find restaurants, bars and pubs. 50 metres away, there is a public transport stop. ROOM: Each room has a bathroom, a direct line telephone, satellite or cable TV, a radio, internet and a fridge. You can also find a safety deposit box, a central heating system, tiled floors and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.78" OriginalAmount="89.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.346839159368" Longitude="4.9029480680184" StarRating="2" HotelCode="82592|1092488" HotelName="Hotel Victorie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Victorieplein 42, 1078 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/5f/765f9be8c69bdfb9ccf6ae75a5606a1c4fb09a5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.86" OriginalAmount="89.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3864444" Longitude="4.923331" StarRating="3" HotelCode="|372886" HotelName="I" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Meeuwenlaan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/8/6/372886_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.07" OriginalAmount="89.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.381062908444" Longitude="4.8918658393809" StarRating="1" HotelCode="153310|306185" HotelName="Quentin Arrive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerstraat 65, 1013 EL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5f/ba5f3843958d32aeb3a4332bdc553149f7c93e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.21" OriginalAmount="89.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.309748128975" Longitude="4.9424807362457" StarRating="3" HotelCode="284372|982645" HotelName="Holiday Inn Express Amsterdam - Arena Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 66b, 1101 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/36/7e36eeaf6fa10fe38451e2357c450a14f706a629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.68" OriginalAmount="89.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37779" Longitude="4.89625" StarRating="2" HotelCode="|191959" HotelName="CS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Martelaarsgracht 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/5/9/191959_6b72c8f1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.78" OriginalAmount="90.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3851968" Longitude="4.9222517" StarRating="0" HotelCode="|266188" HotelName="Guest House Amsterdam - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Hamerstraat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/1/8/8/266188_1_700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.47" OriginalAmount="90.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3603454" Longitude="4.8783662" StarRating="0" HotelCode="|338171" HotelName="The Flying Pig Uptown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/1/7/1/338171_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366674" Longitude="4.911786" StarRating="2" HotelCode="56456|hotel_plantage_2" HotelName="Plantage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Kerklaan 25-A, 1018 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/eb/8eebe2322c1384b570b163f901d9d7f37671e2e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small yet comfortable hotel lies opposite Amsterdam's city zoo, ARTIS, in a pleasant green dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38521055" Longitude="4.92228119" StarRating="1" HotelCode="614136|guest_house_amsterdam" HotelName="Guest House Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hamerstraat 26, 1021 JW Amsterdam, Noord Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/cf/92cf21f1dec982db3bde7c70c4758394be3ba0f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.96" OriginalAmount="91.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3653301" Longitude="4.8855173" StarRating="2" HotelCode="|66445" HotelName="Acostar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KERSTRAAT 45-49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/4/5/66445_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1928, renovated in 2009, has 30 rooms, a lobby with a reception and a restaurant. SITUATION: This hotel is in the city centre, is located close to the square Leidseplein and 5 minutes away from the Square of Rembrandtplein. 100 metres away from the establishment, you can find restaurants, bars, public transport services and shops. It is just 18 kilometres away from Shiphol Airport. ROOM: The rooms have a bathroom with a shower, a hairdryer, comfortable beds, a flat-screen television, WiFi (free of charge), a direct line telephone, a safe, an individual air-conditioning system and individual heating. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.28" OriginalAmount="91.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.326672" Longitude="4.87997" StarRating="4" HotelCode="101716|1367048" HotelName="NH Amsterdam Zuid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Van Leijenberglaan 221, 1082 GG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/66/63665f2cf073af3abe6a80b9df266e0b4887d4e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of Amsterdam's vibrant Zuidas business district with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.40" OriginalAmount="91.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373335" Longitude="4.886781" StarRating="2" HotelCode="337227|427975" HotelName="Di - Ann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 27, 1016 DC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/8e/fe8eb4ba4d3c972ed2e2fb9e8ca3c9d77e896c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beautiful, historic canal building is centrally located close the Royal Palace. The city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.51" OriginalAmount="91.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376182102068" Longitude="4.8922996222973" StarRating="1" HotelCode="193886|2301815" HotelName="Budget Hotel Tourist-Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 52, 1012 TV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/47/eb47d9f74d8ba0a0eda78849f165ce450d7cc932.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.76" OriginalAmount="92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372574601563" Longitude="4.8365385214959" StarRating="3" HotelCode="293602|57719" HotelName="The Student Hotel Amsterdam West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan van Galenstraat 335, 1061 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/90/7c90bcecc3a016b30ec2fe9e4caf92f20c8737a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353746928084" Longitude="4.9119412772336" StarRating="3" HotelCode="313022|volkshotel" HotelName="Volkshotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 150, 1091 GR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/44/544486ddd1f59c2c543853185a4b84fe945f00ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.10" OriginalAmount="92.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3709984" Longitude="4.8920002" StarRating="3" HotelCode="|50490" HotelName="Ozo Hotels Cordial Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 62-64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/9/0/50490_c0ccbb01524.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 50 rooms a lobby, a reception, a lift, a safety deposit box service (for a fee), a baggage room, a bar and a breakfast room with buffet breakfast, It also has heating. SITUATION: This urban hotel is in Amsterdam the city centre of it is located between Dam and Muntplein the squares of in the surrounding area, there is restaurants, bars, pubs and shops. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a shower or bath, a WC, a hairdryer, a direct line telephone and cable television. MEALS: Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.47" OriginalAmount="92.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|461415" HotelName="The Alfred Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/dd/8fdd026756f843908004c030f5706480c4be9928.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.69" OriginalAmount="92.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36338356" Longitude="4.87815281" StarRating="3" HotelCode="649208|2283595" HotelName="Hotel van de Vijsel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 13-17, 1054 HA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/08/27088d6feefbb4f88cdecbab08fe9d6fdf5bbf46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.78" OriginalAmount="92.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370708002176" Longitude="4.8923002527652" StarRating="3" HotelCode="71421|480805" HotelName="Cordial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 62 - 64, 1012 KW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/7f/127f4f78d14b345e5e7b7e1241950e2ec67da870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated right in the heart of Amsterdam, between the Dam and Mun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36125467" Longitude="4.881606" StarRating="3" HotelCode="211216|hotel_vossius_vondelpark" HotelName="Vossius Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 8/9, 1071 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c1/09c1a1244ab62427144a9de51d3ce2010dcfc0ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 39 rooms. Most of the storeys can be reached by lift. Services and fac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.81" OriginalAmount="93.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3538361" Longitude="4.8975592" StarRating="3" HotelCode="|22024" HotelName="De Pijp Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SARPHATIPARK 106</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/4/22024_1b86abc1423.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1956, renovated in 2001, has 4 floors and 36 rooms. It has 8 single rooms and 12 double rooms. It has a reception, a safety deposit box service, a currency exchange service, a lift, a kiosk and a TV room. The establishment offers guests internet. With regards to the food and beverage offering, the establishment has an Ã  la carte restaurant. SITUATION: This hotel is in a central location. Next to the property, you can find a park. It is close to the tourist centre and the historic centre. It is 15 kilometres away from the airport. 10 metres away, there is a public transport stop. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable television, guests are offered internet, a safe, fitted carpets and central heating. MEALS: The establishment serves a buffet breakfast and dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.08" OriginalAmount="93.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355445" Longitude="4.86917" StarRating="3" HotelCode="|76195" HotelName="The Neighbour's Magnolia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WILLEMSPARKWEG 205</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/1/9/5/76195_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in, a building, was built in the 19th Century, has WiFi, The establishment offers excursions and a transfer service. ROOM: The establishment has 18 rooms with cable television, a hairdryer and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.09" OriginalAmount="93.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|482275" HotelName="Hotel Roemer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1d/531dd3ee8f302c4eb873d99b0b8824ae1a7fefb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.34" OriginalAmount="93.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.314324214174" Longitude="4.9385480748824" StarRating="4" HotelCode="376564|690401" HotelName="Jaz Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Passage 90, Zuidoost, 1101 AX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b6/6ab6570c33c9153d92b1a6a4e7178358ddc6d3d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel comprises a total of 258 rooms. Individual storeys are accessible via the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.46" OriginalAmount="93.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.335701" Longitude="4.9130001" StarRating="4" HotelCode="|25053" HotelName="Mercure Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JOAN MYUSKENWEG 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/5/3/25053_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.55" OriginalAmount="94.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35750367" Longitude="4.93049137" StarRating="4" HotelCode="590607|2485545" HotelName="Q-Factory Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Atlantisplein 1, 1093 NE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/30/6a300599a649bbf1980d3a5605287b2f2a8a14f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.83" OriginalAmount="94.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|223906" HotelName="XO Hotels Blue Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.890528" StarRating="2" HotelCode="81840|hotel_vivaldi_4" HotelName="Blossoms City Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 76, 1072 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/40/8b40c767d74a1af60dff2728dfa340146f247d2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|mercure_hotel_amsterdam_city" HotelName="Mercure Hotel Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.352203764873" Longitude="4.8916585743427" StarRating="2" HotelCode="193889|easyhotel_amsterdam_ferdinand_bolstraat" HotelName="easyHotel Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Van Ostadestraat 97, 1072 ST Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/f9/53f931e57f085df0973ada81a4613a23f319e496.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3622316" Longitude="4.86415375" StarRating="2" HotelCode="590491|hotel_heye_130" HotelName="Hotel Heye 130" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jan Pieter Heijestraat 130, 1054 MJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fa/fdfa40f340f73ac3fced3eed0e90c6f0be6a765a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.88" OriginalAmount="95.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3609995" Longitude="4.8782728" StarRating="0" HotelCode="|66451" HotelName="Stayokay Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ZANDPAD 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/5/1/66451_1_1312.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 105 rooms, All the rooms have a bathroom, bunk beds, an electronic key, a wardrobe and bedding. You are offered disabled access rooms. FACILITIES: Clients can findBackpackers the bar a restaurant and a room where you can watch TV. Guests are offered internet, public telephones, a meeting room and a launderette. The establishment also has a store, billiards and bicycle storage.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.90" OriginalAmount="95.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.337327" Longitude="4.817107" StarRating="4" HotelCode="29267|122434" HotelName="Mercure Hotel Amsterdam West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oude Haagseweg 20, 1066 BW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/41/99410301a33269c50c1eec2462e6bb75e6e3cc99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies approximately 5 km from Schiphol International Airport. Guests may make use o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.41" OriginalAmount="95.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3575428" Longitude="4.9305748" StarRating="3" HotelCode="|338312" HotelName="Q-factory" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Atlantisplein</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/1/2/338312_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.54" OriginalAmount="95.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364993263359" Longitude="4.8782058119267" StarRating="2" HotelCode="146475|1093418" HotelName="Sara's Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 6, 1054 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/76/98769bc1c22632bfade99ad6c2fae3276ae76e9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Amsterdam. For guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.57" OriginalAmount="95.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367750994982" Longitude="4.868230227253" StarRating="4" HotelCode="293286|1031478" HotelName="Hotel De Hallen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bellamyplein 47, 1053 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ec/2eec2df079d61c15dd631dbd137b58b62f141a5d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3749808" Longitude="4.8993238" StarRating="1" HotelCode="154588|2485475" HotelName="Vijaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 44, 1012 GE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/0a/6a0a14505f02ee4f2b7eb1347ac6801330c5ae37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Amsterdam. The total number of rooms is 30. Wi-Fi internet c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3649572" Longitude="4.880067" StarRating="2" HotelCode="154214|hotel_titus" HotelName="Titus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 74, 1017 PM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/3c/593c1061eaa2a8f00e9c6371750884ca7e49e46a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353869" Longitude="4.857512" StarRating="3" HotelCode="142000|hotel_central_park" HotelName="Central Park Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Waldeck Pyrmontlaan 9, 1075 SP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/84/3e/843e7dd356b11ba7ffc5db677c8b4a20d9f042e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375506" Longitude="4.895853" StarRating="1" HotelCode="337248|hotel_manofa_2" HotelName="Manofa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 47-48, 1012 LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f811621970ad17f38ec82cd288afe4b1b2dc489.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated directly at the Damrak, within a few minutes' walk of Rembrandt Square, Leidse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.10" OriginalAmount="96.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33324" Longitude="4.91689" StarRating="4" HotelCode="|444516" HotelName="Leonardo Royal Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, Oost</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/6/444516_bc5ed6b0828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3627422" Longitude="4.8746104" StarRating="1" HotelCode="142722|hotel_abba" HotelName="Hotel Abba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Housekeeping,Internet,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 118-122, 1054 HM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/d9/77d9a257e8e46b978d6a6486680e31a0972465cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Hotel Abba  is in the heart of Amsterdam, walking distance from Vo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.95" OriginalAmount="97.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3759994" Longitude="4.8967702" StarRating="2" HotelCode="|65767" HotelName="Dam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/7/6/7/65767_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park, The establishment offers a laundry service. ROOM: The establishment has 35 rooms with a bathroom with a shower, cable television, a terrace and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.51" OriginalAmount="97.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374506" Longitude="4.891081" StarRating="1" HotelCode="|476878" HotelName="Jesse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/8/7/8/476878_3d4c6ca0037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.84" OriginalAmount="97.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3622407" Longitude="4.8984294" StarRating="2" HotelCode="|47514" HotelName="Itc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINSENGRACHT 1051</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/1/4/47514_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 18th Century, renovated in 2008 and has 33 rooms, The establishment offers internet and bicycle hire. SITUATION: This hotel is in a quiet area of the city, close to the establishment, clients can find shops, bars, is 20 minutes away from Anne Frank the House of 15 kilometres away from the establishment, guests will find Dam the Square of 5 minutes away, there is public transport, is 15 kilometres away from Amsterdam-Schiphol Airport. ROOM: The comfortable rooms, have a bathroom, a television and heating. MEALS: The establishment serves a continental breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353691" Longitude="4.897563" StarRating="3" HotelCode="337197|aalborg_hotel_amsterdam" HotelName="The Arcade 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,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatipark 106 b, 1073 EC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ff/03ffd4b6823ea7ddf3243f830eb1c1c35fc89a2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family run hotel is centrally located next to a wonderful park near to Amsterdam's city and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|leonardo_royal_hotel_amsterdam" HotelName="Leonardo Royal Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.15" OriginalAmount="98.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.345384988263" Longitude="4.9259640264587" StarRating="4" HotelCode="464532|1964665" HotelName="Hotel V Fizeaustraat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fizeau straat 2, 1097 SC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/zz/eeadaee17bacb4d35c3797178be6e9cdcc12c2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.36" OriginalAmount="98.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.39237722" Longitude="4.88559111" StarRating="4" HotelCode="847675|2370675" HotelName="Hotel Pontsteiger" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pontsteiger 343, 1014 ZP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/d0/37d0ea96a5f077d2fd6ca37b7c4f99d46ed01506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam, approximately 7.1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.94" OriginalAmount="98.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3573954" Longitude="4.844971" StarRating="4" HotelCode="|64207" HotelName="Westcord Fashion  Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HENDRIKJE STOFFELSTRAAT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/2/0/7/64207_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, a restaurant, has a terrace and a bar. It has 260 rooms, air-conditioning, a lobby with a reception and 15 conference rooms. For an additional charge cost offers WiFi and room service. SITUATION: This trendy hotel is in front of World Fashion Centre it has excellent transport links to La Plaza Leidseplein. It is 10 minutes away from Schiphol Airport and the RAI Convention Centre. ROOM: The rooms have a bathroom with a shower, a bath, a direct line telephone, a television, internet, a safe, a mini-bar, a coffee maker, a kettle and an air-conditioning system. FACILITIES: This establishment has a spa, 2 saunas, a Turkish bath, a swimming pool and a gym (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.94" OriginalAmount="98.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.402505" Longitude="4.931056" StarRating="4" HotelCode="|444318" HotelName="Tribe Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Termini 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/1/8/444318_7928e671509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.40" OriginalAmount="99.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.30982" Longitude="4.942294" StarRating="4" HotelCode="|169357" HotelName="Holiday Inn Amsterdam Arena Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>HOOGOORDDREEF 66A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/3/5/7/169357_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 120 rooms, meeting facilities, a banquet hall and WiFi. SITUATION: This establishment, Amsterdam it is in Close to restaurants, bars and shops. It has excellent transport links to the train and Schiphol Airport 15 minutes away, you can find the city centre, Where guests can enjoy tourist points of interest. ROOM: Each room has a coffee maker, a kettle, pillow menu and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.93" OriginalAmount="99.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3609123" Longitude="4.8832512" StarRating="3" HotelCode="|55812" HotelName="City Garden Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.C. Hooftstraat 162</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/1/2/55812_a62c2c91322.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Pc is rated two stars and was built in 1971. SITUATION: It is in Amsterdam,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.99" OriginalAmount="99.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36221" Longitude="4.86417" StarRating="0" HotelCode="|238885" HotelName="Heye 130" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Pieter Heijestraat 130</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/8/5/238885_9a352201442.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361148" Longitude="4.878294" StarRating="2" HotelCode="58656|stayokay_hostel_amsterdam_vondelpark" HotelName="Stayokay Amsterdam Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zandpad 5, 1054 GA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/dc/3ddcbe52eeee85c584601b6658f3cf391f5ba6f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hostel is in Amsterdam. The premises count with 105 welcoming guests rooms. Those...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.03" OriginalAmount="100.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3633794" Longitude="4.8782131" StarRating="4" HotelCode="|331072" HotelName="Van De Vijsel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 13-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/7/2/331072_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.22" OriginalAmount="100.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.333643" Longitude="4.92765" StarRating="3" HotelCode="|16584" HotelName="Bastion  Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VERLENGDE VAN MARWIJK KOOYSTRAAT 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/8/4/16584_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, an inviting bar, a television room, air-conditioning, sofas, WiFi (free of charge), a lobby and computer. SITUATION: This hotel is near the RAI business district. In the surrounding area, clients have Amsterdam Arena Stadium. 10 minutes away, there is the city centre. ROOM: The establishment has standard rooms with TV, a modem, an alarm clock, a desk, a safe, a mini-bar, a coffee maker, a kettle, a bathroom with a bath, a shower and a WC. It also has deluxe rooms with a bath, a WC and a hairdryer. Our guests also have available large suites with a sofa-bed, a bathroom with a bath, a WC and a hairdryer. FACILITIES: The establishment has a gym (free of charge). OBSERVATIONS: Pets are not allowed. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Clients have at their disposal an Ã  la carte or set-menu restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.98" OriginalAmount="100.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.31451" Longitude="4.93832" StarRating="3" HotelCode="|191968" HotelName="Jaz In The City Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>De Passage 90</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/6/8/191968_c8501aa1028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.309557082282" Longitude="4.942098521461" StarRating="4" HotelCode="284373|holiday_inn_amsterdam__arena_towers" HotelName="Holiday Inn Amsterdam - Arena Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 66a, 1101 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f4/acf4400b25a99356a2c07c1a3826cf76bfd6c64f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362245458387" Longitude="4.8984680324793" StarRating="2" HotelCode="193876|itc_hotel" HotelName="ITC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1051, 1017 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a4/aca42a3f6d413ea817bd1b568850865c20e705bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361297799065" Longitude="4.8767800127193" StarRating="2" HotelCode="902561|hotel_sipermann" HotelName="Sipermann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 35, 1054 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/0e/960e2cb1d317d3adb92a6b1546fc70da72845ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.14" OriginalAmount="101.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|100052" HotelName="WestCord Fashion Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.14" OriginalAmount="101.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.384807" Longitude="4.919336" StarRating="3" HotelCode="|444944" HotelName="Holiday Inn Express Amsterdam - North Riverside, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Motorkade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/4/444944_c8e1e741408.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.14" OriginalAmount="101.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3616599" Longitude="4.8779897" StarRating="4" HotelCode="|44228" HotelName="Roemer" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROEMER VISSCHERSTRAAT 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/2/8/44228_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern style, boutique hotel, was constructed in the 18th Century. It has 23 standard rooms. It has a lobby, a reception, a safety deposit box service, a lift, a bar and a restaurant. For an additional charge you can use WiFi, room service, a laundry service and bicycle hire. SITUATION: This establishment is in Leidseplein Square where you can find restaurants, shops and bars. It is 12 kilometres away from Schiphol Airport. ROOM: The rooms have a bathroom with a shower, a television, a bath, a hairdryer, a king-size bed, a direct line telephone, satellite or cable TV, internet, a safety deposit box, a coffee maker, a kettle, an air-conditioning system, central heating and a balcony or terrace. OTHERS: The establishment offers a breakfast service and an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.26" OriginalAmount="101.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366232080053" Longitude="4.9121173066735" StarRating="3" HotelCode="377616|2216575" HotelName="Hotel Park Plantage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Housekeeping,Internet,LCD/Projector,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 26, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e2/20e26d19996756a67b204d8da8b2281e6d794797.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Park Plantage in Amsterdam (Amsterdam City Ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.32" OriginalAmount="101.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.390146801362" Longitude="4.8425118764399" StarRating="3" HotelCode="505805|2059055" HotelName="Park Inn by Radisson Amsterdam City West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>La Guardiaweg 59, 1043 DE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/57/c9570367edf1e05c90becec0c4a261627e62799a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.50" OriginalAmount="101.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3502998" Longitude="4.9229002" StarRating="3" HotelCode="|21999" HotelName="Casa Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Ringdijkstraat 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/9/9/21999_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1962, has 10 floors and 396 rooms. The establishment has a lobby with a reception, a safety deposit box service and a currency exchange service. It has a lift, a cafÃ©, a bar, an Ã  la carte restaurant, a conference room and internet. The establishment also offers a laundry service, a bicycle storage room and a car park. SITUATION: This hotel Middenweg it is near Close to Frankendael park shops, restaurants and bars. It has excellent transport links to public transport services, is located near a nightclub. ROOM: The rooms have a direct line telephone, flat-screen satellite television, WiFi (free of charge), a safe, a fridge and a work desk. FACILITIES: It is 5 kilometres away from a golf course. PAYMENT METHODS: The establishment accepts AmEx, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.75" OriginalAmount="101.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3922054" Longitude="4.8496742" StarRating="3" HotelCode="|55804" HotelName="Ibis Amsterdam City West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRANSFORMATORWEG 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/0/4/55804_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is situated 1 kilometre away from Amsterdam Sloterdijk the Station of 350 metres away from and Isolatorweg the metro station a 3-minute walk away from the metro stop, is 15 kilometres away from Schiphol Airport. ROOM: All the rooms have WiFi (free of charge), an air-conditioning system, a television, international channels and a bathroom with a shower. RESTAURANT: Guests can enjoy a bar, an Ã  la carte restaurant and a terrace. It serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.87" OriginalAmount="101.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3619537" Longitude="4.8944535" StarRating="3" HotelCode="|22030" HotelName="Prinsengracht" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINSENGRACHT 1015</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/0/22030_101257f0308.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel, has 34 rooms and 5 floors. It has 12 single rooms and 1 studio. It has a reception, a safety deposit box service, lifts, a bar and internet. The establishment offers room service, a laundry service and a medical care service. SITUATION: This hotel is in Leidse the squares of near the establishment, you will find Rijksmuseum and Van Gogh the museums 1 kilometre away, you can find shops, 200 metres away, clients have bars, is located 500 metres away from nightclubs, public transport stops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a safe, fitted carpets, a double bed and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.94" OriginalAmount="101.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361513245972" Longitude="4.8773110753262" StarRating="2" HotelCode="153311|306245" HotelName="Quentin England" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 30, 1054 EZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/42/1d4200777b85780c1ffb5f654adc3ca992fc6964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.98" OriginalAmount="101.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35373" Longitude="4.87225" StarRating="3" HotelCode="|22034" HotelName="The Alfred" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/4/22034_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1960, renovated in 2008, has 5 floors, 74 rooms, 69 double rooms and 5 single rooms. It has a lobby, a reception and a safety deposit box service. SITUATION: This luxurious hotel is close to the city centre, in front of the establishment, you can find shops, restaurants. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, a mini-bar, a double bed, fitted carpets, a central heating system and a sitting room. FACILITIES: The establishment has a gym and a bicycle hire service. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37075866" Longitude="4.86998054" StarRating="2" HotelCode="143288|alp_hotel_amsterdam" HotelName="Alp" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Clercqstraat 52, 1052 NH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/40/2f4043dafedd41a6de12815cde11639a5dd58831.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.51" OriginalAmount="102.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.340116578117" Longitude="4.8736996141946" StarRating="3" HotelCode="116378|211160" HotelName="Qbic Hotel Amsterdam WTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mathijs Vermeulenpad 1, 1077 XX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/89/0a89f8835840bc06c2abe5e1fb97c508e0b9758e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362056459457" Longitude="4.8995587755128" StarRating="1" HotelCode="154080|townhouse_hotel_3" HotelName="The Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 816, 1017 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/03/010382a732c954114b0021ea458c1c5f46a17164.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.86" OriginalAmount="103.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|482105" HotelName="XO Hotel Inner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef733b6345b63613fd50bfce1eba248391a12499.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365453" Longitude="4.880277" StarRating="2" HotelCode="55142|backstage_hotel_amsterdam" HotelName="BackStage Hotel Amstersdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 114, 1016 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6a/686a99c123ca6d60cfb911444fbfa3bfe6a8beeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Amsterdam, this hotel lies within walking distance of all of the city's famo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361733242928" Longitude="4.9105657774473" StarRating="3" HotelCode="143266|hotel_allure" HotelName="Allure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 117-119, 1018 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/18/ca1814c570e278bd1202fa92bd16662a0c792ae7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.52" OriginalAmount="104.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376605" Longitude="4.844573" StarRating="0" HotelCode="|444517" HotelName="Cityden Bolo District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos en Lommerplantsoen 45a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/7/444517_427bf001258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.53" OriginalAmount="104.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|911365" HotelName="XO Hotels Park West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.62" OriginalAmount="104.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545" HotelName="Olympic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.62" OriginalAmount="104.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3333802" Longitude="4.7717009" StarRating="4" HotelCode="|16620" HotelName=" Ramada by Wyndham Amsterdam Airport Schiphol " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sloterweg, Vb Badhoevedorp,299</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/2/0/16620_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Novotel Amsterdam Airport is rated four stars. It is business, has WiFi, air-conditioning, 11 meeting rooms, a bar, a pub, a restaurant, a swimming pool, a sauna and a hamman. The establishment offers guests a transfer service (free of charge). SITUATION: This establishment is in a quiet area, is situated 5 kilometres away from Airport Amsterdam-Schiphol, close to the centre of Amsterdam. Near the establishment, you will find a sports centre. OBSERVATIONS: check-in is from 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.67" OriginalAmount="104.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376889" Longitude="4.897691" StarRating="1" HotelCode="193842|hotel_neutraal" HotelName="Neutraal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 8, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/c7/c4c7f214cb2ae9f9f9b5f27d861d1e8de1eedf47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Amsterdam. The hotel comprises a total of 34 snug guests rooms. This is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.24" OriginalAmount="105.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374824107265" Longitude="4.8966812349402" StarRating="2" HotelCode="45368|1567598" HotelName="Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beurstraat 23, 1012 JV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0e/370e9b5f9a125566efaa37c7f01199074f22cf42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Amsterdam. Travel features a total of 32 guests rooms. This establishment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.27" OriginalAmount="105.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359179134284" Longitude="4.8763337731361" StarRating="3" HotelCode="26716|56724" HotelName="Hotel City Garden Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 162, 1071 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/9e/0a9ec66261bae9b710e57986dc3af5ba1c022daa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is housed in a beautiful building located in the expansive Vondel Park. There are many his...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.63" OriginalAmount="105.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.388233506793" Longitude="4.8376402258873" StarRating="3" HotelCode="176245|809565" HotelName="Holiday Inn Express Amsterdam - Sloterdijk Station" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zaventemweg 3, 1043EH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/01/c601d8a401a49659899af27ade9a328eeb96a2db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on top of one of the main train stations of Amsterdam, Sloterdijk, offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.85" OriginalAmount="105.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3337846" Longitude="4.8084537" StarRating="4" HotelCode="|16604" HotelName="Mercure  Amsterdam West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OUDE HAAGSEWEG 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/4/16604_2039e2a0744.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1978, has 3 floors and 151 rooms. It has a reception, a bar, a pub and a restaurant. SITUATION: It is situated 5 kilometres away fromSchiphol Airport The establishment offers a transfer service to the airport, 8 kilometres away, you can find the city centre, tourist points of interest, 100 kilometres away, there is a public transport stop. ROOM: The luxurious rooms, have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a fridge and a safe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.92" OriginalAmount="105.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358985" Longitude="4.893583" StarRating="2" HotelCode="116303|2485605" HotelName="Kap" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Den Texstraat 5b, 1017 XW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/33/8333b91544546f6542f17ab7b7fdfab0af3a81dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.341829908249" Longitude="4.8759850633134" StarRating="4" HotelCode="146012|56853" HotelName="citizenM Amsterdam South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinses Irenestraat 30, 1077 WX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/ab/39ab83073ff3549e0e0309cc0b91d670de578f1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365794" Longitude="4.87978" StarRating="3" HotelCode="27518|krisotel" HotelName="De Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 372, 1016 XX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/12/87126726770c2b85bc5871a9ac1f92dd14d0a32e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, 50 m from restaurants, bars, pubs and the bus station and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36178" Longitude="4.922496" StarRating="3" HotelCode="33463|nh_tropen" HotelName="Amsterdam Tropen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Linnaeusstraat 2C, 1092 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/53/97532261feca19629aaf2ea730af6c19ac16945e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Oosterpark and the Royal Tropical Institute, within a short distance ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365075009324" Longitude="4.8736257606747" StarRating="4" HotelCode="930977|grand_hotel_downtown" HotelName="Grand Hotel Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 10A, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/64/2664c8ed757ff9c01fae228f466c1a9f53277528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.20" OriginalAmount="106.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.314264" Longitude="4.947596" StarRating="3" HotelCode="260147|926145" HotelName="Hampton Amsterdam Arena Boulevard" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoekenrode 1, Amsterdam 1102 BR</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/f9/0ef94c0967845e6a86eae5a4c4c366e043c9707c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.25" OriginalAmount="106.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3670006" Longitude="4.8860002" StarRating="2" HotelCode="|26816" HotelName="De La Haye" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 114</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/8/1/6/26816_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This small, inviting hotel, has 22 rooms and 5 floors. It has a reception, a safety deposit box service, a television room and a bar. SITUATION: It is inAmsterdam the city centre of nearby, you will find Van Gogh and Rijks the museums of 200 metres away, guests have Leidse the Square of the nightlife, in the surrounding area of the establishment, guests can find bars, restaurants, a casino, a theatre and shops. it is in front of a public transport stop, is situated 25 kilometres away from Schiphol Airport. ROOM: They have cable television, internet and shared bathrooms. The establishment has family rooms with a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.29" OriginalAmount="106.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392188" Longitude="4.91095" StarRating="4" HotelCode="336624|54377" HotelName="NH Amsterdam Noord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Distelkade 21, 1031 XP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/ed/c4edb6390c2458b713b0757fa727b510c7325f9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just north of the centre of Amsterdam within walking distance of all the city...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.30" OriginalAmount="106.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3930364" Longitude="4.88573" StarRating="4" HotelCode="|448005" HotelName="Pontsteiger" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pontsteiger 343</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/0/5/448005_eecee8f1214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.34" OriginalAmount="106.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.30982220274" Longitude="4.9464214231747" StarRating="4" HotelCode="320492|1893045" HotelName="Courtyard Amsterdam Arena Atlas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 1, 1101 BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/d1/20d1702f3b21e6b8915d3f6f8a65c615b93f807b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.54" OriginalAmount="106.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392313810778" Longitude="4.8500056922592" StarRating="3" HotelCode="38826|182406" HotelName="Hotel ibis Amsterdam City West" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Transformatorweg 36, 1014 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b3/26b3cd52c5b345e386d20967e587a13baab34ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the harbour, between the heart of Amsterdam and the main business dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.73" OriginalAmount="106.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.349952700903" Longitude="4.9186385803566" StarRating="3" HotelCode="337392|61714" HotelName="Hotel Casa Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Ringdijkstraat 4, 1097 BC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/df/a8df7e6c9e20de96561991436347a04ad581375e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the Middenweg in the southern part of Amsterdam near Frankendael Park. C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.14" OriginalAmount="106.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365709" Longitude="4.87816" StarRating="3" HotelCode="408686|482225" HotelName="NL Hotel District Leidseplein" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 368, 1054 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5a/c05a2aa0a3b72095ce2bf30736633a8808f32b3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Amsterdam, on the Singel Gracht. It is surrounded by museums, s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361992" Longitude="4.894508" StarRating="3" HotelCode="337183|hampshire__prinsengracht" HotelName="Prinsengracht Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1015, 1017 KN Amsterdam, Nordholland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/0a/5f0ae9ba00c2f531bf7a96cc1660d3f044eedd44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Leidseplein and Rembrandtplein, as well within a short distance of an array...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.54" OriginalAmount="107.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3752251" Longitude="4.8971481" StarRating="1" HotelCode="|22004" HotelName="Ben Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>BEURSSTRAAT 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/4/22004_1bcf4291455.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in an old house, was built in 1800, has 49 standard rooms, 18 double rooms and 3 suites. It has a reception and a safety deposit box service. SITUATION: This hotel is in a central location. It is 2 kilometres away from the railway station. 30 metres away, guests can find a canal. Nearby, there are shops and restaurants. 500 metres away you can find a nightclub. 50 metres away, there is a public transport stop. ROOM: They have fitted carpets and a central heating system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.70" OriginalAmount="107.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38686005" Longitude="4.83960316" StarRating="3" HotelCode="509192|2238215" HotelName="Hotel2Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tempelhofstraat 2, 1043 EC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/04/d204d8bbf0acad2f2e390231c1e4df406d9a6f73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.43" OriginalAmount="108.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.333688" Longitude="4.888415" StarRating="4" HotelCode="|16607" HotelName="Novotel Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EUROPA BOULEVARD 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/7/16607_b089f771424.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1971, has 611 rooms, 600 double rooms and 15 floors. The establishment boasts a reception and a lift. It also has a hairdresser's, a bar, a pub, a restaurant and a car park. SITUATION: Well connected with the city centre and the tram. 500 metres away, there is a public transport stop, Around the establishment, clients can find bars and restaurants. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a radio, satellite or cable TV, a mini-bar, a fridge, an air-conditioning system and a safety deposit box. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.65" OriginalAmount="108.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376627" Longitude="4.89467" StarRating="3" HotelCode="26717|427795" HotelName="Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 33, 1012 RD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/bb/cbbbf6a12ab35a659965196fd20b0f1b3a67f67f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical heart of the city on the Nieuwezijds Voorburgwal. This is one...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.08" OriginalAmount="108.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365864" Longitude="4.912884" StarRating="3" HotelCode="13844|229736" HotelName="The Lancaster Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 48, 1018 DH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10788705</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located opposite Amsterdam’s Artis Zoo in a green area of the old city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36964692" Longitude="4.86153295" StarRating="4" HotelCode="614590|chasse_hotel" HotelName="Chasse Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chasséstraat 64, 1057 JJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/67/d767cf7531d0d9890ba8e2d4ba600950be4a0fae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.46" OriginalAmount="109.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3656443" Longitude="4.8852139" StarRating="2" HotelCode="148144|1526258" HotelName="Quentin Golden Bear Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 37, 1017 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/32/8532b9c677a5ed922bb5eeb40f474a96f4507bc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.61" OriginalAmount="109.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33886291" Longitude="4.89080921" StarRating="4" HotelCode="972650|2492985" HotelName="nhow Amsterdam RAI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 2B, 1078 RV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/9a/ca9a247b7124b16de229ddf819eff0559b5d50dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.89" OriginalAmount="109.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.338347" Longitude="4.92086" StarRating="4" HotelCode="|338284" HotelName="Ruby Emma Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Amstelvlietstraat 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/8/4/338284_7f075100247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.98" OriginalAmount="109.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3841992" Longitude="4.9039036" StarRating="0" HotelCode="|338241" HotelName="Clinknoord -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/1/338241_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.48" OriginalAmount="110.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.80" OriginalAmount="110.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3660603" Longitude="4.9123089" StarRating="4" HotelCode="|338304" HotelName="De Jonker Urban Studio's and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/4/338304_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.20" OriginalAmount="110.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33814927" Longitude="4.92064926" StarRating="4" HotelCode="497627|2240885" HotelName="QO Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Amstelvlietstraat 4, 1096 GG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/88/3288a7f3609606ceb8c5a982c2f3f421e2331d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.30" OriginalAmount="110.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3766521" Longitude="4.8947789" StarRating="3" HotelCode="|16599" HotelName="Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWEZIJDS VOORBURGWAL 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/9/16599_4cdf2270320.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36367" Longitude="4.888177" StarRating="1" HotelCode="66539|hans_brinker" HotelName="Hans Brinker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 136-138, 1017 GR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/d9/66d96f60cad8db278dbadb7541a7192b297e9af2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38424267" Longitude="4.90393048" StarRating="2" HotelCode="388540|clinknoord__hostel" HotelName="Clink Noord Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3a801f3f21906dcff9d6b46af042ec2d81676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.61" OriginalAmount="111.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392798910412" Longitude="4.8687832711639" StarRating="3" HotelCode="18782|276165" HotelName="WestCord Art Hotel Amsterdam 3-stars" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/05/96058f20e0c4b561d19141667dafca1903119a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 10 minutes from the city centre. A bus stop to the city centre and the central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.88" OriginalAmount="111.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|1029698" HotelName="XO Hotels Couture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.95" OriginalAmount="111.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3417758" Longitude="4.8250507" StarRating="4" HotelCode="|22069" HotelName="Artemis Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>John M. KEYNESPLEIN 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/9/22069_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2005, has 8 floors and 256 rooms. The establishment boasts a lobby, a cafÃ©, a lift, a reception with safety deposit boxes and a currency exchange service. It also has a bar, a pub, a television room, a conference room and internet. For an additional charge cost offers a car park. The establishment also offers room service and a laundry service. SITUATION: This hotel is close to the Amsterdam shopping centre. 300 metres away, there is a public transport stop. It is just 1 kilometre away from shops and 8 kilometres away from bars, pubs and nightclubs. ROOM: The stylish rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, fitted carpets, a central heating system and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374128" Longitude="4.9050130000001" StarRating="3" HotelCode="296732|hotel_mansion" HotelName="Hotel Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 123, 1011 AM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/3b/873b730be804cb1d493014fea2a69068b87f4506.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.45" OriginalAmount="112.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33886571" Longitude="4.89264397" StarRating="3" HotelCode="400714|4768705" HotelName="Motel One Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 23, 1079 PC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/fa/f1fa76a3f77155b961bfde260bbc5f1540f5dfe2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.78" OriginalAmount="112.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3749026" Longitude="4.8965822" StarRating="2" HotelCode="|338264" HotelName="Travel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/6/4/338264_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|2483495" HotelName="Hotel Amsterdam Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1d/8e1d3d741f6c97dfd1144fc75af22126633f08af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357844" Longitude="4.856532" StarRating="3" HotelCode="165668|conscious_vondelpark" HotelName="Conscious Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 519, 1054 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/59/305962f5744a19ed41a2cb22b5f81f13bb1066b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located conveniently in the city centre of Amsterdam. Behind the hotel starts the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3647606" Longitude="4.9042788" StarRating="2" HotelCode="148799|hotel_hermitage_amsterdam" HotelName="Hermitage Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 16, 1018 DR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b0/cab05c3faa299f27ab04f4aeb247bb900bc9a4c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372758942649" Longitude="4.8984968662262" StarRating="1" HotelCode="193867|hotel_83" HotelName="Hotel 83" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Achterburgwal 83, 1012 DS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/0a/c00a0a2b289c48b632ed51fd3893212c0772735c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.60" OriginalAmount="113.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.387374221332" Longitude="4.8355350150634" StarRating="4" HotelCode="317279|1792848" HotelName="Mercure Hotel Amsterdam Sloterdijk Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 1, 1043 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/1e/c61e560348a2c6acdd6ad50988bc305b8883f512.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.76" OriginalAmount="114.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364274841549" Longitude="4.879916900629" StarRating="3" HotelCode="153312|306135" HotelName="Quentin Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 89, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/1c/5f1cdae17eda68740bed4d034535526cbf9028e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.97" OriginalAmount="114.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.34696" Longitude="4.83146" StarRating="4" HotelCode="|183841" HotelName="Corendon Amsterdam New-West, a Tribute Portfolio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aletta Jacobslaan 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/4/1/183841_3abe84f0914.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.16" OriginalAmount="114.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3545939" Longitude="4.9126321" StarRating="4" HotelCode="|338245" HotelName="The Social Hub Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 129</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/5/338245_6bf286c0227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375137081602" Longitude="4.8970965570431" StarRating="1" HotelCode="336451|60821" HotelName="Hotel Ben Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 7, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/83/a883b2442cafe231e7721078f8d18fed5cfd8a1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre approximately 2 km from the railway station. It is just 30 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.45" OriginalAmount="115" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364956102641" Longitude="4.8782951536007" StarRating="3" HotelCode="146532|513928" HotelName="D'Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 4, 1054 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/64/196483fb504da084a54876f314ce8b965e230ebe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36607468" Longitude="4.9123706" StarRating="4" HotelCode="611873|de_jonker_urban_studios_suites" HotelName="De Jonker Urban Studios &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 40, 1018 DG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/5f/c55f827f845c8f1dc58e827ad07fca1c58103ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.69" OriginalAmount="115.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38677" Longitude="4.839568" StarRating="3" HotelCode="|216903" HotelName="2stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tempelhofstraat 2, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/9/0/3/216903_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.24" OriginalAmount="115.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3660553" Longitude="4.8819963" StarRating="0" HotelCode="|338213" HotelName="International Budget City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/1/3/338213_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.48" OriginalAmount="116" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354644335736" Longitude="4.9127091899834" StarRating="3" HotelCode="397917|62765" HotelName="The Student Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 129, 1091 GL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/aa/91aaaf314eb6de638b66a7c291a33e8029e7a116.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357867" Longitude="4.900296" StarRating="3" HotelCode="89082|ibis_styles_amsterdam_amstel" HotelName="Ibis Styles Amsterdam Amstel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 131, 1074 AW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/80/fb804e18b258b42f9f353fd61dc7fb2d5763890f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Stadhouderskade in a quiet but central part of Amsterdam, close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.96" OriginalAmount="117.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36645" Longitude="4.91132" StarRating="0" HotelCode="|191964" HotelName="Park Plantage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/6/4/191964_5c1c8e11704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.00" OriginalAmount="117.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370086054175" Longitude="4.9076270612616" StarRating="3" HotelCode="337091|181346" HotelName="Hotel Ibis Amsterdam Centre Stopera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 68, 1011 LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e1/51e1a4b6488ae0cd9f86434922961813a4df88fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Amsterdam within walking distance of the squares of Rembrandt ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.27" OriginalAmount="117.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378318" Longitude="4.8952957" StarRating="3" HotelCode="|338305" HotelName="Royal Plaza Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Nieuwendijk</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/5/338305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360758226607" Longitude="4.9188441638237" StarRating="1" HotelCode="429373|generator_amsterdam" HotelName="Generator Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mauritskade 57, 1092 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9e/979e75258a7590e0d0c7e3a68c4ad098fcdf8bd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Generator Amsterdam is located in the up-and-coming eastern side of the city overlooking Oosterpark....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.46" OriginalAmount="118.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38591" Longitude="4.83456" StarRating="0" HotelCode="|221621" HotelName="Urban Lodge " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/2/1/221621_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.68" OriginalAmount="119.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3751984" Longitude="4.8955998" StarRating="2" HotelCode="|22521" HotelName="De Korenaer" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 50-51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/2/1/22521_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2004, is on a main street. It has 6 floors, 30 rooms, 6 single rooms and 24 double rooms. It has a reception, a safety deposit box service, lifts, a cafÃ© and a restaurant. The establishment offers guests internet. SITUATION: It is inAmsterdam the heart of next to the establishment, clients can find Dam the Square of it is located near Kalverstraat the shopping area of tourist points of interest and the Royal Palace. close to the establishment, clients can find Madame Tussaud the museum It is close to restaurants, bars and cafÃ©s. close to the establishment, guests have the central station, a tram stop, is situated 10 kilometres away from a ski resort, is 15 kilometres away from the beach ,Schipol Airport. ROOM: The rooms a bathroom with telephone, satellite and cable television and a radio. They also have a stereo, internet, a safety deposit box, fitted carpets and a central heating system. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.87" OriginalAmount="119.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36971" Longitude="4.90685" StarRating="0" HotelCode="|232736" HotelName="ClinkMama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/7/3/6/232736_73f1b3c0247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348652" Longitude="4.765684" StarRating="4" HotelCode="69636|park_plaza_amsterdam_airport_2" HotelName="Park Plaza Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business 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">
        <Address>
          <AddressLines>
            <AddressLine>Melbournestraat 1, 1175 RM  Lijnden, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3c/c43c8efaec0571635059246181e0bd7973782886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in the west of Amsterdam, only 5 km from Schiphol International Airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.28" OriginalAmount="120.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365736" Longitude="4.8782039" StarRating="3" HotelCode="|41078" HotelName="Nl  District Leidseplein" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NASSAUKADE 368</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/7/8/41078_7.jpg</HotelPictures>
        <HotelDescription>HOTEL:. SITUATION: This trendy hotel is situated in the city centre, Singel Gracht it is in this hotel is surrounded by museums, shops, a coffee shop, restaurants and exhibitions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.54" OriginalAmount="120.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36931948655" Longitude="4.891793003828" StarRating="2" HotelCode="90027|610165" HotelName="Hotel Pagi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 104, 1012 KZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c7/27c7b623fc398d8c7ea12f7647429e1d75df5dd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre close to all of the popular main tourist attractions. The ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.61" OriginalAmount="120.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375372" Longitude="4.895727" StarRating="3" HotelCode="336453|1428388" HotelName="The Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 50, 1012 LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/c2/7fc2c6da4670ecbc43dc9f3b1cd86f610216d212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Amsterdam near to the Dam. The Kalverstraat with its abundance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.96" OriginalAmount="121.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3760143" Longitude="4.9029206" StarRating="2" HotelCode="|338125" HotelName="Restaurant Old Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 98</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/1/2/5/338125_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.21" OriginalAmount="121.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.900697" StarRating="3" HotelCode="89083|1071118" HotelName="Ibis Styles Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 135, 1074 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/71/7f71840bd9a9b5893a81014fe07fd97902143c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is located in the city centre, within walking distance of one of the major entertainm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36483819536" Longitude="4.8805391678549" StarRating="2" HotelCode="147859|hotel_freeland" HotelName="Freeland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 386, 1017 PL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f7/85f74264b904f6a4437eb6f21bcd1ef35144ab88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37598605" Longitude="4.90292582" StarRating="0" HotelCode="571012|hotel_restaurant_old_bridge" HotelName="The Old Bridge Hotel Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 97-98, 1011 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/2c/502c8b42f79e49e0bb184596d9699e611ca619e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.01" OriginalAmount="122.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3572107" Longitude="4.8554498" StarRating="3" HotelCode="|338286" HotelName="Conscious The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/8/6/338286_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.37" OriginalAmount="122.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|211093" HotelName="Old Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/7e/737ee3da2789dcd65ec7d0bb264c53af60355f22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359591" Longitude="4.8810089999999" StarRating="3" HotelCode="130358|428200" HotelName="Aalders" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Garden,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luykenstraat 13-15, 1071 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/ca/76ca5d4388adbf864ff28c8e9197dced28ede9c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the hotel makes it the ideal base for art lovers and culture enthusiasts. It is situ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36006846106" Longitude="4.8819680779143" StarRating="2" HotelCode="168159|the_poet_hotel_amsterdam" HotelName="Max Brown Hotel Museum Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 40-46, 1071CR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/e2/0de22346cdc6ff583baabcfd427e68b959ee19b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a delightful, peaceful residential area close to Amsterdam's buzzing city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|amsterdam_identity_apartments_2" HotelName="Amsterdam ID Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35920649231" Longitude="4.9013319077613" StarRating="3" HotelCode="318943|ph_hotel_oosteinde" HotelName="PH Hotel Oosteinde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oosteinde 15-17, 1017 WT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/3a/413a080a59c32ae484be7ec6be05195de50ad78e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36978965" Longitude="4.9071412" StarRating="0" HotelCode="439622|ecomama" HotelName="ECOMAMA Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 124, 1011 NA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/13/4013ca9858b8c4cbae9edfd64ae630e26aa0e3f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Ecomama places you in the heart of Amsterdam, walking distance from Wate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35901047" Longitude="4.89787533" StarRating="3" HotelCode="466447|golden_mansion_apartment_amsterdam" HotelName="Golden Mansion City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23, 1017 ZL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4fdbec19a7b867741c8cea877f0c5c3e2f6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Golden Mansion Apartment Amsterdam places you in the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.78" OriginalAmount="123.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361235" Longitude="4.876917" StarRating="3" HotelCode="|504908" HotelName="Vondel Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Roemer Visscherstraat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/9/0/8/504908_ca2a17c1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.35" OriginalAmount="123.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.93283" Longitude="-74.19929" StarRating="0" HotelCode="|545517" HotelName="Amsterdam Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Florida Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/5/1/7/545517_db132971035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.73" OriginalAmount="124.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3621126" Longitude="4.8783638" StarRating="4" HotelCode="|23467" HotelName="Leonardo Hotel Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TESSELSCHADESTRAAT 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/23467_3b5081e1211.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 78 double rooms and 4 single rooms. The establishment boasts a lobby with an elevator, a reception with safety deposit boxes, a currency exchange service, a bar and a restaurant. The establishment offers guests internet, a laundry service and a medical care service. in the surrounding area of the establishment, customers can find a car park. SITUATION: This attractive hotel is in the city centre, near the establishment, guests will find Van Gogh and Rijk the museums of Leidseplein in the surrounding area, clients have 150 metres away, there is a public transport stop, 300 metres away, guests can find shops, restaurants, bars, pubs and nightclubs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.41" OriginalAmount="124.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35918" Longitude="4.90141" StarRating="3" HotelCode="|183891" HotelName="Boutique  Oosteinde" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oosteinde 15-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/1/183891_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.51" OriginalAmount="124.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37891" Longitude="4.83838" StarRating="3" HotelCode="|445162" HotelName="New Kit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos en Lommerweg 390</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/6/2/445162_24c35821156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.59" OriginalAmount="124.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392715" Longitude="4.86885" StarRating="4" HotelCode="207323|455985" HotelName="WestCord Art Hotel Amsterdam 4****" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b2/3fb2bdbc4f35b82d2651b405c4d26dc2cf377c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 60 rooms. Services and facilities at the hotel include a baggage stora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.84" OriginalAmount="125.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36675" Longitude="4.91143" StarRating="3" HotelCode="|445190" HotelName="Quentin Zoo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/9/0/445190_fa4ed1d1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.99" OriginalAmount="125.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3761403" Longitude="4.8994739" StarRating="2" HotelCode="|25056" HotelName="Koopermoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/5/6/25056_3ab12be1714.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, internet in communal areas and tourist information. SITUATION: It is situated 2 minutes away fromAmsterdam Central Station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36210501" Longitude="4.8785510433333" StarRating="3" HotelCode="75861|owl_hotel" HotelName="Owl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Bicycle Rental,Concierge,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 1, 1054 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/06/c806b99d1eded27ca613423fae9b8846eb8ebbb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Owl Hotel in Amsterdam (Museum Quarter), you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|conscious_hotel_the_tire_station" HotelName="Conscious Hotel The Tire Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.21" OriginalAmount="128.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335" HotelName="Hotel New Kit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.30" OriginalAmount="128.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.350465" Longitude="4.875595" StarRating="4" HotelCode="58217|480665" HotelName="Apollofirst Boutique Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 123-127, 1077 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/07/0807bef585634d77e1a5aec693d77517d3ef11de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on one of the most stunning streets in Amsterdam. From here, the outskirts of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37521191" Longitude="4.90022093" StarRating="0" HotelCode="527638|hostel_the_globe_centre" HotelName="Hostel The Globe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oude Zijds Voorburgwal 3, 1012 EH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/96/8e96c7fcec8cf25c63c7f7ac42132f57bf233289.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.31" OriginalAmount="129.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3612" Longitude="4.8845" StarRating="4" HotelCode="|22077" HotelName="Leonardo Boutique Museumhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.C. HOOFSTRAAT 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/22077_01db1421545.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel has 188 rooms and 5 floors. It has a lobby with elevators, a reception, a safety deposit box service and a bar. The establishment offers guests a laundry service. SITUATION: This hotel is situated between PC Hooftstraat and Stadhouderskade is situated in the heart of Amsterdam, close to the Van Gogh and Rijksmuseum museums and Leidseplein Square. Opposite the establishment, you can find jetties, bicycles and boats. ROOM: Each room has a bathroom with a shower, a WC, a hairdryer, a direct line telephone, a television and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.90" OriginalAmount="130" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359127" Longitude="4.92629" StarRating="4" HotelCode="166962|23170" HotelName="The Manor Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Linneausstraat 89, 1093 EK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145159/145159a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the eastern part of the city centre known for all its museums a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376152308064" Longitude="4.899447319428" StarRating="2" HotelCode="53681|de_koopermoolen" HotelName="De Koopermoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Fax,Meeting Room,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 5, 1012 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/9a/b69a465679c796e04d83651060f0cd3eea6016d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel De Koopermoolen is a monumental building dating from 1725 that was completely renovated in 199...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.37" OriginalAmount="130.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36680781" Longitude="4.91142408" StarRating="3" HotelCode="635847|2283495" HotelName="Quentin Zoo hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 33, 1018 DB Amsterdam, Kesklinn</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/74/f3744b123140789d760fe44e4ba3c60ae6357786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.48" OriginalAmount="130.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3651144" Longitude="4.8785994" StarRating="3" HotelCode="|338208" HotelName="No. 377 House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 377</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/0/8/338208_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.06" OriginalAmount="131.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|4702015" HotelName="Washington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.43" OriginalAmount="131.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370018" Longitude="4.9079399" StarRating="3" HotelCode="|38498" HotelName="Ibis Amsterdam Centre Stopera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VALKENBURGERSTRAAT 68</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/4/9/8/38498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 207Â modern, comfortable rooms, Our guests can find a restaurant with a bar, a garden, a reception and a lift. SITUATION: It is inAmsterdam the city centre of nearby, you will find Waterloo and Rembrandt the squares it is situated 12 kilometres away from Schiphol Airport. ROOM: The comfortable rooms, have a direct line telephone, a television, an iron, a central air-conditioning system and a bathroom with a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="135.63" OriginalAmount="131.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363573" Longitude="4.888266" StarRating="0" HotelCode="|66458" HotelName="Hans Brinker Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 136-138</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/5/8/66458_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This simple, economical hotel and is rated 1 stars. It has a reception, a bar and a restaurant. The establishment offers breakfast service. SITUATION: It is inAmsterdam the city centre of Leidseplan next to the property, you can find it is 15 kilometres away from Schiphol Airport. ROOM: The rooms have a WC, a shower and a direct line telephone.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.96" OriginalAmount="132.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="684239|royal_plaza_hotel_amsterdam" HotelName="Royal Plaza Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwendijk 23</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a7/33a7614b901f9c4c59c9305462907828dc0ed1cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.08" OriginalAmount="132.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3590163" Longitude="4.8979458" StarRating="0" HotelCode="|338210" HotelName="Golden Mansion Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/1/0/338210_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.57" OriginalAmount="132.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3088395" Longitude="4.8099936" StarRating="4" HotelCode="|16603" HotelName="Steigenberger Airport Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STATIONSPLEIN 951 ZW</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/3/16603_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 442 rooms, 7 floors and air-conditioning. In the establishment entrance, guests will find a lobby, a reception, a safety deposit box service and a lift. The establishment boasts 2 restaurants, 2 bars, conference facilities and internet. The establishment offers room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: This airport hotel is situated close to the forest, 15 minutes away from the city centre, in the surrounding area, there is public transport services, 5 kilometres away from the establishment, guests will find shops, has good links to the motorway, the train and the airport. this hotel is situated 5 kilometres away from Schiphol Airport. ROOM: The elegant and peaceful rooms, have a double bed, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite or cable television, internet, a safety deposit box, a mini-bar, an air-conditioning system, individual heating and blinds. FACILITIES: The establishment has a spa, a covered swimming pool, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers bars and restaurants. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376310654594" Longitude="4.8996171845815" StarRating="1" HotelCode="901505|246759" HotelName="Old Nickel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Brugsteeg 11, 1012 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b4/f0b4f527cd26d6f618efe136519e243a03ad241b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Old Nickel, located in the center of old Amsterdam, is a small family owned hotel just two min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.02" OriginalAmount="133.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364116" Longitude="4.880118" StarRating="3" HotelCode="|76156" HotelName="Quentin Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEIDSEKADE 89</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/1/5/6/76156_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Amsterdam. It is situated near Leidseplein, cafÃ©s, clubs, bars, shops and restaurants. In front of the hotel there is a casino. It is near the markets. ROOM: The rooms have modern facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.59" OriginalAmount="133.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3597984" Longitude="4.8815999" StarRating="3" HotelCode="|22076" HotelName="Max Brown  Museum Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 40-46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/6/22076_dcb04311216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.97" OriginalAmount="133.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367766" Longitude="4.896537" StarRating="3" HotelCode="34589|830035" HotelName="Amsterdam House Eureka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>'s Gravelandseveer 3-4, 1011 KM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/68/74680a123b277dce9c73ae89f95572a613588bfa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located directly on the Amstel canal, this city hotel is surrounded by Amsterdam's most ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="681830|shelter_city_hostel_amsterdam" HotelName="Shelter City Christian Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barndesteeg 21</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fc/edfc7d04d9e6ed3821fb0d363b485c80f45a273d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.16" OriginalAmount="134.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|185604" HotelName="Hotel Cornelisz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/0a/9a0aae34f7ade53ba2e55ac87243f975c44a81a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most i...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.24" OriginalAmount="134.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|117322" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.65" OriginalAmount="134.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3754145" Longitude="4.8981173" StarRating="3" HotelCode="|69260" HotelName="Cc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WARMOESSTRAAT 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/2/6/0/69260_200386d1436.jpg</HotelPictures>
        <HotelDescription>SITUATION: This boutique hotel is in the city centre, la plaza Dam it is in Close to cafÃ©s, shops and restaurants. the Red Light District it is located near 500 metres away, guests will find the railway station, is situated 10 kilometres away from Amsterdam-Schiphol Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364181" Longitude="4.8784020000001" StarRating="3" HotelCode="19379|21279" HotelName="The ED Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 387-390, 1054 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/018194/018194a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre. Guests can easily reach the many bars, restaurants and cafe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3315849" Longitude="4.853305" StarRating="3" HotelCode="155347|spa_sport_hotel_zuiver" HotelName="Zuiver / Amstelpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koenenkade 8, 1081 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/67/94674355a663cca2e416c6b469a616e00598ec79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355843937652" Longitude="4.8757195472717" StarRating="3" HotelCode="25126|omega_hotel_amsterdam" HotelName="Omega" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Massage Centre,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jacob Obrechtstraat 33, 1071 KG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/7b/e67bf41eae3e36925df882ed3c1f8c0cfbf6007a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel lies in the heart of Amsterdam, close to the concert hall, plenty of museu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365730732327" Longitude="4.8972797055226" StarRating="4" HotelCode="303787|royal_amsterdam_hotel_2" HotelName="Royal Amsterdam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 44, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/6e/b86ee06d64bd080e56200654e13ac78d944fe78e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 23 rooms. Most of the storeys can be reached by l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.27" OriginalAmount="135.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.384592" Longitude="4.861787" StarRating="0" HotelCode="|520012" HotelName="WesterVilla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 369</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/0/0/1/2/520012_68f3af51208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.67" OriginalAmount="135.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37950125046" Longitude="4.8971813294721" StarRating="3" HotelCode="33664|122424" HotelName="Hotel ibis Amsterdam Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stationsplein 49, 1012 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/45/d645c47b5c0f523880aecf9f42e2762a917baed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Amsterdam. Its setting is especially ideal for business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.08" OriginalAmount="136" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363522" Longitude="4.886314" StarRating="3" HotelCode="68534|17316" HotelName="Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 518-520, 1017 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b5/72b541734ea9c47b74d1ace915cea14f31dd5849.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.30" OriginalAmount="136.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365943952643" Longitude="4.8955864404754" StarRating="3" HotelCode="337222|251836" HotelName="Hotel Atlanta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtsplein 8-10, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/1b/1a1b9ba7ce31226b7c910a581df0c59341efb8fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam and over looks the eminent Rembrandtplein. Scores o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.93" OriginalAmount="136.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365141599397" Longitude="4.8784527919163" StarRating="3" HotelCode="313014|2426055" HotelName="Hotel No 377 House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 377, 1054 AC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/76/ab76a73c07065d5f356fd037d8de50b829c25cb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|425589" HotelName="Conscious Hotel Westerpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.11" OriginalAmount="137" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373785" Longitude="4.885619" StarRating="3" HotelCode="62528|4105" HotelName="Nadia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 51, 1016 DD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2c/592cec386bae3673485b52193b41061ffb459601.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in historic surroundings, between the Royal Palace on Dam Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.38" OriginalAmount="137.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3386903" Longitude="4.8929501" StarRating="0" HotelCode="|191974" HotelName="One Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/7/4/191974_e172a7c1053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.40" OriginalAmount="137.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362654" Longitude="4.835317" StarRating="3" HotelCode="|445187" HotelName="Met Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marius Bauerstraat 401</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/8/7/445187_836529e0947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.58" OriginalAmount="137.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|832985" HotelName="XO Hotels Van Gogh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.03" OriginalAmount="137.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376528" Longitude="4.893646" StarRating="3" HotelCode="18783|461555" HotelName="WestCord City Centre Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 50, 1012 SC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/87/8f87525315c3a2531676a84f7aa0bdd72886976e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy city hotel is located in the heart of Amsterdam, within walking distance of the Central Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.28" OriginalAmount="138.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377917" Longitude="4.896548" StarRating="3" HotelCode="|448726" HotelName="Sotel Amsterdam Central Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Martelaarsgracht 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/2/6/448726_f05ae8e1256.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.50" OriginalAmount="138.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3542725" Longitude="4.8666148" StarRating="4" HotelCode="|23515" HotelName="Park Plaza Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KONINGINNEWEG 34-36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/5/23515_af4c4040903.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 5 floors, 143 rooms, 118 double rooms, 11 single rooms and 8 suites. It has a lobby, a reception, a safety deposit box service, a currency exchange service, lifts, a kiosk, a bar, a restaurant and a conference room. The establishment offers internet, room service, a laundry service and a medical care service. SITUATION: This urban hotel is in Amsterdam the heart of it is close to Vondel park close to the establishment, clients can find museums, shops, is located 200 metres away from bars, 50 metres away, there is a public transport stop, is situated 2,5 kilometres away from a nightclub. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a fridge, a safety deposit box, internet, central heating, fitted carpets and a sitting room. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.84" OriginalAmount="138.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355379" Longitude="4.902432" StarRating="3" HotelCode="193847|1872085" HotelName="Hotel Atlantis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ceintuurbaan 215-217, 1074 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c1/0fc1906f038f26f82a62af396abf81da6e09af02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Amsterdam, this hotel is ideal for those in need of an adults-only hol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.11" OriginalAmount="138.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33179294" Longitude="4.87748091" StarRating="4" HotelCode="439598|1910745" HotelName="Element Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>A.J. Ernststraat 577, 1082 LD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/19/0619eb298ac1340fd2394559effa5a12ff388887.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367003152497" Longitude="4.8969672649513" StarRating="3" HotelCode="143431|amstelzicht" HotelName="Amstelzicht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 104, 1017 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8a/878a333cf4b8c2fcb018febc27061a33dd758cb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="974475|cityview_hotel" HotelName="Cityview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Binnen Wieringerstraat, Amsterdam City Centre, 1013 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/be/2dbec37d98145c65e1a93d8bcc7e8764ceab5d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.15" OriginalAmount="139.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3602336" Longitude="4.8778561" StarRating="3" HotelCode="|50502" HotelName="S&amp;A Vondel Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VOSSIUSSTRAAT, 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/2/50502_3a7ed5c0450.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2002. SITUATION: This establishment is in the heart of Amsterdam. Nearby, you will find the Van Gogh, Rijksmuseum and Rembrandt museums. It is located close to Leidseplein ROOM: The rooms have WiFi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|2210" HotelName="XO Hotels City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375617" Longitude="4.898474" StarRating="3" HotelCode="142211|cc_hotel" HotelName="Hotel CC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 42, 1012 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/84/1c848344b271be7e1f924d3a350fe50b0be503a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location 300 m from the city centre (Dam Square) and offers guests conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.49" OriginalAmount="140.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366888" Longitude="4.898726" StarRating="4" HotelCode="11016|229526" HotelName="Eden Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 144, 1017 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/1f/1f8f673dc4f494e8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Amsterdam, directly next to the Amstel and roughly 10 miles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358887362245" Longitude="4.8937118383025" StarRating="2" HotelCode="76648|hotel_asterisk_3_star_superior" HotelName="Asterisk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Den Texstraat 16, 1017 ZA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ed/0cedf69cb75250a14b980a7d89faa92995b01829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.61" OriginalAmount="141.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35132" Longitude="4.874097" StarRating="5" HotelCode="318243|bilderberg_garden_hotel" HotelName="Bilderberg Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dijsselhofplantsoen 7, 1077 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bf/56bf892ca841cf8d3216b75baf21f50262cc9bcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies in the south of Amsterdam within walking distance of the city's most exclusiv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.47" OriginalAmount="142.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.333282" Longitude="4.914542" StarRating="4" HotelCode="|444319" HotelName="Van Der Valk Amsterdam Amstel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/1/9/444319_863d4fc0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.23" OriginalAmount="142.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348550184721" Longitude="4.8851823806763" StarRating="4" HotelCode="13957|2009685" HotelName="Apollo Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 2, 1077 BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/78/c478667a76df495dba04bcb5ca82983e77b3260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;If guests wish to relax and enjoy the beautiful city of Amsterdam, this location near the exclusive ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.29" OriginalAmount="143" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37362" Longitude="4.8858436" StarRating="1" HotelCode="147907|428086" HotelName="Galerij" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 43, 1016 DD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4c/e64c7d4613466358ad45f77d8f370adb727c8162.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359203705035" Longitude="4.87972676754" StarRating="3" HotelCode="193852|hotel_fita" HotelName="Hotel Fita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luykenstraat 37, 1071 CL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/bf/44bfece3f3d046ab29a92ceb7ac195b1735b6575.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.34" OriginalAmount="143.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37036969" Longitude="4.9084203" StarRating="2" HotelCode="612977|2201175" HotelName="Holiday Inn Express Amsterdam-City Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 14, 1011 LZ  Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/db/3bdb10504c789235c9e11673ed95a34ae91995ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367498112248" Longitude="4.8889282208225" StarRating="2" HotelCode="53225|adam_the_first_city_boutique_hostel" HotelName="Adam the First City Boutique Ho(s)tel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Singel 462, 1017 AW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/e1/41e16cd9989bf5c372f928c48f2340142de12417.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A warm welcome awaits you at the mid size, 2 star Hotel Agora in Amsterdam. The hotel offers off sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.69" OriginalAmount="144.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.396561" Longitude="4.906843" StarRating="4" HotelCode="|448419" HotelName="Bob W Noord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Papaverweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/1/9/448419_5af02a71302.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.35" OriginalAmount="145" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|4557" HotelName="Nova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/6b/946b5f72305b2b5531939b3de70795472fa0cc2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372305" Longitude="4.897554" StarRating="2" HotelCode="337195|heart_of_amsterdam__hostel_2" HotelName="Heart of Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Achterburgwal 118-120, 1012 DT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/42/2342148732a7571f209d53feac3973d6446f9e14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the in the famous red light district "De Wallen" close to the city centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.67" OriginalAmount="145.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3765297" Longitude="4.8938599" StarRating="3" HotelCode="|55815" HotelName="Westcord City Centre  Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWEZIJDSE VOORBURGWAL 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/1/5/55815_0ea81b21426.jpg</HotelPictures>
        <HotelDescription>ROOM: This establishment has 106 rooms, The establishment has standard rooms with a hairdryer, a safety deposit box, a coffee maker, a kettle, an alarm clock, a direct line telephone, a radio and a television. It also has Star Rooms with an air-conditioning system, internet (free of charge), a bathroom and a flat-screen television. FACILITIES: The establishment boasts a lobby, a cafÃ©, a room where you can watch TV, a reception, a breakfast room and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.96" OriginalAmount="145.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37559" Longitude="4.89615" StarRating="3" HotelCode="11801|427945" HotelName="Delta Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 42-43, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/c4/77c4a2788fbaa99c7166a4fbf92cd5b936496ba4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Amsterdam, only a few minutes from Amsterdam central stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.38" OriginalAmount="146" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3779604" Longitude="4.896211575" StarRating="3" HotelCode="95614|428140" HotelName="Season Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Martelaarsgracht 18, 1012 AS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/52/b2/52b21b45d45f2a86b8ac56a7b51ec64744d38a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361645892007" Longitude="4.9001088752207" StarRating="3" HotelCode="343138|hotel_dwars" HotelName="Hotel Dwars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Utrechtsedwarsstraat 79, 1017 WD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/28/d2284cf2a8d93c360df2bd58b18a012f6829bfac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Dwars in Amsterdam (Canal Ring), you'll be mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3760433" Longitude="4.89638567" StarRating="0" HotelCode="974552|hotel_van_gelder" HotelName="Hotel Van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c58d95ea0271bf48ec5ab6deef4be73f7e229f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.84" OriginalAmount="146.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3720883" Longitude="4.8939416" StarRating="3" HotelCode="|45143" HotelName="Rho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>NES 5-23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/4/3/45143_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Rho is rated three stars, it was opened in 1989, has a reception, a lobby, 3 lifts and a baggage room. The establishment has a bar, vending machines, a bicycle rental desk and indoor parking. The establilshment offers excursions. The establishment has access for people with reduced mobility and internet (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.36" OriginalAmount="146.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36507" Longitude="4.883935" StarRating="4" HotelCode="78772|1061618" HotelName="Dikker &amp; Thijs Fenice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 444, 1017 KE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/eb/a7ebb1fa1028aac73d0b04bfcca56ee5f5460555.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.40" OriginalAmount="146.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36612" Longitude="4.8963462" StarRating="2" HotelCode="|22029" HotelName="Atlanta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 8-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/9/22029_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1630, has 4 floors, 36 rooms, 9 single rooms and 25 double rooms. It has a lobby, a reception, a safety deposit box service and a currency exchange service. SITUATION: This hotel is in Amsterdam the city centre of near the establishment, guests will find museums, exhibitions, theatres, cinemas, shops, restaurants, bars, nightclubs, nightclubs and casinos. ROOM: It has inviting rooms with a bathroom, a hairdryer, a direct line telephone, satellite and cable TV, internet, a safety deposit box, central heating, tiled floors and fitted carpets. FACILITIES: The establishment has a jacuzzi, a sauna and a solarium. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.32" OriginalAmount="147.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3359582" Longitude="4.8750638" StarRating="4" HotelCode="|74715" HotelName="Crowne Plaza Amsterdam South, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/7/1/5/74715_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Some of the establishment facilities on offer are a modern gym, a cosy bar, a business centre, a lounge club, One-O-One the large restaurant windows. SITUATION: This hotel is located near RAI the Convention Centre This hotel is in the southern area, has good links to the airport, the city centre. ROOM: The modern rooms and have internet. OTHERS: Regarding the food and beverage offering, clients can enjoy American breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.43" OriginalAmount="148.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.384729" Longitude="4.894064" StarRating="4" HotelCode="260447|198847" HotelName="Room Mate Aitana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJDok 6, 1013 MM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/45/e0458bb8441f43d839782787b6186f306e1128bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|st_christophers_inn_at_the_winston" HotelName="St. Christopher's at the Winston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.69" OriginalAmount="149.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3619995" Longitude="4.9239998" StarRating="3" HotelCode="|28739" HotelName="V Oosterpark by Conscious" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LINNAEUSSTRAAT 2C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/3/9/28739_36471ac1434.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 83 rooms. The establishment boasts a reception, a bar, a restaurant, internet, daily newspapers (free of charge) and an ironing set. The establishment offers guests a laundry service, a shoe-shining service, bus service, a medical care service, a car park and a car hire service. It also has a business centre. SITUATION: This establishment is close to Oosterpark it is located close to the commercial district. Near the establishment, you will find Waterloo Square and the zoo. In front of the hotel there is a public transport stop. Nearby, you will find the historic centre, the train station, the airport and the convention centre. ROOM: All the rooms have a bathroom with a hairdryer, complimentary bathroom items, a direct line telephone, cable television with pay channels, WiFi, a safety deposit box, a kettle and a coffee maker. Guests are offered pillow menu, cots and an alarm clock. The establishment has non-smoking rooms. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.04" OriginalAmount="149.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359626" Longitude="4.880239" StarRating="4" HotelCode="|76167" HotelName="Jl No76" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JAN LUYKENSTRAAT 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/1/6/7/76167_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This historic hotel is in the heart of Amsterdam, close to the Rijksmuseum, Van Gogh and Stedelijk Museum Museums. Just a few minutes walk away, you can find Leidseplein Square and Vondelpark Park. Is 14 kilometres from Amsterdam-Schiphol Airport. HOTEL: It has modern rooms, a lounge bar, a restaurant and a garden. This establishment was built in 2011, has 39 standard rooms, air-conditioning, a lobby, a reception and a safety deposit box service. The establishment also offers room service, a laundry service and bicycle rental. ROOM: Each room has a television, a DVD player, WiFi (free of charge), toiletries, a hairdryer, an individual air-conditioning system, a safety deposit box and a mini-bar. They also have a bathroom, a coffee maker and a kettle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3594695" Longitude="4.8959556" StarRating="3" HotelCode="930980|the_amsterdam_canal_hotel" HotelName="The Amsterdam Canal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 253, 1017 XJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/f2/fbf278d756da45621895afac1de141f10449d61c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.92" OriginalAmount="150.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3873319" Longitude="4.8353469" StarRating="4" HotelCode="|183883" HotelName="Mercure  Amsterdam Sloterdijk Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/3/183883_dc44be31224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.02" OriginalAmount="150.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3668164" Longitude="4.8988797" StarRating="4" HotelCode="|22080" HotelName="Leonardo Eden Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMSTEL 144</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/8/0/22080_1c3bb041124.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Amsterdam, next to El rio Amstel, close to Rembrandt Square, El Museo Rembrandt, El mercado flotante de flores, Stopera and El Museo de Espuma de la fotografÃ­a. There are many places you can visit in the surrounding area, including Kalverstraat and Leidsestraat and the Royal Palace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.04" OriginalAmount="150.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|252486" HotelName="Hotel V Frederiksplein" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3549500625" Longitude="4.8770424" StarRating="3" HotelCode="78507|concert_inn" HotelName="The Concert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 11, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/39/2139fd5f039a96a7dccbc70b749103ac94f21819.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.53" OriginalAmount="151.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361117278711" Longitude="4.9006848427564" StarRating="2" HotelCode="116282|hotel_de_munck_2" HotelName="De Munck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Achtergracht 3, 1017 WL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/10/261074bf35d44f9849dbaf45e7b76912498c40b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.09" OriginalAmount="151.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3712308" Longitude="4.8902375" StarRating="3" HotelCode="|27148" HotelName="Nova Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWEZIJDS VOORBURGWAL 276</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/4/8/27148_9535c821401.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century, renovated in 2005, has 4 floors and 61 rooms. It has a lobby with elevators, a reception, a safety deposit box service, a currency exchange service and a breakfast room. The establishment offers a laundry service. SITUATION: This hotel is in the tourist area, Close to bars, restaurants and the Royal Palace. it is situated 1 kilometre away from the railway station ,Anne Frank the House of it is 2 kilometres away from Vondelpark park 2 kilometres away from the establishment, guests will find Van Gogh the museum it is situated 20 kilometres away from Amsterdam Airport Close to, Bloemenmarkt it is situated 200 metres away from. ROOM: The cosy rooms, have a bathroom with a shower, a fridge, central heating, a direct line telephone, internet, a radio and satellite or cable TV. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.42" OriginalAmount="151.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359053" Longitude="4.903199" StarRating="3" HotelCode="|498539" HotelName="If boutique hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatikade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/5/3/9/498539_7c5f1c11124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|crowne_plaza_amsterdam_south" HotelName="Crowne Plaza Amsterdam South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379155556893" Longitude="4.8898601531982" StarRating="3" HotelCode="193853|hotel_sebastians" HotelName="Sebastians" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 15, 1015 CC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/b6/6fb65504f25398aadf49cff08fba3f5719251f81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.56" OriginalAmount="152.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361515" Longitude="4.8861019999999" StarRating="2" HotelCode="35273|art_gallery" HotelName="Hotel Museum Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 67, 1017 RX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8b/908b00c5192491bfb29d0cc4df83252bc273b738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Characteristic for Amsterdam, the building of this hotel lies opposite the canal in the centre of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.21" OriginalAmount="152.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3505173" Longitude="4.8752937" StarRating="4" HotelCode="|32346" HotelName="Apollofirst Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>APOLLOLAAN 123-127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/4/6/32346_450f0ca1725.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and renovated in 2001. It has a garden and a terrace. It has 40 rooms and 3 floors. Our guests can find a lobby, a reception, lifts, a cafÃ©, a kiosk, a bar, a conference room and a dining room with highchairs, The establishment offers WiFi, a laundry service and room service. SITUATION: This hotel is in a beautiful area, close to the establishment, clients can find the city centre, the business district, close to the establishment, guests have Van Gogh, Stedelijk and Rijks the museums of Concertgebouw it is located near 20 minutes away from the establishment guests have Schiphol Airport. ROOM: The comfortable rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a television, an alarm clock and a desk. Are also furnished with internet, internet, fitted carpets, individual heating and a safe. Clients are offered 1 apartment and 1 junior suites. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.30" OriginalAmount="152.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360174" Longitude="4.877838" StarRating="3" HotelCode="81170|122359" HotelName="Hotel Piet Hein" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 53, 1071 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/5a/7a5a4af052bdc48560d8039ed06d8f4d7f1be9a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.34" OriginalAmount="152.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367646" Longitude="4.888828" StarRating="3" HotelCode="|518027" HotelName="SUPPER" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>462 Singel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/8/0/2/7/518027_8a246c72330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.69" OriginalAmount="153.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3611526" Longitude="4.9154744" StarRating="4" HotelCode="|25054" HotelName="Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>S-Gravesandestraat 55</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/5/4/25054_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1890, has a restaurant, a nightclub and a lovely garden area. It has 127 rooms, The establishment offers indoor parking (for a fee). SITUATION: This hotel is near the historic centre, close to the establishment, guests have Ooster the Park of it is well-connected with public transport services. ROOM: The establishment has recently renovated rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.04" OriginalAmount="153.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3929898" Longitude="4.8692698" StarRating="4" HotelCode="|69263" HotelName="WestCord Art Hotel Amsterdam 4*" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/2/6/3/69263_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.49" OriginalAmount="153.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3752289" Longitude="4.8957601" StarRating="2" HotelCode="|33575" HotelName="Damrak-Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 58-59</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/5/7/5/33575_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1855 and renovated in 2006. has 5 floors and 23 rooms. In the entrance, you can find a lobby and a reception. SITUATION: This hotel is in Amsterdam the historic centre of 5 minutes away from the establishment, clients can find Dam, Rembrandt and Waterlooplein the squares of the Royal Palace and the central station. close to the establishment, guests have Van Gogh the Museum of the shopping area, opposite the establishment, you can find de Bijenkorf the shopping centre it is 15 kilometres away from Schiphol Airport. ROOM: The modern rooms, have a bathroom, a hairdryer, a satellite TV and a safety deposit box. PAYMENT METHODS: The establishment accepts credit cards, Visa, EC and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.54" OriginalAmount="153.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366389" Longitude="4.896956" StarRating="4" HotelCode="11449|20074" HotelName="NH Amsterdam Caransa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 19, 1017CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/6d/3b6d9520e50f99a50b62873459beff5bd761860f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable, city hotel is situated in a conveniently central location on the lively Rembrandtp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.62" OriginalAmount="154" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359585" Longitude="4.880156" StarRating="4" HotelCode="904495|50123" HotelName="Hotel JL No76" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 76, 1071 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/02/13025f51f769d905468d121a61ec43e1c269b2e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in two 18th-century mansions in the heart of Amsterdam, right in the middle of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374286" Longitude="4.891493" StarRating="1" HotelCode="499451|hotel_corner_house" HotelName="Hotel Corner House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Elevator,Internet,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 119-121, 1012 RH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d3/3bd31decc9babf12cfdd89fd5cda96fbaf9e8a82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Corner House in Amsterdam (Amsterdam City Cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35836753277" Longitude="4.8987780932541" StarRating="4" HotelCode="906311|boutique_hotel_notting_hill" HotelName="Notting Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Westeinde 26, 1017 ZP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d9/b1d95a739a0c815cac2d673a2edd28f7df2f04d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique-style hotel is located in the city centre, alongside one of the most beautiful...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.81" OriginalAmount="154.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374509195063" Longitude="4.9047789061821" StarRating="3" HotelCode="345610|2483635" HotelName="Hotel Fine Seasons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 120, 1011 AM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f1/90f141acf3eb19bf97f486d6d8892176b0c3ebb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.31" OriginalAmount="154.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3676987" Longitude="4.8965001" StarRating="3" HotelCode="|22522" HotelName="Amsterdam House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GRAVELANDSEVEER 3-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/2/2/22522_2b0bd4a1759.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 4 floors, has 16 rooms and a garden area. The establishment has a lobby, a reception area, a safety deposit box service, a lift, a games room and a breakfast room. The establishment offers guests internet (for a fee). SITUATION: Is situated in a central location, is next to Amstel the river. ROOM: The cosy rooms, have a bathroom, central heating, a sitting room, a hairdryer (available for a fee), a satellite TV and a radio. They also have internet, an iron, a safety deposit box, a coffee maker and a kettle. OBSERVATIONS: Reception is not open 24 hours a day and please inform the hotel as to your estimated arrival time.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.350519" Longitude="4.876996" StarRating="4" HotelCode="11793|best_western_delphi_hotel" HotelName="The Delphi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 101-105, 1077 AN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/49/5f4943140d812b390fcd0e8c811b8ed8c713b9c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in an upscale residential area of Amsterdam in Oud-Zuid. It is con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367880893678" Longitude="4.8943802400559" StarRating="3" HotelCode="341230|hotel_residence_le_coin" HotelName="Hotel Residence Le Coin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 5, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/72/67727bb6e0cafa65950439624bafb7c1bb972817.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.18" OriginalAmount="155.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370284" Longitude="4.908478" StarRating="3" HotelCode="|445066" HotelName="Holiday Inn Express Amsterdam - City Hall, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/6/445066_212ba660845.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.57" OriginalAmount="155.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|480795" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/6b/b06b7fa7528d59fa44838b9b5f50c6bfb18bc272.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375061" Longitude="4.895358" StarRating="2" HotelCode="61173|480825" HotelName="Damrak Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 58-59, 1012LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/13/1d139611c353ee71e0072e981f08f6daac3fcbe4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic heart of Amsterdam, a perfect base for as pleasant a holiday as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.25" OriginalAmount="156.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373924" Longitude="4.905469" StarRating="3" HotelCode="|42551" HotelName="City  Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINS HENDRIKKADE 130</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/5/1/42551_716e9e71625.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run hotel and was built in the 18th Century. It has a reception and a bar. SITUATION: It is inAmsterdam the city centre of close to the establishment, clients can find the railway station, 50 metres away, there is a bus station, 200 metres away, guests have the city centre, 500 metres away from the establishment, guests can find restaurants, bars, 1 kilometre away, you can find nightclubs. ROOM: The rooms a bathroom with a shower and a WC. They have a television, a direct line telephone with a hairdryer, central heating and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363108" Longitude="4.879466" StarRating="4" HotelCode="25125|nh_amsterdam_centre" HotelName="NH Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 7, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/40/3940fe63060e9f6a77103b9de0254e454eb1ef7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel enjoys a central location near to the Leidesplein, directly near to the Singelgr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.71" OriginalAmount="157.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3589246" Longitude="4.8961738" StarRating="3" HotelCode="|76160" HotelName="Nicolaas Witsen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NICOLAAS WITSENSTRAAT 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/1/6/0/76160_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3764022" Longitude="4.8995104" StarRating="1" HotelCode="146692|de_mallemoolen_2" HotelName="De Mallemoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 7, 1012 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/41/32419c93ef92e6fc97bdb528c0247df87ceec435.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;De Mallemoolen offers budget accommodation in a monumental building, a 5-minute walk from Amsterdam ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.77" OriginalAmount="159.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|brooklyn_hotel_2" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.17" OriginalAmount="159.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37603145916" Longitude="4.8992586135864" StarRating="3" HotelCode="67212|482145" HotelName="Luxer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 11, 1012 HT Amsterdam, Nordholland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4d/284dc3dcd53f6f015340b5a7208adfb83a13e78f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Amsterdam's old historical centre. The central station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365261" Longitude="4.896069" StarRating="2" HotelCode="52653|imperial_15" HotelName="Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Thorbeckeplein 9, 1017 CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/1c/6b1cfa958b2e75dac78da204409f34ef7cdc1c66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Amsterdam, directly beside the oldest canal in the city. Vario...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.01" OriginalAmount="160.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3628428" Longitude="4.8794965" StarRating="4" HotelCode="|16618" HotelName="NH Amsterdam Leidseplein" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STADHOUDERSKADE 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/8/16618_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1928, has 242 rooms and 7 floors. It also has a reception, a hairdresser's and a restaurant. nearby, you can find a public car park. SITUATION: This luxurious hotel is in a central location, Close to, In front of, 100 metres away, there is a public transport stop, In the surrounding area, you can find shopping areas, and. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a fridge, an air-conditioning system and a safe. FACILITIES: There is a range of facilities and services available at the establishment, including a sauna, a solarium, a gym, a beauty centre and a massage service. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.62" OriginalAmount="160.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36587" Longitude="4.89716" StarRating="4" HotelCode="|183899" HotelName="Royal Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/9/183899_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.69" OriginalAmount="160.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37424" Longitude="4.90475" StarRating="3" HotelCode="|183860" HotelName="Fine Harmony" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 120</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/6/0/183860_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.77" OriginalAmount="160.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.339874" Longitude="4.870981" StarRating="4" HotelCode="|444008" HotelName="Innside By Meliá Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eduard van Beinumstraat 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/0/8/444008_a2f09d41126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.20" OriginalAmount="161.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37623" Longitude="4.89462" StarRating="4" HotelCode="|16597" HotelName="Inntel Hotels Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Kolk, 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/7/16597_ca0ac851414.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, is close to Dam the Square of the shopping area, near the establishment, you will find Anne Frank the House of It is situated close toRoze Buurt the district of nearby, you will find bars. ROOM: The establishment has 239 rooms and with air-conditioned. The rooms are modern.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.64" OriginalAmount="161.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37605" Longitude="4.89634" StarRating="0" HotelCode="|561887" HotelName="van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/8/8/7/561887_f3389e01815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38155236" Longitude="4.88610265" StarRating="0" HotelCode="713629|bridge_inn_4" HotelName="Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Brouwersgracht 139</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/cd/c1cd434648ae70e4ed2135ca4216c920e205b496.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.89" OriginalAmount="163" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374306" Longitude="4.934854" StarRating="3" HotelCode="72148|55398" HotelName="Lloyd Cultural Embassy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oostelijke Handelskade 34, 1019 BN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/c5/05c56f805bc150c7545cfbd2bad50b8e9b94c73e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the fashionable Eastern Docklands at the edge of the city centre, only 5 mi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.37" OriginalAmount="163.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.393705" Longitude="4.882171" StarRating="0" HotelCode="|444321" HotelName="The July - Boat and Co" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>500 Revaleiland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/2/1/444321_043b3a10832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366284" Longitude="4.898445" StarRating="4" HotelCode="366274|hampshire_hotel__rembrandt_square_amsterdam" HotelName="Rembrandt Square Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstelstraat 17, 1017 DA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/4c/6f4ca58b3c7e46c83e2d0df403c9aeff54dccc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the historical city centre just around the corner from the wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.03" OriginalAmount="164.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3374325" Longitude="4.8678816" StarRating="0" HotelCode="|445065" HotelName="Premier Suites Plus Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Parnassusweg 376</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/5/445065_21a63a20753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.20" OriginalAmount="164.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3592694" Longitude="4.8977596" StarRating="3" HotelCode="|64637" HotelName="V Frederiksplein" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WETERINGSCHANS, 136</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/6/3/7/64637_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The V Frederiksplein is rated three stars, traditional, yet modern, has a lobby, WiFi (free of charge) and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.95" OriginalAmount="165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.4273" Longitude="4.8766" StarRating="0" HotelCode="497347|van_der_valk_hotel_oostzaan_amsterdam" HotelName="Van Der Valk Hotel Oostzaan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Westeinde 1, 1511 MA Oostzaan-Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/32/37322a5e6035a65a2829928a2ef6fcb28d328e82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.54" OriginalAmount="165.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3614452" Longitude="4.8861703" StarRating="2" HotelCode="|22027" HotelName="THE FRITZ Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/7/22027_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1999, has 4 floors, 28 rooms, 12 double rooms and 16 single rooms. It has a lobby, a reception, a safety deposit box service and a restaurant. The establishment offers a medical care service. SITUATION: this hotel is in the tourist area, is in front of a canal, near the establishment, guests will find Rijks the museum it is close to Spiegelgracht the shopping area of. ROOM: Guests are offered double rooms with a hairdryer, an iron and a cot. You can also find single rooms with shared shower, a direct line telephone and a satellite or cable television. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.65" OriginalAmount="165.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3752689" Longitude="4.8956758" StarRating="3" HotelCode="|39045" HotelName="Delta  City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 42-43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/4/5/39045_c8d4de41424.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has rooms and comfortable, it offers excellent service. SITUATION: This hotel is in Amsterdam the centre of Close to Amsterdam Central Station, the shopping area and the tourist attractions. Clients can also find the tram stop, the bus stop and the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.84" OriginalAmount="165.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3743243" Longitude="4.9348318" StarRating="3" HotelCode="|40261" HotelName="The Hoxton Lloyd Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OOSTELIJKE HANDELSKADE 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/6/1/40261_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in 1921. ROOM: The establishment has 117 rooms with internet and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.91" OriginalAmount="165.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3545004" Longitude="4.8875268" StarRating="4" HotelCode="255579|922715" HotelName="Sir Albert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albert Cuypstraat 2, De Pijp District (Latin Quarter), 1072 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e2/83e29e7a3fa4b464bc524d5155393edecff33e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378419" Longitude="4.89642" StarRating="3" HotelCode="95615|atrain" HotelName="A-train" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 23, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/zz/57ad8b99a7eb1bae94360bba8adf1be61c691a26.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362322" Longitude="4.877184" StarRating="3" HotelCode="408684|alexander_2" HotelName="Alexander" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Garden,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vondelstraat 44-46, 1054 GE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/39/793971bb116f33fcef4ff82d5c680f51ad7765c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Amsterdam. Within walking distance are the Museum Square and V...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.55" OriginalAmount="166.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361287254963" Longitude="4.8935642838478" StarRating="4" HotelCode="14737|122444" HotelName="Mercure Amsterdam Centre Canal District" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Noorderstraat 46, 1017 TV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/63/df639b729992cc61511921eb330d825f9f28371d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is set in a quiet street in the centre of Amsterdam, lying very close to the main at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373280637528" Longitude="4.9065236208668" StarRating="3" HotelCode="89081|hotel_library_amsterdam_2" HotelName="Hotel Library Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 145, 1011 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/dd/94dd74233786dc9855e11cb21a2b7fa1877a3d73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along a tree-lined boulevard, close to the Central Station and enjoy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367961849101" Longitude="4.8963447276127" StarRating="3" HotelCode="80810|hotel_nes" HotelName="Nes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kloveniersburgwal 137-139, 1011 KE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/34/6a344bc07adedba9dac30a1ea4f556e1b25e8eeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378899" Longitude="4.892097" StarRating="2" HotelCode="64191|chic__basic_amsterdam" HotelName="Max Brown Hotel Canal District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 13-19, 1015BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/88/5f887a8d154cdf1deabd3639bd4f8189c0a13b12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, concept hotel is located in one of Amsterdam's most attractive districts, Jordaan, on one ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.01" OriginalAmount="167.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362593" Longitude="4.878114" StarRating="4" HotelCode="36039|hotel_vondel" HotelName="Catalonia Vondel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vondelstraat 26, Oud-West, 1054 GD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/0d/500d2a0b80993c66ccb4ced15c1c9f82eee5039c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in an charmingly attractive residential area. Amsterdam city centre'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.45" OriginalAmount="167.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376174" Longitude="4.894492" StarRating="4" HotelCode="258441|246286" HotelName="Inntel Hotel Amsterdam Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Kolk 19, 1012 PV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/26/b0264d1fd39ca7a2b75b835cf4caf9cc7ab5fb3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the city centre in the Dam pedestrian area. It is just a few minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.04" OriginalAmount="168" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36965073" Longitude="4.88005577" StarRating="3" HotelCode="711127|361491" HotelName="Melrose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elandsgracht 92, 1016 TZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a2/d2a29ea1a2f5583ab47429947734308770eb599e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370616477286" Longitude="4.8843494809856" StarRating="4" HotelCode="193854|canal_boutique_apartments" HotelName="Canal Boutique Rooms &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 302-304, 1016 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/26/9d26fdd4409dfaa41a170cc9e8fad2cc446b8121.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Amsterdam. Guests will enjoy a peaceful and calm stay at Canal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37434611" Longitude="4.89111972" StarRating="1" HotelCode="511039|mevlana" HotelName="Hotel Mevlana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 160, 1012 SJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/26/d1265a64fca16a98d6753985e29e64771e2ac927.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.26" OriginalAmount="168.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355006" Longitude="4.92854" StarRating="0" HotelCode="|505807" HotelName="Bob W Oosterpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Middenweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/0/7/505807_6991c761041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37825102" Longitude="4.89389432" StarRating="2" HotelCode="613946|hotel_canal_view" HotelName="Hotel Canalview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Singel 5, 1012 VC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/71/5c719023849d00b84da6c389ca27753aafcacbd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.16" OriginalAmount="169.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3734322" Longitude="4.9063721" StarRating="2" HotelCode="|36555" HotelName="Y-Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINS HENDRIKKADE 144-145</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/5/5/36555_1_5998.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, historic hotel, was built in 1700 and has 35 large rooms, there is no lift, The establishment has a lobby with a reception, express check-out, a safety deposit box service, a TV room, a cafÃ©, a bar and a breakfast room. You are also offered a bicycle rental desk, WiFi (for a fee) and a car park (for a fee). SITUATION: It is near a station, 250 metres away, guests will find bars, shops, restaurants and public transport services. It is located 500 metres away from the bus station, close to the establishment, clients can find the tourist area, this hotel is situated 15 kilometres away from the airport. ROOM: The rooms have a bathroom, a shower and a bath. Some rooms have a television, They also have a double bed, a direct line telephone and a central heating system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="175.65" OriginalAmount="170.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375665" Longitude="4.901614" StarRating="4" HotelCode="|444010" HotelName="Mai Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Geldersekade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/1/0/444010_0696f081126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.86" OriginalAmount="170.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36996881" Longitude="4.90736274" StarRating="0" HotelCode="615212|4768915" HotelName="Motel One Amsterdam-Waterlooplein" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 90, 1011LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/87/44871c3f6fb414ea253bfe3665d08a485d3cb20a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.13" OriginalAmount="171" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.39399019" Longitude="4.88209812" StarRating="0" HotelCode="972964|491816" HotelName="Hotel Boat&amp;Co" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Revaleiland 500, 1014 ZG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/b1/8bb10d56f62a785183e12b8d743f507517feac83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354470021495" Longitude="4.8797466234686" StarRating="3" HotelCode="284248|nova_apartments" HotelName="Nova Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nicolaas Maesstraat 72, 1071 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/38/0d388f1b0bee20f0df605fb2bb612e05a88f4304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.16" OriginalAmount="171.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3599014" Longitude="4.8794999" StarRating="3" HotelCode="|22075" HotelName="Cornelisz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.C. HOOFTSTRAAT 24-28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/5/22075_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has modern rooms and a large hall. Regarding the food and beverage offering, the establishment has breakfast service. SITUATION: This hotel is in Amsterdam a commercial area of the Rijksmuseum 150 metres away, guests can find el Museo Van Gogh it is 400 metres away from Vondelpark a 10-minute walk away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.36" OriginalAmount="171.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373717716033" Longitude="4.8936367034912" StarRating="4" HotelCode="200953|229696" HotelName="Amsterdam De Roode Leeuw" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 93-94, 1012 LP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/02/20021cb5adafa3b596b8c2d2afc6d5c1dc92460b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Amsterdam, directly next to the famous dam. The hotel is also...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.16" OriginalAmount="172.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|480855" HotelName="De Looier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ea/f4ea0d611df542da480223fcf5060ab7828aac80.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.65" OriginalAmount="174.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.400642" Longitude="4.889403" StarRating="3" HotelCode="200951|234796" HotelName="Botel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM-Pier 3, 1033 RG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ce/d8ce2bf9e215ca7933697dc52072e8e21e003ab4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the NDSM-shipyard, just a 5-minute drive from the Amsterdam ring road (A10)....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.08" OriginalAmount="175.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|20084" HotelName="NH City Centre Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.53" OriginalAmount="178.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3650774" Longitude="4.8962331" StarRating="3" HotelCode="|338315" HotelName="Frank Since 1666" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>563 Herengracht</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/1/5/338315_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.79" OriginalAmount="178.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3554295" Longitude="4.8781928" StarRating="4" HotelCode="|23496" HotelName="Conscious  Museum Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LAIRESSESTRAAT 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/9/6/23496_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors, 34 rooms and 29 double rooms. It has a lobby with a lift, a reception with safety deposit boxes, a currency exchange service and a restaurant. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This urban hotel is in the heart of Amsterdam. Close to the establishment, guests have the sports centre and the concert hall. Close to the establishment, clients can find museums, shops and leisure areas. 200 metres away, clients have a public transport stop. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, central heating and a safe (available for a fee). FACILITIES: Guests are offered sports and an activities programme.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.31" OriginalAmount="178.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3617147" Longitude="4.8826914" StarRating="4" HotelCode="|16586" HotelName="Park Centraal " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STADHOUDERSKADE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/8/6/16586_11c45d41133.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1895, renovated in 2006, has 187 rooms, 6 suites and 7 floors. In the entrance, you can find a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. Some of the facilities that the establishment offers to guests include a hairdresser's, a bar, a restaurant with air-conditioning, conference rooms and internet. The establishment also offers a laundry service and an indoor car park. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a double bed, a sitting room, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a coffee maker, a kettle, an iron, an ironing board, a safe (available for a fee) and central heating. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.37" OriginalAmount="179" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35508858" Longitude="4.87749742" StarRating="3" HotelCode="200949|2847" HotelName="Conscious Museum Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 7, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/38/2838f1df603ab9fbfef4765289e6783d0a69e2c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right at the heart of Amsterdam, only metres from the famous concert building of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.61" OriginalAmount="180.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3513738" Longitude="4.8739911" StarRating="5" HotelCode="|16619" HotelName="Bilderberg Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DIJSSELHOFPLANTSOEN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/9/16619_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors and 124 rooms. It has a lift, a bar, an Ã  la carte restaurant and a reception. The establishment offers a car park (for a fee). SITUATION: This hotel is in south Amsterdam. Near the establishment, guests will find shopping areas, museums and the Congress Centre. 5 minutes away from the establishment guests have the exhibition centre RAI. 200 metres away, there is a public transport stop. 15 minutes away from the establishment you have the city centre. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a mini-bar and a safety deposit box (available for a fee). OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.43" OriginalAmount="181.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361544769493" Longitude="4.8830907572413" StarRating="4" HotelCode="15715|park_hotel_amsterdam" HotelName="Park Centraal Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" 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,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 25, 1071 ZD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/00/a70030c9d8be3898b2413767d26f16e462501327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378279575985" Longitude="4.8937999452324" StarRating="1" HotelCode="339587|budget_hotel_liberty" HotelName="Budget Hotel Liberty" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Singel 5, 1012 VC Amsterdam, Noord Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/09/c80963c6133ea942be6ca0d7d0e0a990835f7e09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.57" OriginalAmount="183.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.383861590867" Longitude="4.9022975533035" StarRating="4" HotelCode="495429|1970025" HotelName="Sir Adam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Overhoeksplein 7, A’DAM Toren, 1031 KS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/01/90012716f07c7c67c83209d804548ad798a5f7db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.17" OriginalAmount="183.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3723588" Longitude="4.8990118" StarRating="0" HotelCode="|338308" HotelName="Shelter City Christian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barndesteeg 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/8/338308_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.17" OriginalAmount="184.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378924" Longitude="4.89223" StarRating="3" HotelCode="|43422" HotelName="Max Brown  Canal District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/2/2/43422_1_1497.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 25Â modern, comfortable rooms, 3 floors and 3 buildings. It has a lobby with express check-out, a reception, a safety deposit box service and a breakfast room. The establishment offers WiFi, a laundry service and bicycle rental. SITUATION: It is inthe Jordaan the district of it is in the Herengracht the canal 5 minutes away from the establishment guests have the city centre, 5 minutes away, you can find restaurants, bars, shops and a public transport stop. It is 30 minutes away from the sea, 30 kilometres away from the establishment, guests will find Amsterdam-Schiphol Airport. ROOM: They have a bathroom with a shower, a hairdryer, a double bed, heating, satellite or cable TV and internet. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|55109" HotelName="De Gerstekorrel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/8d/ca8d3e940c751ddd559b59fc2765d7a250e85003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366357" Longitude="4.893003" StarRating="4" HotelCode="258926|nh_carlton_amsterdam" HotelName="NH Collection Amsterdam Flower Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 4, 1017 HK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/fb/e1fbc933b6f8f3f48ca7c1e4ed8e6e177a5c63f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel ideally located in the centre of Amsterdam. Nearby is the famous Floating Flo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36508093" Longitude="4.89623628" StarRating="3" HotelCode="620380|hotel_frank_since_1666" HotelName="Hotel Rudolph" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 563, 1017 CD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a2/fba20543e7a5243e76c703e60017b2ed0f09b686.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="191.02" OriginalAmount="185.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|NL005382" HotelName="Mövenpick Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.85" OriginalAmount="186.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3778668" Longitude="4.8933216" StarRating="3" HotelCode="|16600" HotelName="Singel  Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SINGEL 13-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/0/16600_06806db1722.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in the 17th Century, has 32 rooms and 5 floors. It has a lobby with a reception and a bar. SITUATION: This hotel is in front of Singel the canal it is near, the railway station, the Royal Palace, near the establishment, you will find Koepel the church it is located close to Anne Frank the House of a few minutes walk away, customers can find monuments, shops and leisure areas. 100 metres away, there is a public transport stop. ROOM: The cosy rooms, have a bathroom with a hairdryer, a direct line telephone and a safety deposit box (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.16" OriginalAmount="186.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3866061" Longitude="4.8752965" StarRating="3" HotelCode="|372887" HotelName="Conscious Westerpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/8/7/372887_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.61" OriginalAmount="187.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372361016926" Longitude="4.8944668471813" StarRating="3" HotelCode="909542|doria_3" HotelName="Doria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 3, 1012 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/aa/44aa1fb0d056f0a97a597359b5fef3954ef2334e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Doria in Amsterdam (Amsterdam City Centre), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.44" OriginalAmount="187.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373095457284" Longitude="4.8823727667332" StarRating="4" HotelCode="652950|2331485" HotelName="Hotel Mercier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rozenstraat 12, 1016 NX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/e2/74e24f46ae24f59af7a8ffc01620ae22591fbe79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Classic, retro and elegant. Step inside Hotel Mercier and feel at home. History relives at the strai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.64" OriginalAmount="188.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365757055353" Longitude="4.8932102322578" StarRating="4" HotelCode="24556|albus_hotel_amsterdam_city_centre" HotelName="The Albus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 49, 1017 HE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/39/28397d298db7aa07a47bc7c623d0d338b069571d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design boutique hotel is well located within the famous Canal Belt and a short walk from Dam sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.24" OriginalAmount="188.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156" HotelName="American Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354070372492" Longitude="4.8767194538027" StarRating="3" HotelCode="95613|de_ware_jacob_boutique_hotel" HotelName="Sander" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jacob Obrechtstraat 69, 1071 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d8/d5d805d7751daf90007036f440b12137fd7b488b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a very convenient location and lies within walking distance of many of Amsterdam's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.75" OriginalAmount="189.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3721015" Longitude="4.8948622" StarRating="3" HotelCode="|46349" HotelName="Damsquare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMSTRAAT 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/4/9/46349_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 32 modern rooms, The establishment has room service, a hall with a bar, a shop, internet (on request) and a bicycle rental desk. close to the establishment, you can find a car park. SITUATION: This budget hotel is in an excellent location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.45" OriginalAmount="189.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377764" Longitude="4.893301" StarRating="3" HotelCode="45091|482345" HotelName="Singel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singel 13-17, 1012 VC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704adf2f2f56241177a62d9a047e722ce277c3e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside the Singel Canal, only steps from the train station, the Royal Palace, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.48" OriginalAmount="189.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36996" Longitude="4.90733" StarRating="0" HotelCode="|239932" HotelName="One Amsterdam - Waterlooplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 72-106</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/9/3/2/239932_1_4679.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373192665432" Longitude="4.898613778593" StarRating="1" HotelCode="336760|hotel_royal_taste" HotelName="Hotel Royal Taste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Bar,Internet,Photocopy,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Achterburgwal 47, 1012 DB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/21/e421d299c16025fe241728ac53c55dcf093221b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: This hotel is close to the historic centre. It is situated in The Red Light District. 

F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.79" OriginalAmount="190.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3743299" Longitude="4.8927596" StarRating="3" HotelCode="|50505" HotelName="Best Western Dam Square Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gravenstraat 12-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/5/50505_a1132b21025.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Amsterdam city centre. 50 metres away, guests can find Dam Square. ROOM: The establishment has 38 rooms with a shower, a sink, a hairdryer, a direct line telephone and a television. They also have video (available for a fee), a coffee maker and a kettle. OBSERVATIONS: City tax payed directly at the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.11" OriginalAmount="191.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3800872" Longitude="4.8842107" StarRating="3" HotelCode="|338275" HotelName="Il Fiore" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lindengracht 25 b</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/7/5/338275_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.35" OriginalAmount="191.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36386294" Longitude="4.90657115" StarRating="4" HotelCode="440542|2037765" HotelName="Zoku Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Weesperstraat 105, 1018 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ce/ffce540676589e3a37bfd5b99ddf5dc386200741.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.65" OriginalAmount="191.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3503559" Longitude="4.8768465" StarRating="4" HotelCode="|39646" HotelName="The Delphi - Amsterdam Townhouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>APOLLOLAAN 101-105</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/6/39646_1_6011.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, is inviting, urban and perfect for business and holiday stays. It has 53 standard rooms. It has a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. SITUATION: This hotel is in the residential area of Oud-Zuid. It is situated close to the city centre and the museums. Close to the establishment, guests have The World Trade Centre near the establishment, you will find the exhibition centre RAI. 10 minutes away from the establishment you have the shopping areas. 5 minutes away, you can find the Beethovenstraat shopping area where you can find shops and restaurants. ROOM: All the rooms have a bathroom with a shower or bath with a hairdryer, a fan, a radio, a direct line telephone, a television, individual heating, a desk, a double bed, a safe and an alarm clock. MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362475" Longitude="4.875603" StarRating="3" HotelCode="35005|hotel_europa_92" HotelName="Hotel Europa 92" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1e Constantijn Huygensstraat 103-107, 1054 BV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/06/550623fd4d4a91a540a6ff9f2696d5bd00977616.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's central location, near to Leidseplein and the Hooftstraat, is splendid. The surrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.04" OriginalAmount="192.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378041" Longitude="4.896493" StarRating="3" HotelCode="38372|427895" HotelName="Ibis Styles Amsterdam Central Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Martelaarsgracht 10, 1012 TP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/90/5b90291fd971b4a32f86bcdad2f5b925876d4292.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historic city centre, on the Martelaarsgracht. This is the road which r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37179457" Longitude="4.90989205" StarRating="4" HotelCode="470160|harbour_loft_studios" HotelName="Harbour Loft Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade, 1011 TC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/be/9abea5a5568adcb151163ea666f4a3fc78a9e7e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37304372" Longitude="4.91683465" StarRating="3" HotelCode="385311|pension_homeland" HotelName="Pension Homeland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Kattenburgerstraat 5, 1018 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/b6/a0b642ba39a2d80998bfa1eed984e1ae22ceef69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.56" OriginalAmount="194.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36571447236" Longitude="4.8967024683952" StarRating="4" HotelCode="17621|20134" HotelName="NH Amsterdam Schiller" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 26, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/9e/b19ef8771e4cbfa2a00d78855f904f2ca2cb97cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Amsterdam. That means that guests can embark on a roundtr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.63" OriginalAmount="194.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378086" Longitude="4.91427" StarRating="4" HotelCode="|39062" HotelName="Mövenpick  Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIET HEINKADE 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/6/2/39062_94b09651052.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Movenpick Amsterdam City Center is rated four stars. It is ideal for business and holiday stays, has beautiful views, a babysitting service, a restaurant, gala dinner, a bar and a lounge. it has a reception, a transfer service, a concierge, lifts, room service, a dry cleaner's, a laundry service, meeting facilities, a business centre has features that offer you the maximum level of comfort, event rooms and wedding facilities. SITUATION: This establishment is close to the commercial area and the historic centre. Near the establishment, guests will find the leisure area and the commercial district. It is located close to Nieuwendijk, Dam Square and Water's edge this hotel is opposite Amsterdam Harbour it is situated near Anne Frank House ROOM: The establishment has smart rooms and luxurious. FACILITIES: It is near a golf course. The establishment has an activities programme and water activities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.93" OriginalAmount="195.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3608306" Longitude="4.8930595" StarRating="4" HotelCode="|39690" HotelName="Citadines Canal Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NOORDERSTRAAT 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/0/39690_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008 and has 90 luxurious rooms a reception, a lift and a bar. The establishment offers WiFi and a car park (for a fee), (on request). SITUATION: This urban hotel is on a peaceful street in the city centre, near the establishment, you will find tourist points of interest, in the surrounding area, clients have shops, restaurants and museums. near the establishment, you will find RAI the exhibition centre it is close to Zuidoost the business area of 500 metres away, there is a public transport stop. ROOM: The rooms 90 comfortable rooms, have a bathroom with a hairdryer, a satellite television, a radio, a safety deposit box, internet, a mini-bar and an air-conditioning system. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360799474885" Longitude="4.869471510416" StarRating="3" HotelCode="337176|hotel_de_filosoof" HotelName="Pillows Anna van den Vondel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Anna van den Vondelstraat 6, 1054 GZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/94/83943ef0a3d6d31638cae3b5afbacc4fedbb1bb2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Amsterdam. The PC Hooftstraat is within walking distance and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.16" OriginalAmount="197.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3733" Longitude="4.9066" StarRating="3" HotelCode="|191962" HotelName="Library Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 144-145</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/6/2/191962_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.81" OriginalAmount="197.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3769684" Longitude="4.8979721" StarRating="4" HotelCode="|16609" HotelName="Park Plaza Victoria Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 1-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/9/16609_9d9e7770913.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This elegant hotel is in a central area, In front of the central station, 200 metres away, guests have public transport services. HOTEL: This luxury hotel is Victorian style and was built in 1890. The establishment boasts a reception, a brasserie, a bar and a restaurant. 50 metres away, you can find a public car park. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a satellite TV, a mini-bar, a fridge, an air-conditioning system and a safety deposit box. FACILITIES: There are many facilities and services available at the establishment, including a covered swimming pool, a sauna, a Turkish bath, a massage service and a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.91" OriginalAmount="198.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365433" Longitude="4.936177" StarRating="0" HotelCode="|56878" HotelName="Stayokay Amsterdam Oost" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Timorplein ,21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/8/7/8/56878_703a1a61036.jpeg</HotelPictures>
        <HotelDescription>ROOM: Customers can find rooms different sizes, They are equipped with a bathroom, bunk beds, an electronic key, a wardrobe, a desk lamp and sheets. Guests are offered shared rooms with shared bathrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37351173" Longitude="4.90605828" StarRating="4" HotelCode="572286|the_hendricks_hotel" HotelName="The Hendrick's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 139, 1011AS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/b9/cbb9ac77879672fa5ef83c59f05cbc9821e9b918.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.22" OriginalAmount="199.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3491535" Longitude="4.8842363" StarRating="4" HotelCode="|16574" HotelName="Apollo  Amsterdam, A Tribute Portfolio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/4/16574_18.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 223 standard rooms, 16 suites and 6 floors. It has air-conditioning, a lobby, a reception, a bar and a restaurant. The establishment offers a conference room, a laundry service, a car park (for a fee), a business centre and a babysitting service (on request). SITUATION: This hotel is close to shops, the museum square, the concert hall and the nightlife. It is situated 20 minutes away from Schipol Airport, 2 minutes away from the ring road. Close to the establishment, clients can find the business distrcits RAI and World Trade Centre Amsterdam. ROOM: The comfortable rooms have a bathroom with a bath, a shower, a hairdryer, an air-conditioning system and WiFi. They also have a mini-bar, a coffee maker, a kettle, a television and a desk. Guests also have available one bedroom suites with a sitting room. FACILITIES: Guests can use a gym. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.29" OriginalAmount="199.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3558217" Longitude="4.8861473" StarRating="4" HotelCode="|28768" HotelName="Avani Museum Quarter Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HOBBEMAKADE 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/6/8/28768_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 163 rooms a conference room, lounge bar, a breakfast room, facilities for people with disabilities, a laundry service, a dry cleaner's and a shoe-shining service. The establishment also has a cloakroom, an ice machine, a babysitting service (on request), a safety deposit box service, bicycle hire and a car hire service (on request). SITUATION: Museumplein It is near it is well-connected with public transport services. ROOM: The establishment has luxurious, standard rooms with private bathrooms with a hairdryer, They have complimentary bathroom items, a direct line telephone, cable television with radio, pay channels, WiFi, an air-conditioning system and a safe. You can also find a courtesy tea and coffee service, ice machine, an iron, an alarm clock and pillow menu. You are offered disabled access rooms. FACILITIES: The establishment has a gym. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and traditional cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.00" OriginalAmount="200" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3698584" Longitude="4.90738452" StarRating="4" HotelCode="591631|246798" HotelName="Monet Garden Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 76, 1011LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1b/dc1bc43c1080ca76b01aa805770c3e30af13b5a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.98" OriginalAmount="201.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3650017" Longitude="4.8839998" StarRating="4" HotelCode="|50493" HotelName="Dikker And Thijs Fenice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht, 444</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/9/3/50493_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the historic centre, the business area and the cultural area. near the establishment, you will find museums, shops inPrincengracht the Canal Leidseplein in the surrounding area, clients have Where you can find cafÃ©s and restaurants. ROOM: Clients are offered renovated rooms and fully-equipped. NOTICE:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361020264666" Longitude="4.8950307816267" StarRating="4" HotelCode="193865|la_remise__bed__breakfast" HotelName="La Remise Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Noorderstraat 74, 1017 TW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/56/02566f51029015baad1e6cc13adb1227c76afd39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.16" OriginalAmount="204.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.336381" Longitude="4.887845" StarRating="4" HotelCode="|444009" HotelName="Van Der Valk Amsterdam Zuidas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tommaso Albinonistraat 200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/0/9/444009_8b987181151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.59" OriginalAmount="205.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3686" Longitude="4.948039" StarRating="4" HotelCode="|444011" HotelName="Numa Amsterdam Docklands" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Cruquiusweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/1/1/444011_3b3619c1223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.14" OriginalAmount="206.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3576663" Longitude="4.8739199" StarRating="3" HotelCode="|50489" HotelName="Adam’s Museum House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Van Eeghenstraat, 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/8/9/50489_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel was renovated in 2005 room service and a laundry service. SITUATION: The establishment, is in the city centre, near the establishment, guests will find Rijkmuseum, Van Gogh and Rembrandt the museums it is in front of Vondelpark park. ROOM: The establishment has 23 rooms with TV, a direct line telephone, a safe and a bathroom with a shower or bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.19" OriginalAmount="206.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.380951649286" Longitude="4.8904140293598" StarRating="4" HotelCode="193908|2049455" HotelName="The Bank Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerstraat 120, 1013 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d7/e6d7fd8ab631e1e59ba07834b0e4f9953bde2393.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3697879" Longitude="4.9072623" StarRating="4" HotelCode="|338500" HotelName="Monet Garden Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/0/0/338500_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="214.38" OriginalAmount="208.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355839" Longitude="4.886094" StarRating="4" HotelCode="59360|20124" HotelName="NH Amsterdam Museum Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobbemakade 50, 1071 XL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cf/c5cf41045154a583bd13fe1c8ae82e8cb998cc92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the Museumplein and is surrounded by art. The beautiful contrast with the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.27" OriginalAmount="209.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.382457038794" Longitude="4.8875421229299" StarRating="2" HotelCode="153389|hotel_teun" HotelName="Teun Hotel Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerdijk 61, 1013 KB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/4b/a24b70d143ac9a09751a81c23f665bd02526fc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.31" OriginalAmount="210.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|428015" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.33" OriginalAmount="211.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375636" Longitude="4.892383" StarRating="3" HotelCode="32037|hotel_citadel" HotelName="Citadel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijdsvoorburgwal 98-100, 1012 SG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/1e/6a1e7d3b1f9569a71800b1d2bf6c212f8775199a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this hotel is just steps from the train station as well as various sights of i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.49" OriginalAmount="211.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3756138" Longitude="4.8924551" StarRating="3" HotelCode="|16591" HotelName="The Highlander" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWEZIJDS VOORBURGWAL 98-100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/1/16591_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern and urban hotel, has 7 floors and 38 rooms. It has a lobby with a reception and a bar. SITUATION: This hotel Amsterdam it is in near the establishment, you will find the railway station, monuments and leisure areas. in the surrounding area, clients have the Royal Palace ,Koepel the church in the surrounding area, clients have Anne Frank the House of near the establishment, you will find shops, leisure areas, 900 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safe (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.38" OriginalAmount="212.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379345484429" Longitude="4.922046661377" StarRating="4" HotelCode="653947|2384605" HotelName="Hotel Jakarta Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Javakade 766, 1019 SH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/6f/ff6f04f7a752c01b7c36ea36f99bcedf8a8dbc71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"Hotel Jakarta Amsterdam is a unique sustainable hotel in Amsterdam at the IJ river, at the former l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="219.13" OriginalAmount="212.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3679631" Longitude="4.8926537" StarRating="2" HotelCode="|337658" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/6/5/8/337658_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.39" OriginalAmount="213.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357716" Longitude="4.873949" StarRating="3" HotelCode="76515|atlas" HotelName="AMS Atlas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Eeghenstraat 64, 1071 GK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/09/c80968433e5f01e19ee4e424a3f1f33da4e5504a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an ideal location, where guests can find the Vondelpark just next door and ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.06" OriginalAmount="213.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3825" Longitude="4.88753" StarRating="2" HotelCode="|183869" HotelName="Calisto" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerdijk 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/6/9/183869_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.36" OriginalAmount="216.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3744235" Longitude="4.903748" StarRating="5" HotelCode="|37156" HotelName="Grand Hotel Amrâth Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINS HENDRIKKADE 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/5/6/37156_e3238370435.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel with air-conditioning and has 165 rooms a lobby with a reception, a currency exchange service, a lift, a cafÃ©, a bar and a restaurant. The establishment also offers conference facilities, WiFi, internet and room service. SITUATION: This luxurious hotel, Prins Hendrikkade it is in it is in the city centre, 500 metres away from the establishment, you can find the central station, la plaza Dam it is situated 1 kilometre away from it is in Amsterdam the historic centre of it is surrounded by canals, 19 kilometres away from the establishment, guests will find Schiphol Airport. ROOM: Each room has a bathroom with a shower or bath, a hairdryer, a direct line telephone, a satellite TV, internet, a mini-bar and an iron. They also have a king-size bed, an air-conditioning system, heating and a safe. FACILITIES: The establishment boasts a covered swimming pool and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.48" OriginalAmount="216.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373578" Longitude="4.885988" StarRating="2" HotelCode="193880|2037405" HotelName="Clemens Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 39, 1016 DC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b8/3fb85e85cf27f505a4157910d19441886203cdf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.51" OriginalAmount="217.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365784" Longitude="4.897434" StarRating="2" HotelCode="146048|city_hotel_27" HotelName="City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utrechtsestraat 2, 1017 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f4/41f40e6d1d3191efd5d1527e75a791192b0cfadd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.20" OriginalAmount="219.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3739299" Longitude="4.8907887" StarRating="4" HotelCode="|16608" HotelName="Die Port Van Cleve" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N.Z.VOORBURGWAL 176-180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/8/16608_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, has a bar, 122 classic rooms, WiFi (free of charge) and 5 meeting rooms. SITUATION: This establishment, is in Amsterdam the centre of Close to points of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.28" OriginalAmount="220.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377849" Longitude="4.897327" StarRating="4" HotelCode="|126212" HotelName="Art'Otel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINS HENDRIKKADE 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/2/1/2/126212_e66ea620942.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, has 107 rooms, a meal service, a bar, a library, a living room and a showroom. Guests can also find a swimming pool, an events room and exhibition rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.63" OriginalAmount="221.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373549052028" Longitude="4.8933175206184" StarRating="4" HotelCode="20234|swissotel_amsterdam" HotelName="Swissôtel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 96, 1012 LP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/8f/a88fd65741df093563b3619107a0be3a3e8a1757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Amsterdam, next to the Royal Palace, the hotel overlooks Dam Square which of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.38" OriginalAmount="221.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37922" Longitude="4.922285" StarRating="4" HotelCode="|222725" HotelName="Jakarta Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Javakade 766, 1019 SH Amsterdam, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/2/5/222725_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.66" OriginalAmount="222.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37593578" Longitude="4.90181824" StarRating="3" HotelCode="943845|mauro_mansion_2" HotelName="Mauro Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Geldersekade 16, 1012 BH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/25/8525b7d83a16e17c12c00b092e032999aac0dd10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.00" OriginalAmount="222.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36830127" Longitude="4.92356095" StarRating="4" HotelCode="428729|1740938" HotelName="YAYS Oostenburgergracht - Concierged Boutique Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73, 1018 NC Amsterdam-Oost, Niederlande</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e1/7be1d9ae301e98571ec86acdddfaf358edc953da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at YAYS Concierged Boutique Apartments Oostenburgergra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.17" OriginalAmount="223.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|2202585" HotelName="Pestana Amsterdam Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="231.42" OriginalAmount="224.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3540516" Longitude="4.8767544" StarRating="4" HotelCode="|60026" HotelName="De Ware Jacob Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JACOB OBRECHTSTRAAT 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/0/2/6/60026_1_2235.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Sander is rated three stars and it is in a great location. It has a cosy bar. SITUATION: It is near the museums of Rijksmuseum and Van Gogh. Nearby, you will find the Square of Dam and the central station. ROOM: The establishment has 20 comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.75" OriginalAmount="225.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38852428" Longitude="4.88860918" StarRating="3" HotelCode="602469|yays_concierged_boutique_apartments_zoutkeetsgracht_2" HotelName="Yays Zoutkeetsgracht Concierged Boutique Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 114-118, 1013 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741a3a59b578fec007e38a2ce0bfac451d73c342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YAYS Concierged Boutique Apartments - Zoutkeetsgra is a popular choice amongst travelers in Amsterda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3709107" Longitude="4.8936852" StarRating="4" HotelCode="930978|hotel_v_nesplein" HotelName="Hotel V Nesplein City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 49, 1012 KD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4dada28d88bbcd586a5958cff39c976c3766e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.83" OriginalAmount="227.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37775" Longitude="4.897062" StarRating="5" HotelCode="213842|1061638" HotelName="art'otel amsterdam, by park plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 33, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e0/28e016662ff8bd697c1508f39180b51291e1b94b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.24" OriginalAmount="233.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3735" Longitude="4.90604" StarRating="4" HotelCode="|480980" HotelName="The Hendrick\'s" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 139</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/9/8/0/480980_fe7e5db1734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366905291358" Longitude="4.8951508106875" StarRating="3" HotelCode="345875|hotel_the_bird" HotelName="Hotel The Bird" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 30, 1017 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/10/7d10c552f0a4432f4c2b2fbd52b5271b0cc9b700.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel The Bird in Amsterdam (Canal Ring), you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.90" OriginalAmount="237.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362307" Longitude="4.8758344" StarRating="3" HotelCode="|22031" HotelName="Huygens Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1e Constantijn Huygensstraat 103-107</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/3/1/22031_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2012, The establishment boasts modern rooms and a patio with a garden. SITUATION: This establishment, is close to Amsterdam the centre of Close to, Where customers can find restaurants, cafÃ©s, bars, pubs and theatres. Vondelpark it is situated 3 minutes walk away from Where you can find, Van Gogh the museum Stedelijk the museum.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="249.16" OriginalAmount="241.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375471" Longitude="4.892807" StarRating="4" HotelCode="17703|NL000018" HotelName="INK Hotel Amsterdam - MGallery" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 67, 1012 RE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/20/14200bd411d5e525e79f976ce84ec39834b2817e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is housed in a wonderfully located 17th century building that lies between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.86" OriginalAmount="243.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3754997" Longitude="4.8929" StarRating="4" HotelCode="|16592" HotelName="Ink  Amsterdam - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWE ZIJDS VOORBURGWAL 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/2/16592_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has rooms with features that offer you the maximum level of comfort and a restaurant. SITUATION: This welcoming hotel is between the railway station and the Royal Palace, Close to, Where guests can enjoy the shops, 300 metres away, there is a public transport stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.50" OriginalAmount="245.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3885502" Longitude="4.888612" StarRating="0" HotelCode="|338247" HotelName="YAYS Amsterdam Salthouse Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 116</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/7/338247_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.55" OriginalAmount="245.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364799809415" Longitude="4.885157001532" StarRating="4" HotelCode="145100|1090278" HotelName="Boutique Seven One Seven" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 717, 1017 JW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ee/8aee9cb36eacdcac0cc923fe61ed5511235f562a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.16" OriginalAmount="245.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3706385" Longitude="4.8930716" StarRating="4" HotelCode="|66450" HotelName="Mister Highland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>ROKIN 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/5/0/66450_43057691847.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1973, has 2 buildings, a breakfast room, a buffet breakfast, a reception and a spacious living room. SITUATION: Is situated in the historic area, this hotel is close to Dam the square 10 minutes away, guests can find the central station situated close to the shopping area, the nightlife.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.47" OriginalAmount="247.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3634158" Longitude="4.8811699" StarRating="4" HotelCode="|16610" HotelName="Clayton Hotel Amsterdam American" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/0/16610_bccbc440940.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 175 rooms. It has facilities for people with reduced mobility, a lobby, a bar, a reception and 3 lifts. The establishment offers guests room service, a concierge, a car park, a laundry service and a babysitting service. Guests can find a brew-bar and a terrace (seasonal). SITUATION: it is in a central area, Leidseplein it is in in the surrounding area, clients can find shops, boutiques, monuments, restaurants, cultural places and nightclubs. ROOM: The bright, modern rooms, have a bathroom with a shower, a hairdryer, an air-conditioning system, a mini-bar, a radio, a TV and a direct line telephone. FACILITIES: The establishment boasts a gym, a sauna and a solarium. OBSERVATIONS:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.42" OriginalAmount="247.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.49" OriginalAmount="249.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962" HotelName="Marriott Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.39" OriginalAmount="250.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3669475" Longitude="4.8949456" StarRating="3" HotelCode="|338236" HotelName="The Bird" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/3/6/338236_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.46" OriginalAmount="250.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3700714" Longitude="4.8966179" StarRating="4" HotelCode="|16617" HotelName="Radisson Blu, Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RUSLAND 17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/7/16617_d91b0ad0957.jpeg</HotelPictures>
        <HotelDescription>HOTEL: &lt;b title='Esta frase debe ser traducida'&gt;Este hotel de primera clase esta ubicado en varias casas del mercaderes del siglo XVIII, una vicarÃ­a del siglo XIX y una antigua fÃ¡brica de papel&lt;/b&gt;. SITUATION: The establishment is in Amsterdam, close to tourist points of interest. ROOM: The rooms are cosy.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.56" OriginalAmount="252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3690558" Longitude="4.882252" StarRating="2" HotelCode="143437|amsterdam_wiechmann_hotel" HotelName="Amsterdam Wiechmann" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 328, 1016 HX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/1e/ba1e2f027ab2cc1cd8dd2871a64c7ff480e5a339.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 37 rooms. The accommodation offers a bar. Wir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.56" OriginalAmount="252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368238724571" Longitude="4.8957100846558" StarRating="4" HotelCode="24558|nh_doelen" HotelName="NH Collection Amsterdam Doelen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 26, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/15/cd15de1e4b71e5406e2fa3a65e81e9b826eb67ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly beside the Amstel River. It is located in the centre of Amste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.76" OriginalAmount="254.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36096" Longitude="4.90606" StarRating="4" HotelCode="|444012" HotelName="Citizenm Amstel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 47</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/1/2/444012_7c6d61c1200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|5553" HotelName="Okura Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="263.20" OriginalAmount="255.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|482285" HotelName="Rokin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ed/d0edf6a7cf8e4b1e340743eb9cba6d787e9f1b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.83" OriginalAmount="256.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38317" Longitude="4.84666" StarRating="0" HotelCode="|231906" HotelName="Dutchies" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerhartstraat 21-A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/0/6/231906_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.82" OriginalAmount="257.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36533" Longitude="4.89582" StarRating="1" HotelCode="|39706" HotelName="Thorbecke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Thorbeckeplein 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/0/6/39706_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 14 rooms and some rooms have, shared bathrooms, They have WiFi, a television, a direct line telephone, a coffee maker and a kettle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.37" OriginalAmount="257.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377231" Longitude="4.895498" StarRating="4" HotelCode="24557|19964" HotelName="Kimpton De Witt Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 5, 1012 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0f7142de5fe7e8ce2231464231a0183305ff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well known luxury hotel behind a protected art-nouveau façade is located directly on Leidseplei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.08" OriginalAmount="259.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3665406" Longitude="4.8934582" StarRating="4" HotelCode="|16602" HotelName="Albus Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIJZELSTRAAT 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/2/16602_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 8 floors and 74 rooms. It has a lobby, a reception, a lift and a safety deposit box service. Regarding the food and beverage offering, the establishment has a bar and a restaurant. The establishment offers guests internet. The establishment also offers room service and a laundry service (for a fee). SITUATION: This hotel is in the heart of Amsterdam. Is situated in the Rembrandt district. It is 4.5 kilometres away from the exhibition centre RAI. It is surrounded by tourist points of interest and shopping areas. Close to the establishment, clients can find Bloemenmarkt 200 metres away, there is a public transport stop. It is just 15 kilometres away from Schiphol Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone and satellite or cable TV. OTHERS: The establishment serves American buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.34" OriginalAmount="260.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.308842" Longitude="4.760301" StarRating="4" HotelCode="|16598" HotelName="Sheraton Amsterdam Airport and Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHIPHOL BOULEVARD 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/8/16598_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned soundproofed hotel, has 406 rooms, 24 suites and 11 floors. It has a restaurant, a bar and a cafÃ©. SITUATION: This luxurious hotel is in Amsterdam-Schiphol Airport 20 minutes away, guests can find the city centre. ROOM: The rooms have a bathroom with a shower, a hairdryer, an air-conditioning system and a direct line telephone. They also have a mini-bar and a safety deposit box (available for a fee), All rooms are non-smoking rooms. FACILITIES: The establishment boasts body care and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.90" OriginalAmount="261.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3683618" Longitude="4.9237398" StarRating="4" HotelCode="|338237" HotelName="Yays Amsterdam Maritime By Numa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/3/7/338237_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.89" OriginalAmount="263.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367706477496" Longitude="4.9099240398155" StarRating="2" HotelCode="143435|hotel_parklane" HotelName="Amsterdam Parklane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Parklaan 16, 1018 ST Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/4c/254c278753cf3cca2bbe7f7fe9226bed4f4e3bbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.92" OriginalAmount="264.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365513" Longitude="4.896081" StarRating="1" HotelCode="71424|the_bolster" HotelName="The Bolster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Thorbeckeplein 3, 1017CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ba/f4ba6369ab667fb9a7157946a2fa9ad0942df221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small city hotel is situated in the heart of Amsterdam city centre, in the Thorbeckeplein. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.44" OriginalAmount="264.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3772926" Longitude="4.895597" StarRating="4" HotelCode="|16615" HotelName="Kimpton De Witt Amsterdam, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWEZIJDS VOORBURGWAL 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/5/16615_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1700. It has 6 floors, 270 rooms, 87 double rooms, 62 single rooms and 4 suites. Some of the establishment facilities on offer are a bar, a restaurant and a jetty. SITUATION: This luxurious hotel is in Leidseplein, near the establishment, you will find museums, churches, theatres, shops, a public transport stop and the nightlife. ROOM: The luxurious, elegant rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box. FACILITIES: The establishment boasts a covered swimming pool, a sauna, a solarium and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.95" OriginalAmount="265" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36096385" Longitude="4.90616987" StarRating="4" HotelCode="779711|361477" HotelName="citizenM Amsterdam Amstel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 47, 1018EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/77/ba77c704dec402b8ada63c0c245e006e0c058e9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.08" OriginalAmount="265.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|317485" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.98" OriginalAmount="266.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365395400794" Longitude="4.893133195162" StarRating="4" HotelCode="11572|banks_mansion" HotelName="Banks Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 519 -525, 1017 BV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3bc7b27cae657ac25b80e50531d59563d7c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38333999" Longitude="4.84639468" StarRating="0" HotelCode="497987|dutchies_hostel" HotelName="Dutchies Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerthartstraat 21A, 1055 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b9/22b97fb4e185200d5cf3d10fe99ebfaca173cd9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.05" OriginalAmount="268.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37527569" Longitude="4.89349716" StarRating="0" HotelCode="571768|4557755" HotelName="The Highland House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Nieuwstraat 17, 1012 NG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/c9/95c96db587d933c8e24a5e6fe678464759bcf480.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.371806" Longitude="4.8873630000001" StarRating="3" HotelCode="16607|rembrandt_classic_hotel" HotelName="The Hoxton Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 255, 1016 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/52/b052b10bab3f18d7336c197731f7ba4e595626ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Amsterdam, surrounded by shops, bars, pubs, discos and re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.42" OriginalAmount="269.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3718" Longitude="4.88727" StarRating="4" HotelCode="|183906" HotelName="The Hoxton, Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 255</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/0/6/183906_9a6dcb91410.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.59" OriginalAmount="272.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3778639" Longitude="4.8944552" StarRating="5" HotelCode="|16585" HotelName="Renaissance Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KATTENGAT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/8/5/16585_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioning hotel, has 8 floors, 402 rooms and 7 suites. In the entrance, you can find a lobby with a reception, The establishment boasts a bar, a restaurant with air-conditioning, a kiosk and a hairdresser's. The establishment offers guests a business centre, a car park (for a fee) and an indoor car park. SITUATION: This exclusive hotel is in a central location, 500 metres away, there is a public transport stop, Around the establishment, clients can find monuments, shops, restaurants, bars, cafÃ©s and leisure areas. close to the establishment, guests have the Royal Palace ,Anne Frank the House of. ROOM: Each room has a bathroom with a shower, a hairdryer, a direct line telephone, satellite and cable TV, internet, a mini-bar, an iron, an ironing board, a central air-conditioning system, a sofa and a safe (available for a fee). FACILITIES: Clients can enjoy a sauna and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.55" OriginalAmount="276.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370557" Longitude="4.888567" StarRating="4" HotelCode="337181|482055" HotelName="Estherea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singel 303-309, 1012 WJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/52/8552989227c27feae60b0f949035d7b713f35b2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on one of Amsterdam's most magnificent canals just 400 m from Dam Square and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37586757" Longitude="4.88601871" StarRating="4" HotelCode="336266|the_toren" HotelName="The Toren" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 164, 1015 CZ Amsterdam, Noord-Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/42/5a4295d31ece301aa0b7c97f70712563eedf3bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.33" OriginalAmount="277.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368131" Longitude="4.8958793" StarRating="5" HotelCode="|16582" HotelName="Tivoli Doelen Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWE DOELENSTRAAT 24-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/8/2/16582_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 6 floors, 86 rooms and 1 suite. It has a lobby, lifts and a bar. nearby, you can find an indoor car park. SITUATION: This establishment, is in front of Amstel the river it is in Amsterdam the city centre of this hotel Rembrandtplein and de Dam it is between in the surrounding area, clients can find theatres, museums ,Bloemenmarkt 2 minutes away from the establishment guests have it is located in front of a public transport stop. ROOM: The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite and cable TV, a sitting area, a mini-bar, a courtesy tea and coffee service and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.34" OriginalAmount="278.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359365871644" Longitude="4.8940745741129" StarRating="1" HotelCode="193930|sphinx_hotel_2" HotelName="Sphinx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 82, 1017 XR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7b/187b21e843ec16d2d00fa73262b56759b93fcd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.11" OriginalAmount="281.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3606987" Longitude="4.8695998" StarRating="3" HotelCode="|22028" HotelName="Maison ELLE Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anna van den Vondelstraat 6, Oud-West</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/8/22028_670fee71203.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a charming hall, a bar and a living room. SITUATION: It is in a beautiful area, Overtoom it is next to close to the establishment, clients can find Vondel park bars, shops and restaurants. Leidseplein nearby, you will find Where you can find restaurants, the casino, Hooftstraat the shopping area of Van Gogh and Rijks the museums 12 minutes away from the establishment guests have the railway station. ROOM: All the rooms have a fully-equipped bathroom. RESTAURANT: Regarding gastronomy, the establishment offers breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.70" OriginalAmount="290.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37468017" Longitude="4.88007578" StarRating="0" HotelCode="430933|mr_jordaan" HotelName="Mr. Jordaan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bloemgracht 102, Jordaan District, 1015 TN Amsterdam, The Netherlands</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/78/b0787f66737740a679aebe9e6c06f8c5b060eb8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.73" OriginalAmount="290.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377568" Longitude="4.893127" StarRating="4" HotelCode="|338502" HotelName="Hapimag Resort Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Singel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/0/2/338502_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.73" OriginalAmount="291.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37544825" Longitude="4.8886986833333" StarRating="3" HotelCode="82445|the_times_hotel_2" HotelName="The Times" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 135-137, 1015 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a8/caa8fcd95640f906e883de27923f65fe5d8cde28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Times Hotel Situated in Amsterdam, the Times Hotel provides 3x000D star accommodation. Hotel gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.79" OriginalAmount="293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37765533" Longitude="4.90695658" StarRating="3" HotelCode="439634|eric_vokel_boutique_apartments_amsterdam_suites" HotelName="Eric Vökel Amsterdam Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>De Ruijterkade 127, 1011AC  Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d4/88d4a7869525e643b3e8d0e88a3b768d7526b150.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.99" OriginalAmount="297.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.39834" Longitude="4.90655" StarRating="4" HotelCode="|235966" HotelName="Amsterdam North by YAYS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ridderspoorweg 173</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/6/6/235966_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.95" OriginalAmount="300.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3746736" Longitude="4.8800951" StarRating="3" HotelCode="|338270" HotelName="Mr. Jordaan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bloemgracht 102</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/7/0/338270_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.03" OriginalAmount="301.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37431167" Longitude="4.87470752" StarRating="3" HotelCode="361186|morgan__mees" HotelName="Morgan &amp; Mees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Hugo de Grootstraat 2-6, 1052 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/8f/028f64bfb2c5b57915a0963954dd7b6378cdc8ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.09" OriginalAmount="303.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366959" Longitude="4.89453" StarRating="0" HotelCode="163960|house_of_amstel" HotelName="House of Amstel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 16, 1017 AA Amsterdam, Noord-Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/16/821677772d9fc8d0c3b5cb4958ebe0d309cb6228.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|219011" HotelName="Twenty Eight" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.36" OriginalAmount="312.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3774518" Longitude="4.9886162" StarRating="3" HotelCode="146702|de_oude_taveerne" HotelName="Amsterdam Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Durgerdammerdijk 73, 1026 CB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/b9/c1b90ab147bef964fdb4aae2d0a4258574cb9fd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 16 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.57" OriginalAmount="312.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362194" Longitude="4.919684" StarRating="5" HotelCode="|445063" HotelName="Pillows Grand Boutique Hotel Maurits At The Park - Small Luxury Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>61 Mauritskade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/3/445063_09acf191433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.49" OriginalAmount="316.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3758932" Longitude="4.8862283" StarRating="4" HotelCode="|50508" HotelName="The Toren Amsterdam by The Pavilions" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht, 164</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/8/50508_49c19410405.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel, renovated in 2005, has a bar and a business centre. SITUATION: It is inAmsterdam the city centre of near the establishment, guests will find Anne Frank the House of Dam it is 5 minutes away from it is in Keizersgracht the street. ROOM: The establishment has 40 rooms with TV, a direct line telephone, an air-conditioning system and internet. The rooms a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377527" Longitude="4.895101" StarRating="3" HotelCode="142414|sint_nicolaas" HotelName="Sint Nicolaas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 1a, 1012 SP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f2/28f205d0e5fbc5af327e0c9009b79a40531e6bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.60" OriginalAmount="320.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38407035" Longitude="4.88840731" StarRating="4" HotelCode="486682|yays_bickersgracht" HotelName="YAYS Concierged Boutique Apartments Bickersgracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1, 1013 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b5/96b5d3b8679643903487f3462286d75a3d029cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.01" OriginalAmount="320.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3775168" Longitude="4.9069646" StarRating="0" HotelCode="|338281" HotelName="Eric Vökel Boutique Apartments Amsterdam Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>De Ruijterkade 127</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/8/1/338281_1_1489.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.66" OriginalAmount="322.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379447" Longitude="4.880503" StarRating="3" HotelCode="296731|linden_hotel" HotelName="Linden Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Elevator,Internet,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Lindengracht 251, 1015 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/17/5817b55cd5ca5146efc4cb105577d241e38cb4b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Linden Hotel is in the heart of Amsterdam, walking distance from N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.76" OriginalAmount="327.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3432309" Longitude="4.857531" StarRating="4" HotelCode="|338292" HotelName="The July - Twenty Eight" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260 Stadionplein</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/9/2/338292_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.96" OriginalAmount="332.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|hyatt_regency_amsterdam" HotelName="Hyatt Regency Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/b8/9fb8bde25aa9b116716838f4f4429a55f1d11368.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.29" OriginalAmount="343" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5809" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.63" OriginalAmount="344.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38404" Longitude="4.88859" StarRating="4" HotelCode="|183919" HotelName="Yays Amsterdam Prince Island By Numa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/1/9/183919_1d7099b0821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.35" OriginalAmount="345.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.352771" Longitude="4.883624" StarRating="4" HotelCode="52827|the_college_hotel" HotelName="The College Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roelof Hartstraat 1, 1071 VE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/0272296c52a8a6f79d75046439e50553ee2f352c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently situated near the Museumplein (Museum square). Although there is a t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.60" OriginalAmount="353.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|20064" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.87" OriginalAmount="357.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3528318" Longitude="4.8828571" StarRating="4" HotelCode="|45158" HotelName="The College  Amsterdam, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROELOF HARTSTRAAT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/5/8/45158_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a living room, a patio, meeting rooms, a reception and a restaurant. For an additional charge you can use WiFi, a laundry service and a car park. SITUATION: Museumplein It is in in front of the hotel there is a tram stop, close to the establishment, clients can find tourist areas, 300 metres away, clients have the museums ,Concertgebouw the concert hall it is situated 10 kilometres away from Amsterdam-Schiphol Airport. ROOM: The rooms have a bathroom, an individual air-conditioning system, bath or shower, a WC, a direct line telephone and a television. You are offered internet, a safe, a mini-bar, a bathrobe and slippers. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant, a breakfast service and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.77" OriginalAmount="359.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376253329786" Longitude="4.8863518238068" StarRating="4" HotelCode="145475|canal_house" HotelName="Canal House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 148, 1015 CX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/d7/21d7bb3ed4d3590950aeb44e194dcf4dac4513aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.10" OriginalAmount="370.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372803699074" Longitude="4.8832981072054" StarRating="5" HotelCode="16257|hotel_pulitzer_a_luxury_collection_hotel" HotelName="Pulitzer Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 323, 1016 GZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/b9/adb9a9b5a476167785fc36f06509ea51064827a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies between two canals, close to the Royal Palace. 25 traditional buildings, righ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.88" OriginalAmount="374.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367426" Longitude="4.885795" StarRating="0" HotelCode="|498175" HotelName="The Noblemen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/1/7/5/498175_bea36df1114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.31" OriginalAmount="377.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="980697|hotel_the_craftsmen" HotelName="Hotel The Craftsmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Singel 83, 1012 VE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f8/77f8eee5a884ed2b58a5557dccd4a7f14c4bd616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.92" OriginalAmount="377.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.239135" Longitude="4.425982" StarRating="5" HotelCode="|64204" HotelName="Grand Hotel Huis ter Duin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koningin Astrid Blvd. 5, Postbus 85</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/2/0/4/64204_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, is rated 5 stars. It has 230 rooms, 20 suites and 4 attics. With regards to the food and beverage offering, the establishment has Latour and La Terrasse the restaurants bars and banquet halls. SITUATION: Is situated inNoordwijk the beach Amsterdam 40 kilometres away, you can find. NOTICE:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.40" OriginalAmount="380.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3674172" Longitude="4.88580117" StarRating="0" HotelCode="715815|hotel_the_noblemen" HotelName="Hotel De Leydsche Hof" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 14, 1016 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/e6/b6e657b8bda6544875572a736720bdc305319792.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century canal house, De Leydsche Hof (1660) is located in Amsterdam. Free WiFi acce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="393.98" OriginalAmount="382.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|1608638" HotelName="W Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a8/b9a833bd92b1b9036ebaa79c0bc1eaf0721bcee1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="408.06" OriginalAmount="396.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|979525" HotelName="Andaz Amsterdam Prinsengracht" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="411.92" OriginalAmount="399.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3727996" Longitude="4.8943597" StarRating="5" HotelCode="|16606" HotelName="Anantara Grand Hotel Krasnapolsky Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAM 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/6/16606_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Amsterdam the centre of la plaza Dam is situated in In front of, In the surrounding area you can also find shops, entertainment areas and the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|hampton_by_hilton_amsterdam_centre_east" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.15" OriginalAmount="405.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|intercontinental_amstel_amsterdam" HotelName="InterContinental Amstel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="423.19" OriginalAmount="410.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|114442" HotelName="Sofitel Legend The Grand Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.55" OriginalAmount="424.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367916" Longitude="4.882842" StarRating="5" HotelCode="|128147" HotelName="Andaz Amsterdam Prinsengracht - A Concept By Hyatt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/4/7/128147_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Andaz Amsterdam Prinsengracht is rated five stars, has 122 rooms, a social room, a lounge bar, a restaurant, a spa with a sauna and a gym has features that offer you the maximum level of comfort. SITUATION: It is in Prinsengracht, ROOM: The rooms have a sitting room with flat-screen TV, a mini-bar, a coffee maker, a kettle, a bathroom with a shower, a WC, a bathrobe and bathroom items (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.74" OriginalAmount="458.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359726934805" Longitude="4.9246979324383" StarRating="5" HotelCode="305902|breitner_house" HotelName="Breitner House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oosterpark 87-88, 1092 AW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/5c/895cba64553285f1d6a620cad0ba1d59aafa474f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.34" OriginalAmount="478.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|conservatorium_hotel_amsterdam" HotelName="Conservatorium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.52" OriginalAmount="584.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|de_leurope_amsterdam" HotelName="De L'Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/1e/541e520f390a89056d7bc8a40017807a152a5ca4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="685.85" OriginalAmount="665.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.399738" Longitude="4.894946" StarRating="3" HotelCode="|447821" HotelName="Crane Faralda Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NDSM Plein 78</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/2/1/447821_466174a0846.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="705.55" OriginalAmount="685.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3994355" Longitude="4.89510552" StarRating="4" HotelCode="417792|faralda_crane_hotel_amsterdam_" HotelName="Faralda NDSM Crane Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Elevator,Spa">
        <Address>
          <AddressLines>
            <AddressLine>NDSM Plein 78, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/98/47989307ad99478dc65c740b80596e839a31bdc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Faralda NDSM Crane Hotel Amsterdam places you in the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="706.25" OriginalAmount="685.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3696498" Longitude="4.883938" StarRating="5" HotelCode="|38993" HotelName="The Dylan Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>KEIZERSGRACHT 384</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/9/3/38993_1_325.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in the 19th Century and has 41 air-conditioning rooms, a lobby with a reception, a lift and a breakfast room. The establishment also offers internet and a laundry service. SITUATION: It is inKeizersgracht the Canal is situated in the city centre, close to the establishment, clients can find shopping areas, museums, close to the establishment, guests have restaurants, a public transport stop, 2 kilometres away, you can find Van Gogh and Rijksmuseum the museums it is situated 14 kilometres away from Schiphol Airport. ROOM: Guests can find rooms and suites. The rooms a bathroom with a shower, a satellite or cable television, a mini-bar, a safe and an air-conditioning system. FACILITIES: Guests can enjoy a gym. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="714.18" OriginalAmount="693.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.369247083416" Longitude="4.884224832058" StarRating="5" HotelCode="11307|749545" HotelName="The Dylan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 384, 1016 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/54/4f542b6f09b62180f59e0714e60347a8ed8f6fb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated on the Keizersgracht, one of the main canals in Amsterdam. It is loc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.06" OriginalAmount="702.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36938900262" Longitude="4.8871547661846" StarRating="4" HotelCode="76501|ambassade_hotel" HotelName="Ambassade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 341, 1016 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b8/92b82936f5857cf6c2cf0bafd933141e9fbe678b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="888.77" OriginalAmount="862.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37246248" Longitude="4.89327047" StarRating="5" HotelCode="615095|2483605" HotelName="Hotel TwentySeven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 27, 1012 JS Amsterdam, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/9a/e69a2a7445e6836ca714d25eac2e80d06ed8853d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="893.89" OriginalAmount="867.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3725" Longitude="4.89332" StarRating="5" HotelCode="|221497" HotelName="Twentyseven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dam 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/9/7/221497_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="901.25" OriginalAmount="875.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364630806722" Longitude="4.8967426714726" StarRating="5" HotelCode="930981|waldorf_astoria_amsterdam" HotelName="Waldorf Astoria Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 542-556, 1017 CG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/bf/46bf37aac62a413da63780e4c0fb4a69cf4c83d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="920.82" OriginalAmount="894" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359777" Longitude="4.881062" StarRating="4" HotelCode="258786|12311" HotelName="Bilderberg Hotel Jan Luyken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luykenstraat 58, 1071 CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/58/c85887c7535764db96376f60cd675166d1574950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies at the heart of a peaceful, cultural area of Amsterdam- Links to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2819.75" OriginalAmount="2737.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375923" Longitude="4.901765" StarRating="0" HotelCode="|499458" HotelName="The Sixteen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Geldersekade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/9/4/5/8/499458_8e804e00706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Lounge,Massage Centre,Spa,Garden,Jacuzzi,Swimming Pool,Nightclub,Shopping Arcade,Currency Exchange,Diet Meals,Wheelchair Access,Golf,Kitchen,Housekeeping,Wake-up Call Service,24 Hour Security,ATM/Cash Machine,Meeting Room,Parking,Printer,24 Hour Power Supply,Banquet Hall,24 Hour Front Desk,Elevator,Library,Luggage Storage,LCD/Projector,Coffee Shop,Concierge,24 Hour Room Service,Dry Cleaning,Valet Parking,Business Centre,Off-Site Parking,Pets allowed,Photocopy,Smoking Rooms,Vending Machine</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,APARTMENT HOTEL,ECO HOTEL,HOTEL DE CHARME,CONFERENCE HOTEL,HOTEL,SPA HOTEL,HOSTEL,HOSTELS,APARTHOTEL,HOLIDAY HOMES,APARTMENT,BED AND BREAKFASTS</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
f8802404-73f6-4fa8-aef0-dcf374477be7|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
f8802404-73f6-4fa8-aef0-dcf374477be7|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="f8802404-73f6-4fa8-aef0-dcf374477be7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-18T00:00:00" End="2026-06-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Half Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="foreigntours@swostiindia.com" Password="Swosti@2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f8802404-73f6-4fa8-aef0-dcf374477be7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|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
f8802404-73f6-4fa8-aef0-dcf374477be7|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:df3c2a77-07b5-4251-8ecc-3e31eea8639e
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
f8802404-73f6-4fa8-aef0-dcf374477be7|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T08:34:16.3838267+01:00" Version="0" EchoToken="Search" TransactionIdentifier="f8802404-73f6-4fa8-aef0-dcf374477be7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="75" TotalAmount="96.72" OriginalAmount="93.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|NL003996" HotelName="Best Western Amsterdam" BedType="" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="99.66" OriginalAmount="96.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|NL000023" HotelName="Mercure Hotel Amsterdam City" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/9a/de9a1d9fab7f42a959322e05e1673a55a2a72f95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrech...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="111.66" OriginalAmount="108.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392313810778" Longitude="4.8500056922592" StarRating="3" HotelCode="38826|NL000031" HotelName="Hotel ibis Amsterdam City West" BedType="" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Transformatorweg 36, 1014 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b3/26b3cd52c5b345e386d20967e587a13baab34ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the harbour, between the heart of Amsterdam and the main business dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="114.76" OriginalAmount="111.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.333733" Longitude="4.888883" StarRating="4" HotelCode="29268|NL000007" HotelName="Novotel Amsterdam City" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 10, 1083 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0e/c3/0ec3b46654e7a78a7934571c1a1f1d7a6b1df511.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording excellent transport links to the city centre, this hotel lies within 500 m of links to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="117.03" OriginalAmount="113.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.387374221332" Longitude="4.8355350150634" StarRating="4" HotelCode="317279|NL000068" HotelName="Mercure Hotel Amsterdam Sloterdijk Station" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 1, 1043 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/1e/c61e560348a2c6acdd6ad50988bc305b8883f512.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="121.07" OriginalAmount="117.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370086054175" Longitude="4.9076270612616" StarRating="3" HotelCode="337091|NL000029" HotelName="Hotel Ibis Amsterdam Centre Stopera" BedType="" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 68, 1011 LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e1/51e1a4b6488ae0cd9f86434922961813a4df88fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Amsterdam within walking distance of the squares of Rembrandt ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="140.06" OriginalAmount="135.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37950125046" Longitude="4.8971813294721" StarRating="3" HotelCode="33664|NL000026" HotelName="Hotel ibis Amsterdam Centre" BedType="" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stationsplein 49, 1012 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/45/d645c47b5c0f523880aecf9f42e2762a917baed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Amsterdam. Its setting is especially ideal for business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="191.02" OriginalAmount="185.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|NL005382" HotelName="Mövenpick Amsterdam City Centre" BedType="" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.29" OriginalAmount="227.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|154159|Half Board" HotelName="Crowne Plaza Amsterdam South" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.09" OriginalAmount="228.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|2483545|Half Board" HotelName="Olympic Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 14/06/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/81/28813e802e5df54a2c32118ec6788f2b6515008e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="249.16" OriginalAmount="241.9" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375471" Longitude="4.892807" StarRating="4" HotelCode="17703|NL000018" HotelName="INK Hotel Amsterdam - MGallery" BedType="" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 67, 1012 RE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/20/14200bd411d5e525e79f976ce84ec39834b2817e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is housed in a wonderfully located 17th century building that lies between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.26" OriginalAmount="254.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362593" Longitude="4.878114" StarRating="4" HotelCode="36039|482365|Half Board" HotelName="Catalonia Vondel Amsterdam" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vondelstraat 26, Oud-West, 1054 GD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/0d/500d2a0b80993c66ccb4ced15c1c9f82eee5039c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in an charmingly attractive residential area. Amsterdam city centre'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="274.01" OriginalAmount="266.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|CAL056000|Half Board" HotelName="WestCord Fashion Hotel Amsterdam" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="283.16" OriginalAmount="274.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374213406598" Longitude="4.8923862392521" StarRating="3" HotelCode="64187|NL001413" HotelName="Best Western Dam Square Inn" BedType="" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Gravenstraat 12-16, 1012 NM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3e/433e149a0fc5eb281790e7432d62aa65fb2f4970.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of the centre of Amsterdam, just a stone’s throw from Dam Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="309.42" OriginalAmount="300.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35132" Longitude="4.874097" StarRating="5" HotelCode="318243|278495|Half Board" HotelName="Bilderberg Garden Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dijsselhofplantsoen 7, 1077 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bf/56bf892ca841cf8d3216b75baf21f50262cc9bcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies in the south of Amsterdam within walking distance of the city's most exclusiv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="351.10" OriginalAmount="340.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|CAQ019300|Half Board" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="413.91" OriginalAmount="401.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|107962|Half Board" HotelName="Marriott Amsterdam" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9f/879fe0c7ff4730fc262f5a7645189d6a2e6ae46c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="461.45" OriginalAmount="448.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|NL000028" HotelName="Sofitel Legend The Grand Amsterdam" BedType="" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 pict...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.82" OriginalAmount="468.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|20174|Half Board" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="492.44" OriginalAmount="478.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377231" Longitude="4.895498" StarRating="4" HotelCode="24557|19964|Half Board" HotelName="Kimpton De Witt Amsterdam" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 5, 1012 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0f7142de5fe7e8ce2231464231a0183305ff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well known luxury hotel behind a protected art-nouveau façade is located directly on Leidseplei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="633.89" OriginalAmount="615.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|45366|Half Board" HotelName="InterContinental Amstel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Jacuzzi,Lounge,Massage Centre,Nightclub,Sauna,Swimming Pool,Designated Smoking Area,Shopping Arcade,Bicycle Rental,Diet Meals,Garden,Golf,Wheelchair Access,Spa</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,SPA HOTEL,HOTEL,APARTMENT HOTEL,ECO HOTEL,HOSTEL,HOSTELS,APARTHOTEL,HOLIDAY HOMES,APARTMENT,BED AND BREAKFASTS</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
d21d9a2a-2ff3-42f8-953a-06c492c286a3|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="d21d9a2a-2ff3-42f8-953a-06c492c286a3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-18T00:00:00" End="2026-06-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d21d9a2a-2ff3-42f8-953a-06c492c286a3|TravcoSearch|error while generating search request: Exception- Input string was not in a correct format.|System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Convert.ToInt32(String value)
   at HotelSources.Travco.GetSearchRQ(String CityCode) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 232
   at HotelSources.Travco.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 84|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
d21d9a2a-2ff3-42f8-953a-06c492c286a3|TravellandaSearch|supplier interation failed||Travellanda|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
d21d9a2a-2ff3-42f8-953a-06c492c286a3|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d21d9a2a-2ff3-42f8-953a-06c492c286a3|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
d21d9a2a-2ff3-42f8-953a-06c492c286a3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T08:57:59.8412708+01:00" Version="0" EchoToken="Search" TransactionIdentifier="d21d9a2a-2ff3-42f8-953a-06c492c286a3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20738903" Longitude="103.96756665" StarRating="3" HotelCode="492868|hong_bin_bungalow" HotelName="Hong Bin Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>To 10 Tran Hung Dao, KP 7, Duong Dong District, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/6c/116cc51466c3932e05511b596589626cbd161faa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.80" OriginalAmount="40.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18746949" Longitude="103.9696854" StarRating="2" HotelCode="621187|nhat_huy_bungalow" HotelName="Nhat Huy Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap Hamlet, Duong To, Ba Phong Bridge, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/4f/a74f2c3c09bef329e1249302cd0f3635aae17e27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.22227623" Longitude="103.96225757" StarRating="2" HotelCode="549950|alanis_lodge_phu_quoc" HotelName="Alanis Lodge Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>96 Nguyen Trung Truc, KP8, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/10/0910fed4e427a78c09b73e9cecbe8f822d2e7a57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.13045123" Longitude="103.98239236" StarRating="2" HotelCode="853486|may_hotel_5" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SS07 Sonasea, Bai Truong Beach, Duong Bao Hamle, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/c8/72c803e58e751170930d7a29c96c4f56b31924ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21622763" Longitude="103.96126683" StarRating="1" HotelCode="385591|kim_hong_nhat_guesthouse_2" HotelName="Kim Hong Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Bach Dang, KP1, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a4/47a4a0a633ccc21d3ed6fecb920da453cc8c6e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="3" HotelCode="857494|b_stay_hotel" HotelName="B Stay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>36/461 Nguyen Van Cu, An Thoi, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/49/10498f35be5784d411432e2b6bf0fad2db4b3247.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20478173" Longitude="103.96384967" StarRating="3" HotelCode="397453|hotel_the_sailing" HotelName="Hotel The Sailing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90A Tran Hung Dao Street, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/68/2f6894b8330aec7d8acd2608e000bdfda36bb0e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20130582" Longitude="103.96936333" StarRating="3" HotelCode="463252|hoi_an_phu_quoc_resort" HotelName="Hoi An Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123/5 Tran Hung Dao, Duong Dong Town, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/91/3d913b881167a5f75863fff8b85da8a7640f9177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.17054272" Longitude="103.97108319" StarRating="2" HotelCode="638676|hotel_nguyen_toan" HotelName="Hotel Nguyen Toan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/da/cdda16a7de02366ee6ae03263e3bfadb061eef1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.14" OriginalAmount="57.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.215842" Longitude="103.9617833" StarRating="2" HotelCode="587479|phu_hong_hotel" HotelName="Phu Hong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Bach Dang, KP2, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ff/dbffb51f821288688d67b9494ac0fa89cce99798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21654867" Longitude="103.96004187" StarRating="0" HotelCode="701044|hong_anh_phu_quoc" HotelName="Hong Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Trai</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/88/5c88b6259738ffa04f9eaea8b2385f6c1639cfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.18" OriginalAmount="59.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="0" HotelCode="985534|bayya_hotel_phu_quoc" HotelName="Bayya Hotel Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Lot SS14 Shopping Center Zone, Sonasea Villa And Resort Tourism Complex, Phu Quoc 91000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/7b/b17b937c81542559601622b010304dd068cc3a79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.24" OriginalAmount="62.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19924705" Longitude="103.96825933" StarRating="2" HotelCode="587077|lucky_phu_quoc_hotel" HotelName="Lucky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>127D Tran Hung Dao, Group 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089164219e37322d4498378759bc3f4afec7c9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.24" OriginalAmount="62.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.193549541926" Longitude="103.96720070069" StarRating="2" HotelCode="489329|q_hao" HotelName="Phu House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>122 Tran Hung Dao, Ward 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/12/dc12c984ed7c5a70a3cbedb37dda28cda23d0a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.17869599" Longitude="103.96993098" StarRating="2" HotelCode="435857|phu_quoc_villa" HotelName="Phu Quoc Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chua Ong, Cua Lap, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5c/cc5c06c3c6bac9b3dceee39a498825419f4bf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20614488" Longitude="103.96537495" StarRating="3" HotelCode="550515|9_station_hostel_phu_quoc" HotelName="9 Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/0d/1c0dd7eda2e4dfd8e16d854557adc402157d5e8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.28" OriginalAmount="64.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1829578" Longitude="103.96880434" StarRating="3" HotelCode="386614|langchia_village" HotelName="Langchia Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap Hamlet, Long Beach,Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/28/9f2861633196ce2f4e6e5419c0b463e708d2314c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.32" OriginalAmount="66.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20605" Longitude="103.961769" StarRating="3" HotelCode="100183|thien_hai_son_resort" HotelName="Thien Hai Son Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>68 Tran Huong Dao Street, Duong Dong Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/a1/1ca1ede5189d7e6322e673b09e58bd077ae9a63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18560346" Longitude="103.9674371" StarRating="0" HotelCode="787476|haveda_resort" HotelName="Haveda Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap, Duong To, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f5/f9f5151ca0b852e6cfe7791aec1c31cbc726e77a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21493221" Longitude="103.96201615" StarRating="3" HotelCode="552488|blue_sky_phu_quoc_hotel" HotelName="Blue Sky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>65 du?ng 30/04, Th? tr?n Duong Ðông, Phú Qu?c, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/67/0467cc8a28bbf9144072b561ed46dd87c3266836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21720367" Longitude="103.96022168" StarRating="2" HotelCode="518377|kim_huong_quang_hotel" HotelName="Kim Huong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen An Ninh, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e9/4ce9b28f820d9c89bb0031b5bf5fe29ec95b9ec7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.52" OriginalAmount="76.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="2" HotelCode="854876|y_nghia_bungalow" HotelName="Y Nghia Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mien Dat Tu Do, Ong Lang, Phu Quoc  922200, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca46af1b171aac344d664d665758c904ea7ec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.54" OriginalAmount="77.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25823869" Longitude="103.94927372" StarRating="0" HotelCode="980416|phu_quoc_bambusa_resort" HotelName="Phu Quoc Bambusa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Ganh Gio, Cua Duong, Phu Quoc 92507, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/4c/3d4caf21680de1c52bd157aea70978833bc25892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.70" OriginalAmount="85.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18469937" Longitude="103.97482982" StarRating="3" HotelCode="549386|le_forest_resort_2" HotelName="Le Forest Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Hamlet Cua Lap, Duong To Village, Phu Quoc District, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5d/9b5d0e906c1f9847d639d820f15dfe2bc05f3190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="856024|an_phu_hotel_2" HotelName="An Phu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/38/1c3892c07f4ff50d8b8aec784c9e7f6e002df092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.80" OriginalAmount="90.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18494608" Longitude="103.96855877" StarRating="3" HotelCode="556501|countryside_garden_resort_bar" HotelName="Countryside Garden Resort &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap, Duong To, Phu Quoc, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e9/61e9f3403353d6bf4d2dd6f87fe8982b2c1cf3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.80" OriginalAmount="90.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.199685635734" Longitude="103.96340847015" StarRating="3" HotelCode="50830|tropicana_resort" HotelName="Tropicana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>100C/4 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e9/6de9549e76374fbd6844b0be5352a3bc5ce43816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the resort will captivate the mind. The hotel is nestled in a tropical garden of lus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.82" OriginalAmount="91.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.194420763784" Longitude="103.96740287654" StarRating="3" HotelCode="396793|arcadia_phu_quoc_resort" HotelName="Arcadia Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Ward 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b0/96b034b55cdb1dd4c7156726497f19c7a430600f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.84" OriginalAmount="92.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="855006|bungalow_hien_minh" HotelName="Bungalow Hien Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Phu Quoc 02973, Tinh Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9a/e29a71d13c45831fcf72596f7473f28f8d782fd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21195386" Longitude="103.95942877" StarRating="3" HotelCode="586694|ngoc_chau_phu_quoc_hotel" HotelName="Ngoc Chau Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>66D Tran Hung Dao Street, Block 9, Ward 7, Duong Dong Town, Phu Quoc District, Phu Quoc, Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c95444d7ecd69da538eb60540c1a501086e02084.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2059218" Longitude="103.96420566" StarRating="3" HotelCode="736539|doi_sao_phu_quoc" HotelName="Doi Sao Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong Tran Hung Dao, Kp7, Tt Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/d2/c5d2ab8786d2d3df91741fa975f9e70f16699b23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.92" OriginalAmount="96.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19445650311" Longitude="103.96585323677" StarRating="3" HotelCode="435865|tt_resort" HotelName="T&amp;T Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>118/8 Tran Hung Dao, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e6/8ae6942eedd501c02e139f976bec49f4c422f935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.92" OriginalAmount="96.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20031374" Longitude="103.96792137" StarRating="3" HotelCode="595938|mango_resort" HotelName="Mango Resort &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5/121 Tran Hung Dao Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7f/937f1ecf02a052a38aa9bdc4857926c86dd38178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.226851696254" Longitude="104.07445998154" StarRating="2" HotelCode="435886|wildland_resort" HotelName="Wildland Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>T? 5, ?p Cây Sao, Hàm Ninh, Phú Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5f/c05f8f6319b5c71b083f13bb67f177c7e46b1c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.96" OriginalAmount="98.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1863252" Longitude="103.96908057" StarRating="3" HotelCode="554554|godiva_phu_quoc_hotel" HotelName="Godiva Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 2, Cua Lap Hamlet, Phu Quoc, Duong</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/82/cb82783efcd9b0839dffed6fd3f5ed79237f11a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20211598" Longitude="103.9649079" StarRating="3" HotelCode="586143|vanda_hotel_4" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>107/1 Tran Hung Dao Street, KP7 Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ab/d1ab5328fcb99ba8a103800d10f38e45fdf04667.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.23247376" Longitude="103.95531139" StarRating="3" HotelCode="615741|hung_vuong_resort" HotelName="Hung Vuong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>182A Tran Phu Street, 1/39 Lane, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/01/8601b6b58db39c6b7fcdf75dc8708d836536a3c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37309478" Longitude="103.86142971" StarRating="3" HotelCode="771877|phu_quoc_dumbo_bungalow" HotelName="Phu Quoc Dumbo Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 7 Ap Chuong Vich, Xa Ganh Dau, Phu Quoc 922252, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/17/b717921395bbfa16280e45197c2bc8d8b9f45d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.185941639723" Longitude="103.96862826224" StarRating="3" HotelCode="378729|praha_hotel_3" HotelName="Praha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3a/2e3ad9e19b37f26decc2aa22e5c815d8dda015e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25888632" Longitude="103.9386078" StarRating="3" HotelCode="945647|vela_phu_quoc_resort" HotelName="Vela Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 3 Ong Lang Hamlet, Duong Dong, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ce/88ce28d637c7194762087a123c3008bf6488e665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.16" OriginalAmount="108.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21615827" Longitude="103.95988274" StarRating="0" HotelCode="967065|varia_hotel_2" HotelName="Varia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 30/4 Street, Duong Dong, Phu Quoc 92506</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/34/3934f699f1c49deaea1dbaa7751f1bfccd380a11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20608104" Longitude="103.96720411" StarRating="3" HotelCode="773963|azura_phu_quoc_resort" HotelName="Azura Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>101/5 Tran Hung Dao Street, Duong Dong Centrer, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0a/210a0df997e2f4374dd4f49dde25a3f390433bf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25625658" Longitude="103.94400289" StarRating="3" HotelCode="733960|golden_topaz" HotelName="Golden Topaz Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ap Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49db5b395b1d6e1a5bc1148faedb246fd7758199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.28" OriginalAmount="114.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20235903" Longitude="103.97116709" StarRating="3" HotelCode="744563|tom_hill_resort_spa_phu_quoc" HotelName="Tom Hill Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/29/2e299d48c72e2de539bef11208d2d4c598b10250.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.38" OriginalAmount="119.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.24420061" Longitude="104.07848368" StarRating="3" HotelCode="615695|cosiana_resort" HotelName="Cosiana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Km 8 Dong Dao Road, Group 5, Cay Sao Hamlet, Ham Ninh, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/67/1b679e3384c4205f06aaf51898e11d7883fb47c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19500176" Longitude="103.96439165" StarRating="3" HotelCode="599924|brenta_phu_quoc_hotel" HotelName="Brenta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alley 118 Tran Hung Dao Street, Ward 8, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/67/19677777436b72fac8ba07ffea4789744db02c1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.46" OriginalAmount="123.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37650956" Longitude="103.85256642" StarRating="3" HotelCode="621356|hula_hula_beachfront_phu_quoc" HotelName="Hula Hula Beachfront Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Chuong Vich Hamlet, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/49/7a49e4a67cef3d92cdc08b188314382eeb05084e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.169243" Longitude="103.971299" StarRating="2" HotelCode="142264|sea_star_resort" HotelName="Sea Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ba Keo, 7 ward, Tran Hung Dao Street, Duong Dong town, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a6/49a61994f7cff6737f031aa9e4313788672c6f5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the main boulevard road to the city centre, which is 5 minutes' drive, and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20697498" Longitude="103.96330836" StarRating="3" HotelCode="554489|miana_resort_phu_quoc" HotelName="Miana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Tran Hung Dao, Quarter 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e697b14d86a4291fa572066d4a51f87d042f2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.54" OriginalAmount="127.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18852486" Longitude="103.97077958" StarRating="3" HotelCode="623085|nadine_phu_quoc_resort" HotelName="Nadine Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Cua Lap, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2d/f82d9a3f001ca48af5cfb3256f9588286f6a8ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="777656|palma_phu_quoc_resort" HotelName="Palma Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>To 5 Tran Hung Dao</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4b/fb4beab6dffdb225134ad5b450ad53e2645b52b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.286289844402" Longitude="103.98067260315" StarRating="2" HotelCode="300896|mai_phuong_resort_phu_quoc" HotelName="Mai Phuong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/36/75366dcf436c5793ac848ebb4388a5ee3450f8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This ranch is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.307730540897" Longitude="103.8643739402" StarRating="3" HotelCode="398734|bamboo_cottages" HotelName="Bamboo Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau Bay, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/27/2427135e875354e6f1cca0b7c0520a21bbb12926.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.254371379227" Longitude="103.94295050248" StarRating="3" HotelCode="495115|coco_garden_resort_2" HotelName="Elwood Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang, Cua Duong, Phu Quoc Island, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/10/9e10098fa79c74ac422a3c1e38a681c31d2fd122.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.74" OriginalAmount="137.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.26354759" Longitude="103.94252909" StarRating="2" HotelCode="624119|ong_lang_garden" HotelName="Ong Lang Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Ong Lang, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ff/4aff8ded741dede41a30cb9b17b30a07c15c8c66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.80" OriginalAmount="140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19890258" Longitude="103.96855053" StarRating="3" HotelCode="587099|golden_daisy_hotel" HotelName="Golden Daisy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Tran Hung Dao St, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/cb/aecbc16754f710354a000e97ad54deeee6543f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.24443192" Longitude="104.02721537" StarRating="3" HotelCode="882944|maison_du_vietnam_resort_spa" HotelName="Maison Du Vietnam Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 12, Ap Ben Tràm, Phú Quoc, Xa Cua Duong, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2b/9a2b860cc3746a01b32f9c369deb2979c0545116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1791075" Longitude="103.97343306" StarRating="3" HotelCode="440373|myplace_siena_garden_resort" HotelName="MyPlace Siena Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Suoi May Street, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fb/9dfb886ec5eaa0496a4871f61e7a9502bcc7932a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.06" OriginalAmount="153.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37296882" Longitude="103.84792097" StarRating="3" HotelCode="371314|peppercorn_beach_resort" HotelName="Peppercorn Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>To 8, Ap Chuong Vich, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e7/dee7205c97e10d15031a2d001f3d0c382cf7f307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.266006" Longitude="103.92924" StarRating="3" HotelCode="306561|phu_quoc_eco_beach_resort_3" HotelName="Phu Quoc Eco Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94658a4ee7a0c6a49f3f0783cf066ee951cf4998.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25809594" Longitude="104.07924458" StarRating="3" HotelCode="774355|the_pier_phu_quoc_resort" HotelName="The Pier Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ap Cay Sao, Ham Ninh, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ed/eeed3dc4463e79e7a7aef9e47b06c59725c9c379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.207676514422" Longitude="103.96224811991" StarRating="3" HotelCode="435956|phu_quoc_ocean_pearl" HotelName="Phu Quoc Ocean Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bb/29bba18297989066616fe09bb08fbe46ca6400dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.205915552195" Longitude="103.96203517914" StarRating="4" HotelCode="25937|saigon_phu_quoc_resort" HotelName="Saigon Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>01 Tran Hung Dao Blvd., Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/28/ec/28ece658457ecaf780976ae251245a6a294fce78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beachfront club resort is just a 10-minute walk from the city centre and its many shops. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.260594522041" Longitude="103.93427575161" StarRating="3" HotelCode="383662|blue_sea_resort_2" HotelName="Ancarine Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, Ong Lang Beach, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c4/80c42c93ea7b11f2ccf0c470abaa2deccf69199c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="885227|kosmos_apart_hotel" HotelName="Kosmos Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Duong Bao Hamlet, Shophouse SS02 &amp; SS06, Sonasea Villas &amp; Resort, Duong To, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/3a/063a381a2c47e90b0dce816ae4651bc6c654d389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20077601" Longitude="103.96422167" StarRating="3" HotelCode="550179|sandy_phu_quoc_hotel" HotelName="Sandy Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/83/5e835fae0404f3ad8b0df866c3851be40e2053be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant and room service. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.252256" Longitude="103.943451" StarRating="3" HotelCode="56092|mango_bay_resort_2" HotelName="Mango Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0e/0c0ebb2aeeb1845725466d67eaa4e16a11ccca7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set on grounds spanning 20 hectares, with a 700-metre-long beach, offering guests a wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.261331268789" Longitude="103.93378176279" StarRating="3" HotelCode="318731|sea_sense_resort" HotelName="Sea Sense Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f0/2df035ab2ff9761eb172b129e15571c7fbd06bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20677005" Longitude="103.96538761" StarRating="3" HotelCode="573285|lahana_resort_phu_quoc" HotelName="Lahana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao Street, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/6f/f96f60ffb6a21d4e04644b95a703866bda13512d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.94" OriginalAmount="197.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.243936245548" Longitude="103.94845100594" StarRating="5" HotelCode="212988|the_shells_resort__spa" HotelName="The Shells Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ganh Gio Beach, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/cb/39cb1788d309ee1b37d91796474d5532fb166557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar, room service, a laundry service, a confe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.203598" Longitude="103.961885" StarRating="3" HotelCode="402007|kim_hoa_resort" HotelName="Kim Hoa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>88/2 Tran Hung Dao, Block 7, Duong Dong Village, Phu Quoc District, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/93/c69350e26fa2c25d79021db49677e36504616982.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18253819" Longitude="103.9681838" StarRating="3" HotelCode="595748|you_we_phu_quoc_resort" HotelName="Anja Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Cua Lap Hamlet, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/58/0858e9e9a7e6002bccfb62e4604504f133334472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.38" OriginalAmount="219.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.12903297" Longitude="103.98211983" StarRating="5" HotelCode="430015|novotel_phu_quoc_resort" HotelName="Novotel Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Duong To Commune, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0a/990a262fa643f01fe0919ca762ab12d8c67863dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on one of the island's most well-known beaches, Truong Beach, the 5-star Novotel Phu Quoc Resort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1463018" Longitude="103.97729961" StarRating="4" HotelCode="435504|sol_beach_house_phu_quoc" HotelName="Kappa Club Sol Beach house Phu Quoc 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18905092" Longitude="103.9696795" StarRating="2" HotelCode="553599|ocean_phu_quoc_resort_2" HotelName="Ocean Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 4, Cua Lap Hamlet, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/26/45268d936e90f3e26cb2635b67b0ff22c4703cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.13081564" Longitude="103.98062659" StarRating="0" HotelCode="946924|best_western_premier_sonasea_phu_quoc" HotelName="Best Western Premier Sonasea Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Kien Giang, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/4c/914c912623fee60b7c071681cf11b3df675edc2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.88" OriginalAmount="244.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25300479" Longitude="103.9425412" StarRating="3" HotelCode="630277|camia_resort_spa" HotelName="Camia Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e6/49e643abe515f76c5445fad450e71448b3d31873.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.205047289136" Longitude="103.96375701295" StarRating="3" HotelCode="376080|orange_resort_3" HotelName="Orange Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>So 88/5 Tran Hung D?o, Khu Pho 7, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/07/c00722f92a24a3bdec7dab7c2abb9a4073fae681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.16" OriginalAmount="258.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.32809549" Longitude="103.8537183" StarRating="5" HotelCode="760340|radisson_blu_resort_phu_quoc_hotel" HotelName="Radisson Blu Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Beauty Salon,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ff/25ff0cb8e1fc1b0610269af1efbad850d35ac165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Radisson Blu Resort Phu Quoc, which places you in the heart of one of Vietnam's most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.225903257072" Longitude="103.95606994629" StarRating="3" HotelCode="56091|cassia_cottage" HotelName="Cassia Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Kien Giang, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c41376146fb43044f67c1d73aa8ae8f894539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.162219" Longitude="103.972776" StarRating="4" HotelCode="311311|mercure_phu_quoc_resort_opening_march_2015" HotelName="Mercury Phu Quoc Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, Duong To, Tp. Phú Qu?c, t?nh Kiên Giang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/97/c09782b38a88faac6b1754a7807de2a0b886e9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18443733" Longitude="103.96820696" StarRating="4" HotelCode="221829|famiana_resort_spa" HotelName="Famiana Resort &amp; Spa - Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, ?p C?a L?p, Xã Duong To, Huy?n Phú Qu?c, T?nh Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/1d/cc1d687c1d070b56a4ffe78ae59f4fc117aba66a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.306104341259" Longitude="103.86100167592" StarRating="5" HotelCode="935739|vinpearl_phu_quoc_resort_2" HotelName="Vinpearl Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau, Phu Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/92/779240d8a498e301e7a5891c9adbde39f96ea41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20794" Longitude="103.962121" StarRating="4" HotelCode="64049|sasco_blue_lagoon_resort" HotelName="Sasco Blue Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tran Hung Dao St, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b1/72b11e9f26539d993b101e4324c5688be1a3fdcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20504345" Longitude="103.96205175" StarRating="3" HotelCode="424775|thien_thanh_resort" HotelName="Thien Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao St., 7 ward, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/8739484c98e6d21ab8714170725644317da23b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Thien Thanh Resort offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.0356202" Longitude="104.02892041" StarRating="5" HotelCode="779874|premier_residences_phu_quoc_emerald_bay_managed_by_accorhotels" HotelName="Premier Residences Phu Quoc Emerald Bay Managed by AccorHotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach, An Thoi Town, Phu Quoc District, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/80/0480f61b67e7878179a268396f79fdccf6d53b20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Premier Residences Phu Quoc Emerald Bay resort is the latest cosmopolitan addition to the unexplored...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1811036" Longitude="103.96732927" StarRating="4" HotelCode="945628|amarin_resort_phu_quoc" HotelName="Amarin Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/f5/d0f576307992f11509e7b2c767758e940b347a0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.29081" Longitude="103.899246" StarRating="3" HotelCode="172655|chez_carole_resort_2" HotelName="Chez Carole Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1, Hamlet 4, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ad/96/ad969d821049f83f2717ce0b018abffdd8fe6e01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 14 km from the north of Duong Dong city centre and right at the beach, the hotel is surround...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.48" OriginalAmount="324.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19458001" Longitude="103.96759074" StarRating="3" HotelCode="585245|sunset_hill_resort_2" HotelName="Sunset Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131 Tran Hung Dao, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d6/8bd61866c8d8f4d870c447e3aef68fb0087e985b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37196987" Longitude="103.84052946" StarRating="5" HotelCode="452719|vinpearl_phu_quoc_resort_golf_3" HotelName="Vinpearl Resort &amp; Golf Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f7/dff75f6a7c098c775582d64500089ef57a6aa7fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="404.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.15244" Longitude="103.97367" StarRating="5" HotelCode="933962|salinda_phu_quoc_island_resort_and_spa" HotelName="Salinda Resort Phu Quoc Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap Hamlet, Duong To Kommune, Phu Quoc, Kien Giang Provinz</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a1/32a11dfbc504bd26b7974c5199017c72f140a6d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.32" OriginalAmount="416.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2149762" Longitude="103.95863639" StarRating="4" HotelCode="610064|seashells_phu_quoc_hotel_spa" HotelName="Seashells Phu Quoc Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Vo Thi Sau, Ganh Gio Beach, Kiên Giang, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/9e/139eb9c28952a0fa40e237407419a66dc629f4d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.02" OriginalAmount="451.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.225769" Longitude="103.95595" StarRating="4" HotelCode="115870|chen_sea_resort_spa_phu_quoc_centara_boutique_collection_2" HotelName="Chen Sea Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Xep, Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/44/3544868005a9c2809197f12a384f37b0990164a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a private and quiet bay with a 300-metre golden beach, this resort offers total solitude ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.82" OriginalAmount="491.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.194063859303" Longitude="103.96456626124" StarRating="4" HotelCode="56056|la_veranda_resort_phu_quoc" HotelName="La Veranda Resort Phu Quoc - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Beach, Phu Quoc 95000, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/b0/0eb036f3f885e442800961fc556d8c2ee0aefa78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just outside the main town of Duong Dong, a short car ride from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.68" OriginalAmount="534.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.29117717" Longitude="103.9000909" StarRating="4" HotelCode="571184|green_bay_phu_quoc_resort_spa" HotelName="Green Bay Phu Quoc Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Cua Can Hamlet, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/a7/82a7bf93c5b23156221d87c937d53a833624771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.98" OriginalAmount="549.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.11242932" Longitude="103.98376994" StarRating="4" HotelCode="612953|intercontinental_phu_quoc_long_beach_resort" HotelName="InterContinental Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To Ward, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/12/e61206f2eedccf6dfebfddeb0dd3e6152bcf918a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="729.30" OriginalAmount="715.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.3403389" Longitude="103.85028797" StarRating="5" HotelCode="571860|vinpearl_discovery_1_phu_quoc_2" HotelName="Vinpearl Discovery 1 Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee464b53d179aaffbb67b81d0286a7ba0de906ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="978.18" OriginalAmount="959.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.00528527" Longitude="104.05184703" StarRating="5" HotelCode="636400|premier_village_phu_quoc_resort_opening_april_2018" HotelName="Premier Village Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Doi Cape, An Thoi Town, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/51/d151c893f3e1f3d478972b2409370fc16dbf9697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1051.62" OriginalAmount="1031.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.03228325" Longitude="104.02870388" StarRating="5" HotelCode="434763|jw_marriott_phu_quoc_emerald_bay_resort_spa" HotelName="JW Marriott Phu Quoc Emerald Bay Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Khem, Phu Quoc District, An Thoi</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/0e/560e0e7efdc80f0924902a489e59ebd5be135666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service,24 Hour Front Desk,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Laundry,Luggage Storage,Meeting Room,Parking,Smoking Rooms,Valet Parking,Bicycle Rental,Conference Hall,Fax,Massage Centre,Telephone Service,Sauna,Spa,Shopping Arcade,Wheelchair Access,Kitchen,Swimming Pool,Jacuzzi,Nightclub,Central Heating,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Beauty Salon,Dining,Housekeeping,Printer,Wake-up Call Service,Kids Play Area</BasicAmenities>
    <HotelRating>2,3,4,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,HOTEL,RESORT,BUNGALOW COMPLEX,VILLAGE,APARTMENT,SPA HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d21d9a2a-2ff3-42f8-953a-06c492c286a3|TravcoSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Travco.<>c__DisplayClass12_0.<GetSearchRS>b__5(CurrencyConversion x) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 338
   at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 338|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
d21d9a2a-2ff3-42f8-953a-06c492c286a3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T08:59:01.4162977+01:00" Version="0" EchoToken="Search" TransactionIdentifier="d21d9a2a-2ff3-42f8-953a-06c492c286a3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20614488" Longitude="103.96537495" StarRating="3" HotelCode="550515|9_station_hostel_phu_quoc" HotelName="9 Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/0d/1c0dd7eda2e4dfd8e16d854557adc402157d5e8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.54" OriginalAmount="77.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25823869" Longitude="103.94927372" StarRating="0" HotelCode="980416|phu_quoc_bambusa_resort" HotelName="Phu Quoc Bambusa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Ganh Gio, Cua Duong, Phu Quoc 92507, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/4c/3d4caf21680de1c52bd157aea70978833bc25892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.70" OriginalAmount="85.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18469937" Longitude="103.97482982" StarRating="3" HotelCode="549386|le_forest_resort_2" HotelName="Le Forest Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Hamlet Cua Lap, Duong To Village, Phu Quoc District, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5d/9b5d0e906c1f9847d639d820f15dfe2bc05f3190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="856024|an_phu_hotel_2" HotelName="An Phu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/38/1c3892c07f4ff50d8b8aec784c9e7f6e002df092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.84" OriginalAmount="92.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="855006|bungalow_hien_minh" HotelName="Bungalow Hien Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Phu Quoc 02973, Tinh Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9a/e29a71d13c45831fcf72596f7473f28f8d782fd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21195386" Longitude="103.95942877" StarRating="3" HotelCode="586694|ngoc_chau_phu_quoc_hotel" HotelName="Ngoc Chau Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>66D Tran Hung Dao Street, Block 9, Ward 7, Duong Dong Town, Phu Quoc District, Phu Quoc, Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c95444d7ecd69da538eb60540c1a501086e02084.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.92" OriginalAmount="96.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20031374" Longitude="103.96792137" StarRating="3" HotelCode="595938|mango_resort" HotelName="Mango Resort &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5/121 Tran Hung Dao Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7f/937f1ecf02a052a38aa9bdc4857926c86dd38178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.226851696254" Longitude="104.07445998154" StarRating="2" HotelCode="435886|wildland_resort" HotelName="Wildland Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>T? 5, ?p Cây Sao, Hàm Ninh, Phú Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5f/c05f8f6319b5c71b083f13bb67f177c7e46b1c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20211598" Longitude="103.9649079" StarRating="3" HotelCode="586143|vanda_hotel_4" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>107/1 Tran Hung Dao Street, KP7 Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ab/d1ab5328fcb99ba8a103800d10f38e45fdf04667.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.185941639723" Longitude="103.96862826224" StarRating="3" HotelCode="378729|praha_hotel_3" HotelName="Praha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3a/2e3ad9e19b37f26decc2aa22e5c815d8dda015e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25888632" Longitude="103.9386078" StarRating="3" HotelCode="945647|vela_phu_quoc_resort" HotelName="Vela Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 3 Ong Lang Hamlet, Duong Dong, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ce/88ce28d637c7194762087a123c3008bf6488e665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20608104" Longitude="103.96720411" StarRating="3" HotelCode="773963|azura_phu_quoc_resort" HotelName="Azura Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>101/5 Tran Hung Dao Street, Duong Dong Centrer, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0a/210a0df997e2f4374dd4f49dde25a3f390433bf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25625658" Longitude="103.94400289" StarRating="3" HotelCode="733960|golden_topaz" HotelName="Golden Topaz Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ap Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49db5b395b1d6e1a5bc1148faedb246fd7758199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.28" OriginalAmount="114.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20235903" Longitude="103.97116709" StarRating="3" HotelCode="744563|tom_hill_resort_spa_phu_quoc" HotelName="Tom Hill Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/29/2e299d48c72e2de539bef11208d2d4c598b10250.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.38" OriginalAmount="119.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.24420061" Longitude="104.07848368" StarRating="3" HotelCode="615695|cosiana_resort" HotelName="Cosiana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Km 8 Dong Dao Road, Group 5, Cay Sao Hamlet, Ham Ninh, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/67/1b679e3384c4205f06aaf51898e11d7883fb47c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19500176" Longitude="103.96439165" StarRating="3" HotelCode="599924|brenta_phu_quoc_hotel" HotelName="Brenta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alley 118 Tran Hung Dao Street, Ward 8, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/67/19677777436b72fac8ba07ffea4789744db02c1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.169243" Longitude="103.971299" StarRating="2" HotelCode="142264|sea_star_resort" HotelName="Sea Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ba Keo, 7 ward, Tran Hung Dao Street, Duong Dong town, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a6/49a61994f7cff6737f031aa9e4313788672c6f5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the main boulevard road to the city centre, which is 5 minutes' drive, and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20697498" Longitude="103.96330836" StarRating="3" HotelCode="554489|miana_resort_phu_quoc" HotelName="Miana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Tran Hung Dao, Quarter 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e697b14d86a4291fa572066d4a51f87d042f2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.54" OriginalAmount="127.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18852486" Longitude="103.97077958" StarRating="3" HotelCode="623085|nadine_phu_quoc_resort" HotelName="Nadine Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Cua Lap, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2d/f82d9a3f001ca48af5cfb3256f9588286f6a8ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="777656|palma_phu_quoc_resort" HotelName="Palma Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>To 5 Tran Hung Dao</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4b/fb4beab6dffdb225134ad5b450ad53e2645b52b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.286289844402" Longitude="103.98067260315" StarRating="2" HotelCode="300896|mai_phuong_resort_phu_quoc" HotelName="Mai Phuong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/36/75366dcf436c5793ac848ebb4388a5ee3450f8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This ranch is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.307730540897" Longitude="103.8643739402" StarRating="3" HotelCode="398734|bamboo_cottages" HotelName="Bamboo Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau Bay, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/27/2427135e875354e6f1cca0b7c0520a21bbb12926.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.254371379227" Longitude="103.94295050248" StarRating="3" HotelCode="495115|coco_garden_resort_2" HotelName="Elwood Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang, Cua Duong, Phu Quoc Island, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/10/9e10098fa79c74ac422a3c1e38a681c31d2fd122.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.24443192" Longitude="104.02721537" StarRating="3" HotelCode="882944|maison_du_vietnam_resort_spa" HotelName="Maison Du Vietnam Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 12, Ap Ben Tràm, Phú Quoc, Xa Cua Duong, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2b/9a2b860cc3746a01b32f9c369deb2979c0545116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1791075" Longitude="103.97343306" StarRating="3" HotelCode="440373|myplace_siena_garden_resort" HotelName="MyPlace Siena Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Suoi May Street, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fb/9dfb886ec5eaa0496a4871f61e7a9502bcc7932a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.06" OriginalAmount="153.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37296882" Longitude="103.84792097" StarRating="3" HotelCode="371314|peppercorn_beach_resort" HotelName="Peppercorn Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>To 8, Ap Chuong Vich, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e7/dee7205c97e10d15031a2d001f3d0c382cf7f307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.266006" Longitude="103.92924" StarRating="3" HotelCode="306561|phu_quoc_eco_beach_resort_3" HotelName="Phu Quoc Eco Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94658a4ee7a0c6a49f3f0783cf066ee951cf4998.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25809594" Longitude="104.07924458" StarRating="3" HotelCode="774355|the_pier_phu_quoc_resort" HotelName="The Pier Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ap Cay Sao, Ham Ninh, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ed/eeed3dc4463e79e7a7aef9e47b06c59725c9c379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.207676514422" Longitude="103.96224811991" StarRating="3" HotelCode="435956|phu_quoc_ocean_pearl" HotelName="Phu Quoc Ocean Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bb/29bba18297989066616fe09bb08fbe46ca6400dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.260594522041" Longitude="103.93427575161" StarRating="3" HotelCode="383662|blue_sea_resort_2" HotelName="Ancarine Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, Ong Lang Beach, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c4/80c42c93ea7b11f2ccf0c470abaa2deccf69199c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20077601" Longitude="103.96422167" StarRating="3" HotelCode="550179|sandy_phu_quoc_hotel" HotelName="Sandy Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/83/5e835fae0404f3ad8b0df866c3851be40e2053be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant and room service. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.252256" Longitude="103.943451" StarRating="3" HotelCode="56092|mango_bay_resort_2" HotelName="Mango Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0e/0c0ebb2aeeb1845725466d67eaa4e16a11ccca7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set on grounds spanning 20 hectares, with a 700-metre-long beach, offering guests a wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.261331268789" Longitude="103.93378176279" StarRating="3" HotelCode="318731|sea_sense_resort" HotelName="Sea Sense Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f0/2df035ab2ff9761eb172b129e15571c7fbd06bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20677005" Longitude="103.96538761" StarRating="3" HotelCode="573285|lahana_resort_phu_quoc" HotelName="Lahana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao Street, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/6f/f96f60ffb6a21d4e04644b95a703866bda13512d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.94" OriginalAmount="197.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.243936245548" Longitude="103.94845100594" StarRating="5" HotelCode="212988|the_shells_resort__spa" HotelName="The Shells Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ganh Gio Beach, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/cb/39cb1788d309ee1b37d91796474d5532fb166557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar, room service, a laundry service, a confe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="202.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.203598" Longitude="103.961885" StarRating="3" HotelCode="402007|kim_hoa_resort" HotelName="Kim Hoa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>88/2 Tran Hung Dao, Block 7, Duong Dong Village, Phu Quoc District, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/93/c69350e26fa2c25d79021db49677e36504616982.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18253819" Longitude="103.9681838" StarRating="3" HotelCode="595748|you_we_phu_quoc_resort" HotelName="Anja Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Cua Lap Hamlet, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/58/0858e9e9a7e6002bccfb62e4604504f133334472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1463018" Longitude="103.97729961" StarRating="4" HotelCode="435504|sol_beach_house_phu_quoc" HotelName="Kappa Club Sol Beach house Phu Quoc 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18905092" Longitude="103.9696795" StarRating="2" HotelCode="553599|ocean_phu_quoc_resort_2" HotelName="Ocean Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 4, Cua Lap Hamlet, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/26/45268d936e90f3e26cb2635b67b0ff22c4703cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.13081564" Longitude="103.98062659" StarRating="0" HotelCode="946924|best_western_premier_sonasea_phu_quoc" HotelName="Best Western Premier Sonasea Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Kien Giang, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/4c/914c912623fee60b7c071681cf11b3df675edc2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.88" OriginalAmount="244.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25300479" Longitude="103.9425412" StarRating="3" HotelCode="630277|camia_resort_spa" HotelName="Camia Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e6/49e643abe515f76c5445fad450e71448b3d31873.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.205047289136" Longitude="103.96375701295" StarRating="3" HotelCode="376080|orange_resort_3" HotelName="Orange Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>So 88/5 Tran Hung D?o, Khu Pho 7, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/07/c00722f92a24a3bdec7dab7c2abb9a4073fae681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.16" OriginalAmount="258.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.32809549" Longitude="103.8537183" StarRating="5" HotelCode="760340|radisson_blu_resort_phu_quoc_hotel" HotelName="Radisson Blu Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Beauty Salon,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ff/25ff0cb8e1fc1b0610269af1efbad850d35ac165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Radisson Blu Resort Phu Quoc, which places you in the heart of one of Vietnam's most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.225903257072" Longitude="103.95606994629" StarRating="3" HotelCode="56091|cassia_cottage" HotelName="Cassia Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Kien Giang, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c41376146fb43044f67c1d73aa8ae8f894539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.162219" Longitude="103.972776" StarRating="4" HotelCode="311311|mercure_phu_quoc_resort_opening_march_2015" HotelName="Mercury Phu Quoc Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, Duong To, Tp. Phú Qu?c, t?nh Kiên Giang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/97/c09782b38a88faac6b1754a7807de2a0b886e9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18443733" Longitude="103.96820696" StarRating="4" HotelCode="221829|famiana_resort_spa" HotelName="Famiana Resort &amp; Spa - Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, ?p C?a L?p, Xã Duong To, Huy?n Phú Qu?c, T?nh Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/1d/cc1d687c1d070b56a4ffe78ae59f4fc117aba66a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.306104341259" Longitude="103.86100167592" StarRating="5" HotelCode="935739|vinpearl_phu_quoc_resort_2" HotelName="Vinpearl Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau, Phu Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/92/779240d8a498e301e7a5891c9adbde39f96ea41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20794" Longitude="103.962121" StarRating="4" HotelCode="64049|sasco_blue_lagoon_resort" HotelName="Sasco Blue Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tran Hung Dao St, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b1/72b11e9f26539d993b101e4324c5688be1a3fdcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20504345" Longitude="103.96205175" StarRating="3" HotelCode="424775|thien_thanh_resort" HotelName="Thien Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao St., 7 ward, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/8739484c98e6d21ab8714170725644317da23b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Thien Thanh Resort offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.0356202" Longitude="104.02892041" StarRating="5" HotelCode="779874|premier_residences_phu_quoc_emerald_bay_managed_by_accorhotels" HotelName="Premier Residences Phu Quoc Emerald Bay Managed by AccorHotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach, An Thoi Town, Phu Quoc District, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/80/0480f61b67e7878179a268396f79fdccf6d53b20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Premier Residences Phu Quoc Emerald Bay resort is the latest cosmopolitan addition to the unexplored...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1811036" Longitude="103.96732927" StarRating="4" HotelCode="945628|amarin_resort_phu_quoc" HotelName="Amarin Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/f5/d0f576307992f11509e7b2c767758e940b347a0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.29081" Longitude="103.899246" StarRating="3" HotelCode="172655|chez_carole_resort_2" HotelName="Chez Carole Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1, Hamlet 4, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ad/96/ad969d821049f83f2717ce0b018abffdd8fe6e01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 14 km from the north of Duong Dong city centre and right at the beach, the hotel is surround...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.48" OriginalAmount="324.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19458001" Longitude="103.96759074" StarRating="3" HotelCode="585245|sunset_hill_resort_2" HotelName="Sunset Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131 Tran Hung Dao, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d6/8bd61866c8d8f4d870c447e3aef68fb0087e985b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37196987" Longitude="103.84052946" StarRating="5" HotelCode="452719|vinpearl_phu_quoc_resort_golf_3" HotelName="Vinpearl Resort &amp; Golf Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f7/dff75f6a7c098c775582d64500089ef57a6aa7fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="404.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.15244" Longitude="103.97367" StarRating="5" HotelCode="933962|salinda_phu_quoc_island_resort_and_spa" HotelName="Salinda Resort Phu Quoc Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap Hamlet, Duong To Kommune, Phu Quoc, Kien Giang Provinz</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a1/32a11dfbc504bd26b7974c5199017c72f140a6d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.32" OriginalAmount="416.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2149762" Longitude="103.95863639" StarRating="4" HotelCode="610064|seashells_phu_quoc_hotel_spa" HotelName="Seashells Phu Quoc Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Vo Thi Sau, Ganh Gio Beach, Kiên Giang, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/9e/139eb9c28952a0fa40e237407419a66dc629f4d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.02" OriginalAmount="451.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.225769" Longitude="103.95595" StarRating="4" HotelCode="115870|chen_sea_resort_spa_phu_quoc_centara_boutique_collection_2" HotelName="Chen Sea Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Xep, Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/44/3544868005a9c2809197f12a384f37b0990164a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a private and quiet bay with a 300-metre golden beach, this resort offers total solitude ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.68" OriginalAmount="534.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.29117717" Longitude="103.9000909" StarRating="4" HotelCode="571184|green_bay_phu_quoc_resort_spa" HotelName="Green Bay Phu Quoc Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Cua Can Hamlet, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/a7/82a7bf93c5b23156221d87c937d53a833624771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.98" OriginalAmount="549.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.11242932" Longitude="103.98376994" StarRating="4" HotelCode="612953|intercontinental_phu_quoc_long_beach_resort" HotelName="InterContinental Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To Ward, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/12/e61206f2eedccf6dfebfddeb0dd3e6152bcf918a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="729.30" OriginalAmount="715.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.3403389" Longitude="103.85028797" StarRating="5" HotelCode="571860|vinpearl_discovery_1_phu_quoc_2" HotelName="Vinpearl Discovery 1 Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee464b53d179aaffbb67b81d0286a7ba0de906ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="978.18" OriginalAmount="959.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.00528527" Longitude="104.05184703" StarRating="5" HotelCode="636400|premier_village_phu_quoc_resort_opening_april_2018" HotelName="Premier Village Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Doi Cape, An Thoi Town, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/51/d151c893f3e1f3d478972b2409370fc16dbf9697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1051.62" OriginalAmount="1031.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.03228325" Longitude="104.02870388" StarRating="5" HotelCode="434763|jw_marriott_phu_quoc_emerald_bay_resort_spa" HotelName="JW Marriott Phu Quoc Emerald Bay Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Khem, Phu Quoc District, An Thoi</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/0e/560e0e7efdc80f0924902a489e59ebd5be135666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service,24 Hour Front Desk,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Laundry,Luggage Storage,Meeting Room,Parking,Smoking Rooms,Valet Parking,Bicycle Rental,Conference Hall,Fax,Massage Centre,Telephone Service,Sauna,Spa,Wheelchair Access,Kitchen,Swimming Pool,Jacuzzi,Nightclub,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Beauty Salon,Dining,Housekeeping,Printer,Wake-up Call Service,Kids Play Area</BasicAmenities>
    <HotelRating>2,3,4,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,HOTEL,RESORT,BUNGALOW COMPLEX,VILLAGE,APARTMENT,SPA HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ce56698d-311d-4f2e-815e-dfc3d797bb73|TravcoSearch|error while generating search request: Exception- Input string was not in a correct format.|System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Convert.ToInt32(String value)
   at HotelSources.Travco.GetSearchRQ(String CityCode) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 232
   at HotelSources.Travco.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 84|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
ce56698d-311d-4f2e-815e-dfc3d797bb73|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
ce56698d-311d-4f2e-815e-dfc3d797bb73|TravellandaSearch|supplier interation failed||Travellanda|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
ce56698d-311d-4f2e-815e-dfc3d797bb73|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-02T08:59:18.0095261+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ce56698d-311d-4f2e-815e-dfc3d797bb73" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="36.72" OriginalAmount="36.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20738903" Longitude="103.96756665" StarRating="3" HotelCode="492868|hong_bin_bungalow" HotelName="Hong Bin Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>To 10 Tran Hung Dao, KP 7, Duong Dong District, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/6c/116cc51466c3932e05511b596589626cbd161faa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.80" OriginalAmount="40.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18746949" Longitude="103.9696854" StarRating="2" HotelCode="621187|nhat_huy_bungalow" HotelName="Nhat Huy Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap Hamlet, Duong To, Ba Phong Bridge, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/4f/a74f2c3c09bef329e1249302cd0f3635aae17e27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.22227623" Longitude="103.96225757" StarRating="2" HotelCode="549950|alanis_lodge_phu_quoc" HotelName="Alanis Lodge Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>96 Nguyen Trung Truc, KP8, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/10/0910fed4e427a78c09b73e9cecbe8f822d2e7a57.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.82" OriginalAmount="41.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.13045123" Longitude="103.98239236" StarRating="2" HotelCode="853486|may_hotel_5" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SS07 Sonasea, Bai Truong Beach, Duong Bao Hamle, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/c8/72c803e58e751170930d7a29c96c4f56b31924ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.84" OriginalAmount="42.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21622763" Longitude="103.96126683" StarRating="1" HotelCode="385591|kim_hong_nhat_guesthouse_2" HotelName="Kim Hong Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Bach Dang, KP1, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a4/47a4a0a633ccc21d3ed6fecb920da453cc8c6e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.90" OriginalAmount="45.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="3" HotelCode="857494|b_stay_hotel" HotelName="B Stay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>36/461 Nguyen Van Cu, An Thoi, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/49/10498f35be5784d411432e2b6bf0fad2db4b3247.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20478173" Longitude="103.96384967" StarRating="3" HotelCode="397453|hotel_the_sailing" HotelName="Hotel The Sailing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90A Tran Hung Dao Street, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/68/2f6894b8330aec7d8acd2608e000bdfda36bb0e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.02" OriginalAmount="51.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20130582" Longitude="103.96936333" StarRating="3" HotelCode="463252|hoi_an_phu_quoc_resort" HotelName="Hoi An Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123/5 Tran Hung Dao, Duong Dong Town, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/91/3d913b881167a5f75863fff8b85da8a7640f9177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.04" OriginalAmount="52.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.17054272" Longitude="103.97108319" StarRating="2" HotelCode="638676|hotel_nguyen_toan" HotelName="Hotel Nguyen Toan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/da/cdda16a7de02366ee6ae03263e3bfadb061eef1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.14" OriginalAmount="57.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.215842" Longitude="103.9617833" StarRating="2" HotelCode="587479|phu_hong_hotel" HotelName="Phu Hong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Bach Dang, KP2, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ff/dbffb51f821288688d67b9494ac0fa89cce99798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.16" OriginalAmount="58.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21654867" Longitude="103.96004187" StarRating="0" HotelCode="701044|hong_anh_phu_quoc" HotelName="Hong Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Trai</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/88/5c88b6259738ffa04f9eaea8b2385f6c1639cfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.18" OriginalAmount="59.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="0" HotelCode="985534|bayya_hotel_phu_quoc" HotelName="Bayya Hotel Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Lot SS14 Shopping Center Zone, Sonasea Villa And Resort Tourism Complex, Phu Quoc 91000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/7b/b17b937c81542559601622b010304dd068cc3a79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.24" OriginalAmount="62.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19924705" Longitude="103.96825933" StarRating="2" HotelCode="587077|lucky_phu_quoc_hotel" HotelName="Lucky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>127D Tran Hung Dao, Group 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089164219e37322d4498378759bc3f4afec7c9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.24" OriginalAmount="62.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.193549541926" Longitude="103.96720070069" StarRating="2" HotelCode="489329|q_hao" HotelName="Phu House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>122 Tran Hung Dao, Ward 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/12/dc12c984ed7c5a70a3cbedb37dda28cda23d0a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.17869599" Longitude="103.96993098" StarRating="2" HotelCode="435857|phu_quoc_villa" HotelName="Phu Quoc Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chua Ong, Cua Lap, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5c/cc5c06c3c6bac9b3dceee39a498825419f4bf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.26" OriginalAmount="63.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20614488" Longitude="103.96537495" StarRating="3" HotelCode="550515|9_station_hostel_phu_quoc" HotelName="9 Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/0d/1c0dd7eda2e4dfd8e16d854557adc402157d5e8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.28" OriginalAmount="64.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1829578" Longitude="103.96880434" StarRating="3" HotelCode="386614|langchia_village" HotelName="Langchia Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap Hamlet, Long Beach,Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/28/9f2861633196ce2f4e6e5419c0b463e708d2314c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.32" OriginalAmount="66.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20605" Longitude="103.961769" StarRating="3" HotelCode="100183|thien_hai_son_resort" HotelName="Thien Hai Son Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>68 Tran Huong Dao Street, Duong Dong Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/a1/1ca1ede5189d7e6322e673b09e58bd077ae9a63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.34" OriginalAmount="67.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18560346" Longitude="103.9674371" StarRating="0" HotelCode="787476|haveda_resort" HotelName="Haveda Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap, Duong To, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f5/f9f5151ca0b852e6cfe7791aec1c31cbc726e77a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.38" OriginalAmount="69.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21493221" Longitude="103.96201615" StarRating="3" HotelCode="552488|blue_sky_phu_quoc_hotel" HotelName="Blue Sky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>65 du?ng 30/04, Th? tr?n Duong Ðông, Phú Qu?c, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/67/0467cc8a28bbf9144072b561ed46dd87c3266836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.46" OriginalAmount="73.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21720367" Longitude="103.96022168" StarRating="2" HotelCode="518377|kim_huong_quang_hotel" HotelName="Kim Huong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen An Ninh, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e9/4ce9b28f820d9c89bb0031b5bf5fe29ec95b9ec7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.52" OriginalAmount="76.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="2" HotelCode="854876|y_nghia_bungalow" HotelName="Y Nghia Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mien Dat Tu Do, Ong Lang, Phu Quoc  922200, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca46af1b171aac344d664d665758c904ea7ec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.54" OriginalAmount="77.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25823869" Longitude="103.94927372" StarRating="0" HotelCode="980416|phu_quoc_bambusa_resort" HotelName="Phu Quoc Bambusa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Ganh Gio, Cua Duong, Phu Quoc 92507, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/4c/3d4caf21680de1c52bd157aea70978833bc25892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.70" OriginalAmount="85.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18469937" Longitude="103.97482982" StarRating="3" HotelCode="549386|le_forest_resort_2" HotelName="Le Forest Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Hamlet Cua Lap, Duong To Village, Phu Quoc District, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5d/9b5d0e906c1f9847d639d820f15dfe2bc05f3190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.72" OriginalAmount="86.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="856024|an_phu_hotel_2" HotelName="An Phu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/38/1c3892c07f4ff50d8b8aec784c9e7f6e002df092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.80" OriginalAmount="90.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18494608" Longitude="103.96855877" StarRating="3" HotelCode="556501|countryside_garden_resort_bar" HotelName="Countryside Garden Resort &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap, Duong To, Phu Quoc, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e9/61e9f3403353d6bf4d2dd6f87fe8982b2c1cf3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.80" OriginalAmount="90.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.199685635734" Longitude="103.96340847015" StarRating="3" HotelCode="50830|tropicana_resort" HotelName="Tropicana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>100C/4 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e9/6de9549e76374fbd6844b0be5352a3bc5ce43816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the resort will captivate the mind. The hotel is nestled in a tropical garden of lus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.82" OriginalAmount="91.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.194420763784" Longitude="103.96740287654" StarRating="3" HotelCode="396793|arcadia_phu_quoc_resort" HotelName="Arcadia Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Ward 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b0/96b034b55cdb1dd4c7156726497f19c7a430600f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.84" OriginalAmount="92.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="855006|bungalow_hien_minh" HotelName="Bungalow Hien Minh" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Phu Quoc 02973, Tinh Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9a/e29a71d13c45831fcf72596f7473f28f8d782fd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21195386" Longitude="103.95942877" StarRating="3" HotelCode="586694|ngoc_chau_phu_quoc_hotel" HotelName="Ngoc Chau Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>66D Tran Hung Dao Street, Block 9, Ward 7, Duong Dong Town, Phu Quoc District, Phu Quoc, Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c95444d7ecd69da538eb60540c1a501086e02084.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.86" OriginalAmount="93.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2059218" Longitude="103.96420566" StarRating="3" HotelCode="736539|doi_sao_phu_quoc" HotelName="Doi Sao Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong Tran Hung Dao, Kp7, Tt Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/d2/c5d2ab8786d2d3df91741fa975f9e70f16699b23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.92" OriginalAmount="96.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20031374" Longitude="103.96792137" StarRating="3" HotelCode="595938|mango_resort" HotelName="Mango Resort &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5/121 Tran Hung Dao Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7f/937f1ecf02a052a38aa9bdc4857926c86dd38178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.92" OriginalAmount="96.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19445650311" Longitude="103.96585323677" StarRating="3" HotelCode="435865|tt_resort" HotelName="T&amp;T Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>118/8 Tran Hung Dao, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e6/8ae6942eedd501c02e139f976bec49f4c422f935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.94" OriginalAmount="97.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.226851696254" Longitude="104.07445998154" StarRating="2" HotelCode="435886|wildland_resort" HotelName="Wildland Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>T? 5, ?p Cây Sao, Hàm Ninh, Phú Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5f/c05f8f6319b5c71b083f13bb67f177c7e46b1c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.96" OriginalAmount="98.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1863252" Longitude="103.96908057" StarRating="3" HotelCode="554554|godiva_phu_quoc_hotel" HotelName="Godiva Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 2, Cua Lap Hamlet, Phu Quoc, Duong</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/82/cb82783efcd9b0839dffed6fd3f5ed79237f11a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.23247376" Longitude="103.95531139" StarRating="3" HotelCode="615741|hung_vuong_resort" HotelName="Hung Vuong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>182A Tran Phu Street, 1/39 Lane, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/01/8601b6b58db39c6b7fcdf75dc8708d836536a3c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20211598" Longitude="103.9649079" StarRating="3" HotelCode="586143|vanda_hotel_4" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>107/1 Tran Hung Dao Street, KP7 Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ab/d1ab5328fcb99ba8a103800d10f38e45fdf04667.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="101.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37309478" Longitude="103.86142971" StarRating="3" HotelCode="771877|phu_quoc_dumbo_bungalow" HotelName="Phu Quoc Dumbo Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 7 Ap Chuong Vich, Xa Ganh Dau, Phu Quoc 922252, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/17/b717921395bbfa16280e45197c2bc8d8b9f45d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.08" OriginalAmount="104.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.185941639723" Longitude="103.96862826224" StarRating="3" HotelCode="378729|praha_hotel_3" HotelName="Praha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3a/2e3ad9e19b37f26decc2aa22e5c815d8dda015e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.10" OriginalAmount="105.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25888632" Longitude="103.9386078" StarRating="3" HotelCode="945647|vela_phu_quoc_resort" HotelName="Vela Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 3 Ong Lang Hamlet, Duong Dong, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ce/88ce28d637c7194762087a123c3008bf6488e665.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.16" OriginalAmount="108.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.21615827" Longitude="103.95988274" StarRating="0" HotelCode="967065|varia_hotel_2" HotelName="Varia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 30/4 Street, Duong Dong, Phu Quoc 92506</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/34/3934f699f1c49deaea1dbaa7751f1bfccd380a11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25625658" Longitude="103.94400289" StarRating="3" HotelCode="733960|golden_topaz" HotelName="Golden Topaz Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Ap Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/db/49db5b395b1d6e1a5bc1148faedb246fd7758199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.24" OriginalAmount="112.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20608104" Longitude="103.96720411" StarRating="3" HotelCode="773963|azura_phu_quoc_resort" HotelName="Azura Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>101/5 Tran Hung Dao Street, Duong Dong Centrer, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0a/210a0df997e2f4374dd4f49dde25a3f390433bf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.28" OriginalAmount="114.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20235903" Longitude="103.97116709" StarRating="3" HotelCode="744563|tom_hill_resort_spa_phu_quoc" HotelName="Tom Hill Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/29/2e299d48c72e2de539bef11208d2d4c598b10250.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.38" OriginalAmount="119.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.24420061" Longitude="104.07848368" StarRating="3" HotelCode="615695|cosiana_resort" HotelName="Cosiana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Km 8 Dong Dao Road, Group 5, Cay Sao Hamlet, Ham Ninh, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/67/1b679e3384c4205f06aaf51898e11d7883fb47c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.40" OriginalAmount="120.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19500176" Longitude="103.96439165" StarRating="3" HotelCode="599924|brenta_phu_quoc_hotel" HotelName="Brenta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Alley 118 Tran Hung Dao Street, Ward 8, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/67/19677777436b72fac8ba07ffea4789744db02c1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.46" OriginalAmount="123.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37650956" Longitude="103.85256642" StarRating="3" HotelCode="621356|hula_hula_beachfront_phu_quoc" HotelName="Hula Hula Beachfront Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Chuong Vich Hamlet, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/49/7a49e4a67cef3d92cdc08b188314382eeb05084e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.48" OriginalAmount="124.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.169243" Longitude="103.971299" StarRating="2" HotelCode="142264|sea_star_resort" HotelName="Sea Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Ba Keo, 7 ward, Tran Hung Dao Street, Duong Dong town, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a6/49a61994f7cff6737f031aa9e4313788672c6f5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the main boulevard road to the city centre, which is 5 minutes' drive, and 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.50" OriginalAmount="125.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20697498" Longitude="103.96330836" StarRating="3" HotelCode="554489|miana_resort_phu_quoc" HotelName="Miana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Tran Hung Dao, Quarter 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e697b14d86a4291fa572066d4a51f87d042f2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.54" OriginalAmount="127.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18852486" Longitude="103.97077958" StarRating="3" HotelCode="623085|nadine_phu_quoc_resort" HotelName="Nadine Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Cua Lap, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2d/f82d9a3f001ca48af5cfb3256f9588286f6a8ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.56" OriginalAmount="128.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="777656|palma_phu_quoc_resort" HotelName="Palma Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>To 5 Tran Hung Dao</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4b/fb4beab6dffdb225134ad5b450ad53e2645b52b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.64" OriginalAmount="132.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.286289844402" Longitude="103.98067260315" StarRating="2" HotelCode="300896|mai_phuong_resort_phu_quoc" HotelName="Mai Phuong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/36/75366dcf436c5793ac848ebb4388a5ee3450f8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This ranch is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.307730540897" Longitude="103.8643739402" StarRating="3" HotelCode="398734|bamboo_cottages" HotelName="Bamboo Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau Bay, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/27/2427135e875354e6f1cca0b7c0520a21bbb12926.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.70" OriginalAmount="135.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.254371379227" Longitude="103.94295050248" StarRating="3" HotelCode="495115|coco_garden_resort_2" HotelName="Elwood Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang, Cua Duong, Phu Quoc Island, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/10/9e10098fa79c74ac422a3c1e38a681c31d2fd122.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.74" OriginalAmount="137.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.26354759" Longitude="103.94252909" StarRating="2" HotelCode="624119|ong_lang_garden" HotelName="Ong Lang Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Ong Lang, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ff/4aff8ded741dede41a30cb9b17b30a07c15c8c66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.80" OriginalAmount="140.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19890258" Longitude="103.96855053" StarRating="3" HotelCode="587099|golden_daisy_hotel" HotelName="Golden Daisy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Tran Hung Dao St, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/cb/aecbc16754f710354a000e97ad54deeee6543f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.82" OriginalAmount="141.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.24443192" Longitude="104.02721537" StarRating="3" HotelCode="882944|maison_du_vietnam_resort_spa" HotelName="Maison Du Vietnam Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 12, Ap Ben Tràm, Phú Quoc, Xa Cua Duong, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2b/9a2b860cc3746a01b32f9c369deb2979c0545116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="150.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1791075" Longitude="103.97343306" StarRating="3" HotelCode="440373|myplace_siena_garden_resort" HotelName="MyPlace Siena Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Suoi May Street, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fb/9dfb886ec5eaa0496a4871f61e7a9502bcc7932a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.06" OriginalAmount="153.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37296882" Longitude="103.84792097" StarRating="3" HotelCode="371314|peppercorn_beach_resort" HotelName="Peppercorn Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>To 8, Ap Chuong Vich, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e7/dee7205c97e10d15031a2d001f3d0c382cf7f307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.266006" Longitude="103.92924" StarRating="3" HotelCode="306561|phu_quoc_eco_beach_resort_3" HotelName="Phu Quoc Eco Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94658a4ee7a0c6a49f3f0783cf066ee951cf4998.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.30" OriginalAmount="165.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25809594" Longitude="104.07924458" StarRating="3" HotelCode="774355|the_pier_phu_quoc_resort" HotelName="The Pier Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ap Cay Sao, Ham Ninh, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ed/eeed3dc4463e79e7a7aef9e47b06c59725c9c379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.38" OriginalAmount="169.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.207676514422" Longitude="103.96224811991" StarRating="3" HotelCode="435956|phu_quoc_ocean_pearl" HotelName="Phu Quoc Ocean Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bb/29bba18297989066616fe09bb08fbe46ca6400dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.40" OriginalAmount="170.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.205915552195" Longitude="103.96203517914" StarRating="4" HotelCode="25937|saigon_phu_quoc_resort" HotelName="Saigon Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>01 Tran Hung Dao Blvd., Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/28/ec/28ece658457ecaf780976ae251245a6a294fce78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beachfront club resort is just a 10-minute walk from the city centre and its many shops. There ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.50" OriginalAmount="175.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.260594522041" Longitude="103.93427575161" StarRating="3" HotelCode="383662|blue_sea_resort_2" HotelName="Ancarine Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, Ong Lang Beach, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c4/80c42c93ea7b11f2ccf0c470abaa2deccf69199c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.54" OriginalAmount="177.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="885227|kosmos_apart_hotel" HotelName="Kosmos Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Duong Bao Hamlet, Shophouse SS02 &amp; SS06, Sonasea Villas &amp; Resort, Duong To, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/3a/063a381a2c47e90b0dce816ae4651bc6c654d389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.56" OriginalAmount="178.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20077601" Longitude="103.96422167" StarRating="3" HotelCode="550179|sandy_phu_quoc_hotel" HotelName="Sandy Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/83/5e835fae0404f3ad8b0df866c3851be40e2053be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant and room service. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.58" OriginalAmount="179.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.252256" Longitude="103.943451" StarRating="3" HotelCode="56092|mango_bay_resort_2" HotelName="Mango Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0e/0c0ebb2aeeb1845725466d67eaa4e16a11ccca7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set on grounds spanning 20 hectares, with a 700-metre-long beach, offering guests a wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.84" OriginalAmount="192.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.261331268789" Longitude="103.93378176279" StarRating="3" HotelCode="318731|sea_sense_resort" HotelName="Sea Sense Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f0/2df035ab2ff9761eb172b129e15571c7fbd06bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.243936245548" Longitude="103.94845100594" StarRating="5" HotelCode="212988|the_shells_resort__spa" HotelName="The Shells Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ganh Gio Beach, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/cb/39cb1788d309ee1b37d91796474d5532fb166557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar, room service, a laundry service, a confe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.90" OriginalAmount="195.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20677005" Longitude="103.96538761" StarRating="3" HotelCode="573285|lahana_resort_phu_quoc" HotelName="Lahana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao Street, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/6f/f96f60ffb6a21d4e04644b95a703866bda13512d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.06" OriginalAmount="203.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18253819" Longitude="103.9681838" StarRating="3" HotelCode="595748|you_we_phu_quoc_resort" HotelName="Anja Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Cua Lap Hamlet, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/58/0858e9e9a7e6002bccfb62e4604504f133334472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.32" OriginalAmount="216.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.12903297" Longitude="103.98211983" StarRating="5" HotelCode="430015|novotel_phu_quoc_resort" HotelName="Novotel Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Duong To Commune, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0a/990a262fa643f01fe0919ca762ab12d8c67863dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on one of the island's most well-known beaches, Truong Beach, the 5-star Novotel Phu Quoc Resort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.52" OriginalAmount="226.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1463018" Longitude="103.97729961" StarRating="4" HotelCode="435504|sol_beach_house_phu_quoc" HotelName="Kappa Club Sol Beach house Phu Quoc 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.54" OriginalAmount="227.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18905092" Longitude="103.9696795" StarRating="2" HotelCode="553599|ocean_phu_quoc_resort_2" HotelName="Ocean Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 4, Cua Lap Hamlet, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/26/45268d936e90f3e26cb2635b67b0ff22c4703cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.84" OriginalAmount="242.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.13081564" Longitude="103.98062659" StarRating="0" HotelCode="946924|best_western_premier_sonasea_phu_quoc" HotelName="Best Western Premier Sonasea Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Kien Giang, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/4c/914c912623fee60b7c071681cf11b3df675edc2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.88" OriginalAmount="244.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.25300479" Longitude="103.9425412" StarRating="3" HotelCode="630277|camia_resort_spa" HotelName="Camia Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e6/49e643abe515f76c5445fad450e71448b3d31873.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.90" OriginalAmount="245.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.205047289136" Longitude="103.96375701295" StarRating="3" HotelCode="376080|orange_resort_3" HotelName="Orange Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>So 88/5 Tran Hung D?o, Khu Pho 7, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/07/c00722f92a24a3bdec7dab7c2abb9a4073fae681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.16" OriginalAmount="258.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.32809549" Longitude="103.8537183" StarRating="5" HotelCode="760340|radisson_blu_resort_phu_quoc_hotel" HotelName="Radisson Blu Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Beauty Salon,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ff/25ff0cb8e1fc1b0610269af1efbad850d35ac165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Radisson Blu Resort Phu Quoc, which places you in the heart of one of Vietnam's most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.26" OriginalAmount="263.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.225903257072" Longitude="103.95606994629" StarRating="3" HotelCode="56091|cassia_cottage" HotelName="Cassia Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Kien Giang, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c41376146fb43044f67c1d73aa8ae8f894539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.18443733" Longitude="103.96820696" StarRating="4" HotelCode="221829|famiana_resort_spa" HotelName="Famiana Resort &amp; Spa - Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, ?p C?a L?p, Xã Duong To, Huy?n Phú Qu?c, T?nh Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/1d/cc1d687c1d070b56a4ffe78ae59f4fc117aba66a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.40" OriginalAmount="270.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.162219" Longitude="103.972776" StarRating="4" HotelCode="311311|mercure_phu_quoc_resort_opening_march_2015" HotelName="Mercury Phu Quoc Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, Duong To, Tp. Phú Qu?c, t?nh Kiên Giang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/97/c09782b38a88faac6b1754a7807de2a0b886e9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.50" OriginalAmount="275.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.306104341259" Longitude="103.86100167592" StarRating="5" HotelCode="935739|vinpearl_phu_quoc_resort_2" HotelName="Vinpearl Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau, Phu Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/92/779240d8a498e301e7a5891c9adbde39f96ea41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.56" OriginalAmount="278.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20794" Longitude="103.962121" StarRating="4" HotelCode="64049|sasco_blue_lagoon_resort" HotelName="Sasco Blue Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tran Hung Dao St, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b1/72b11e9f26539d993b101e4324c5688be1a3fdcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.20504345" Longitude="103.96205175" StarRating="3" HotelCode="424775|thien_thanh_resort" HotelName="Thien Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao St., 7 ward, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/8739484c98e6d21ab8714170725644317da23b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Thien Thanh Resort offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.92" OriginalAmount="296.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.0356202" Longitude="104.02892041" StarRating="5" HotelCode="779874|premier_residences_phu_quoc_emerald_bay_managed_by_accorhotels" HotelName="Premier Residences Phu Quoc Emerald Bay Managed by AccorHotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach, An Thoi Town, Phu Quoc District, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/80/0480f61b67e7878179a268396f79fdccf6d53b20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Premier Residences Phu Quoc Emerald Bay resort is the latest cosmopolitan addition to the unexplored...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="300.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.1811036" Longitude="103.96732927" StarRating="4" HotelCode="945628|amarin_resort_phu_quoc" HotelName="Amarin Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/f5/d0f576307992f11509e7b2c767758e940b347a0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.12" OriginalAmount="306.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.29081" Longitude="103.899246" StarRating="3" HotelCode="172655|chez_carole_resort_2" HotelName="Chez Carole Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1, Hamlet 4, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ad/96/ad969d821049f83f2717ce0b018abffdd8fe6e01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 14 km from the north of Duong Dong city centre and right at the beach, the hotel is surround...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.48" OriginalAmount="324.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.19458001" Longitude="103.96759074" StarRating="3" HotelCode="585245|sunset_hill_resort_2" HotelName="Sunset Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131 Tran Hung Dao, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d6/8bd61866c8d8f4d870c447e3aef68fb0087e985b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.70" OriginalAmount="335.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.37196987" Longitude="103.84052946" StarRating="5" HotelCode="452719|vinpearl_phu_quoc_resort_golf_3" HotelName="Vinpearl Resort &amp; Golf Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f7/dff75f6a7c098c775582d64500089ef57a6aa7fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="404.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.15244" Longitude="103.97367" StarRating="5" HotelCode="933962|salinda_phu_quoc_island_resort_and_spa" HotelName="Salinda Resort Phu Quoc Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap Hamlet, Duong To Kommune, Phu Quoc, Kien Giang Provinz</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a1/32a11dfbc504bd26b7974c5199017c72f140a6d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.32" OriginalAmount="416.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.2149762" Longitude="103.95863639" StarRating="4" HotelCode="610064|seashells_phu_quoc_hotel_spa" HotelName="Seashells Phu Quoc Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Vo Thi Sau, Ganh Gio Beach, Kiên Giang, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/9e/139eb9c28952a0fa40e237407419a66dc629f4d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.02" OriginalAmount="451.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.225769" Longitude="103.95595" StarRating="4" HotelCode="115870|chen_sea_resort_spa_phu_quoc_centara_boutique_collection_2" HotelName="Chen Sea Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Xep, Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/44/3544868005a9c2809197f12a384f37b0990164a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a private and quiet bay with a 300-metre golden beach, this resort offers total solitude ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.82" OriginalAmount="491.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.194063859303" Longitude="103.96456626124" StarRating="4" HotelCode="56056|la_veranda_resort_phu_quoc" HotelName="La Veranda Resort Phu Quoc - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Beach, Phu Quoc 95000, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/b0/0eb036f3f885e442800961fc556d8c2ee0aefa78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just outside the main town of Duong Dong, a short car ride from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.68" OriginalAmount="534.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.29117717" Longitude="103.9000909" StarRating="4" HotelCode="571184|green_bay_phu_quoc_resort_spa" HotelName="Green Bay Phu Quoc Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Cua Can Hamlet, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/a7/82a7bf93c5b23156221d87c937d53a833624771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.98" OriginalAmount="549.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.11242932" Longitude="103.98376994" StarRating="4" HotelCode="612953|intercontinental_phu_quoc_long_beach_resort" HotelName="InterContinental Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To Ward, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/12/e61206f2eedccf6dfebfddeb0dd3e6152bcf918a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726.24" OriginalAmount="712.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.3403389" Longitude="103.85028797" StarRating="5" HotelCode="571860|vinpearl_discovery_1_phu_quoc_2" HotelName="Vinpearl Discovery 1 Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee464b53d179aaffbb67b81d0286a7ba0de906ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="978.18" OriginalAmount="959.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.00528527" Longitude="104.05184703" StarRating="5" HotelCode="636400|premier_village_phu_quoc_resort_opening_april_2018" HotelName="Premier Village Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Doi Cape, An Thoi Town, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/51/d151c893f3e1f3d478972b2409370fc16dbf9697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1051.62" OriginalAmount="1031.00" MarkupRule="2.00">
      <BasicPropertyInfo Latitude="10.03228325" Longitude="104.02870388" StarRating="5" HotelCode="434763|jw_marriott_phu_quoc_emerald_bay_resort_spa" HotelName="JW Marriott Phu Quoc Emerald Bay Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Khem, Phu Quoc District, An Thoi</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/0e/560e0e7efdc80f0924902a489e59ebd5be135666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Bicycle Rental,Golf,Restaurant,Sauna,Fax,Telephone Service,Spa,Currency Exchange,Garden,Shopping Arcade,Wheelchair Access,24 Hour Front Desk,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Luggage Storage,Meeting Room,Parking,Smoking Rooms,Valet Parking,Kitchen,Jacuzzi,Central Heating,Swimming Pool,Nightclub,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Beauty Salon,Dining,Housekeeping,Printer,Wake-up Call Service,Kids Play Area</BasicAmenities>
    <HotelRating>5,4,2,3,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>HOTEL,RESORT,APARTMENT,BEACH HOTEL,CLUB RESORT,VILLAGE,SPA HOTEL,BUNGALOW COMPLEX</PropertyType>
  </Filter>
</HotelSearchRS>||True