<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
004ce8d0-f932-4c03-824d-65b06bc861d2|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="004ce8d0-f932-4c03-824d-65b06bc861d2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="travelworldslg@gmail.com" Password="Siliguri@123" 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
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|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:9891df88-e0b9-4927-a288-ac9d7ecb9a55
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
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-07-23T12:34:40.9455495+01:00" Version="0" EchoToken="Search" TransactionIdentifier="004ce8d0-f932-4c03-824d-65b06bc861d2" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03251265" Longitude="98.82332191" StarRating="2" HotelCode="320431|j_mansion" HotelName="J. Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>302 Moo 2, Ao Nang Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/be/e1be1e3a30324c650bd38452d19987d29128147f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.93" OriginalAmount="21.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062928" Longitude="98.917656" StarRating="3" HotelCode="|179698" HotelName="Thai Hotel Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Issara Road, Paknum, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/9/8/179698_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06269471" Longitude="98.91108949" StarRating="2" HotelCode="584570|krabi_bed_sleep" HotelName="Krabi Bed Sleep Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 Chaokhun Road, Tambon Pak Nam, Amphoe Muang, Krabi 81000, Krabi Province</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/46/d346f63b2e8abd15a6189facd4ca57cc37d54b8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.22" OriginalAmount="22.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06326166" Longitude="98.91810589" StarRating="2" HotelCode="585898|no7_guesthouse" HotelName="No 7 Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Kongka Road, Amphoe Muang, Krabi Town, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/a9/7ca9a39f9a356968a7133965ab0c2b3ad23d5ad5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.23" OriginalAmount="23.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06583895" Longitude="98.91388914" StarRating="2" HotelCode="619621|jp_mansion" HotelName="JP Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Coffee Shop,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>52 Soi 5 Maharat Road, Pak Nam Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/f9/48f91a74f59b5ccbb0a5aeaca6041c1d2a72ec92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star JP Mansion offers comfort and convenience whether you're on business or holiday in Krabi....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0715585313429" Longitude="98.906864335126" StarRating="2" HotelCode="422531|oasis_resort" HotelName="Oasis Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>64 Krabi-Khaothong Road, Paknam, Muang, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d0/f6d0c4f8bd59f89a1ddbea84f45f7f2044a994ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Oasis Resort in Krabi, you'll be convenient to Krabi Hospital and W...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03239743" Longitude="98.82415012" StarRating="2" HotelCode="585397|239819" HotelName="Popeye Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>281 Moo 2, Ao Nang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/94/c09435b998da532a2d9845ff679b093b2b259f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0616365535177" Longitude="98.918182639355" StarRating="2" HotelCode="400256|chanchalay_guesthouse" HotelName="Chanchalay Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Utarakit Road, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/83/178370d90d34d9e88cd0624274bbb518ca453a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.54" OriginalAmount="27.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06155" Longitude="98.91834" StarRating="0" HotelCode="|189179" HotelName="Chanchalay Hip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Utarakit Rd Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/1/7/9/189179_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.31" OriginalAmount="30.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035019" Longitude="98.830508" StarRating="2" HotelCode="|479533" HotelName="Pop-In Hostel Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18/4-5 Moo 2, Aonang Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/5/3/3/479533_2f250371323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.45" OriginalAmount="31.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06616" Longitude="98.91072" StarRating="3" HotelCode="|234536" HotelName="J Holiday Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>40/1 Hamthanon Road, T.Paknam Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/5/3/6/234536_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.59" OriginalAmount="31.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06234" Longitude="98.916" StarRating="3" HotelCode="|404859" HotelName="The Guest Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Maharaj 2 Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/5/9/404859_f91851b1053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08381151" Longitude="98.90435633" StarRating="2" HotelCode="426209|262565" HotelName="Krabi Grand Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Napacharas Road, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/49/bb49d41a4d16dfaef2907561f32578a9f7d257a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06623227" Longitude="98.91072733" StarRating="3" HotelCode="362874|j_holiday_inn" HotelName="J.Holiday Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40/1 Hamthanon Road, T.Paknam, Muang Krabi, Krabi 81000, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/0e/190e9b9ff92c9b0996629a2864ace5b9340e7e39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06239076" Longitude="98.9160009" StarRating="2" HotelCode="586664|the_guest_hotel" HotelName="The Guest Hotel Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/db/80dbe8bc229e88691af1c5eef610ae869519608f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.57" OriginalAmount="32.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03928" Longitude="98.83477" StarRating="3" HotelCode="|246648" HotelName="The Moon Night Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>470/7-8 Moo 2, Ao Nang Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/6/4/8/246648_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.038815677434" Longitude="98.834736882744" StarRating="2" HotelCode="381537|luna_house" HotelName="The Moon Night Ao nang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>470/7-8 Ao Nang Road Moo 2, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/53/20534fbe1182127de969a9c761ec12f8edf2c99c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06203698" Longitude="98.91909444" StarRating="2" HotelCode="625041|krabi_marina_seaview" HotelName="Krabi Marina Seaview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Kongka Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/4d/8d4ddf1f9893993b19da335dac0044fedb04135a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.09" OriginalAmount="33.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06223" Longitude="98.91794" StarRating="0" HotelCode="|247274" HotelName="Krabi Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Chao Fah Road, Pak Nam, Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/2/7/4/247274_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.95" OriginalAmount="34.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0297026" Longitude="98.864448" StarRating="3" HotelCode="|403605" HotelName="Anyavee Chom By The Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>251 Moo5 tambol saitai, 251 Moo 5 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/3/6/0/5/403605_c72b6c31111.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.32" OriginalAmount="34.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.065783" Longitude="98.916702" StarRating="3" HotelCode="|189696" HotelName="Just Fine Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2/8 Maharaj Road Soi 10 Paknam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/6/9/6/189696_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03263575" Longitude="98.82384094" StarRating="3" HotelCode="856296|375988" HotelName="Alisa Hotel Aonang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23/4 Moo 2, Aonang, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/9d/6c9dcd21ccd44e7b04410dc77081564d3110a91a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02497965" Longitude="98.85552936" StarRating="3" HotelCode="621391|262510" HotelName="Anyavee Nam Mao Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>251 Moo 5, Ao Nammao Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/ed/31ed982313906a8cf47c1647c065a4e4ead38535.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0621962511993" Longitude="98.917947120598" StarRating="2" HotelCode="404536|376066" HotelName="Krabi Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Chaofa Road, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/65/fc655e57d64e59b5a7ca9c349e5b25ed11db36b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0577773312633" Longitude="98.909211851232" StarRating="3" HotelCode="357651|al_ameen_hotel" HotelName="Al Ameen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>431 Moo 7, Saithai, Amphoe Mueang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/d6/ccd6ca36c9e26d7fecfee2aa0dec018a45226f2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.07" OriginalAmount="35.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0587478562967" Longitude="98.919830268387" StarRating="2" HotelCode="305988|1186748" HotelName="Krabi City Seaview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77/1 Kongkha Road, Paknum, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/f2/a2f257658fb3897e2eb043fc6847d80258782c42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06801199" Longitude="98.91399859" StarRating="3" HotelCode="351121|the_greenery_hotel" HotelName="The Greenery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>167/2 Maharat Road, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/de/dedef304816d9a75ba9ab46a11e685a2b336c5ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.44" OriginalAmount="36.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.553437" Longitude="99.041557" StarRating="3" HotelCode="|178376" HotelName="Peace Paradise Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>346 M.6 Ko Lanta Yai, Koh Lanta Krabi Thailand 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/7/6/178376_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.03" OriginalAmount="36.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.1093" Longitude="98.93498" StarRating="3" HotelCode="|244930" HotelName="B2 Krabi Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>575 Moo 11, Phetkasem Road, Krabi, Krabi Province 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/9/3/0/244930_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.09" OriginalAmount="36.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0636277" Longitude="98.91706163" StarRating="2" HotelCode="546864|3655505" HotelName="Srisuksant Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11/5 Maharaj Road Soi 6 Pattana, Tambon Paknam, Amphoe Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/f2/5ef24e0fc3c67c6051c84cf37936eab55354907e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.16" OriginalAmount="36.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.087486" Longitude="98.906201" StarRating="3" HotelCode="|415516" HotelName="Hide and Seek Resort Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>89/1 Banuraj Road Soi Maharach 28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/5/1/6/415516_8932be61721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06113969" Longitude="98.91051448" StarRating="3" HotelCode="351928|58520" HotelName="The White Pearl Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28/5 Krabi Road, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/78/6a788fa7ea6a7a3e44e4a2a12d0f9c03190e3990.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.070174" Longitude="98.91546" StarRating="2" HotelCode="351230|riverside_hotel_4" HotelName="Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>287/11 Uttarakit Road, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/dd/75dd3597f49805f34e9e5b4097e811e44a39ed3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062485283475" Longitude="98.918019471142" StarRating="1" HotelCode="381530|pakup_hostel" HotelName="Pak Up Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>87 Utarakit Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e2/86e2708e7a87cdc7157f334cf7b8386006eeedae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07005174" Longitude="98.9138498" StarRating="2" HotelCode="584361|krabi_pn_boutique_house" HotelName="Pn Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>140/7 Soi Maharat 24-26, Pak Nam, Mueang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/07/b3072dd2810ee681fa0783665fadbe454f608b4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0570701558714" Longitude="98.916263879564" StarRating="0" HotelCode="425338|kyongean_mansion" HotelName="Kyo Ngean Mansion II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Garden,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>25/1 Chaofah Road, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/a6/c4a681bc7bd270f496bcddd173300cb9b1a2a312.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1.5-star Kyo-Ngean Mansion II offers comfort and convenience whether you're on business or holid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.64" OriginalAmount="37.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06244" Longitude="98.91598" StarRating="0" HotelCode="|245744" HotelName="The Guest -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>37 Maharaj Rd., T. Pak Nhum, A. Muang, Krabi, Thailand, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/7/4/4/245744_fc39f0f1652.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.94" OriginalAmount="37.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0593831484414" Longitude="98.916292360783" StarRating="3" HotelCode="437024|3555185" HotelName="Baan Samrarn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28/11 Puangmanee, Chaofa Road, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/59/34/59349417ca1ab9ca99b0c6fabd9146cc91ebb25d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.10953499" Longitude="98.9350639" StarRating="3" HotelCode="568124|219533" HotelName="Nap Krabi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>575 Petchakasame Road Moo 11, Krabi Noi, Muang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9332519</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.028975" Longitude="98.860288" StarRating="3" HotelCode="293830|219076" HotelName="Diamond Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>242 Moo. 5, Ao Nammao, T. Saithai, A.Muang Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/35/17352f1fcc336c0fe8504b14215661ae3058fa68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.38" OriginalAmount="38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06781882" Longitude="98.78986657" StarRating="2" HotelCode="568048|239809" HotelName="Naga Peak Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>165 Moo 6, Ao Nang, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6a/026ae93a5ab27d4c4d3b641c60f3f9f6d74e4af6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06256278" Longitude="98.91641858" StarRating="2" HotelCode="546596|kl_boutique_hotel" HotelName="K.L Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Maharaj Road, Soi 2, Tambon Paknam, Amphoe Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/26/5f266f0a7b1fc58793058b8c93eb761649037277.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Krabi, this boutique hotel is ideal for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04334046" Longitude="98.81973081" StarRating="3" HotelCode="751765|sky_beach_aonang" HotelName="Sky Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 Khlonghang Road Moo 3, Ao Nang Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/2b/922b5dce8d1dadac88e1d8d6b95895dca411d864.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.42" OriginalAmount="38.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.036534" Longitude="98.834319" StarRating="2" HotelCode="|179766" HotelName="Aonang Miti Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>262 Moo 2, Ao Nang soi 11 Maung Krabi 81000 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/6/6/179766_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.68" OriginalAmount="38.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.094723" Longitude="98.903223" StarRating="2" HotelCode="|188160" HotelName="Krabi Serene Loft" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 Maharaj Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/6/0/188160_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.81" OriginalAmount="38.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.740885" Longitude="98.773529" StarRating="2" HotelCode="|179821" HotelName="Tropical Garden Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>101 Moo 7 Ao-Nang A.Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/2/1/179821_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.01" OriginalAmount="38.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06998" Longitude="98.91378" StarRating="2" HotelCode="|245380" HotelName="Krabi P.n. Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>140/7 Soi Maharat 24-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/3/8/0/245380_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.16" OriginalAmount="38.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0713019" Longitude="98.91628959" StarRating="3" HotelCode="351317|1865398" HotelName="Grand Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>289/1 Uttarakit Road, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/7b/227b0c4127a00f9c6c5860c6d7c2a6fc0e1482ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.16" OriginalAmount="38.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.086461" Longitude="98.878337" StarRating="0" HotelCode="|502426" HotelName="Changsi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124 Moo.3, Saithai, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/2/4/2/6/502426_eb1e2591027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.27" OriginalAmount="38.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0997817" Longitude="98.8846942" StarRating="0" HotelCode="|44882" HotelName="Krabi Home Town Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>20 Watchara Rd. Krabi Yai 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/8/2/44882_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This traditional style hotel and has WiFi, The hotel was built in 2007, has, 30 rooms, express check-out, a reception, a restaurant, room service, a laundry service and a car park. SITUATION: This urban airport hotel is situated in Krabi the centre of it is situated 10 kilometres away from the tourist attractions, the business area, the establishment is 2 kilometres away from the bus station, Ao Nang it is situated 20 kilometres away from 6 kilometres away, you can find a park, Sra Morakot and Wat Tham Sua it is 60 minutes away from it is situated 10 kilometres away from Krabi Airport. ROOM: The spacious rooms, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite television, internet, kettle, a safe, a mini-bar, a coffee maker, a kettle and a balcony or terrace. FACILITIES: Clients can enjoy a swimming pool that has an area for children and a massage service. close to the establishment, customers can find a beach. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service and a set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.047496" Longitude="98.840611" StarRating="2" HotelCode="189271|ao_nang_baan_suan_resort" HotelName="Ao Nang Baan Suan Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>230 M.5  T. Saithai, Ao-nang, Krabi town 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/96/929651849dbc0d953cd27be482521c6f4f79ad48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in Ao Nang, Krabi's most developed beach, which is fringed with palms, white s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.90" OriginalAmount="39.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.069149" Longitude="98.915887" StarRating="1" HotelCode="|467076" HotelName="Leisure Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/0/7/6/467076_a81dda71644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.00" OriginalAmount="39.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0634376235285" Longitude="98.911146138753" StarRating="3" HotelCode="35849|1572618" HotelName="Boonsiam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>27 Chaoknun Road, Tambon Paknum, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/e6/11e683709d4aec62f2191f23df5aad281ccb4af7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0649030265189" Longitude="98.916154635987" StarRating="2" HotelCode="385209|city_hotel_65" HotelName="City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15/2-4 Maharaj Road Soi 10, T.Paknam Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/3e/f53ed85f520d5209ddd51953b3054d76598ee949.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="3" HotelCode="585958|hide_seek_resort_krabi" HotelName="Hide &amp; Seek Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>89/1 Banuraj Road, Soi Maharach 28, Panurat Road, Tambol Paknam, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d4/f3d4e28fa48cfbb80e82b6b1efd9d662f673e8ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03260981" Longitude="98.83022278" StarRating="2" HotelCode="610975|aonang_friendly_bungalow_2" HotelName="Aonang Friendly Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>63 Moo 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/48/b848090ec32970e439ab453f89c7338603c3abe9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.65" OriginalAmount="40.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0379537" Longitude="98.8178135" StarRating="3" HotelCode="|404728" HotelName="T2 Ao Nang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>248 Moo.3, Ao Nang, 248</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/7/2/8/404728_bbcf83d0335.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.88" OriginalAmount="40.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.120687" Longitude="98.90652" StarRating="0" HotelCode="|502252" HotelName="Palm Kaew Resort Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>207 Moo.8, Tubprik, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/2/2/5/2/502252_b88df0f1036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.19" OriginalAmount="40.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.025821" Longitude="98.883056" StarRating="3" HotelCode="|409132" HotelName="Friendly Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43/1 Moo 6 Sai Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/1/3/2/409132_3d6e2c01505.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.48" OriginalAmount="41.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032703" Longitude="98.825845" StarRating="3" HotelCode="|506645" HotelName="GP House Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>235 Moo 2, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/6/4/5/506645_6a861651014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.06" OriginalAmount="41.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.581633" Longitude="99.031435" StarRating="3" HotelCode="|178281" HotelName="Lanta New Beach Bungalows" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>122 Moo 2, Saladan, Koh Lanta, Krabi 81150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/8/1/178281_b4d3e0f1044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.09" OriginalAmount="41.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.050769" Longitude="98.805313" StarRating="3" HotelCode="|410108" HotelName="Krabi Nemo house" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>154 Moo 5, T.Aonang Muang, Krabi, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/1/0/8/410108_709df171620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.38" OriginalAmount="41.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0627086" Longitude="98.9169019" StarRating="3" HotelCode="|179676" HotelName="Krabi City View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Maharat Soi 2, Paknam, Muang, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/7/6/179676_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06557365" Longitude="98.91547487" StarRating="3" HotelCode="583562|lada_krabi_express" HotelName="Lada Krabi Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90/17 Maharach Road, Soi 12, Paknam, Amphoe Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/6a/736a497290c4e9091a347c515f718ae468efa018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0750803496233" Longitude="98.909870886513" StarRating="3" HotelCode="774435|hula_hula_anana" HotelName="The Pineapple Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>339/9 Maharaj Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/07/14078c1b290f8348fe9d3275c85baf7a9703696f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi, about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.44" OriginalAmount="42.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.045802" Longitude="98.814552" StarRating="2" HotelCode="171910|959095" HotelName="Diamond Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>179 Moo 3, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c0/66c015258e3b8deaa9a9b5359b422f25f478d956.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.64" OriginalAmount="42.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0406289" Longitude="98.8194179" StarRating="2" HotelCode="|83073" HotelName="Ben's House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO3 AONANG MUENG 155-155/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/0/7/3/83073_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a car park. SITUATION: This establishment, Krabi it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.86" OriginalAmount="42.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06573" Longitude="98.91601" StarRating="2" HotelCode="|188306" HotelName="The City House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90/78-79 Maharaj Road Paknam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/3/0/6/188306_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.07" OriginalAmount="42.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0434954" Longitude="98.8196385" StarRating="3" HotelCode="|71492" HotelName="Palm Paradise Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 2, T. AONANG 165</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/4/9/2/71492_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has villas, rooms and a swimming pool. In the surrounding area you can enjoy restaurants, shops and leisure areas. SITUATION: This hotel is located between Nopparattara and Ao Nang beaches. 5 minutes away from the establishment, clients can find a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.13" OriginalAmount="42.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032166" Longitude="98.823918" StarRating="1" HotelCode="|492825" HotelName="KOKO Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1181 Moo. 2 Aonang Meaung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/2/8/2/5/492825_c7ea6f21027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.18" OriginalAmount="42.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.6008059" Longitude="99.0348274" StarRating="3" HotelCode="|178277" HotelName="Good Days Lanta Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>183 M. 2 Saladan Phra-ae Beach, Koh Lanta(6 km. from Saladan) Krabi 81150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/7/7/178277_a3eaf571027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.30" OriginalAmount="42.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.736036" Longitude="98.765744" StarRating="3" HotelCode="|179774" HotelName="Phi Phi Nice Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Phi Phi Island 17 Moo 7 Aonang Krabi 81000 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/7/4/179774_dba6f4b1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.42" OriginalAmount="42.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0387559470027" Longitude="98.833566080828" StarRating="2" HotelCode="404216|3620185" HotelName="Mukanda Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>388/2 Moo 2, Tambon Aonang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0023/04867/2304867/1.jpg?f=14949624</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.65" OriginalAmount="43.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0403996" Longitude="98.819809" StarRating="2" HotelCode="|440129" HotelName="Little Home Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155/13-15 Moo 3, Ao Nang, Tambon Ao Nang, Amphoe Mueang Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/1/2/9/440129_fa1aefe1734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.82" OriginalAmount="43.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.050656" Longitude="98.773502" StarRating="0" HotelCode="|504344" HotelName="Chanpailin Omarzaa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>477 Moo2, Nong Thale</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/3/4/4/504344_3153c8e1029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.89" OriginalAmount="43.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05995" Longitude="98.91494" StarRating="0" HotelCode="|189552" HotelName="Hop Inn Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ruamjit Road, Pak Nam Sub District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/5/5/2/189552_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.33" OriginalAmount="43.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.052536" Longitude="98.76075" StarRating="3" HotelCode="|475599" HotelName="KRABI MORE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>259 Moo.2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/5/9/9/475599_9dd9c651225.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0438528228624" Longitude="98.819031623014" StarRating="3" HotelCode="381047|maleedee_bay_resort" HotelName="Maleedee Bay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>183 Moo 3, Aonang, Nopparat Thara Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/22/e322fcb57371542d7b2f4d18a282a8d51ef3460c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.65" OriginalAmount="44.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.078403" Longitude="98.910901" StarRating="3" HotelCode="|446286" HotelName="Thip Thip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Hutangkoun,, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/8/6/446286_08532291720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.97" OriginalAmount="44.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.088205" Longitude="98.893356" StarRating="3" HotelCode="|188309" HotelName="The Fong Krabi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27/5 Watchara Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/3/0/9/188309_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.17" OriginalAmount="44.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034978" Longitude="98.830932" StarRating="0" HotelCode="|390545" HotelName="Vacay Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>20/2 Moo 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/5/4/5/390545_ffbda631139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.30" OriginalAmount="44.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0346046" Longitude="98.8298012" StarRating="3" HotelCode="|44846" HotelName="The Haleeva Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>445 MOO 2, AONANG 445</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/6/44846_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This club hotel and has 27 rooms, The establishment was built in 2007, has a lobby, a reception, a safety deposit box service, a currency exchange service, a hairdresser's and a restaurant. The establishment also offers room service (for a fee) and internet. SITUATION: Is situated inAo Nang the beach it is 1 kilometre away from a beach, 20 kilometres away, you can find the city centre 40 minutes away fromKrabi Airport. ROOM: The establishment has superior standard rooms, deluxe rooms and suites. The rooms a bathroom, a shower, a hairdryer, satellite and cable television, a safety deposit box, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with salt water and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.10892443" Longitude="98.92319497" StarRating="3" HotelCode="588601|239817" HotelName="Phuhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2/22 Radpadtana Road, Krabi Yai, Meung, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/c8/50c8b5a275b45cc327a15717dffe57b800d05644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a hairdresser. Wireless i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.73" OriginalAmount="45.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05427" Longitude="98.75683" StarRating="0" HotelCode="|607451" HotelName="Aspira Resort Klong Muang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197, 197/1-9 Moo 2 Nong Thale</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/4/5/1/607451_09500540045.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="3" HotelCode="620272|262505" HotelName="Alisa Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42/47 Khumuang Road, Muang, Praknam District, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/73/6873045c6b93526d1000d74458f9cc7e9dca077a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.054402" Longitude="98.916108" StarRating="4" HotelCode="187186|53077" HotelName="Dee Andaman Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45/19 Rattanadilok Road, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/ec/f8ec44bd7654a3cec579da1d1fbf54d1614c0f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Krabi River and in the heart of Krabi Town, placing the guests in a pe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0441156503891" Longitude="98.811735212803" StarRating="3" HotelCode="163909|mild_bungalow" HotelName="Mild Garden View Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148 Moo 3, Ao Nang, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/8f/af8f316e6e9d896f94a05f33142246f2cba974f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06610266" Longitude="98.90668198" StarRating="3" HotelCode="546592|js_residence" HotelName="JS Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>143 Krabi-Khao Thong Road, Soi Krabi 23, Pak Nam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/57/3457b641f451e846a4623bd381713ad25a1c5be9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035281" Longitude="98.832181" StarRating="3" HotelCode="899567|haleeva_sunshine_2" HotelName="Haleeva Sunshine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>445 Moo 2, Ao Nang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/0a/120af46dde1506f896cabecfb2072a69f0b7b5c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located at Ao Nang Beach, approximately 500 m away from the sandy beach, just 20 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.065597" Longitude="98.913756" StarRating="2" HotelCode="916678|green_house_hotel" HotelName="Green House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Maharat Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e2/d4e2793fba0275e8e51e476c8fd947f3073235a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.65" OriginalAmount="46.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04335" Longitude="98.81973" StarRating="3" HotelCode="|411756" HotelName="Sky Beach Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230 moo 3, Khlong Hang Road,Aonang Mueng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/7/5/6/411756_a112d071205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.95" OriginalAmount="46.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.029328" Longitude="98.861152" StarRating="3" HotelCode="|411389" HotelName="Diamond Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>242 Moo 5, Ao Nam Mao, Tambon Saithai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/3/8/9/411389_39cc7f81149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.03" OriginalAmount="46.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06612" Longitude="98.91554" StarRating="2" HotelCode="|188286" HotelName="Sleep Whale Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90/31-32 Maharat Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/8/6/188286_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.07" OriginalAmount="46.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.082496" Longitude="98.906147" StarRating="3" HotelCode="|179694" HotelName="Sleep Whale" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>325/5 Maharaj Rd., Paknam, Muang, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/9/4/179694_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.09909589" Longitude="98.91430877" StarRating="2" HotelCode="546464|talardkao_balcony_krabi" HotelName="Talardkao Balcony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140 Muangkao Road, Krabi-Yai, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f6/0cf64dc031dd9e99b23b754d36d1f69afa467356.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.02" OriginalAmount="47.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0433" Longitude="98.819759" StarRating="3" HotelCode="|402339" HotelName="Kokotel Krabi Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>230/4-7 Moo 3, Aonang, Krabi, 81180 Ao Nang Beach, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/3/9/402339_0f218da0923.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.10" OriginalAmount="47.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03494" Longitude="98.8178896" StarRating="3" HotelCode="|37203" HotelName="Days Inn By Wyndham Aonang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>154 Moo 2 Aonang Sub-district Muang District Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/0/3/37203_9c9db3e0724.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning and has 42 rooms, The establishment boasts a currency exchange service, a restaurant, internet, room service, a laundry service and bicycle rental. The establishment also offers event facilities. SITUATION: This beach hotel is in front of Ao Nang the beach 30 minutes away, guests can find the bus station, is 100 kilometres away from Phuket Airport it is situated 120 kilometres away from Krabi Airport. ROOM: All the rooms have a bath, a hairdryer, a satellite TV, a safety deposit box, a mini-bar, a fridge and an individual air-conditioning system. FACILITIES: Clients can enjoy swimming, fishing and diving. The establishment boasts an outdoor bar and a swimming pool that has an area for children. in the surrounding area, you can find a beach. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.59" OriginalAmount="48.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03088" Longitude="98.86867" StarRating="3" HotelCode="|235859" HotelName="Seashell Resort Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>345 Moo 5 Soi Ao Nammao Phattana 10 T.Saithai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/5/9/235859_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.11" OriginalAmount="48.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07491" Longitude="98.91004" StarRating="4" HotelCode="|386110" HotelName="Royal Pineapple" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>339/9 Maharaj Road, Paknam, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/1/1/0/386110_6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.16" OriginalAmount="48.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.598938" Longitude="99.038681" StarRating="3" HotelCode="|178350" HotelName="Freedom Estate" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Moo 2, Phra-Ae Beach. Tambon Saladan, Koh Lanta, Krabi 81150, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/5/0/178350_5f819d51035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.36" OriginalAmount="48.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05127" Longitude="98.80779" StarRating="0" HotelCode="|244251" HotelName="The Lucky Beach Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>341-2 Moo. 5 Klong Hang, Ao-nang, Krabi, Ao Nang Beach, Krabi Province 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/5/1/244251_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.48" OriginalAmount="48.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04188" Longitude="98.84238" StarRating="0" HotelCode="|188300" HotelName="Suksaiburi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>531 Moo 2 Aonang, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/3/0/0/188300_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0821970493019" Longitude="98.906253910366" StarRating="3" HotelCode="354005|sleep_whale_hotel" HotelName="Sleep Whale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>325/5 Maharat Road, Tambon Paknam, Amphoe Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/65/1f65b7467de36c236384a6548f00de97378afdd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.89" OriginalAmount="49.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.067162" Longitude="98.915649" StarRating="3" HotelCode="|416284" HotelName="Loft Series" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>96/10 Maharaj Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/2/8/4/416284_17224541743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.30" OriginalAmount="49.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.033288" Longitude="98.838003" StarRating="3" HotelCode="|446283" HotelName="B2 Krabi Ao Nang Premier Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1155 Moo 2 Soi Ao Nang 11, Krabi 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/2/8/3/446283_c0e5c471000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.35" OriginalAmount="49.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0318659" Longitude="98.8230534" StarRating="2" HotelCode="|71510" HotelName="The Palace Aonang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>208 M2 AO-NANG MUANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/1/0/71510_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inAo Nang the heart of it is well-connected. ROOM: The establishment has 41 superior and deluxe rooms, They are equipped with a balcony and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08364" Longitude="98.905502" StarRating="3" HotelCode="328309|the_tama_hotel" HotelName="The Tama Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>340 Moo 5, T. Saithai, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/49/05494116c4116406c877a12ca757c9e7e822eda4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.74" OriginalAmount="50.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034382" Longitude="98.8275842" StarRating="3" HotelCode="|439813" HotelName="Monotel Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1189 Mo. 2, Ao Nang, Krabi Province 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/1/3/439813_f99d9371141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.91" OriginalAmount="50.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03686" Longitude="98.83272" StarRating="3" HotelCode="|245861" HotelName="Lario Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>849 Moo 2, Ao Nang Soi 2/1 A. Muang Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/8/6/1/245861_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.94" OriginalAmount="50.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0706" Longitude="98.86057" StarRating="3" HotelCode="|245079" HotelName="Krabi Inn Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>888/999 Moo 4 T. Saithai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/0/7/9/245079_6aa5abd1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.21" OriginalAmount="50.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.09829" Longitude="98.90261" StarRating="2" HotelCode="|189841" HotelName="The Oasis Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 Natoey Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/8/4/1/189841_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03686941" Longitude="98.83274468" StarRating="3" HotelCode="588005|239794" HotelName="Lario Hotel Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>849 Ao Nang Soi 2/1 Moo 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/21/65213f8f6d1ac2dd3acc273a2c920d3f232e650a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.51" OriginalAmount="51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0325680207108" Longitude="98.825469614663" StarRating="2" HotelCode="225587|239802" HotelName="Machorat Aonang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>126 Moo 2, Ao Nang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/7c/b67ce98e748ac3e96281fcb6885cfe6ac2fecf63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.046326" Longitude="98.793653" StarRating="2" HotelCode="166407|pan_beach_bungalows_3" HotelName="P.A.N. Beach Bangalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Moo 4, Muang, Ao Nang 81000, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/f8/6ff85b188b65b4adb8bb41e6f2c71a23fd2aef5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03144335" Longitude="98.86268946" StarRating="3" HotelCode="586669|fahsai_bay_villa_" HotelName="Fahsai Bay Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>296 Moo 5, Ban Sai Thai, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ce/9bce8038793037ce55293cf1753b7e8392b322cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0840904155216" Longitude="98.913784780827" StarRating="2" HotelCode="916679|krabi_royal_hotel_3" HotelName="Krabi Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Uttarakti Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1f/601fe77939b229427225a3c9d3f6056da78837cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Krabi Town. It is a short distance away from local...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="0" HotelCode="829986|lay_back_villa" HotelName="Lay Back Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56/1 Moo 1</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/8a/2b8aa560838a2205228b04c568cca6bde3731af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.67" OriginalAmount="51.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0529333978264" Longitude="98.913866468506" StarRating="3" HotelCode="293421|3653005" HotelName="Golden Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Chamai Anusorn Road, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/9e/d89e2af09273bc7976f0419b3ae51d259fdd4a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.84" OriginalAmount="51.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08126896" Longitude="98.90589457" StarRating="3" HotelCode="360436|3543105" HotelName="Krabi Cinta House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2/15-17  Pisanpob Road, Paknam distric, Krabi town, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/b3/78b3115aeffe687a0ecec6d2938b97181c552e9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.87" OriginalAmount="51.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.065390148835" Longitude="98.917195558831" StarRating="3" HotelCode="356671|1247698" HotelName="Krabi River View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Maharaj Soi 10, Utarakij Road, Pak Num, Krabi 81000, Amphoe Muang Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/da/61da6b6a0708a9ea98f01ab00be6c6767628a1e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.94" OriginalAmount="51.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093963" Longitude="98.903499" StarRating="3" HotelCode="|179696" HotelName="Tairada Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>69/31-32 Maharaj Rd., T. Krabi Yai, A. Muang, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/9/6/179696_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.09" OriginalAmount="51.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.052208" Longitude="98.770242" StarRating="2" HotelCode="906346|247466" HotelName="Coco' Nori @ Sea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>259/1 Moo. 2 Thambol Nongthalay, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/a2/59a2cfe2f0b55f14b25a7771a207d5f4f23688f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Krabi, just a few steps from the sandy beach. Krabi (KBV) Airport is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.38" OriginalAmount="51.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.483945" Longitude="99.086891" StarRating="3" HotelCode="|178338" HotelName="Bamboo Bay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>87 Moo 5, A. Ko Lanta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/3/8/178338_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06598665" Longitude="98.90814398" StarRating="3" HotelCode="581663|well_timed_hotel" HotelName="Well Timed Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46/12-13 Krabi Road Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/45/1145536ef4201063f00fdd109c91306eb3f42c30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03244138" Longitude="98.82342239" StarRating="3" HotelCode="563349|wake_up_aonang_hotel" HotelName="Wake Up Aonang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>121/2 Moo 2, Ao Nang Beach, 81180 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/04/b904bd5876a127000e4f3be9a5c712350e434658.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="0" HotelCode="774918|circle_inn_ao_nam_mao" HotelName="Circle Inn Ao Nam Mao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Moo5, Saitai, Ao Nam Mao, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/8d/7b8d7aeaa2c3762e1ad353afffd06d3943e80206.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.26" OriginalAmount="52.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.069524" Longitude="98.90677" StarRating="3" HotelCode="|406923" HotelName="Krabi Golden Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Chamai Anusorn Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/9/2/3/406923_7de3e991125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0577563" Longitude="98.81175897" StarRating="3" HotelCode="422639|seava_house_aonang_krabi" HotelName="Seava House Ao-Nang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>255 Soi Nopparat Thara 8, Tambol Ao-Nang, Nopparat Thara, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/5e/595eed9c621f3e63f80da311cb562e2f1ffc835c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.59" OriginalAmount="53.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06599" Longitude="98.90669" StarRating="3" HotelCode="|243235" HotelName="Js Residence Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>143 Soi Krabi 23 Krabi-Kaothong Rd T.Pak Nam A.Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/2/3/5/243235_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.66" OriginalAmount="53.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.741297" Longitude="98.7733505" StarRating="2" HotelCode="|179811" HotelName="Phi Phi Anita Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>108 Moo 7 Aonang, Muang, Krabi, 81000 Islas Phi Phi, Tailandia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/1/1/179811_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.68" OriginalAmount="53.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0666009" Longitude="98.9075454" StarRating="3" HotelCode="|41315" HotelName="Krabi Phetpailin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>KRABI ROAD, A. MUANG 135/50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/3/1/5/41315_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and was opened in 2007. has 24 rooms, 4 floors, This air-conditioned establishment has a lobby, with express check-out, a safety deposit box service, a restaurant, WiFi (for a fee), room service, a laundry service, a car park and indoor parking. SITUATION: It is inKrabi the centre of it is 10 minutes away from the market, the establishment is 3 kilometres away from restaurants, is situated 13 kilometres away from Krabi Airport. ROOM: The inviting and modern rooms, have a satellite TV, individual air-conditioning, a safety deposit box, a mini-bar, bottled water, cold water, hot water, cots (available for a fee) and kettle (available on request). MEALS: Regarding the food and beverage offering, the establishment offers set-menu breakfast and a lunch and dinner service. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.94" OriginalAmount="53.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03568" Longitude="98.81912" StarRating="3" HotelCode="|32995" HotelName="Aonang Sunset" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>268 M. 2 AO-NANG 268</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/9/5/32995_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 44 rooms and 4 floors. The establishment boasts a lobby, a reception, a safety deposit box service, a lift, a currency exchange service and a hairdresser's. The establishment also offers room service, a laundry service, a restaurant and internet. SITUATION: It is inAo Nang the beach close to the establishment, clients can find leisure areas, the commercial areas ,Krabi it is 2 kilometres away from the establishment is 25 kilometres away from Krabi Airport. ROOM: The rooms a bathroom with a shower, an individual air-conditioning system, a direct line telephone, a satellite TV, a fridge, a safe and a hairdryer. They also have kettle, a coffee maker and a balcony or terrace. Guests can find interconnecting rooms. FACILITIES: The establishment boasts a swimming pool and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a buffet breakfast and a set-menu lunch and dinner. Guests can also find a bar. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.25" OriginalAmount="53.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.012697" Longitude="98.843157" StarRating="3" HotelCode="|179691" HotelName="Railay Viewpoint Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>319 Mu 5, Baan Ao Nam Mao, Tambon Saithai, Ampur Muang, Krabi 81000 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/9/1/179691_cfae18a1043.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035668" Longitude="98.81903" StarRating="3" HotelCode="58119|2626" HotelName="Aonang Sunset Krabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Business Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>268 Moo 2, Ao Nang Beach, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/5e/c25ec57dceec7a789ed309c9794be543b5c2a8d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Ao Nang Beach and is near Ao Nang nightlife spots and shopping centres. Kra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0506076562915" Longitude="98.915209891602" StarRating="3" HotelCode="312724|47662" HotelName="Marina Express Fisherman" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Moo 2, 20/1, Aonang Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/fe/84fe3f2f8fd6857606a4bc09dfa45a9886777a4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in Ao Nang in Krabi province, amidst the greenery of tropical gardens. It is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0384872340727" Longitude="98.817875620036" StarRating="3" HotelCode="900647|11980" HotelName="Timber House Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Moo 2, Ao-Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/9a/b19a479e4d7fdf9da6c2d97d119a85be4c2b9baf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Ao Nang Beach, which is the most popular beach in Krabi with its fine white ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.10871356" Longitude="98.93281894" StarRating="3" HotelCode="585605|wanarom_residence_hotel" HotelName="Wanarom Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Petchakasem Road Moo 12, Krabi Noi, Amphoe Mueang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/eb/aeeb02f8bc6ec8d9ea1d1a55837eeff06e17cf2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.32" OriginalAmount="54.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.045286" Longitude="98.8119082" StarRating="3" HotelCode="|45713" HotelName="Krabi Aquamarine Resort - Sha Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3 AONANG MUANG 169</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/1/3/45713_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2008 and has 28 rooms, The establishment has a lobby with express check-out, a reception, a safety deposit box service, a cafÃ©, a bar and a restaurant. The establishment also offers internet (for a fee), room service, a laundry service, a car park and bicycle rental. SITUATION: The hotel Ao Nang it is in 5 minutes away, guests can find Nopparathara the beach it is situated 30 kilometres away from Krabi Airport. ROOM: The establishment has one or two bedroom family rooms, have a bath, a balcony and a small kitchen. The rooms have a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone, satellite or cable TV, a mini-bar, a fridge, a microwave, a coffee maker, a kettle, a safety deposit box and an individual air-conditioning system. FACILITIES: You can find a swimming pool that has an area for children, an outdoor bar, hydrotherapy and a massage service. Guests can enjoy scuba diving and go cycling. it is 40 kilometres away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.065784" Longitude="98.907938" StarRating="3" HotelCode="409905|sripet" HotelName="Krabi Phetpailin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135/50 Krabi Road, Muang Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/e8/3fe896c27e8bb0f68716a1e13fae255c4cf1e8e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Krabi town, just about 10 minutes' walk from the morning mar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.70" OriginalAmount="55.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0383551" Longitude="98.8178176" StarRating="3" HotelCode="|62888" HotelName="Timber House Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 MOO 2; AO NANG BEACH; MUANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/8/8/62888_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant, a bar, a swimming pool, a cocktail bar, a children's swimming pool, a baggage room and internet (for a fee). SITUATION: It is located 200 metres away from a beach, 500 metres away, guests have Ao Nang the city centre of the establishment is 30 kilometres away from Krabi Airport. ROOM: The rooms a bathroom with a shower or bath, a television, a direct line telephone, a mini-bar, a safety deposit box, an air-conditioning system and a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.76" OriginalAmount="55.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07676" Longitude="98.9157" StarRating="3" HotelCode="|405236" HotelName="THE SEENS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>316 THANON UTARAKIT KRABI TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/3/6/405236_c52c2260909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.83" OriginalAmount="55.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.066014" Longitude="98.908086" StarRating="3" HotelCode="|410672" HotelName="The Rich Sotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46/14 Krabi Road, Paknam, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/6/7/2/410672_131f4c71603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.99" OriginalAmount="55.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08657" Longitude="98.91433" StarRating="3" HotelCode="|246062" HotelName="Alisa Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>42/47 Khumuang Road Praknam District Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/0/6/2/246062_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.12" OriginalAmount="55.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06553" Longitude="98.91734" StarRating="3" HotelCode="|188159" HotelName="Krabi Riverview" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>171 Utarakit Rd., Paknum</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/5/9/188159_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.12" OriginalAmount="55.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05103" Longitude="98.80543" StarRating="0" HotelCode="|188171" HotelName="Loma Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>68/11 Moo 5, Soi Nopparat Thara 12/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/7/1/188171_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.12" OriginalAmount="55.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.055655" Longitude="98.751351" StarRating="2" HotelCode="|169592" HotelName="Vacation House Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>49/1 MOO 3 TAMBOL NONGTALAYMUANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/9/2/169592_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2008 and has a car park. SITUATION: This establishment, Krabi it is in Close to the airport and a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.24" OriginalAmount="55.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04767" Longitude="98.78846" StarRating="2" HotelCode="|46272" HotelName="Pan Beachfront Resort Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 4 , AO NANG, MUANG 105</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/7/2/46272_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establilshment offers tourist information, a restaurant with a terrace and views of the sea. The establishment has a laundry service and a car hire desk. SITUATION: This establishment, is near a private-access beach, is situated 15 minutes away from Noppharat Thara the beach The establishment offers a transfer service to the airport. ROOM: The establishment has bungalows with garden area, a balcony, a fan and a bathroom with a shower. FACILITIES: Clients can enjoy activities such as fishing, scuba diving and canoeing.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.28" OriginalAmount="55.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.54423" Longitude="99.046812" StarRating="3" HotelCode="|178329" HotelName="Lanta Seafront Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>254 Moo 6, Koh Lanta Yai, Krabi 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/2/9/178329_02514ae1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.34" OriginalAmount="55.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0388878" Longitude="98.817393" StarRating="2" HotelCode="916680|1866988" HotelName="The Krabi Forest Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Nopparat Thara Road, Moo 3, Ao Nang, Munag, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/15/2a15112c0bc4a1204aa4beb59ddacfa0595d7b93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.47" OriginalAmount="55.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0610467" Longitude="98.9161164" StarRating="2" HotelCode="|46141" HotelName="Krabi Cozy Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ISARA ROAD, T PAKNAM, MUANG 67/9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/4/1/46141_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 24 rooms, a lobby, a restaurant, WiFi, a laundry service and a car park. SITUATION: This urban hotel is 10 minutes away from Ao Nang the beach it is 5 minutes away from Krabi the centre of nearby, you will find restaurants, is situated 17 kilometres away from Krabi Airport. ROOM: The rooms have a balcony, individual air-conditioning, a bathroom with a shower, cold water, hot water, an LCD television, a direct line telephone, a mini-bar, a coffee maker, a kettle, a double bed, internet, a hairdryer and a safety deposit box. FACILITIES: At the beach, guests can enjoy sports activities, diving, climbing and go canoeing. PAYMENT METHODS: Customers can pay using JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.09198161" Longitude="98.90505053" StarRating="3" HotelCode="355974|205172" HotelName="Tairada Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>69/31-32 Maharaj Rd., T. Krabi Yai, A. Muang, 81000 Krabi Town</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/05/3e05eed68903107e697f8b57eb0a4c5653f4c808.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Krabi. For guests who appreciate a stylish ambience, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07829845" Longitude="98.89617616" StarRating="3" HotelCode="639030|the_ozone_krabi_condotel" HotelName="The Ozone Krabi Condotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>195 Pak Nam, Muang, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/8c/998c7ec26bb57a406bd25bb7a359acafc743b714.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.70" OriginalAmount="56.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035501" Longitude="98.830192" StarRating="3" HotelCode="|171462" HotelName="Marina Express - Fisherman - Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>20/1 Moo 2, Ao Nang Beach, Muang, 81000 Krabi Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/4/6/2/171462_1553dc11137.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.08" OriginalAmount="56.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.106092" Longitude="98.946918" StarRating="0" HotelCode="|482292" HotelName="Numjaan Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Moo 2 T.Krabi Noi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/2/9/2/482292_7180f3d1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08445669" Longitude="98.90614661" StarRating="2" HotelCode="406945|205019" HotelName="Crystal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>331/9 Maharaj Road, Pagnam, 81000 Krabi, Muang</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/bc/3fbc4d40fe255f475de718dac859964d5b20afa6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05009763" Longitude="98.91648358" StarRating="2" HotelCode="351135|tharapark_view_hotel" HotelName="Tharapark View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>318 Moo 7, Tambon Saithai, Krabi Town 81000, Muang Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1b/601b2acd145af82e1a0ec7d8e9a28a32f1ff082d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03422" Longitude="98.831253" StarRating="3" HotelCode="296592|ibis_styles_krabi_ao_nang_" HotelName="Ibis Styles Krabi Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>725 Moo 2, Ao-nang, Muang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/da/a7da890b4dfec243dd717a185b269649ed70cbb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 2 km from the centre of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05572366" Longitude="98.83870792" StarRating="3" HotelCode="402895|tetris_hotel" HotelName="Tetris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>77/7 Moo 2, AoNang Sub-district Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/e4/69e45cd63a1bf0fd0b1f69d8d68d439e1ee950c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a bar, a transfer servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0468962820188" Longitude="98.802208006382" StarRating="3" HotelCode="100224|krabi_aquamarine_resort_spa" HotelName="Krabi Aquamarine Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>169 Moo 3, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/2b/ea2b1448e84fde159b6022576fff1be4f724f098.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Ao Nang area, just a 5-minute walk from Nopparathara Beach, or a 15-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.60" OriginalAmount="58.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0453634" Longitude="98.8126152" StarRating="3" HotelCode="|83136" HotelName="Oyo 1046 Noppharat Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3 AO NANG, AMPUR MUANG 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/3/6/83136_1_1295.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Krabi it is in is situated in the heart of the city, nearby, you will find the beach. HOTEL: The hotel was built in 2006 18 rooms, 12 single rooms, 6 double rooms and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.71" OriginalAmount="58.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.066243" Longitude="98.917028" StarRating="3" HotelCode="|179657" HotelName="Apo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>189 Uttarakit Rd Muang Krabi 81000 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/5/7/179657_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.82" OriginalAmount="58.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03685" Longitude="98.83309" StarRating="3" HotelCode="|246387" HotelName="Aonang Sea Valley Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>939 M.2 Soi 2 T.Aonang, Krabi, Krabi 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/3/8/7/246387_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.61" OriginalAmount="59.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.053324" Longitude="98.757685" StarRating="3" HotelCode="|509569" HotelName="Sino Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>449 Moo2 Klong Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/5/6/9/509569_e71a5eb1111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.34" OriginalAmount="59.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.73242" Longitude="99.04012" StarRating="4" HotelCode="|613310" HotelName="Apartel at Lanta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>243, Long Beach, Sala Dan, Ko Lanta District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/3/3/1/0/613310_0096a7f0248.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.48" OriginalAmount="59.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0407492" Longitude="98.8174607" StarRating="3" HotelCode="|62857" HotelName="Apasari Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3, AO NANG, MUANG 178</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/5/7/62857_2e9ffe11002.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern complex and has 70 rooms, This urban hotel, was built in 2008, has a lobby, with a reception, a restaurant, conference facilities and internet. SITUATION: This urban hotel is situated in Ao Nang a residential area of 10 minutes away from the establishment, guests will find the beach, the shops, is situated 30 kilometres away from Krabi Airport. ROOM: Clients are offered 5 rooms, direct access to the swimming pool, a terrace and mountain views. Some rooms have a sofa-bed, They also have satellite and cable TV, internet, a mini-bar, a coffee maker, a kettle, individual air-conditioning, a safe, a bathroom with a shower or bath and a hairdryer. FACILITIES: Outdoors, clients can enjoy a swimming pool that has an area for children. MEALS: Regarding the food and beverage offering, the establishment offersHello the restaurant, which serves regional cuisine The establishment offers a breakfast, lunch and dinner service, Guests have at their disposal international dishes. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034717" Longitude="98.833651" StarRating="3" HotelCode="187181|green_view_village_resort_2" HotelName="Greenview Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>279 Moo2, Ao Nang 81000, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/16/d7161ffdecf76e3f6a434c84f07e0e0048b17cce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Ao Nang, just 15 minutes' walk or 3 minutes free shuttle service to Ao Nang...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0620227169714" Longitude="98.918103855471" StarRating="1" HotelCode="385449|grandmom_place" HotelName="Grandmom Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>67 Uttarakit Road, Paknum, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/6b/bf6bdac6f1e53c7bb672813027d96393259126a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03151272" Longitude="98.83163303" StarRating="3" HotelCode="856330|frank_ao_nang_krabi_resort" HotelName="Frank Ao Nang Krabi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>901 Soi 13 Moo 2, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/72/cd72d81fb429ebce26faafd03ae06a0a03d1cf94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.77" OriginalAmount="61.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.043197" Longitude="98.82" StarRating="3" HotelCode="|210596" HotelName="Hula Hula Resort Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>222 Khlonghang Road, Moo 3, Aonang,Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/5/9/6/210596_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.44" OriginalAmount="61.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.040333" Longitude="98.819755" StarRating="2" HotelCode="|478611" HotelName="iRest Ao Nang Krabi - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/8-12 Moo 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/1/1/478611_16ccefa1342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08047896" Longitude="98.91212343" StarRating="3" HotelCode="359633|jingjit_hotel" HotelName="Jingjit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Hootanggoon Road, Pak Nam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a2/0ba22258ac1253bd61f3e68a031c1769bb28100d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features a baggage storage service for a comfortable ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04331181" Longitude="98.81994194" StarRating="3" HotelCode="496134|219079" HotelName="Hula Hula Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Klonghang Road Moo 3, Ao Nang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/d8/74d80ac3e9a3b870a959b109bd32726e6cd4edf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0403221948364" Longitude="98.819491642922" StarRating="2" HotelCode="383249|i_krabi_hostel_aonang" HotelName="iRest Ao Nang, Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/8-12 Moo 3, Aonang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a9/d5a96c928e8ec8b168719fd983f93d0c1bcdde81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032508" Longitude="98.824381" StarRating="3" HotelCode="89160|the_verandah" HotelName="Verandah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Moo 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/40/b34090418cf87f6d01c3b6eed091264c1197f6f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Krabi Province, on the west coast of Thailand. Nestled on the beautifu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="2" HotelCode="571604|the_kim" HotelName="The Kim" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>302 Uttarakit Road, Paknam,Mueng, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/8d/048d0dad8a05c25d87096dcab22161dc40ca4b43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.95" OriginalAmount="63.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032162" Longitude="98.829435" StarRating="0" HotelCode="|396930" HotelName="Andaman Breeze Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>424/1 Soi 11/1, Moo 2, Aonang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/3/0/396930_bbdff5a1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.60" OriginalAmount="63.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.086016" Longitude="98.906112" StarRating="0" HotelCode="|479715" HotelName="The Kim Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>302 Uttarakit Road, Paknam, Mueng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/7/1/5/479715_b23ba271502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.031578" Longitude="98.821606" StarRating="3" HotelCode="406673|204984" HotelName="Andaman Pearl Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>754-754/1 Soi Aonang 11/1, Moo 2, Aonang Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/549282/549282a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.066459" Longitude="98.914066" StarRating="2" HotelCode="56692|56932" HotelName="Thepparat Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151-155 Maharaj Road, Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/80/05804dc8179f4fb2d6517559e76230edaaa1285f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the morning and night markets. Guests will reach Chao Fah Pier in about 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.65" OriginalAmount="64.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06667" Longitude="98.9144" StarRating="3" HotelCode="|28243" HotelName="Thepparat Lodge Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>151 - 155 MAHARAJ ROAD, PAKNAM 151-155</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/4/3/28243_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, has a lobby, air-conditioning, a reception with safety deposit boxes, a currency exchange service, a baggage room and a lift. Guests are also offered a kiosk, shops, a hairdresser's, a TV room, a conference room, a dining room and internet. It has a cafÃ©, a bar, a restaurant with air-conditioning, with highchairs, a laundry service, a medical care service and a car park. SITUATION: It is close to a night market, Chao Fah it is 10 minutes away from it is well-connected. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone, a satellite or cable television, a radio, a stereo, internet, a kettle, a coffee maker, a double bed, an individual air-conditioning system, a central heating system, a safe (available for a fee) and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a swimming pool, The establishment has a wellness centre, a jacuzzi, a sauna, a massage service, a gym and aerobics classes. You can also enjoy playing billiards and enjoy tennis. PAYMENT METHODS: The establishment accepts Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.96" OriginalAmount="64.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05597" Longitude="98.83893" StarRating="4" HotelCode="|236186" HotelName="Tetris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>77/7 Moo 2, AoNang Sub-district Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/1/8/6/236186_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.48" OriginalAmount="64.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0406964" Longitude="98.8192803" StarRating="0" HotelCode="|188137" HotelName="I Krabi Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>155/8-12 Moo 3. T. Aonang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/3/7/188137_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0624377462352" Longitude="98.911521392877" StarRating="2" HotelCode="404759|ban_punmanus" HotelName="Ban Punmanus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>122 Soi Nathvithi, Baan Punmanus, Pak Nam, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/95/d79591215635c17dcab2e07fe9ad4bf76625f9bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.82" OriginalAmount="65.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.624368" Longitude="99.079226" StarRating="3" HotelCode="|178309" HotelName="Lanta Mermaid Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>333 M.3 Klong Dao Beach, Saladan, Ko Lanta, Krabi 81150 (Thailand)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/0/9/178309_dc62c121024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.95" OriginalAmount="65.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03882" Longitude="98.83319" StarRating="2" HotelCode="|188188" HotelName="Morakot Lanta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>597 Moo 3 Saladan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/8/8/188188_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.35" OriginalAmount="65.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06495" Longitude="98.7443" StarRating="0" HotelCode="|479486" HotelName="White Sand Halal House Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>231 Moo 3, Tambon Nong Thale</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/4/8/6/479486_211eb4e1309.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.35" OriginalAmount="66.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032316" Longitude="98.823791" StarRating="3" HotelCode="|406939" HotelName="Lalisa  Aonang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23/4 Moo 2 Aonang Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/9/3/9/406939_cbeb5dc1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.42" OriginalAmount="66.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0412649" Longitude="98.817052" StarRating="0" HotelCode="|169597" HotelName="Aonang Viva Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>194 MOO 3, AONANG SOI 8, AONANG, MUANG, KRABI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/9/7/169597_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, a bar, WiFi (free of charge), a reception, a transfer service to the airport, a baggage room and a car park (free of charge). SITUATION: This establishment, is in Ao Nang the beach it is situated 5 minutes walk away from Nopparat Tara the beach 700 metres away from Ao Nang Krabi the boxing stadium. ROOM: Each room has an air-conditioning system, a balcony, flatscreen cable television, a fridge, a coffee maker, a bathroom with a shower, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.038767" Longitude="98.816324" StarRating="3" HotelCode="166937|aonang_all_seasons_beach_resort" HotelName="Aonang All Seasons Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel,Eco Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Moo 3 Tambol Ao Nan Amphur Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/14/35148b4e3b295f93cc7d7caf4a4b18a450da79f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel resort is located 100 m from Ao Nang Beach. Krabi town centre is a 30-minute drive aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.041033" Longitude="98.81733" StarRating="3" HotelCode="96813|aree_tara_resort_2" HotelName="Areetara Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Moo 3 Aonang Soi 8 Road, Aonang Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/89/3489d2ff9e1425f8a703f1da81fe59722ac01f87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on the beautiful Aonang beach, which is only a 10-minute walk from the centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.89" OriginalAmount="67.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.740049" Longitude="98.777983" StarRating="3" HotelCode="|179809" HotelName="Phi Phi Green Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>193 Moo 7, Phi Phi Island , Tambon Aonang Muang Krabi Thailand 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/0/9/179809_f7726751023.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.02" OriginalAmount="67.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05028" Longitude="98.81432" StarRating="3" HotelCode="|244204" HotelName="S2 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>338 Moo 5, Tambon Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/2/0/4/244204_f199e4f1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.26" OriginalAmount="67.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03337" Longitude="98.83308" StarRating="4" HotelCode="|607902" HotelName="Aspira Escape Ao Nang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1415 Ao Nang, soi 11/1, Amphur Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/9/0/2/607902_f20cb130054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.59" OriginalAmount="67.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06521" Longitude="98.91692" StarRating="0" HotelCode="|188293" HotelName="Srisawara Casa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Maharaj Soi 10 (Sukon)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/9/3/188293_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.029758" Longitude="98.865221" StarRating="3" HotelCode="208110|arawan_krabi_beach_resort" HotelName="Arawan Krabi Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ao Nam Mao, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a3/5fa358fa468688560605e1f3e7eb25a2b37760dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort, conveniently located by the beach, is a short drive from the area's attractions; 5 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0484153964939" Longitude="98.814747333527" StarRating="3" HotelCode="166941|sunda_resort" HotelName="Sunda Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Moo 3, Ao Nang, Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/a7/cba78ee1b838d5b495ff32bb7cc22504c28cfbd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated 30 minutes away from Krabi International Airport and 5 minutes by car from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.18" OriginalAmount="68.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.188126" Longitude="98.831725" StarRating="3" HotelCode="|416523" HotelName="Paradis Vert" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Moo.1, Khao Thong, Krabi, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/5/2/3/416523_6dc23261709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.38" OriginalAmount="68.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.534423" Longitude="99.050312" StarRating="3" HotelCode="|178363" HotelName="Lanta Miami Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 M.6 Koh Lanta Yai., Krabi., 81150., Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/6/3/178363_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0901407" Longitude="98.89475791" StarRating="3" HotelCode="753554|304810" HotelName="The Chill at Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>121 Vatchara Road, Pak Nam, Mueang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f7/33f71b59178505e6bb1d93c3efdc7baebecb25aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0659109986172" Longitude="98.917156177159" StarRating="3" HotelCode="385275|apo_hotel" HotelName="Apo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Uttarakit Road, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/03/18033127cbeed50c2e9e1c61c3d6e13f9b078132.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.05" OriginalAmount="69.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034334" Longitude="98.828286" StarRating="0" HotelCode="|486725" HotelName="Sabai Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>249 Moo 2, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/7/2/5/486725_4ed5bbe1018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.09" OriginalAmount="69.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.539888" Longitude="99.048353" StarRating="3" HotelCode="|178316" HotelName="Lanta Nice Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137 Moo 6, Klong Nin Beach, Koh Lanta, Krabi Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/1/6/178316_f7678731107.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.99" OriginalAmount="70.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08048" Longitude="98.912131" StarRating="3" HotelCode="|410235" HotelName="Jingjit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49 Hutangkul Road, T.Paknam A.Muang, Krabi, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/2/3/5/410235_379bb530311.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.42" OriginalAmount="70.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04035" Longitude="98.81747" StarRating="3" HotelCode="|187920" HotelName="The Capuchin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>204 Soi 8, Moo 3.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/2/0/187920_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.58" OriginalAmount="70.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05476" Longitude="98.83856" StarRating="3" HotelCode="|439517" HotelName="The Cliff Elegance Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85/2 moo2, Ao nang, Amphur Muang, Krabi, 81180 Ao Nang Beach, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/5/1/7/439517_a51b3c41709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0656382" Longitude="98.9123181" StarRating="3" HotelCode="546575|the_nice_hotel_2" HotelName="The Nice Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Chaokun Road, Paknam, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f7/b1f75e9c95716205d676d907cfb006b92f6d54d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.82" OriginalAmount="71.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0337" Longitude="98.8284" StarRating="3" HotelCode="|405277" HotelName="COSI KRABI AO NANG BEACH" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1125 Moo 2, Soi Ao Nang 15, Ao Nang, Krabi, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/2/7/7/405277_17892651139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.91" OriginalAmount="71.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032543" Longitude="98.827675" StarRating="3" HotelCode="|54528" HotelName="Aonang Paradise Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25/18 MOO 2 AO NANG 25/18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/2/8/54528_b0da0de1020.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 rooms, The establishment it offers a lobby, a restaurant, WiFi (for a fee), room service, a laundry service (for a fee) and a car park. SITUATION: This complex Ao Nang it is in 400 metres away, guests will find a beach, close to the establishment, guests have restaurants, bars, pubs, tourist points of interest and a public transport stop. it is situated 25 kilometres away from Krabi Airport 280 kilometres away from the establishment, guests will find Phuket Airport. ROOM: The establishment has 17 standard rooms, 8 superior rooms, 3 deluxe rooms and 1Â family rooms. The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, cable television, internet, a mini-bar, a safe and a balcony or terrace. FACILITIES: The establishment has a swimming pool, a children's swimming area, a sunbathing terrace and room service. Clients can enjoy activities such as scuba diving, canoeing, rowing, horse-riding and play golf. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa. OBSERVATIONS: A deposit will be requested on arrival, Reception is not open 24 hours a day, Check-in is from 13:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.47" OriginalAmount="71.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.063432" Longitude="98.915486" StarRating="2" HotelCode="|478111" HotelName="Snoozz - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 Maharaj Road, Muang Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/1/1/1/478111_e9a7b291229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02861107" Longitude="98.85945833" StarRating="3" HotelCode="419399|heaven_view_krabi" HotelName="Heaven-7 Hilltop &amp; Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Concierge,Elevator,Garden,Internet,Kitchen,LCD/Projector,Massage Centre,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>388 Mu 5, Sai Thai, Mueang, Ao Nam Mao, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fd/23fd95fd3ea5d874669e5f6cf7666223b7536a89.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Heaven-7 Hilltop &amp; Ocean View in Krabi (Ao Nam Mao)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06524858" Longitude="98.916881" StarRating="2" HotelCode="356913|srisawara_casa_hotel" HotelName="Srisawara Casa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Maharah Soi 10 (Sukon), Muang, Krabi, 81000 Krabi Town</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d4/3bd4cdd6f543783bec9167d8adde480e70ccb944.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07012977" Longitude="98.915607" StarRating="3" HotelCode="554593|krabi_seabass_hotel" HotelName="Krabi SeaBass Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>273/55 Uttarakit Road, Paknam, Taguathung, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/14/b51480d819caad67c48ee488d784f66b917cd13c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.11" OriginalAmount="72.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.744077" Longitude="98.774791" StarRating="3" HotelCode="224733|61894" HotelName="Phitharom PP Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Moo7, Tonsai Town, Aonang, Muang, Krabi, Phi Phi Don 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0f/9c0f78d9cd5ba11ed5e8bd765cad7ff69fc13c9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Ko Phi Phi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.34" OriginalAmount="72.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0408122" Longitude="98.8174542" StarRating="3" HotelCode="|62859" HotelName="Aree Tara Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>177 Moo 3, Aonang Soi 8 Road, Aonang Beach, Krabi, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/5/9/62859_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inAo Nang the beach 10 minutes away from the establishment, guests will find Ao Nang the city centre of Where you can find public transport services, shops, restaurants, bars and nightlife. Krabi 30 minutes away from the establishment clients have It is situated 40 minutes away fromKrabi Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.41" OriginalAmount="72.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.6217759" Longitude="99.0315567" StarRating="4" HotelCode="|62876" HotelName="Lanta Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>243 MOO 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/8/7/6/62876_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a restaurant, a bar, a swimming pool, a children's swimming pool, internet (for a fee) and a laundry service. SITUATION: It is situated close to the beach, this hotel Saladan it is situated 1,5 kilometres away from It is situated 75 kilometres away from the airport. ROOM: All the rooms have a bathroom with a shower or bath, a television, a direct line telephone, a mini-bar, a safety deposit box and a balcony or terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.42" OriginalAmount="72.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0649304" Longitude="98.9160906" StarRating="3" HotelCode="|179671" HotelName="City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>15/2-4 Maharaj Soi 10 A.Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/7/1/179671_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06297731" Longitude="98.91604483" StarRating="2" HotelCode="546565|hello_house" HotelName="Hello House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi 4 Maharaj, Tambon Paknam, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/d3/92d3d8111afa3d073d400848f9d7aa3005d9d9af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.29" OriginalAmount="73.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0392584" Longitude="98.8172655" StarRating="4" HotelCode="|44089" HotelName="Red Ginger Chic Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>168 M. 3, T. Ao Nang, A. Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/8/9/44089_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 63 rooms, The establishment has a currency exchange service, a lift, a restaurant, conference rooms, internet, room service and a laundry service. SITUATION: 200 metres away, guests can findAo Nang the city centre of Krabi is situated in it is 36 kilometres away from Krabi Airport. ROOM: The rooms a bathroom with a shower, a hairdryer, a king size or double bed, a direct line telephone, a satellite television and a radio. They also have internet, a safety deposit box, a mini-bar, a coffee maker, a kettle and an air-conditioning system. FACILITIES: Clients can find a swimming pool that has an area for children, an outdoor bar and a sunbathing terrace. 300 metres away, there is a beach. MEALS: Guests are offered a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.48" OriginalAmount="73.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.535396" Longitude="99.050006" StarRating="3" HotelCode="|178366" HotelName="Lanta Paradise Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 M.6 Koh Lanta Yai, Krabi 81150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/6/6/178366_74acad01056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.67" OriginalAmount="73.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03898" Longitude="98.83418" StarRating="3" HotelCode="|188292" HotelName="Snow House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>752 Moo.2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/2/9/2/188292_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0660547364186" Longitude="98.91604187563" StarRating="2" HotelCode="392707|57864" HotelName="Lada Krabi Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90/71-72 Maharaj Road, City Market, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/d2/1cd24ca559ac4dc32e1dad41087ac163ff87d3e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.73707837" Longitude="98.77832076" StarRating="3" HotelCode="701397|u_rip_resort" HotelName="U Rip resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>65 Village 7, Ao-Nang Sub-district, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/bf/ddbfcdc0f6b07f4263f55f4c75995718045cf8c2.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.02" OriginalAmount="74.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0393963" Longitude="98.8173073" StarRating="4" HotelCode="|33254" HotelName="Blue Tara Hotel Krabi Ao Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>159/1 MOO 3, AO NANG SOI 8 159/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/5/4/33254_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 70 rooms, 18 superior rooms, 47 deluxe rooms and 5 deluxe rooms. The establishment boasts a lobby with express check-out, a reception, a lift and WiFi. The establishment also offers a restaurant, conference rooms, room service, a laundry service, bicycle hire and a car park. SITUATION: The complex, is in Ao Nang Beach. 150 metres away, clients have the city centre. Near the establishment, guests will find restaurants, bars and pubs. It is situated 2 hours away from Phuket, the establishment is 34 kilometres away from Krabi Airport. ROOM: The rooms have a balcony or terrace, individual air-conditioning, a bathroom with a shower or bath, a satellite TV and a direct line telephone. They also have internet, a safety deposit box, a hairdryer, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool that has an area for children. Guests can also scuba diving and horse-riding. Clients can enjoy activities such as canoeing. Guests are offered a massage service. 60 minutes away, there is a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.05" OriginalAmount="74.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.599185" Longitude="99.034497" StarRating="3" HotelCode="|178306" HotelName="Lanta Castaway Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>299 Mu 2 Phra Ae, Saladan Koh Lanta, Krabi 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/0/6/178306_d0b80bf1012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.71" OriginalAmount="74.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.5005422" Longitude="99.0698516" StarRating="3" HotelCode="|178330" HotelName="Alama Sea Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>333 Moo 5, T. Koh-Lanta Yai, A. Koh-Lanta, Krabi, Thailand 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/3/0/178330_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07633625" Longitude="98.90976813" StarRating="3" HotelCode="751723|sita_krabi_hotel" HotelName="Sita Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Laundry,Meeting Room,Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Hutangkoun Road, Pak Nam Mueang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/10/c61095f39286bff7b190a837b37fba1f79ea2b3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Krabi Town. Sita Krabi Hotel features a total of 32 units. The hotel was bui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.63" OriginalAmount="75.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.624373" Longitude="99.079237" StarRating="3" HotelCode="|178325" HotelName="Lanta Klong Nin Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>324 Moo 6 Koh Lanta Yai, Koh Lanta, Krabi 81000 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/2/5/178325_354e7751053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.75" OriginalAmount="75.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.053881" Longitude="98.837605" StarRating="4" HotelCode="|389861" HotelName="Chermantra Aonang Resort and Pool Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>987 Moo2 T.Aonang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/6/1/389861_24c19ba0952.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0472400233876" Longitude="98.848670087225" StarRating="2" HotelCode="396831|58221" HotelName="Oscar Villa Aonang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>7/13 Moo 2, Tambon Aonang, Amphoe Muang, Krabi, Ao Nang Beach, Krabi 81150</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ba/5dbadd17d36744dd94b77d3c45be7e13d6a03330.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.45" OriginalAmount="76.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.738012" Longitude="98.776891" StarRating="3" HotelCode="|179674" HotelName="Gypsy Sea View Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Moo 7 Koh Phi Phi, T. Aonang, Muang, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/7/4/179674_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0128179160018" Longitude="98.842975123515" StarRating="3" HotelCode="129882|diamond_private_resort" HotelName="Diamond Cave Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>36 Mu 1, Tambon Ao Nang, Ampur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/32/0a32b19f58c3cf5465d2cf23ea36a26974e59db7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A cash machine, a restaurant, a bar and a transfer service are available to guests of the resort. Wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06522008" Longitude="98.91519811" StarRating="2" HotelCode="546562|snoozz_hotel" HotelName="Snoozz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Maharaj Road, Mueang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/25/79251d15758402cf506d29ab069932763acbdc62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0812821132363" Longitude="98.917862176895" StarRating="4" HotelCode="29564|maritime_park__spa_resort" HotelName="Maritime Park &amp; Spa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tungfah Road, Muang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/48/ac48256bb5e15716f8dddeecf0a5c4b39e59f59a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in a landscape of exquisite beauty amidst forested mountains in southern Thailand'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.042416" Longitude="98.818377" StarRating="3" HotelCode="36334|deevana_krabi_resort" HotelName="Deevana Krabi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Aonang Soi 8 Moo 3, Aonang Beach, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/06/e6069ae4ffc729cbb857074e6c2b40951626f1a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in Krabi, in the vibrant heart of the Siam, the resort is located just 25 km away from Krabi Air...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="0" HotelCode="853740|chermantra_aonang_resort_and_pool_suite" HotelName="Cher Mantra Aonang Resort &amp; Pool Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>987 Moo 2</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/04/d3046c274fd5134fd3959654499c91aad4f36af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.81" OriginalAmount="78.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0296916" Longitude="98.8644222" StarRating="4" HotelCode="|396989" HotelName="HEAVEN VIEW KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>388/64 Moo 5 Sai Thai, Ao Nam Mao, Muang,krabi, Thailand 81000 , 81000 Ao Nam Mao, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/8/9/396989_1165a510449.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.25" OriginalAmount="78.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0355491" Longitude="98.8297863" StarRating="4" HotelCode="|71519" HotelName="Krabi Cha-da Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>500 MOO 2, AO NANG MUANG, KRABI 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/1/9/71519_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Krabi city centre. Nearby, you will find Ao Nang ROOM: The establishment has 84 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system. FACILITIES: The establishment boasts an outdoor swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.25" OriginalAmount="78.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.038434" Longitude="98.81689" StarRating="4" HotelCode="|179819" HotelName="Navinda Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>167 MOO 3 Tambon Aonang Amphur Muang,Krabi 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/1/9/179819_cd763910853.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0889392475017" Longitude="98.892962724383" StarRating="3" HotelCode="381551|52849" HotelName="A Little Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>25 Watchara Road, Tambon Paknam, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/36/ee3647c5211f33f97b096dc251cfab27cfd23770.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03585" Longitude="98.83494" StarRating="4" HotelCode="468399|132419" HotelName="Centra by Centara Phu Pano Resort Krabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>879 Moo 2, Soi Ao Nang 11, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/90/6b90a3730d4611988bd1d46dc73ce5b9a1654404.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03299038" Longitude="98.82677192" StarRating="4" HotelCode="531614|ava_sea_resort" HotelName="Avasea Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>834 Moo.2 Aonang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/67/286760394b0cdf856a0d67328dc4683029fa5705.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.05" OriginalAmount="79.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.012633" Longitude="98.843582" StarRating="0" HotelCode="|481575" HotelName="Rapala Rock Wood Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>559 Moo2 Aonang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/5/7/5/481575_7f7ad6e1315.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.16" OriginalAmount="79.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0387863" Longitude="98.8192364" StarRating="4" HotelCode="|33192" HotelName="Ao Nang Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31/3 Moo 2 Ao Nang 31/3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex was renovated in 2007 and has 65 rooms. The establishment boasts a lobby with express check-out, a reception, a safety deposit box service, a restaurant, internet, room service and a laundry service. SITUATION: This complex is 200 metres away from restaurants, bars and the nightlife. It is 20 minutes away from Krabi and 30 kilometres away from Airport Krabi. ROOM: The rooms have a bathroom with a shower or bath, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a coffee maker, a kettle, an ironing set, a double bed, a safety deposit box and a balcony or terrace. FACILITIES: The establishment boasts a pool that has a children's area, a playground, a bar, parasols and deck chairs. The establishment also offers spa treatments, a massage service (available for a fee) and a sauna. 45 minutes away, there is a golf course. MEALS: Customers have at their disposal a restaurant. The establishment serves a buffet breakfast and Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0383126471212" Longitude="98.817043304443" StarRating="3" HotelCode="104213|20765" HotelName="The Small Krabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 MOO 3, Tambon Aonang Amphur, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/6c/656cdc26894ae064be9c625d3b62c1e93348c061.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the corner between the Ao Nang and Noppharatthara beaches in Krabi, Thailand...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.018034" Longitude="98.833259" StarRating="3" HotelCode="75187|10981" HotelName="Tonsai Bay Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Moo 2, Ao-Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/16/15167469f580d861c2d6366d299395c711171dd7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Tonsai Beach, by the white sand and the crystal-clear Andaman Sea. Krabi I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.91" OriginalAmount="80.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.614686" Longitude="99.032745" StarRating="3" HotelCode="|178319" HotelName="Lanta Pearl Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>233 Moo 3 Saladan, Ko Lanta, Krabi Thailand 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/1/9/178319_20b2e3d1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07824953" Longitude="98.90857673" StarRating="3" HotelCode="495936|peak_boutique_city_hotel_krabi" HotelName="Peak Boutique City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>242/12 Maharaj Road, Tambol Paknaam, A.Muang Krabi, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585aa8e344e7de8575f66579e06f7213f6200dcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.25" OriginalAmount="81.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05724" Longitude="98.81884" StarRating="0" HotelCode="|236164" HotelName="The Phu Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>323 moo 5 Ao-nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/1/6/4/236164_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.72" OriginalAmount="81.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.5735283" Longitude="99.0338642" StarRating="3" HotelCode="|178372" HotelName="Moonwalk Lanta Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>509 Moo2, Saladan, Ko Lanta, Krabi 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/7/2/178372_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035738" Longitude="98.818494" StarRating="3" HotelCode="26333|1310" HotelName="Krabi Heritage Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 Moo 2, Tambol Ao Nang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/48/f148fe9bc858876dbf92fe9e55ee7a5ffdad029c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is around 100 m from the beach. Nearby (100 - 150 m away) are countless s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05740644" Longitude="98.81851976" StarRating="3" HotelCode="386155|170036" HotelName="The Phu Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>323 Moo 5, Ao Nang Muang, 81180 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c1/eac11e53ad05e62ae25b5660345ff5863da08c90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.48" OriginalAmount="82.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.572797" Longitude="99.035193" StarRating="3" HotelCode="|178380" HotelName="Sea Sand Sun Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>286 Moo2, Saladan, Koh Lanta Yai, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/0/178380_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.60" OriginalAmount="82.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.052857" Longitude="98.803494" StarRating="3" HotelCode="|406297" HotelName="At Thara Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>385 Moo 5 Krabi Krabi 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/9/7/406297_3fe039a1215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.77" OriginalAmount="82.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03406" Longitude="98.82854" StarRating="3" HotelCode="|188185" HotelName="Mini House Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>675 Moo 2, Ao Nang, Muang, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/8/5/188185_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.29" OriginalAmount="83.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06599" Longitude="98.90807" StarRating="3" HotelCode="|404094" HotelName="Well Timed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 12 13 KRABI ROAD PAKNAM MUANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/0/9/4/404094_ac860181528.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.74" OriginalAmount="83.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.7389031" Longitude="98.7772953" StarRating="3" HotelCode="|179689" HotelName="Phi Phi Chang Grand Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>197 Moo 7, Phi Phi Don Village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/8/9/179689_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.76" OriginalAmount="83.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.041074" Longitude="98.813208" StarRating="4" HotelCode="|388394" HotelName="Maneetel Krabi Beachfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 3, Nopparat Tara Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/3/9/4/388394_38751bf0940.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.031743364608" Longitude="98.823887615344" StarRating="3" HotelCode="99801|11891" HotelName="Ao Nang Orchid Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>141 M.2T, Ao Nang Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/30/9d302d8f3b295d26284084718923e8a801c1c787.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located in Krabi's Ao Nang, one of Thailand’s vibrant tourist centres, with a backdr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.011651" Longitude="98.842021" StarRating="3" HotelCode="318932|53017" HotelName="Avatar Railay Krabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>629 Moo 2, Tambol Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/d1/4bd17afe4d21de47da916e4112786e3d59918d3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.41" OriginalAmount="84.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039728" Longitude="98.817076" StarRating="4" HotelCode="|207710" HotelName="Apple A Day Resort Krabi Aonang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>234 Aonang Soi 8, Moo 3, A.Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/7/1/0/207710_20.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.56" OriginalAmount="84.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.036339" Longitude="98.834418" StarRating="4" HotelCode="|206835" HotelName="Centara Life Phu Pano Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>879 Moo 2, Soi Ao Nang 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/8/3/5/206835_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0381830763971" Longitude="98.8164214695" StarRating="3" HotelCode="429485|the_pano_hotel__residence" HotelName="The Pano Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Designated Smoking Area,Elevator,Garden,Internet,LCD/Projector,Parking,Room Service,Swimming Pool,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>189/1-5 Moo 3, Aonang Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/9a/919a8a6040b3479e7bfaa3eae6710c3f47a266d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at The PANO Hotel &amp; Residence in Krabi, you'll be near the beach and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.87" OriginalAmount="85.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0323059" Longitude="98.8252583" StarRating="4" HotelCode="|27136" HotelName="Krabi Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>312 Moo 2, Tambol Ao Nang, Amphur Muang, Krabi, 81000 Ao Nang Beach, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/1/3/6/27136_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 78 rooms and 4 floors. The establishment boasts a lobby with air-conditioning, with elevators, a safety deposit box service and a reception. It also has a cafÃ©, a bar, a restaurant, conference rooms, room service, a laundry service, a car park and indoor parking. SITUATION: 100 metres away, guests will find a beach, 100 metres away, guests have shops, bars, restaurants and nightclubs. 100 metres away, there is a public transport stop. ROOM: The rooms a bathroom with a hairdryer, a direct line telephone, a mini-bar and a satellite or cable television. FACILITIES: You can find a swimming pool, a snack bar, deck chairs, parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.30" OriginalAmount="86.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0793103" Longitude="98.9150098" StarRating="2" HotelCode="|169163" HotelName="Krabi Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UTTARAKIT RD. A. MUANG 403</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/6/3/169163_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has has 58 rooms. SITUATION: This establishment, Krabi it is in it is in the heart of, the city, Close to a golf course and the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0397147695595" Longitude="98.817080550025" StarRating="4" HotelCode="352981|95775" HotelName="Apple A Day Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>234 Aonang Soi 8 Moo 3, Ampur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/ff/5eff41e8ce014c9c2c5632b17ccd96238631d848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Mueang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.89" OriginalAmount="87.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0653" Longitude="98.91603" StarRating="4" HotelCode="|451301" HotelName="Newly Opened - Blu Monkey Hub and Hotel Krabi Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Maharaj Road Pak Nam, Mueang Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/3/0/1/451301_21723671257.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.52" OriginalAmount="87.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062631" Longitude="98.916878" StarRating="0" HotelCode="|390552" HotelName="Family Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Maharaj Road Soi 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/5/5/2/390552_322c4d41130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04113641" Longitude="98.76416002" StarRating="2" HotelCode="429556|pine_bungalow" HotelName="Pine Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>99 Moo 2, Nongtalay, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b5/71b5033c60270a8eaa8c660ccc915d5aee6efa72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Krabi (Nong Thale), Pine Bungalow is within the vicinit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.45" OriginalAmount="90.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0325484" Longitude="98.82382" StarRating="3" HotelCode="|46145" HotelName="Kokotel Krabi Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 2, TAMBOL AO NANG, MUANG 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/4/5/46145_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has views of the mountain, views of the sea, has a car park, (free of charge), a restaurant and a swimming pool on the rooftop, It also has security services, a laundry service, a dry cleaner's, a car hire service and a limousine service. Regarding the food and beverage offering, the establishment has a restaurant. SITUATION: This establishment, Ao Nang it is in it is 30 minutes drive away from Krabi Airport 10 metres away from the establishment, guests can find the beach, Close to restaurants and markets. ROOM: The rooms have a satellite TV, an air-conditioning system, a balcony, a mini-bar, a direct line telephone, a safety deposit box, a kettle and a coffee maker.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.80" OriginalAmount="90.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0396036" Longitude="98.8175358" StarRating="4" HotelCode="|44749" HotelName="Ananta Burin Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>166 Moo 3, Ao Nang 166</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/9/44749_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a cafÃ©. The establishment also offers conference rooms, internet, room service, a laundry service and a car park. SITUATION: Is situated inAo Nang the beach near the establishment, guests will find restaurants, bars and pubs. 3 minutes away from the establishment guests have shops. ROOM: The establishment has 75 rooms, The rooms a bathroom with a bath, a shower, a hairdryer and a satellite or cable television. They also have internet, a mini-bar, a coffee maker, a kettle, a king size or double bed, individual air-conditioning and a safety deposit box. FACILITIES: You can find a swimming pool that has an area for children, a jacuzzi and an open-air bar. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.93" OriginalAmount="91.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.059801" Longitude="98.847087" StarRating="3" HotelCode="|439746" HotelName="Amadha Villas Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1009 Soi 1, Moo 2, Ao Nang, Krabi, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/7/4/6/439746_c30bce51739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.59" OriginalAmount="91.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.739235" Longitude="98.768832" StarRating="3" HotelCode="|179772" HotelName="Phi Phi Charlie Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Moo 7, Koh Phi Phi, Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/7/2/179772_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.67" OriginalAmount="91.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0724158" Longitude="98.9165815" StarRating="3" HotelCode="|358757" HotelName="River Front Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>299 Utarakit Road, Paknam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/8/7/5/7/358757_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.80" OriginalAmount="91.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0393433" Longitude="98.815718" StarRating="4" HotelCode="|83146" HotelName="Srisuksant Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3, NOPPARATTHARA BEACH ROAD, AO-NANG 145</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/4/6/83146_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2002, renovated in 2012, has 115 rooms and 115 double rooms. SITUATION: This establishment, Krabi it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05944121" Longitude="98.83639147" StarRating="3" HotelCode="582250|palm_kiri_aonang_resort" HotelName="Palm Kiri Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>372 Moo 2, Tambon Ao Nang, Amphur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/46/5946f85af2fb24872a5086fc7dadbdd79f1e13be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.47" OriginalAmount="93.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0382171" Longitude="98.8194757" StarRating="3" HotelCode="|32927" HotelName="Ao Nang Colors  - Aonang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 MOO3, AO-NANG 125</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/2/7/32927_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, has 34 rooms and 4 floors. The establishment boasts a safety deposit box service, WiFi, a theatre, a bar, a restaurant, room service and a laundry service. SITUATION: It is inAo Nang the city centre of Krabi it is 20 kilometres away from Clients can also find the airport, Bangkok 821 kilometres away, you can find Phuket It is situated 155 kilometres away from. ROOM: The rooms have a king size or double bed, an individual air-conditioning system, a satellite television, films, internet and a direct line telephone. They also have a mini-bar, a fridge, a coffee maker, a kettle, a bathroom with a shower, a living room and a balcony. FACILITIES: You can find a swimming pool with a children's area, a sauna and a massage service. The establishment also offers diving, canoeing and billiards (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and a set-menu lunch. PAYMENT METHODS: The establishment accepts Mastercard, Visa and cash.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.66" OriginalAmount="94.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06502" Longitude="98.915884" StarRating="0" HotelCode="|390549" HotelName="The Brown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Maharaj 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/5/4/9/390549_1f21f8d1111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.96" OriginalAmount="96.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07237923" Longitude="98.91662368" StarRating="3" HotelCode="620605|river_front_krabi_hotel" HotelName="River Front Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>299 Thanon Utarakit, 81000 Krabi Town</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/2a/8a2aafebeca22c90a8e9c37931803afe60203adb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.69" OriginalAmount="96.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07846" Longitude="98.91091" StarRating="3" HotelCode="|224559" HotelName="Sita Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hutangkoun Pak Nam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/5/9/224559_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.32" OriginalAmount="98.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0817766" Longitude="98.918511" StarRating="4" HotelCode="|32656" HotelName="Maritime Park and Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 TUNGFAH ROAD, MUANG KRABI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/5/6/32656_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 211 rooms and 8 floors. Regarding the food and beverage offering, the establishment has Tarnboke and Korance the restaurants Sky Loungh the restaurant The establishment boasts 4 conference rooms, a currency exchange service, Nopparat Thara the lounge Lnang Krabi the lounge Knak Nam the lounge The establishment also has a TV room, a video player, a fan, a microphone and conference facilities. There are many services available at the establishment, including a laundry service, room service and a car park. SITUATION: It is surrounded by a garden area, is in Tailandia south Krabi Is situated in it is 15 minutes away from the airport, 25 minutes away, guests can find the beach. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a coffee maker, a teapot, a mini-bar and a central air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment boasts a sauna, a gym and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093681" Longitude="98.747571" StarRating="4" HotelCode="76008|anyavee_tubkaek_beach_resort" HotelName="Anyavee Tubkaek Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Moo 3, Nongthale, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/45/af45f2c2e97a3d3d1c37a45dcc0931bed3602b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on the tranquil beach of Tubkaek and is set amidst beautiful, lush landscaped ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.83" OriginalAmount="99.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0322947" Longitude="98.8246851" StarRating="3" HotelCode="|35539" HotelName="The Verandah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>191 MOO 2, AO NANG 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/5/3/9/35539_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 21 rooms, a lobby, a reception and a safety deposit box service. The establishment boasts internet in the hall, a breakfast room and a laundry service. nearby, there is a car park. SITUATION: Krabi It is in it is in Ao Nang the beach 20 kilometres away, you can find Krabi Airport it is 80 kilometres away from Phuket Airport. ROOM: The rooms have an air-conditioning system, a mini-bar, a fridge, a safe, a direct line telephone, a television and a bathroom with a shower, They also have a double bed, satellite or cable TV, internet and an ironing set. FACILITIES: Clients can find a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.42" OriginalAmount="100.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410409" Longitude="98.8201586" StarRating="4" HotelCode="|27893" HotelName="Chada Thai Village" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>260 Moo 2 Tambol Ao Nang, Amphur Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/3/27893_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.58" OriginalAmount="101.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0110228" Longitude="98.8406681" StarRating="4" HotelCode="|35027" HotelName="Railay Princess Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>145/1 Moo 2, Railay beach, Aonang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/2/7/35027_457b4630937.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has 59 rooms, 33 superior rooms and 26 deluxe rooms. The establishment boasts a lobby with a reception, a safety deposit box service, a pub, a restaurant, conference rooms, internet and a car park. SITUATION: 30 minutes away from the establishment, guests will findKrabi Airport Railay Beach 15 minutes away from the establishment clients have The establishment is 23 kilometres away fromKrabi the city centre of in the surrounding area, there is a bus stop. ROOM: Guests are offered superior rooms with a shower, a mini-bar, a satellite TV and an individual air-conditioning system. Guests can find deluxe rooms with terraces, a shower, a mini-bar with satellite television, a coffee maker, a hairdryer, a bathrobe, slippers, a safe and an individual air-conditioning system. They also have a direct line telephone, a double bed and internet. FACILITIES: The establishment boasts a swimming pool that has an area for children, parasols and an outdoor bar. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.60" OriginalAmount="101.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.033093" Longitude="98.824451" StarRating="0" HotelCode="|446398" HotelName="Aonang Dugong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1136 Moo 2, Krabi, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/3/9/8/446398_8f984371027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.63" OriginalAmount="101.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08835" Longitude="98.74676" StarRating="2" HotelCode="|518457" HotelName="Baan Tubkaek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 3, Tubkaek Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/8/4/5/7/518457_e55bcec0021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.92" OriginalAmount="102.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.048057" Longitude="98.816361" StarRating="4" HotelCode="|388401" HotelName="Anda Sea Tales Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>271 Moo 3, Klong Hang Road, Ao Nang, Muang, Krabi, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/0/1/388401_92a66af0910.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410720718438" Longitude="98.82007420063" StarRating="4" HotelCode="316904|krabi_thai_village_resort" HotelName="Cha-Da Krabi Thai Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>260 Moo 2, Tambol, Ao-Nang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/17/d017ed8713cd104ef431c287cc10804d345923f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated, this hotel lies on a fine sand beach. The hotel affords fantastic views out over t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.54" OriginalAmount="103.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.487303" Longitude="99.082741" StarRating="3" HotelCode="|178270" HotelName="Anda Lanta Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>79 Moo 5 Klong Jark Beach, Ko Lanta Yai Ko Lanta District, Krabi 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/7/0/178270_8e100e71006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.57" OriginalAmount="104.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0323669" Longitude="98.8234246" StarRating="4" HotelCode="|26199" HotelName="Krabi Tipa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>121/1 MOO2, AO NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/1/9/9/26199_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.01" OriginalAmount="104.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.01176" Longitude="98.84186" StarRating="3" HotelCode="|188006" HotelName="Avatar Railay - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>629 Moo 2, Tambol Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/0/6/188006_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.39" OriginalAmount="105.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.947251" Longitude="99.2115607" StarRating="4" HotelCode="|171567" HotelName="Wareerak Hot Spring and Wellness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Moo 7 Khlong Tom Nua Khlong Tom Krabi 81120 Krabi Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/5/6/7/171567_ce9bf700954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.97" OriginalAmount="105.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.543887" Longitude="99.046989" StarRating="3" HotelCode="|178340" HotelName="Clean Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Moo 6 (Klong Nin Beach ) Ko Lanta, Krabi 81150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/4/0/178340_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.97" OriginalAmount="105.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.5984433" Longitude="99.0364034" StarRating="3" HotelCode="|178362" HotelName="Lanta Manda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38/2 Moo2, T.Saladan, Ko Lanta, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/6/2/178362_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03251192" Longitude="98.82881554" StarRating="3" HotelCode="754233|376089" HotelName="Sea Seeker Krabi Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>963 Moo 2, Tumbon Aonang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/84/a4/84a4df059ade4b1b96783ad1e7e913d7cdb7360d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.77" OriginalAmount="108.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.058142" Longitude="98.748555" StarRating="2" HotelCode="|439846" HotelName="The Parlour Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>66 Moo 3, T. Nongthalay, A. Mueang Krabi, Klong Muang, Krabi, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/4/6/439846_de8f4761706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.86" OriginalAmount="110.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.048217" Longitude="98.814941" StarRating="3" HotelCode="|439836" HotelName="Doo Dee Boutique Resort by Swiss Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>House No. 100 Moo 3, Klong Hang Soi 2, Ao Nang, Krabi 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/8/3/6/439836_da5acd81702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.89" OriginalAmount="110.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.029464" Longitude="98.866847" StarRating="4" HotelCode="|221676" HotelName="Villa Cha-cha Krabi Beachfront Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>325 Moo 5, Saithai, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/7/6/221676_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.50" OriginalAmount="113.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.030382" Longitude="98.863788" StarRating="3" HotelCode="|83147" HotelName="Wild Orchid Krabi By Villa Cha Cha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO.5 SAITHAI-SUSANHOI RD, SAITHAI, MUANG 222/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/1/4/7/83147_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Ao Nammao it is in 100 metres away from the establishment, you can find Ao Nammao Port it is situated 5 kilometres away from Ao Nang the beach Krabi it is 15 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.59" OriginalAmount="113.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.595178" Longitude="99.032347" StarRating="3" HotelCode="|178382" HotelName="Soontreeya Lanta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>111/2 M 2 Long Beach Saladan Ko Lanta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/2/178382_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.34" OriginalAmount="115.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.6372403" Longitude="99.0299994" StarRating="3" HotelCode="|178324" HotelName="Golden Bay Cottage - Sha Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Moo 3, Saladan, Ko Lanta, Krabi, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/2/4/178324_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0579947169724" Longitude="98.748597360805" StarRating="3" HotelCode="429553|53050" HotelName="Bliss Resort Krabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Internet,Massage Centre,Parking,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>33/2 Moo 3 T.Nangtalay, Klong Muang Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/10/b710c568e3e7b071055f8697480a75182fdc1e27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Klong Muang Beach. Those wishing to escape the hustle and bust...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.87" OriginalAmount="116.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.029797" Longitude="98.865468" StarRating="3" HotelCode="|407037" HotelName="Blue Orchid Beach Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>480 Moo5 Krabi Krabi 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/0/3/7/407037_b16a0171053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.59" OriginalAmount="119.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.593166" Longitude="99.032082" StarRating="2" HotelCode="|178326" HotelName="Relax Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>111 Moo 2 Pra - Ae, Koh Lanta, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/2/6/178326_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0416468833254" Longitude="98.814121457672" StarRating="3" HotelCode="454994|163026" HotelName="Holiday Inn Express Krabi Ao Nang Beach" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>123/3 Moo 3, Ao Nang Beach, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/52/528121/528121a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.25" OriginalAmount="123.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.112924" Longitude="98.779516" StarRating="3" HotelCode="|405803" HotelName="Chanapha Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>196 Moo 6 Tambon Nong Thale Amphuer Moung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/8/0/3/405803_1fb9c021155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.44" OriginalAmount="123.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0425005" Longitude="98.8180751" StarRating="4" HotelCode="|104206" HotelName="Deevana Plaza Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>186 Moo 3, Aonang Soi 8, Aonang Beach, Aonang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/4/2/0/6/104206_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 3 swimming pools and with hydromassage bath. The establishment offers a spa and a gym. ROOM: Customers have modern rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.02" OriginalAmount="125.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.029205" Longitude="98.824035" StarRating="0" HotelCode="|446438" HotelName="Holiday Style Ao Nang Beach Resort, Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3 Ao Nang, Muang, Krabi - 81180, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/3/8/446438_9bd04c00831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.1129554" Longitude="98.77876271" StarRating="3" HotelCode="587976|chanapah_residence" HotelName="Chanapah Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Baan Din Daeng Noi, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/00/7300d56ee6edaa043b1b2c4cda71effd3991274c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.37" OriginalAmount="126.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0145261" Longitude="98.8417411" StarRating="3" HotelCode="|169587" HotelName="Railay Phutawan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>516 Moo 2,Aonang,Muang.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/8/7/169587_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 1992, was renovated in 2009, has 41 rooms, 10 single rooms, 10 double rooms, 1 suite, 20 bungalows and 10 villas. SITUATION: This establishment, Krabi it is in it is in the heart of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.40" OriginalAmount="128.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.050722" Longitude="98.808164" StarRating="4" HotelCode="|400064" HotelName="Villa Habeebee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>265 Moo5, Ao nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/0/6/4/400064_3da7d250933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08881059" Longitude="98.74699797" StarRating="2" HotelCode="872454|baan_tubkaek_hotel" HotelName="Baan Tubkaek Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>225 Moo 3, Tamboon Nongtalay, Amphur Muang, Krabi 81180, Tubkaek Beach</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/96/f896c859d1dd525be890aec1a3f090c1db041d7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.66" OriginalAmount="129.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.030914" Longitude="98.825249" StarRating="4" HotelCode="|34840" HotelName="Peace Laguna Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>193 Moo 2, Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/4/0/34840_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 149 rooms and chalets. Guests can find a hall with a reception, a safety deposit box service, a cafÃ©, a bar, a restaurant and WiFi (for a fee), For an extra cost you can have access to room service, a laundry service and a car park. SITUATION: This complex is 7 minutes away from Ao Nang the beach 100 metres away from the establishment, you can find restaurants, bars, the nightlife and public transport stops. Phuket it is 25 hours away from it is 17 kilometres away from Krabi Airport. ROOM: The rooms have a satellite television, a coffee maker, a DVD player, a fan, a bathroom with a shower, a jacuzzi, a hairdryer and internet. They also have a mini-bar, an ironing set, a king size or double bed, individual air-conditioning, individual heating, a safety deposit box and a balcony or terrace. FACILITIES: The establishment boasts 3 swimming pools with children's areas, deck chairs and parasols. You can find a bar in the hall, Guests can enjoy scuba diving, The establishment also offers a sauna, a gym, a massage service, a games room, a theatre and a library. 1 kilometre away, there is a golf course. MEALS: The establishment offers a buffet breakfast and a restaurant. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.81" OriginalAmount="129.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.045239" Longitude="98.817367" StarRating="4" HotelCode="|439380" HotelName="Phu Dahla Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>216 Moo 3, Ao Nang, Muang, Krabi, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/8/0/439380_55577c91057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.04" OriginalAmount="129.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0325298" Longitude="98.832428" StarRating="3" HotelCode="|408866" HotelName="Aonang Hill @11/1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>890 Moo 2 Ao Nang Krabi, Ao Nang Beach 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/8/6/6/408866_6ed1ba40658.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.78" OriginalAmount="131.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.7888536" Longitude="98.9829666" StarRating="2" HotelCode="|179768" HotelName="Joy Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>136 moo3 T. Kohsriboya, A.Nuaclong, Koh Jum,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/6/8/179768_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.27" OriginalAmount="131.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05631" Longitude="98.84548" StarRating="3" HotelCode="|235029" HotelName="Aonang Oscar Pool Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>888/8 Aonang Soi 1 Moo.2, Ao Nang Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/0/2/9/235029_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03248183" Longitude="98.83264088" StarRating="3" HotelCode="602112|aonang_hill_111" HotelName="Aonang Hill @11/1 Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>890 Soi 11/1 Moo 2, Tambon Aonang, Amphur Muangkrabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/08/2108332d202243b8a3be61965c96b9aa273b5c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.65" OriginalAmount="133.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.029698" Longitude="98.826247" StarRating="4" HotelCode="|388400" HotelName="Bluesotel Smart Krabi Aonang Beach - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1077 Aonang Soi 15, Moo 2, Aonang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/4/0/0/388400_807a0260952.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.37" OriginalAmount="136.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="14.6875143" Longitude="101.2006457" StarRating="4" HotelCode="|165386" HotelName="Ndol Streamside Thai Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>191 MOO 1, TAMBON MUAK LEK, AUMPHER MUAK LEK, SARA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/3/8/6/165386_9a56f760902.jpg</HotelPictures>
        <HotelDescription>HOTEL: This villa has a small hall, attentive service and comfortable facilities. SITUATION: This establishment, Bangkok it is 90 minutes away from it is in Muaklek the district of. OTHERS: Regarding the food and beverage offering, clients can enjoy a meal service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.59030387" Longitude="99.03271408" StarRating="3" HotelCode="775280|lazy_days_bungalows_" HotelName="Lazy Days Bungalows" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>775 Moo 2, Tambon Saladan, Koh Lanta, Krabi 81150</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ca/8dca9d39ff965f84290cb2d5d25491580897792f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.46" OriginalAmount="138.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06311" Longitude="98.84166" StarRating="3" HotelCode="|247289" HotelName="Living At Sphere Apartment - Family Room" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>630 Nathai Road Tambon Ao-nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/7/2/8/9/247289_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.04" OriginalAmount="140.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02889" Longitude="98.8604" StarRating="3" HotelCode="|404861" HotelName="Na Sook Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>199 Moo.5 T. Saithai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/8/6/1/404861_4278d221022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06315128" Longitude="98.84199092" StarRating="0" HotelCode="775622|living_at_sphere_apartment_family_room" HotelName="Living At Sphere Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>630 Nathai Road</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/41/c3415d4601fac4852d6b850572b79c4be177eacd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.55" OriginalAmount="142.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.638867" Longitude="99.03038" StarRating="3" HotelCode="|178275" HotelName="D.r. Lanta Bay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206 Moo 3, T. Saladan, A. Koh Lanta, Krabi 81150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/7/5/178275_9ab496a1018.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.65" OriginalAmount="142.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04044" Longitude="98.83584" StarRating="4" HotelCode="|240304" HotelName="Aonang Fiore Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>764 Moo 2 Aonang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/0/4/240304_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.18" OriginalAmount="142.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0885211" Longitude="98.746646" StarRating="3" HotelCode="|402340" HotelName="Krabi Home Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>247 Moo.3 Tumbol Nongtalay Muang, Krabi Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/2/3/4/0/402340_65ce0410949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.26" OriginalAmount="144.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.046129" Longitude="98.799016" StarRating="3" HotelCode="|507114" HotelName="The Pin Boutique Resort Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>445 Moo 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/7/1/1/4/507114_9a9bea81118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013878" Longitude="98.848112" StarRating="3" HotelCode="169830|railay_great_view_resort__spa" HotelName="Railay Great View Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>588 Moo 2, Tambol Ao Nang, Maung, Krabi 8100</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/18/d118f43bba59a7fda5a774fbed8adabe9745ae2c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in East Railay in southern Thailand's Krabi province, next to one of the most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.85" OriginalAmount="145.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04254" Longitude="98.86132" StarRating="4" HotelCode="|189704" HotelName="Leelawadee Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>312 Ao Nam Mao Soi 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/0/4/189704_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.72" OriginalAmount="146.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.6447779" Longitude="99.0217541" StarRating="4" HotelCode="|46058" HotelName="Avani+ Koh Lanta Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>315 Moo 1, Saladan, Koh Lanta</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/5/8/46058_aa14e671310.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned renovated hotel in 2008, has 83 standard rooms, express check-out, a reception, a currency exchange service, a safety deposit box service, a playground and a restaurant. The establishment also has wedding facilities, tourist information, a business centre, meeting room, internet, a car park and a medical care service. At an additional cost you can enjoy room service and a laundry service. SITUATION: This beach hotel is 2 kilometres from Saladan where you can find restaurants, shops, bars, pubs and public transport services. Is 10 kilometres from Lanta Park this complex is 70 kilometres from Krabi ROOM: The rooms have a king-size bed, a bathroom with a bath, a shower, a hydromassage bath, a sitting area, a private swimming pool, a hairdryer, a direct line telephone, a satellite TV, internet, a safe, a mini-bar, a fridge, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: The establishment has a swimming pool with a bar, deck chairs and parasols. For a fee, you can enjoy spa treatments and a massage service. At the beach, you can find deck chairs and parasols. OTHERS: Clients have at their disposal a restaurant and a cafÃ©. The establishment offers a breakfast service and set-menu or Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.87" OriginalAmount="147.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.063405" Longitude="98.916109" StarRating="3" HotelCode="|405461" HotelName="Otter House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Maharaj 6 Rd Paknam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/4/6/1/405461_0755b0b1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.32" OriginalAmount="147.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03163" Longitude="98.83323" StarRating="4" HotelCode="|441415" HotelName="The Scene Cliff View Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Scene Cliff View Villas, 907 M. 2 Soi Ao Nang 11/1, Krabi, 81180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/4/1/5/441415_99a126b1337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.96" OriginalAmount="149.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.031809" Longitude="98.821687" StarRating="4" HotelCode="|32993" HotelName="Aonang Princeville Villa Resort and Spa - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>164 MOO 2 AO NANG BEACH 164</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/9/3/32993_1_2245.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 32 rooms, The establishment boasts a lobby with a reception, a safety deposit box service, a cafÃ© and a restaurant. The establishment also offers WiFi, room service, a laundry service, a car park, indoor parking and bicycle rental. SITUATION: Is situated inAo Nang the beach near the establishment, you will find the commercial area, opposite the establishment, you can find restaurants, shops and a public transport stop. it is 17 kilometres away from Krabi the city centre of It is situated 32 kilometres away fromKrabi Airport. ROOM: The establishment has deluxe rooms and superior rooms. The rooms a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone and a satellite TV. They also have internet, a safe, a kitchen, a mini-bar, a coffee maker, a kettle, an individual air-conditioning system and a balcony or terrace. FACILITIES: Guests are offered an entertainment programme, (seasonal), a swimming pool with a children's area, a terrace, spa treatments and a massage service. At an additional cost, you can go cycling, horse-riding and go canoeing. 32 kilometres away, there is a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and an Ã  la carte dinner. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.03" OriginalAmount="150.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0309787" Longitude="98.8224762" StarRating="4" HotelCode="|27891" HotelName="Vacation Village Phra Nang Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 Moo 2 Aonang, Muang, Krabi, 81000 Ao Nang Beach, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/1/27891_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.61" OriginalAmount="152.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039103" Longitude="98.818066" StarRating="4" HotelCode="|27892" HotelName="Krabi La Playa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3 TAMBON AONANG 143</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/8/9/2/27892_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 79 rooms, superior rooms and deluxe rooms. The establishment has a lobby, a lift, a reception, a cloakroom, a safety deposit box service, a currency exchange service, a kiosk, shops, a hairdresser's and a TV room. The establishment also offers a conference room, a dining room, internet, a cosy bar and a restaurant with air-conditioning, with highchairs, Guests have access to a laundry service, room service, a medical care service and a car park. SITUATION: It is located betweenAo Nang and Nopparat Thara the beaches of close to the establishment, guests have shops, 30 minutes away from the establishment, you can find Krabi Airport. ROOM: The rooms a bathroom with a shower, a bath, a hairdryer, a direct line telephone, satellite or cable TV and a radio. They also have a stereo, a safe (available for a fee), internet, a kettle, a coffee maker, a double bed, heating, individual air-conditioning and a balcony or terrace. FACILITIES: The establishment boasts a garden with a pool, a wellness centre, jacuzzis, a sauna, a massage service and a gym. Guests can also playing billiards and enjoy tennis. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.00" OriginalAmount="152.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0108337" Longitude="98.8381032" StarRating="3" HotelCode="|35190" HotelName="Sand Sea Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sand Sea resort Railay beach, 192 Moo 5, Saitai, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/1/9/0/35190_3ae94b11058.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 68 standard rooms and 9 suites. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service and a mini-market. The establishment also offers a hairdresser's, a restaurant, conference rooms, internet and a laundry service. SITUATION: This complex is 10 metres away from Railay West Beach. 800 metres away, guests can find Ao Nang city centre where you can find the tourist centre, the stores and the beach. It is 800 metres away from la cueva Princesa 30 kilometres away, you can find Krabi Airport. It's 190 kilometres from Phuket Airport. ROOM: Each room has a bathroom with a shower, a bathrobe, slippers, a hairdryer, a direct line telephone, a television and individual air-conditioning. They also have kettle, a kettle, a coffee maker, a fridge, a safety deposit box, fruit, a washing machine, a king size or double bed and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool that has an area for children and a massage service. Guests are offered excursions. Clients can enjoy activities such as beach volleyball. MEALS: This establishment has a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.47" OriginalAmount="153.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05872" Longitude="98.74859" StarRating="4" HotelCode="|188029" HotelName="The Pelican Residence and Suite Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 Klong Muang, Tubkaak Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/2/9/188029_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.09" OriginalAmount="154.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.15157" Longitude="98.74022" StarRating="3" HotelCode="|401694" HotelName="Le Passe-temps" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 MOO 3 KRABI KHAO THONG ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/1/6/9/4/401694_d77d7ea0543.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03173" Longitude="98.821742" StarRating="3" HotelCode="89159|ao_nang_princeville_resort" HotelName="Ao Nang Princeville Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>164 Moo 2, Ao-Nang Beach, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/ba/85ba50f6b2e79a3663d44a4e35f3fce1810bbde7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly club resort is located in a quiet area in the centre of Ao Nang beach, very clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0373683" Longitude="98.8412904" StarRating="5" HotelCode="650319|anana_ecological_resort_krabi" HotelName="ANANA Resort Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Soi Suan Tu Rian, Amphoe Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/af/de/afdecb44e95463d2d6d859ddaac5b4a35c75c6ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.9 km from the centre of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.31" OriginalAmount="155.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.521481" Longitude="99.056591" StarRating="3" HotelCode="|178289" HotelName="The Narima Bungalow Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>98 Moo 5, Tambon Klong Nin Beach, Amphoe Koh Lanta, Krabi, 81150</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/8/9/178289_bd356841053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.71" OriginalAmount="157.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0358689" Longitude="98.8415133" StarRating="5" HotelCode="|224985" HotelName="Anana Ecological Resort Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1004 Moo. 2 Soi Suan Tu Rian, Amphoe Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/9/8/5/224985_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.18" OriginalAmount="157.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.6084508" Longitude="99.0332698" StarRating="3" HotelCode="|178371" HotelName="Long Beach Chalet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>472 Moo 3, Tambon Saladan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/7/1/178371_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0582339191476" Longitude="98.749799552254" StarRating="4" HotelCode="305258|53071" HotelName="The Pelican Krabi" 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>185 Klong Muang - Tubkaak Road, Nong Talae Sub-Distrit, Muang District, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394911/394911a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi. The nearest airport is Krabi (KBV).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0380603" Longitude="98.8191345" StarRating="4" HotelCode="|34766" HotelName="Pakasai Resort - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88 Moo 3, T.Ao Nang, A.Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/6/6/34766_2423af41412.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 104 rooms, It also has a lobby, a safety deposit box service, a cafÃ©, a bar, an auditorium and a restaurant. The establishment offers a playground, WiFi, room service, a laundry service and a car park. SITUATION: This family-run hotel is 20 minutes away from Krabi the city centre of Ao Nang Beach 10 minutes away from the establishment, you can find 3 kilometres away, you can find shops, Clients can also find bars, pubs and a public transport stop. it is situated 36 kilometres away from Krabi Airport. ROOM: The rooms have a satellite television, a mini-bar, a direct line telephone, a bathroom, internet, a coffee maker, a kettle, a safe and an individual air-conditioning system. FACILITIES: Clients can find a swimming pool that has an area for children, an outdoor bar and a gym. At an extra cost, you can find a sauna, a massage service and body care treatments. Our guests can also scuba diving. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts cash, American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0374123110283" Longitude="98.818652629852" StarRating="4" HotelCode="10224|9482" HotelName="Pakasai Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/1 Moo 3, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/65/c065172e6d7a6c2f644ce5126f30c3f7d7520642.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is located just 20 minutes from Krabi city centre and 10 minutes from Ao ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.14" OriginalAmount="162.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034076" Longitude="98.836525" StarRating="3" HotelCode="|451616" HotelName="Keereen Resort - Ao Nang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1212 Soi 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/6/1/6/451616_c2edf851150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.33" OriginalAmount="168.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05132" Longitude="98.84598" StarRating="4" HotelCode="|243498" HotelName="Lux Family Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>803, Moo 2, Thambon Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/4/9/8/243498_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039109" Longitude="98.81732" StarRating="4" HotelCode="176764|centara_anda_dhevi_resort_and_spa_2" HotelName="Centara Anda Dhevi Resort &amp; Spa Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>182 Moo 3, Tambol Ao-Nang, Amphur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/1b/0c1bc32fdf8af777035cc67d49acd6251ec322d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within great surroundings right by the Ao-Nang beach in Krabi. The Nopparat Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.45" OriginalAmount="172.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.151079" Longitude="98.74107" StarRating="3" HotelCode="|409004" HotelName="Melina's Beach Front Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108/1 Moo 3 Ao Thalane Tumbol Khaotong A Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/0/0/4/409004_1e051751642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.94" OriginalAmount="175.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.038386" Longitude="98.838376" StarRating="4" HotelCode="|443910" HotelName="Infinity Aonang Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/88 M. 2 Aonang Soi 9, Aonang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/9/1/0/443910_359f5801217.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.044363" Longitude="98.81878475" StarRating="4" HotelCode="586210|andakiri_pool_villa" HotelName="Andakiri Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Designated Smoking Area,Dining,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Thanon Klong Hang Moo 3, Aonang Sub-district, Muang District, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/50/9a50a117ce5ec206ca08619ef2548579a262cb27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Andakiri Pool Villa is located on the hillside of Ao Nang, only 5 minutes' drive to Aonang Beach and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.00" OriginalAmount="181.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.150848" Longitude="98.741118" StarRating="3" HotelCode="|413886" HotelName="Khao Tong Villa At Melina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 Moo 3 Ao Thalane Tumbol Khaotong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/3/8/8/6/413886_8b846fd1751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.40" OriginalAmount="182.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0376911" Longitude="98.8654264" StarRating="4" HotelCode="|439352" HotelName="Venice Krabi Villa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>478 Moo 5, Sai Thai, Krabi 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/3/5/2/439352_74d4e9f0848.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.89" OriginalAmount="183.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0357002" Longitude="98.8184821" StarRating="4" HotelCode="|34372" HotelName="Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>232 Moo 2 Tambol Ao-Nang, Amphur Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/3/7/2/34372_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.96" OriginalAmount="184.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0450702" Longitude="98.820855" StarRating="4" HotelCode="|245793" HotelName="Andakiri Pool Villa Panoramic Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Thanon Klong Hang, Moo 3, Aonang Sub-district, Muang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/7/9/3/245793_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.72" OriginalAmount="184.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0895021" Longitude="98.7474646" StarRating="3" HotelCode="|35610" HotelName="Tup Kaek Sunset Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>109 MOO 3, NONG TALAY 109</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/6/1/0/35610_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 36 bungalows, The establishment has a safety deposit box service, a conference room, room service and a laundry service. SITUATION: Tup Kaek Beach Is situated in 30 minutes away, you can find the bus station, 30 minutes away from the establishment guests have Krabi the city of It is situated 45 minutes away fromKrabi Airport 125 kilometres away from the establishment, guests will find Phuket Airport. ROOM: The rooms have individual air-conditioning, a bath, a hairdryer, a direct line telephone, a satellite television, a fridge, a mini-bar, a balcony and a safe. FACILITIES: The establishment has a swimming pool, a massage service and a spa. MEALS: Regarding the food and beverage offering, the establishment offers meal services. PAYMENT METHODS: Customers can pay using credit cards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.72" OriginalAmount="184.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.537294" Longitude="99.048853" StarRating="3" HotelCode="|178336" HotelName="Baan Pakgasri Hideaway" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>214 Moo 6 Koh Lanta yai Krabi 81150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/3/6/178336_5240b6b1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062195" Longitude="98.746828" StarRating="4" HotelCode="165936|the_elements_krabi_resort" HotelName="Elements Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189 Moo 3, T. Nong Tale, Klong Muang Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/d0/a4d0caf9067c704807bded86b6f0494de61ca233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is perfect as an ideal hideaway for those seeking tranquil environments away from day-to-...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.65" OriginalAmount="185.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.051937" Longitude="98.761584" StarRating="3" HotelCode="|390976" HotelName="The Beach At Klong Muang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>114/5 Moo.2, Baan Klong Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/9/7/6/390976_2a207951138.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.13" OriginalAmount="186.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.048843" Longitude="98.758277" StarRating="3" HotelCode="|503484" HotelName="Loy Chalet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>204 Moo. 2 Nongtalay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/3/4/8/4/503484_3b3e9ba1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.00" OriginalAmount="189.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.410899" Longitude="99.20983" StarRating="3" HotelCode="|179770" HotelName="Mayalay Resort-green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117/1 Koh Ngai, Moo 4, Koh Lanta Yai, Koh Lanta District, Krabi, 81150 Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/7/0/179770_db3e9f61055.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.27" OriginalAmount="189.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.033007" Longitude="98.820028" StarRating="4" HotelCode="167009|342065" HotelName="Villa 360" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Moo 8 Ao Nang, Muang, Koh Phi Phi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/dd/54dda2f62bc6fb775381df446c46e54ba1c111dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Ko Phi Phi. The nearest airport is Phuket (HKT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.94" OriginalAmount="191.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.01078" Longitude="98.841315" StarRating="4" HotelCode="|66687" HotelName="Bhu Nga Thani Resort and Villas Railay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 2, RAILAY BAY, T. AO NANG, A. MUANG 479</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/6/8/7/66687_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, has 60 standard rooms, was built in 2008, has a lobby, express check-out, a reception, a safety deposit box service, a lift, a playground, a bar and a restaurant. The establishment also offers conference rooms, internet, room service and a laundry service. SITUATION: This complex is in Railay Este 15 minutes away from the establishment, clients can find the harbour. 20 minutes away from the establishment guests have Krabi city centre. It is situated 500 metres away from the beach. Clients can also find bars and restaurants. 25 minutes away from the establishment you have a bus station. It is situated 15 minutes away from the tourist centre of Ao Nang. 10 minutes away, guests can find public transport stops. It is 36 kilometres away from Krabi Airport. ROOM: The establishment has deluxe rooms with a bathroom, a shower, a bath, a hairdryer, a king size or double bed and a direct line telephone. They also have a satellite or cable television, internet, a safe, a mini-bar, a coffee maker, a kettle, an individual air-conditioning system, heating and a terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.13" OriginalAmount="192.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0756985" Longitude="98.7432116" StarRating="4" HotelCode="|72763" HotelName="The Elements Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>189 Moo 3, Klong Muang Beach,T. Nong Talay, A. Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/7/6/3/72763_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the beach, 37 kilometres away, you can find Krabi Airport Ao Nang it is 19 kilometres away from. ROOM: The establishment has 65 rooms with satellite television, WiFi, a direct line telephone, a safety deposit box, a mini-bar, a kettle and a coffee maker. They also have an air-conditioning system, a bathroom with a bath and a shower. You can also find deluxe rooms with workspace and a living room. FACILITIES: With regards to the food and beverage offering, there is a restaurant, The establishment has gardens, a swimming pool, a gym, a spa and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.47" OriginalAmount="193.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03839" Longitude="98.819749" StarRating="0" HotelCode="|390546" HotelName="Rocco Aonang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROCCO Ao-Nang Soi Klong Hang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/5/4/6/390546_050ff0e1145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013579" Longitude="98.842588" StarRating="4" HotelCode="900079|bhu_nga_thani_resort_and_spa" HotelName="Bhu Nga Thani Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>479 Moo 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/24/85249b575d9aab5c8df661db37a402f8cdb6859e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located in Railay East, on a part of the mainland that can only be accessed by boat. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.67" OriginalAmount="206.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05374" Longitude="98.80494" StarRating="4" HotelCode="|243362" HotelName="Alisea Pool Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>95 Moo 4, Ao Nang, Mueang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/3/6/2/243362_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034846" Longitude="98.829708" StarRating="4" HotelCode="76241|aonang_cliff_beach_resort" HotelName="Ao Nang Cliff Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>328 Moo 2, Aonang, Krabi 81150</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/45/8245af9adb1649d5ad0a1b0ba92ecef772001c3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.11" OriginalAmount="211.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0330138" Longitude="98.8257192" StarRating="4" HotelCode="|44802" HotelName="Avani Ao Nang Cliff Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>328 Moo 2, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/2/44802_aa90e0c1510.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 97 rooms and with features that offer you the maximum level of comfort. The establishment has air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a playground, a cafÃ©, a bar and a restaurant. The establishment also offers conference facilities, WiFi, room service, a laundry service, a car park and bicycle rental. SITUATION: This establishment is in Ao Nang Beach. It is just 2 kilometres away from the railway station. 27 kilometres away from the establishment, guests will find Krabi Airport. It is just 156 kilometres away from Phuket Airport. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="0" HotelCode="964850|railay_hilltop" HotelName="Railay Hilltop" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Moo 1, Railay Beach, Krabi Town 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/99/3c996b0347cc13c64274c63c9a3b58b5e034591a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.25" OriginalAmount="215.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.73992" Longitude="98.77014" StarRating="4" HotelCode="|179732" HotelName="Pp Princess Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>103 Phi Phi Island, Muang , Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/3/2/179732_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04030693" Longitude="98.83609345" StarRating="3" HotelCode="629496|kg_private_pool_villas" HotelName="KG Private Pool Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>940/1 Soi 5 Moo 2, Ao Nang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/af/f7af6ed732cae10197d20621487d910fdc6801d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0101675688418" Longitude="98.838407099247" StarRating="4" HotelCode="60181|3865" HotelName="Railay Bay Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 24/07/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 Moo 2, Aonang, Muang District, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/1a/8e1ab77d6a500cb6266b37fc6823b00bd4b6b2e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the only resort located between Railay West and Railay East beach. Krabi Town is a 20-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.14" OriginalAmount="230.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0629132" Longitude="98.7461547" StarRating="5" HotelCode="|35310" HotelName="Sofitel Krabi Phokeethra Golf and Spa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 MOO 3, KLONG MUANG BEACH 200</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel it has 276 standard rooms and suites. The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a games room and a television room. It also has a playground, a mini-club, 8 restaurants, bars, a cafÃ© and a pub. The establishment also offers conference facilities, internet (for a fee), room service and a laundry service. Close to the establishment, you can find an oudooor car park. Guests have access to bicycle rental (for a fee). SITUATION: This complex is in an excellent location, 5 minutes away from the beach. 100 minutes away from the establishment you have restaurants, bars and pubs. Bars It's 35 kilometres from Krabi Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062586" Longitude="98.747085" StarRating="5" HotelCode="61993|9483" HotelName="Sofitel Krabi Phokeethra Golf &amp; Spa Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 Moo 3, Tambon Nongtalay, Amphoe Muang Krabi, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/8b/108b9849213ba7388006416239383dd4521e54a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located in a privileged location, overlooking the Andaman Sea and Klong Muang Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.09" OriginalAmount="235.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.055256" Longitude="98.808952" StarRating="3" HotelCode="|179686" HotelName="Nopparat Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26/3 Soi 10, Klong Haeng, Tambon Ao Nang, Amphoe Muang, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/8/6/179686_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0417178211466" Longitude="98.840100349935" StarRating="2" HotelCode="319818|aonang_phutawan_resort_2" HotelName="Aonang Phutawan Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>494/5 Moo 2, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/c6/7cc60ee7493f437773564ad7b1fde3c50308bb41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.55" OriginalAmount="236.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05821" Longitude="98.7944" StarRating="3" HotelCode="|189708" HotelName="Poonsiri Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Moo 4 Aonang Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/7/0/8/189708_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.17" OriginalAmount="238.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.044457" Longitude="98.858722" StarRating="4" HotelCode="|179722" HotelName="Banburi Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>306 Moo 5, Sai Thai, Ban Sai Thai, Krabi, Thailand 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/2/2/179722_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03235462" Longitude="98.82555143" StarRating="4" HotelCode="613758|panan_krabi_resort" HotelName="Panan Krabi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>945, Moo 2, Tambon Aonang, Krabi, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/0f/c40fd852a211bfdb3467328e48171ef1ae162dc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02760262" Longitude="98.88757306" StarRating="5" HotelCode="440796|the_shellsea" HotelName="The Shellsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Fossil Shell Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/b4/e4b4e65bd259e54bf233b74033dfaddf3fea6bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.13" OriginalAmount="270.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04599" Longitude="98.81847" StarRating="4" HotelCode="|242411" HotelName="Hidayah Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Moo 3 Klonghaeng Soi 5 Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/4/1/1/242411_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0399858327833" Longitude="98.815230131149" StarRating="4" HotelCode="115860|15975" HotelName="Holiday Inn Resort Krabi Ao Nang Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3, Ao Nang Beach, Amphoe Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/33/1b339341e4cd26c4f3ae78328cfaa0d9f16381c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated on a quiet spot around the corner from the sandy Nopparattarta and Ao Nang b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0426576562522" Longitude="98.841086028392" StarRating="4" HotelCode="381559|baan_manuchang_villa" HotelName="Baan Manu Chang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>577 Moo 2, Aonang Beach, Aonang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/00/94009a5e46c56d5606331cac99805a0a72cf0ba3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.95" OriginalAmount="299.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0417539" Longitude="98.8411692" StarRating="4" HotelCode="|179662" HotelName="Baan Manuchang Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>557 Moo2, Aonang Beach, Krabi, Ao Nang Beach 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/6/2/179662_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.55" OriginalAmount="302.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0310967" Longitude="98.8234288" StarRating="4" HotelCode="|32996" HotelName="Aonang Villa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>113 MOO 2, AO NANG BEACH 113</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/9/6/32996_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is ideal for family holidays and has 157 rooms, The establishment boasts a lobby with a reception, a safety deposit box service, a cloakroom, a cafÃ©, a mini-market, a bar, a television room and a restaurant. The establishment also offers internet, room service, a laundry service, a car park, a mini-club and a playground (for a fee). SITUATION: Ao Nang It is in 100 metres away, guests can find shops, 10 minutes away from the establishment clients have the tourist centre, Krabi 25 minutes away, guests can find It is situated 25 kilometres away fromPhuket Airport. ROOM: Each room has a bathroom with a bath or shower, a hairdryer, a direct line telephone, a television, a radio, a stereo and a mini-bar. They also have a fridge, a coffee maker, a kettle, a king size or double bed, an air-conditioning system, a safety deposit box and a balcony or terrace. FACILITIES: At an extra cost, you can find a heated swimming pool that has a children's area, a bar, deck chairs and parasols. You can find a swimming pool, a sauna, a steam bath, a massage service and spa treatments. Our guests can also go canoeing, horse-riding, play golf, ping pong (available for a fee), darts and badminton. The establishment also offers an entertainment programme for children. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, an Ã  la carte lunch and a set-menu dinner. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.17" OriginalAmount="308.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.017676" Longitude="98.833348" StarRating="3" HotelCode="|415940" HotelName="Tinidee Hideaway Tonsai Beach Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1057 Moo 2, Tambon Ao Nang, Amphur Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/9/4/0/415940_db73f461743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="0" HotelCode="975257|tinidee_hideaway_tonsai_beach_krabi" HotelName="Tinidee Hideaway At Tonsai Beach Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1057 Moo 2, Tambon Ao Nang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d2/7ed25892768f5957ac46f34ae6611d2e8f36ad61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.66" OriginalAmount="336.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0113017" Longitude="98.837949" StarRating="4" HotelCode="|35028" HotelName="Railay Village Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>544 MOO 2, AO NANG .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/2/8/35028_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex beach, was built in 2007 and has 49 rooms, The establishment has a lobby with a reception, restaurants and a laundry service. SITUATION: Near the establishment, you will findWest Railay the beach. ROOM: All the rooms have a bathroom with a bath, a hairdryer, an air-conditioning system and double bed or twin bed. They also have an air-conditioning system, a satellite TV, a direct line telephone, a mini-bar, a safe, a coffee maker and a kettle. FACILITIES: Guests are offered activities, diving, climbing and excursions. Guests can also find a swimming pool and a massage service. MEALS: Guests are offered a restaurant. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.41" OriginalAmount="341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0542341896264" Longitude="98.750519156456" StarRating="4" HotelCode="55338|nakamanda_resort_and_spa" HotelName="Nakamanda 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,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Moo 3, Klong Muang Beach, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ea/b7ea184c0fc9572346a1f6f99bc02a916d54366c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is nestled between the mystically beautiful Krabi and the unspoilt Klong Muang coas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.17443308" Longitude="98.74864215" StarRating="3" HotelCode="540050|376110" HotelName="Tha Lane Bay Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212-212/3 Moo 2, Tambon Khao Thong, Muang district, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/c7/b7c79712ea68aa47b9cf64b472a07d7dcb2adaef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tha Lane bay Village is perfectly located for both business and leisure guests in Krabi. The hotel h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.80" OriginalAmount="378.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.055571" Longitude="98.843794" StarRating="3" HotelCode="|411269" HotelName="Ao Nang Sweet Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>697/44 Soi 1, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/2/6/9/411269_b8401731648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.89" OriginalAmount="381.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05555" Longitude="98.84363" StarRating="3" HotelCode="|411447" HotelName="Aonang Sweet Blue Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>697/45 Aonang Soi 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/4/4/7/411447_30c23981044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.37" OriginalAmount="384.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.576035" Longitude="99.035102" StarRating="4" HotelCode="|178320" HotelName="Alanta Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>429 Moo 2, Saladan, Koh Lanta, Krabi 81150, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/2/0/178320_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.86" OriginalAmount="386.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="4" HotelCode="954940|centara_ao_nang_beach_resort_spa_krabi" HotelName="Centara Ao Nang Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Moo 1, Tambon Ao Nang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/dc/1edce13bd169a6033f0d476e1dc2aa5fbd5bb893.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.25" OriginalAmount="387.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06999" Longitude="98.84188" StarRating="4" HotelCode="|389862" HotelName="The Haven Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>604 Moo 1, Soi 2, Nathai Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/8/6/2/389862_35559020909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0453425595166" Longitude="98.850493533349" StarRating="4" HotelCode="378799|63247" HotelName="Pimann Buri Luxury Pool Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>618 Moo 2, Tambon Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/73/927390a2e387bba01a1eae5294602bf97bbad6f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.43" OriginalAmount="421.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.650948" Longitude="99.03645" StarRating="3" HotelCode="|178268" HotelName="Aloha Lanta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>253/3 Moo 1, Saladan, Koh Lanta, Lanta Island, Krabi, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/2/6/8/178268_7f2290b1051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="427.23" OriginalAmount="423" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0534321519075" Longitude="98.756154477596" StarRating="5" HotelCode="26536|3621" HotelName="Dusit Thani Krabi Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Moo 2, Nong Thale, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/53/b5530c09fdb4136ca8d560358f7aa08ae6c4d21a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is wonderfully located, close to the city centre and right by Khlon-Moung beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.32" OriginalAmount="427.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0699214" Longitude="98.8422453" StarRating="3" HotelCode="|179660" HotelName="Baan Gecko" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206/3 Moo 2, Aonang Beach, Krabi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/6/0/179660_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="443.64" OriginalAmount="439.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05787" Longitude="98.76112" StarRating="0" HotelCode="|440430" HotelName="Baan Eng Fah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>360 Moo 2, Nongtalay, Klong Muang, Klong Muang Beach, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/3/0/440430_0eec7e41754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.42" OriginalAmount="442" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.059527" Longitude="98.841094" StarRating="4" HotelCode="185932|239100" HotelName="Baan Santhiya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>478/1 Moo 1, Aonang 81000, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b7/c4b7e87293aaa206e951c724cf1e2d0e23de5de1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The finca property is located just 3 km, or a 5-minute drive, from the beautiful waters of Ao Nang B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.74" OriginalAmount="448.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.080219" Longitude="98.833677" StarRating="3" HotelCode="|413790" HotelName="Mountain Villa Aonang Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19/10 Moo1, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/3/7/9/0/413790_636f75f1711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.51" OriginalAmount="451" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05540452" Longitude="98.8406724" StarRating="3" HotelCode="588491|222329" HotelName="The Best Ao Nang Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>409/6 Soi 1  Moo 2, Ao Nang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/07/16075e6da29ed45fd150b4db7d82c38f60149000.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ao Nang, The Best Aonang Villas is a perfect starting point from which to explore Krabi. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.72" OriginalAmount="472" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093853" Longitude="98.74752" StarRating="5" HotelCode="70842|10161" HotelName="Amari Vogue Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tubkaak Beach, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/49/4349ff5355e2093f7f462f566c0df2818ff65759.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach club resort is located towards the end of the peaceful Tubkaek Beach, next to a national p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.11" OriginalAmount="472.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.051661" Longitude="98.814974" StarRating="0" HotelCode="|516278" HotelName="Poonsiri Varich Pool Villa Aonang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>258 Moo5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/6/2/7/8/516278_55145ce1037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="484.56" OriginalAmount="479.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0938162" Longitude="98.7475189" StarRating="5" HotelCode="|39556" HotelName="Amari Vogue Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>149 MOO 3, TAMBOL NONGTALAY 149</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/5/6/39556_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex is ideal for holidays, has 35 deluxe rooms, 8 Royal Deluxe rooms, 8 deluxe honeymoon rooms, 4 chalets and 2 spa suites. The establishment was built in 2007, it offers a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, bars and restaurants. The establishment also offers WiFi (for a fee), room service, a laundry service (for a fee) and a car park. SITUATION: Is situated inTubkaek the beach 20 minutes away from the establishment clients have Ao Nang the city centre of Krabi 30 minutes away, guests can find it is 38 kilometres away from Krabi Airport It is situated 165 kilometres away fromPhuket Airport. ROOM: The rooms have a balcony, have internet, a bathroom with a shower or bath, a hairdryer, a king size or double bed and a direct line telephone. They also have a safe, a television, a radio, a mini-bar, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: Guests are offered spa treatments, a massage service, a gym, 5 pools with children's area, hydromassage baths and a steam bath (available for a fee), Clients can find a pool bar, deck chairs and a terrace. Guests can also canoeing and diving. 20 minutes away, there is a golf course. MEALS: Regarding the food and beverage offering, the establishment offers bars and restaurant. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard, Visa and cash.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="486.82" OriginalAmount="482" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.8035425676636" Longitude="98.971826762429" StarRating="4" HotelCode="320437|85672" HotelName="Koh Jum Beach Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>320/29 Moo 3, Tambon Koh Sriboya, Nua Klong, Krabi 81130</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/6f/9c6f45f34106b019749c26f1bcd1c541c7fbe4ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Cham Island.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="533.43" OriginalAmount="528.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04544" Longitude="98.850521" StarRating="4" HotelCode="|179731" HotelName="Pimann Buri Pool Villas Ao Nang Krabi - Sha Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>618 MOO 2 MUANG KRABI 81000 THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/7/3/1/179731_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.09" OriginalAmount="546.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08645" Longitude="98.87796" StarRating="3" HotelCode="|410550" HotelName="Bb Poolvilla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Moo 3, Ban Klong Jilard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/5/5/0/410550_e227c3d1614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="552.47" OriginalAmount="547.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="0" HotelCode="754084|villa_de_sea_aonang" HotelName="Villa De Sea Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>697/50 Aonang soi 1, Aonang, Muaeng, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/5c/ea5c05bf78d161761e57ec3f89811fc450f6cf22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="568.63" OriginalAmount="563" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08627645" Longitude="98.87800965" StarRating="3" HotelCode="546874|205011" HotelName="BB Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>120 Krabi-Khao Thong Road Moo 3, Ban Klong Jilard, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/33/8c33ae45d73fa78ca64c5c27e310dbd7ab9c494b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. There is also a garden...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="594.11" OriginalAmount="588.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0554246" Longitude="98.7508095" StarRating="5" HotelCode="|34666" HotelName="Nakamanda Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>126 Moo.3 Klong Muang Beach 126</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/6/6/34666_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2002, has 36 rooms, 3 suites, 2 floors and villas. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service and a cafÃ©. Guests can find a TV room, a restaurant with air-conditioning, a bar, a conference room, internet, room service, a laundry service and a car park. SITUATION: This beach hotel, Krabi and Klong Muang it is located between in the surrounding area, there is bars, cafÃ©s and pubs. 500 metres away, guests will find restaurants, 500 metres away, clients have the beach, is situated 40 kilometres away from Phuket Airport. ROOM: The stylish rooms, have a bathroom with a shower, a bath, a hairdryer, a direct line telephone and satellite or cable TV. They also have a kitchen, a fridge, a coffee maker, a kettle, a king-size bed and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool, deck chairs, parasols and a jacuzzi. MEALS: Regarding the food and beverage offering, the establishment offers all meals Ã  la carte. PAYMENT METHODS: The establishment accepts American Express, Visa and JCB.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="625.04" OriginalAmount="618.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.091384" Longitude="98.747965" StarRating="4" HotelCode="|26202" HotelName="The Tubkaak Krabi Boutique Resort - Sha Extra Plus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 MOO 3, TUMBOL NONGTALAY, AMPHUR MUANG 123</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/2/26202_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment ideal for couples, is surrounded by tropical gardens. SITUATION: This complex is next to the beach, next to the Krabi Coast. ROOM: The establishment has bungalows.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="638.25" OriginalAmount="631.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05053" Longitude="98.81861" StarRating="3" HotelCode="|410546" HotelName="Villa Baan Lalle Pool and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 Moo 3, Klonghaeng Soi 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/0/5/4/6/410546_dfd5f001611.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="640.77" OriginalAmount="634.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.09161" Longitude="98.89326" StarRating="3" HotelCode="|411349" HotelName="Baan Pak Rorn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>99/11 Vatchara Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/3/4/9/411349_d92f4661621.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.56" OriginalAmount="656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0507862" Longitude="98.81867247" StarRating="3" HotelCode="551965|baan_anna" HotelName="Villa Baan Anna Pool and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>210 Klonghaeng Soi 1 Moo 3, Aonang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/51/a151581ea75735fdf0e60ba4a777dbfc21b4fddc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="718.11" OriginalAmount="711" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0302175181107" Longitude="98.824188709259" StarRating="3" HotelCode="20362|53081" HotelName="Golden Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>254 Moo 2, Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/30/1b303ffd9c7e767a2d6500fe46f9c524754a62ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located 20 km away from the central city of Krabi and sits on the beachfront of A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="731.24" OriginalAmount="724.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0917104163564" Longitude="98.748115897179" StarRating="4" HotelCode="50876|the_tubkaak_krabi_boutique_resort" HotelName="The Tubkaak Krabi Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3, Tambol Nongtalay, Amphur Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f4/bdf4c7206115f727ad1edaaecc83fe70dd3bdd61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is wonderfully located right next to a fine sand beach. The peaceful surroundi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="776.44" OriginalAmount="768.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.049077" Longitude="98.821731" StarRating="3" HotelCode="|179699" HotelName="Thara Bayview Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>151 Klong Haeng Soi 1, Moo 3, Tambol Ao Nang, Amphur Muang,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/9/9/179699_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="991.78" OriginalAmount="981.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.057221" Longitude="98.750309" StarRating="5" HotelCode="|450586" HotelName="Varana Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Moo 3 Tambol Nongtalay Amphur Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/8/6/450586_7eb067d1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1002.01" OriginalAmount="992.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.052757" Longitude="98.811966" StarRating="3" HotelCode="|188138" HotelName="Irawan House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>287-287/2 Moo 5, Aonang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/1/3/8/188138_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.07" OriginalAmount="1007.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0467" Longitude="98.8146" StarRating="4" HotelCode="434622|villa_pimmada" HotelName="Villa Pimmada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bicycle Rental,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Parking">
        <Address>
          <AddressLines>
            <AddressLine>121/1 Moo 3, Tambon Ao Nang, Amphoe Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/d5/ced54d078957aa251c5f967a8ec100a49b284f4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Villa Pimmada is a popular choice amongst travelers in Krabi, whether exploring or just passing thro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1083.73" OriginalAmount="1073.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06809047" Longitude="98.79693302" StarRating="3" HotelCode="442438|villa_saifon" HotelName="Villa Saifon 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aonang, 166 Moo 6, Meuang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/4c/554c0d3fcbfeb2b6dcd6d2a2870b9007d208bd30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1197.86" OriginalAmount="1186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0262664580794" Longitude="98.871640250801" StarRating="4" HotelCode="381051|amatapura_beach_villa_12_2" HotelName="Amatapura Beach Villa 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/1 Moo 5, Sai Thai, Ao Nam Mao, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/d8/dbd8776a5c51605d4b4f5555db7320585fbe4111.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1209.98" OriginalAmount="1198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0262797487822" Longitude="98.871520295642" StarRating="4" HotelCode="381050|amatapura_beach_villa_14_2" HotelName="Amatapura Beach Villa 14" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/1 Moo 5, Sai Thai, Ao Nam Mao, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/4c/c1/4cc16cfb75238fedd088aadfeba6906bb472af90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1214.78" OriginalAmount="1202.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.025506" Longitude="98.855798" StarRating="0" HotelCode="|440745" HotelName="The Beach House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>324 Moo 5, Saithai, Krabi, Krabi, 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/7/4/5/440745_35792701733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1223.11" OriginalAmount="1211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0259103432721" Longitude="98.856556992609" StarRating="4" HotelCode="381550|krabi_beach_house" HotelName="Krabi Beach House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>324 Moo 5, Ao Nam Mao, Muang, Saithai, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/0b/7e0b3a69ac77cbbaee9787d7b192b0a6735fc0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1322.09" OriginalAmount="1309.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0253466641119" Longitude="98.87263494081" StarRating="4" HotelCode="381044|amatapura_beachfront_villa_1_" HotelName="Amatapura Beach Villa 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/1 Moo 5, Ao Nam Mao, Sai Thai, Ao Nang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/33/11334f900508f824cd4a96d9be7610c6dab17fc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1501.07" OriginalAmount="1486.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.085132" Longitude="98.744902" StarRating="5" HotelCode="|46139" HotelName="Phulay Bay, A Ritz-carlton Reserve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3 NONGTHALAY, MUANG 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/3/9/46139_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 54 chalets, The establishment has a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a hairdresser's, bars and restaurants. The establishment also offers internet, room service and a laundry service. SITUATION: This complex Krabi it is in. ROOM: The establishment has one bedroom chalets, gardens, a bathroom, a bath and a shower. They also have satellite and cable television, a CD player, a DVD player, WiFi, an iPod docking station, a direct line telephone, a radio, a hairdryer and a mini-bar. They also have a safe, a coffee maker, a kettle, an individual air-conditioning system, a dresser, a sink and a king-size bed. FACILITIES: The establishment has a swimming pool with an outdoor bar, deck chairs, a spa, a massage service, a gym and a sauna. Our guests can also scuba diving, sailing, canoeing and diving. The establishment also offers ping pong and cookery courses. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OBSERVATIONS: The establishment offers a butler service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2664.38" OriginalAmount="2638.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0404989" Longitude="98.83819588" StarRating="4" HotelCode="408948|the_second_house_by_aarya" HotelName="The Second House by Aarya - The Wood &amp;The White" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>214/1 Moo.2, Aonang Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/6d/646dfe4c3749835153818a1da39882d892aec01c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56197.35" OriginalAmount="55640.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398343" Longitude="98.8153928" StarRating="4" HotelCode="|32998" HotelName="Aonang Buri Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Moo3, T Aonang, Muang, Ao Nang, Krabi Province 81000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/9/9/8/32998_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 70 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service and a cloakroom. It also has lifts, a TV room, shops, a hairdresser's and conference rooms. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, with highchairs, a dining room. There are many services available at the establishment, including a laundry service, room service, a medical care service, a car park and internet. SITUATION: This lovely hotel is situated close to Nopparattara Ao Nang the beaches of it is in an excellent location. ROOM: The cosy rooms, have a bathroom with a hairdryer, a bath, a shower, a king size or double bed, a direct line telephone, a satellite or cable television, a radio, a stereo, a safety deposit box (available for a fee), internet, a kettle and a coffee maker. They also have individual heating, an individual air-conditioning system and a balcony or terrace. FACILITIES: Outdoors, clients can enjoy a swimming pool, Clients can enjoy a jacuzzi, a sauna and a massage service. Clients can enjoy playing billiards, enjoy tennis, do aerobics and use the gym. PAYMENT METHODS: The establishment accepts Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.69" OriginalAmount="36.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.058702" Longitude="98.919971" StarRating="0" HotelCode="|440199" HotelName="Krabi River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/1 Kongka Road Tambol Paknam Ampor Krabi , 81000 Krabi town, Thailand</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.35" OriginalAmount="88.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.033556" Longitude="98.83503" StarRating="3" HotelCode="|406768" HotelName="Aonang Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>796 Moo 2 Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access,Jacuzzi,Shopping Arcade,Airport Transfer (on Demand),Dining,Babysitting,Diet Meals,Housekeeping,Parking,Spa,Kitchen,Nightclub,Valet Parking,Coffee Shop,24 Hour Front Desk,Dry Cleaning,Luggage Storage,Meeting Room,Pets allowed,Concierge,LCD/Projector,Elevator</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,SPA HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,RESORT,BUSINESS HOTEL,APARTMENT HOTEL,ECO HOTEL,CITY HOTEL,FINCA,VILLAGE,HOTEL DE CHARME,HOSTELS,GUEST HOUSES,CONFERENCE HOTEL,VILLA,BED AND BREAKFASTS,APARTMENT,GUESTHOUSE</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
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|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="004ce8d0-f932-4c03-824d-65b06bc861d2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|35310" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="travelworldslg@gmail.com" Password="Siliguri@123" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
004ce8d0-f932-4c03-824d-65b06bc861d2|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="004ce8d0-f932-4c03-824d-65b06bc861d2" TimeStamp="0001-01-01T00:00:00" HotelName="Sofitel Krabi Phokeethra Golf and Spa Resort" HotelCode="35310" GTCityId="73610" CountryCode="TH" CityName="Krabi" CountryName="Thailand" Address="200 MOO 3, KLONG MUANG BEACH 200" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="35310H1_24-53-70H1HNHNgdir8|1784806525.DIEDAP-GBRA7e43coffM|270.48|94|MjcwLjQ4fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="231" TotalPrice="233.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:35:25.6691193+01:00" End="2026-07-23T12:35:25.6691193+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="230.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Family room" RoomTypeCode="35310H65_53-91-1098H1HNHNgei73|1784806525.DIEDAP-GBRA7e43coffM|484.35|94|NDg0LjM1fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="413" TotalPrice="417.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:35:25.6681187+01:00" End="2026-07-23T12:35:25.6681187+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="413.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Junior Suite" RoomTypeCode="35310H42_24-53-138H1HNHNgfdeh|1784806525.DIEDAP-GBRA7e43coffM|666.77|94|NjY2Ljc3fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="569" TotalPrice="574.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:35:25.6691193+01:00" End="2026-07-23T12:35:25.6691193+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="569.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Suite" RoomTypeCode="35310H41_1-23-53-91-138-554H1HNHNri5a6|1784806525.DIEDAP-GBRA7e43coffM|873.54|94|ODczLjU0fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="745" TotalPrice="752.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:35:25.6691193+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="745.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_17.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_15.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_16.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_9.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_14.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/5/3/1/0/35310_5.jpg" /></Images><HotelDescription>HOTEL: This beach hotel it has 276 standard rooms and suites. The establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a games room and a television room. It also has a playground, a mini-club, 8 restaurants, bars, a cafÃ© and a pub. The establishment also offers conference facilities, internet (for a fee), room service and a laundry service. Close to the establishment, you can find an oudooor car park. Guests have access to bicycle rental (for a fee). SITUATION: This complex is in an excellent location, 5 minutes away from the beach. 100 minutes away from the establishment you have restaurants, bars and pubs. Bars It's 35 kilometres from Krabi Airport.</HotelDescription><Facilities><HotelFacilities><Type>Room</Type><Description>TV</Description><Value>TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Wheelchair accessible</Description><Value>Wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Internet access</Description><Value>Internet access</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Individual air-conditioning</Description><Value>Individual air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Balcony</Description><Value>Balcony</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathtub</Description><Value>Bathtub</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathroom with disabled access</Description><Value>Bathroom with disabled access</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Central heating</Description><Value>Central heating</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Individual heating</Description><Value>Individual heating</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>King size bed</Description><Value>King size bed</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Kitchen</Description><Value>Kitchen</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Shower</Description><Value>Shower</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Mini-fridge</Description><Value>Mini-fridge</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Minibar</Description><Value>Minibar</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Radio</Description><Value>Radio</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Lounge</Description><Value>Lounge</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Hairdryer</Description><Value>Hairdryer</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Direct line telephone</Description><Value>Direct line telephone</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Terrace</Description><Value>Terrace</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite/cable TV</Description><Value>Satellite/cable TV</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Barbecue</Description><Value>Barbecue</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Located opposite the beach</Description><Value>Located opposite the beach</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Entertainment</Description><Value>Entertainment</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>GameÂ´s Area</Description><Value>GameÂ´s Area</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Golf Course</Description><Value>Golf Course</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tennis</Description><Value>Tennis</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Table Tennis</Description><Value>Table Tennis</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Windsurfing</Description><Value>Windsurfing</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Canoeing</Description><Value>Canoeing</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fishing</Description><Value>Fishing</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Scubadiving</Description><Value>Scubadiving</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Snorkeling</Description><Value>Snorkeling</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Water sports facilities</Description><Value>Water sports facilities</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Library</Description><Value>Library</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bike rental</Description><Value>Bike rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Cycling</Description><Value>Cycling</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Entertainment staff</Description><Value>Entertainment staff</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Movie nights</Description><Value>Movie nights</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tour or class on local culture</Description><Value>Tour or class on local culture</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Cooking classes</Description><Value>Cooking classes</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Aerobics</Description><Value>Aerobics</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bingo</Description><Value>Bingo</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Walking tours</Description><Value>Walking tours</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bicycle Tours</Description><Value>Bicycle Tours</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Happy hour</Description><Value>Happy hour</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Themed dinners</Description><Value>Themed dinners</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor playground equipment for children</Description><Value>Outdoor playground equipment for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Play area for children</Description><Value>Play area for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Kid`s club</Description><Value>Kid`s club</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Board games / puzzles</Description><Value>Board games / puzzles</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dietary menus (on request)</Description><Value>Dietary menus (on request)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast in room</Description><Value>Breakfast in room</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking adapted for people with reduced mobility</Description><Value>Parking adapted for people with reduced mobility</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Take-away lunches</Description><Value>Take-away lunches</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Childminder / services for children</Description><Value>Childminder / services for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Private check-in/check-out</Description><Value>Private check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor pool</Description><Value>Outdoor pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Children\'s pool</Description><Value>Children\'s pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sun loungers/beach chairs</Description><Value>Sun loungers/beach chairs</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Water slide</Description><Value>Water slide</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Umbrellas</Description><Value>Umbrellas</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa / Wellness Center</Description><Value>Spa / Wellness Center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fitness classes</Description><Value>Fitness classes</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Airport pick-up service</Description><Value>Airport pick-up service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer service (for a fee)</Description><Value>Transfer service (for a fee)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sustainable initiatives are followed</Description><Value>Sustainable initiatives are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Check-in and check-out without contact</Description><Value>Check-in and check-out without contact</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Valet</Description><Value>Valet</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Adventure sports</Description><Value>Adventure sports</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach</Description><Value>Beach</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Golf</Description><Value>Golf</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luxury</Description><Value>Luxury</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>No pets allowed</Description><Value>No pets allowed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Turkish bath / Hammam</Description><Value>Turkish bath / Hammam</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
004ce8d0-f932-4c03-824d-65b06bc861d2|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="004ce8d0-f932-4c03-824d-65b06bc861d2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-05T00:00:00" End="2026-08-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="61993|9483" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="travelworldslg@gmail.com" Password="Siliguri@123" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|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
004ce8d0-f932-4c03-824d-65b06bc861d2|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="004ce8d0-f932-4c03-824d-65b06bc861d2" TimeStamp="0001-01-01T00:00:00" HotelName="Sofitel Krabi Phokeethra Golf &amp; Spa Resort" HotelCode="61993|1180336" StarRating="5" GTCityId="73610" CountryCode="TH" CityName="Krabi" CountryName="Thailand" Address="200 Moo 3, Tambon Nongtalay, Amphoe Muang Krabi, Krabi 81180" PostCode="81180" PhoneNo="+6675627800" FaxNo="+6675627899" Email="h6184-RE@sofitel.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="8.062586" Longitude="98.747085" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS, BALCONY" RoomTypeCode="0|0|1134327395|1784806565101513B2164B0||yes|53344|16|MjMxLjQyfEdCUHwyMDI2LTA3LTIz" OriginalAmount="231" TotalPrice="233.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="233.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, KING BED, BALCONY" RoomTypeCode="0|0|1138936205|1784806565101513B2164B7||yes|53344|16|MjMxLjQyfEdCUHwyMDI2LTA3LTIz" OriginalAmount="231" TotalPrice="233.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="233.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Superior - Balcony" RoomTypeCode="242699158|1|234|27|MjM0fEdCUHwyMDI2LTA3LTIz" OriginalAmount="234" TotalPrice="236.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:09.4543224+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="234" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed - Superior - Balcony" RoomTypeCode="242699154|1|234|27|MjM0fEdCUHwyMDI2LTA3LTIz" OriginalAmount="234" TotalPrice="236.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:09.6390116+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="234" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room with balcony (twin beds)" RoomTypeCode="h-61563900-7054-53b8-89bb-f737cba26b68|63|MjQzLjAwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="243" TotalPrice="245.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 2.06-- city tax is included in the room rate.&lt;br/&gt;GBP 20.59-- service fee is included in the room rate.&lt;br/&gt;GBP 14.42-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-18T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="245.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room with balcony (full double bed) (king size bed)" RoomTypeCode="h-c3665a5f-adf7-5df3-abcc-7548efb54322|63|MjQzLjAwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="243" TotalPrice="245.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 2.06-- city tax is included in the room rate.&lt;br/&gt;GBP 20.59-- service fee is included in the room rate.&lt;br/&gt;GBP 14.42-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-18T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="245.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, RETREAT, SUPERIOR, TWIN BEDS, BALCONY" RoomTypeCode="0|0|1567468745|1784806566017217B2103B0||yes|53344|16|MjQ5LjU3fEdCUHwyMDI2LTA3LTIz" OriginalAmount="250" TotalPrice="252.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="252.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, RETREAT, SUPERIOR, KING BED, BALCONY" RoomTypeCode="0|0|1567474405|1784806566017217B2103B6||yes|53344|16|MjQ5LjU3fEdCUHwyMDI2LTA3LTIz" OriginalAmount="250" TotalPrice="252.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="252.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Superior" RoomTypeCode="83882313|1|252|27|MjUyfEdCUHwyMDI2LTA3LTIz" OriginalAmount="252" TotalPrice="254.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:09.774132+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="252" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS, TERRACE" RoomTypeCode="0|0|1397501015|1784806566002009B2136B6||yes|53344|16|MjYwLjQ1fEdCUHwyMDI2LTA3LTIz" OriginalAmount="260" TotalPrice="263.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="263.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR" RoomTypeCode="0|1331|1117677065|1784806566077159B2091B42||no|53344|16|MjY1LjM0fEdCUHwyMDI2LTA3LTI5" OriginalAmount="265" TotalPrice="267.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 25/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-25T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="267.99" /></CancelPenalty><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="267.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior Room" RoomTypeCode="309619801|3|270|27|MjcwfEdCUHwyMDI2LTA3LTI4" OriginalAmount="270" TotalPrice="272.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 24/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-24T17:00:00" End="2026-07-30T17:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="270" /></CancelPenalty><CancelPenalty Start="2026-07-31T17:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="270" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room with balcony (full double bed) (bed type is subject to availability)" RoomTypeCode="h-58ceeee1-7937-528b-89f8-06c86624ee78|63|Mjk5LjAwfEdCUHwyMDI2LTA4LTAz" OriginalAmount="299" TotalPrice="301.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/2026"><AdditionalDetails>GBP 2.53-- city tax is included in the room rate.&lt;br/&gt;GBP 25.34-- service fee is included in the room rate.&lt;br/&gt;GBP 17.74-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="301.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room with balcony (twin beds) (bed type is subject to availability)" RoomTypeCode="h-de471127-903e-5661-b18f-6271a227e6c6|63|Mjk5LjAwfEdCUHwyMDI2LTA4LTAz" OriginalAmount="299" TotalPrice="301.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/2026"><AdditionalDetails>GBP 2.53-- city tax is included in the room rate.&lt;br/&gt;GBP 25.34-- service fee is included in the room rate.&lt;br/&gt;GBP 17.74-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="301.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|0|1134348935|1784806565107658B2095B0||yes|53344|16|MzA2LjI2fEdCUHwyMDI2LTA3LTIz" OriginalAmount="306" TotalPrice="309.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="309.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, KING BED" RoomTypeCode="0|0|1134348905|1784806565107658B2095B4||yes|53344|16|MzA2LjI2fEdCUHwyMDI2LTA3LTIz" OriginalAmount="306" TotalPrice="309.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="309.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Superior - Balcony" RoomTypeCode="189886371|1|316|27|MzE2fEdCUHwyMDI2LTA4LTA0" OriginalAmount="316" TotalPrice="319.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-31T04:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="316" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM -  BALCONY" RoomTypeCode="1817632368-1-0|741817632368|2|0|12|MzE5LjcxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="320" TotalPrice="322.91" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM -  1 KING BED" RoomTypeCode="800214556-1-0|740800214556|2|0|12|MzIwLjk1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="321" TotalPrice="324.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM -  2 TWIN BEDS" RoomTypeCode="1627641091-1-0|741627641091|2|0|12|MzIwLjk1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="321" TotalPrice="324.16" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior" RoomTypeCode="0|1331|1501965575|1784806565086645B1000B0||yes|53344|16|MzIxLjIwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="321" TotalPrice="324.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
NOTICE:
There will be renovation works for Superior room types during 01 June 2026 - 31 October 2026.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-07-28T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="324.41" /></CancelPenalty><CancelPenalty Start="2026-07-29T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="324.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior" RoomTypeCode="277977686|3|325|27|MzI1fEdCUHwyMDI2LTA3LTIz" OriginalAmount="325" TotalPrice="328.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-07-29T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="325" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM" RoomTypeCode="558538285-1-0|740558538285|2|0|12|MzI4LjE0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="328" TotalPrice="331.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Superior Room, 2 Twin Beds, Balcony" RoomTypeCode="00001|7ea2247b-868a-11f1-abba-f7ad632092b4$gf-xCppmRkFPhJuNrFMICk08wCbYvOahcmkT_d-WeMScpKOB9Rv0cAiO4W8lKcRzZaYztobCa8NuwnxhSVhqLD4U_CMeEIMgaalVSn4F7pCbUXXgPxbV6UraN03YbUrXM5Rn2tQmwuTNPYfN_l78hZaEljrS_AZH2R9jCZB2RBpZxq1cUifmMF_jzE1tv3WPWWUeIvvrfyI7386Y5sIgL2bZP4n_baiZDI6y1zIin9ddUj5g5eyBhoiR6JmKbmQy56f-fdxKSo8FH91oKwwj39zG-GmaTJCmGh3GhEpDb_9jCMFp1Vz1oZHZ_nDN4TuoNwAuFhQ14bT0zAg37KL1HA|336.14|61993|CAJ849400|1|MzM2LjE0fEdCUHwyMDI2LTA3LTMw" OriginalAmount="336" TotalPrice="339.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T12:36:05.7607758+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="339.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE BED, BALCONY" RoomTypeCode="0|0|1533431925|1784806567046901B2098B12||no|53344|16|MzM2LjYwfEdCUHwyMDI2LTA4LTA0" OriginalAmount="337" TotalPrice="339.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="339.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR" RoomTypeCode="3714923958-1-0|743714923958|2|0|12|MzQ1LjE5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="345" TotalPrice="348.64" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE BED" RoomTypeCode="0|1331|1134764325|1784806567046901B2098B73||no|53344|16|MzY2LjQ1fEdCUHwyMDI2LTA4LTAz" OriginalAmount="366" TotalPrice="370.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="370.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Superior" RoomTypeCode="303549733|1|383|27|MzgzfEdCUHwyMDI2LTA3LTIz" OriginalAmount="383" TotalPrice="386.83" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:12.4989578+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="383" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1138936185|1784806567046901B2098B74||no|53344|16|MzkzLjM5fEdCUHwyMDI2LTA4LTAz" OriginalAmount="393" TotalPrice="397.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="397.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, TRIPLE, KING BED, BUNK BEDS, BALCONY" RoomTypeCode="0|0|1138936195|1784806565101513B2164B14||yes|53344|16|NDE0LjQwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="414" TotalPrice="418.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="418.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Family room - King bed - Bunk beds - Private Balcony" RoomTypeCode="242699157|1|418|27|NDE4fEdCUHwyMDI2LTA3LTIz" OriginalAmount="418" TotalPrice="422.18" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:12.9955533+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="418" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Family room with balcony" RoomTypeCode="h-13746110-2181-5454-ae92-2408c5406bbd|63|NDI5LjAwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="429" TotalPrice="433.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 3.64-- city tax is included in the room rate.&lt;br/&gt;GBP 36.36-- service fee is included in the room rate.&lt;br/&gt;GBP 25.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-18T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="433.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, TWIN BEDS, BALCONY" RoomTypeCode="0|0|1409871075|1784806565101513B2164B21||yes|53344|16|NDQ1LjY1fEdCUHwyMDI2LTA3LTIz" OriginalAmount="446" TotalPrice="450.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="450.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, RETREAT, FAMILY, TRIPLE, KING BED, BUNK BEDS, BALCONY" RoomTypeCode="0|0|1567483155|1784806566017217B2103B24||yes|53344|16|NDQ2Ljg5fEdCUHwyMDI2LTA3LTIz" OriginalAmount="447" TotalPrice="451.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="451.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Signature - Balcony" RoomTypeCode="323854278|1|450|27|NDUwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="450" TotalPrice="454.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:13.4088359+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="450" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and breakfast-Breakfast included" FilterMealType="BED AND BREAKFAST-BREAKFAST INCLUDED" RoomType="Room 1: Superior Room, 1 King Bed, Balcony" RoomTypeCode="01001|7ea2247b-868a-11f1-abba-f7ad632092b4$gf-xCppmRkF1OgwFOxtFgRqMfNDiKOflz5ORDOUzmx90NBczhpn04MOnm0vnb5fOor-USRzlfB9tjDgcW7QjHUx45Iwo_AUxdkFkPODvWNmIsMrPFymEKbEQBjfwqV5WIJjinz-aJG1Ciu668WmM6ZMrLDgL5MTU0dNgqeh_B0tk_FW8UYv3d2FuNf-KWTzRQicNNMd4H5YCP4X7E6RE__dhYp-hsSF3JRc6k3-xNejC4bAcpBVbDj7cq_fJfPhI91FWpiKdZLwNBLvzF4IeWlt8kOp3990cHxNkkLGJ6xLxiRq0Fass8HoqUgzuVOv-W8imTkmNSc-w55kREbKD9w|459.15|61993|CAJ849400|1|NDU5LjE1fEdCUHwyMDI2LTA3LTMw" OriginalAmount="459" TotalPrice="463.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T12:36:05.7607758+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="463.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, SINGLE, MULTIPLE BEDS, BALCONY" RoomTypeCode="0|0|1598219695|1784806566015302B2129B35||no|53344|16|NDcxLjUwfEdCUHwyMDI2LTA4LTA0" OriginalAmount="472" TotalPrice="476.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/07/2026"><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;Guests must contact this property in advance to reserve high chair&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit 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;Some water is reused through a grey water recycling system&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, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Guests will receive an email within 48 hours before arrival with check-in 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;Fee for buffet breakfast: approximately THB 1000 for adults and THB 500 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: THB 1650 per vehicle (one-way, maximum occupancy 6)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee per child: THB 1650 (up to 11 years old)&amp;lt;/li&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;Housekeeping is available for an additional fee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: THB 1800.0 per night&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;Reservations are required for golf tee times, massage services, and spa treatments. Reservations can be made by contacting the resort prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 11 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;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. &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;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 110.99 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="476.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room" RoomTypeCode="226909652|1|484|27|NDg0fEdCUHwyMDI2LTA3LTIz" OriginalAmount="484" TotalPrice="488.84" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:13.539952+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="484" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, SINGLE, KING BED, BUNK BED, BALCONY" RoomTypeCode="0|0|1598220695|1784806567046901B2098B30||no|53344|16|NDkzLjM0fEdCUHwyMDI2LTA4LTA0" OriginalAmount="493" TotalPrice="498.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="498.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SIGNATURE SINGLE ROOM -  1 KING BED AND 1 TWIN BUNK BED" RoomTypeCode="96255558-1-0|740096255558|2|0|12|NDk1LjA2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="495" TotalPrice="500.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, TRIPLE, MULTIPLE BEDS, BALCONY" RoomTypeCode="0|0|1134336915|1784806566015302B2129B41||no|53344|16|NTAwLjQzfEdCUHwyMDI2LTA4LTA0" OriginalAmount="500" TotalPrice="505.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/07/2026"><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;Guests must contact this property in advance to reserve high chair&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit 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;Some water is reused through a grey water recycling system&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, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Guests will receive an email within 48 hours before arrival with check-in 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;Fee for buffet breakfast: approximately THB 1000 for adults and THB 500 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: THB 1650 per vehicle (one-way, maximum occupancy 6)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee per child: THB 1650 (up to 11 years old)&amp;lt;/li&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;Housekeeping is available for an additional fee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: THB 1800.0 per night&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;Reservations are required for golf tee times, massage services, and spa treatments. Reservations can be made by contacting the resort prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 11 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;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. &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;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 117.78 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="505.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUPERIOR" RoomTypeCode="0|1334|1139482665|1784806566033405B2186B2||yes|53344|16|NTE4LjM0fEdCUHwyMDI2LTA3LTIz" OriginalAmount="518" TotalPrice="523.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="523.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Signature Single Room, Multiple Beds, Balcony" RoomTypeCode="01001|7ea2247b-868a-11f1-abba-f7ad632092b4$gf-xCppmRkHxmS51KAeznHfCrnaB5-JzBayEwVlTxzbggSvfmywC2zNI1zq_4_a4trnoVMHi-1aPNjinTaESCEx45Iwo_AUxJxTdGBNcJS-IsMrPFymEKbEQBjfwqV5WIJjinz-aJG1Ciu668WmM6ZMrLDgL5MTU0dNgqeh_B0tk_FW8UYv3dyOaHuQRKhrPQicNNMd4H5YCP4X7E6RE__dhYp-hsSF3JRc6k3-xNejC4bAcpBVbDj7cq_fJfPhI91FWpiKdZLziSSqQJ3XSOEa49MBpsiGDHxNkkLGJ6xLxiRq0Fass8HoqUgzuVOv-W8imTkmNSc-w55kREbKD9w|518.47|61993|CAJ849400|1|NTE4LjQ3fEdCUHwyMDI2LTA3LTMw" OriginalAmount="518" TotalPrice="523.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T12:36:05.7617769+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="523.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, BUNK BED" RoomTypeCode="0|0|1598874765|1784806567046901B2098B33||no|53344|16|NTE5LjE5fEdCUHwyMDI2LTA4LTA0" OriginalAmount="519" TotalPrice="524.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="524.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, SINGLE, TWIN BEDS, BALCONY" RoomTypeCode="0|0|1427463245|1784806566077159B2091B21||no|53344|16|NTIwLjYwfEdCUHwyMDI2LTA4LTAz" OriginalAmount="521" TotalPrice="525.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-07-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="525.81" /></CancelPenalty><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="525.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, TRIPLE, 2 KING BEDS, SINGLE BED, BALCONY" RoomTypeCode="0|0|1602506825|1784806567046901B2098B36||no|53344|16|NTIzLjUyfEdCUHwyMDI2LTA4LTA0" OriginalAmount="524" TotalPrice="528.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="528.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, RETREAT, TWIN BEDS, BALCONY" RoomTypeCode="0|0|1567492145|1784806566017217B2103B30||yes|53344|16|NTI1LjQxfEdCUHwyMDI2LTA3LTIz" OriginalAmount="525" TotalPrice="530.66" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="530.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: FAMILY TRIPLE ROOM -  2 KING BEDS AND 1 TWIN BED" RoomTypeCode="3263255172-1-0|743263255172|2|0|12|NTI1LjQzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="525" TotalPrice="530.68" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, TRIPLE, 1 SINGLE AND 2 KING BEDS, BALCONY" RoomTypeCode="0|0|1605050025|1784806566013258B2120B9||no|53344|16|NTM2LjcyfEdCUHwyMDI2LTA4LTAz" OriginalAmount="537" TotalPrice="542.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="542.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, BALCONY" RoomTypeCode="0|0|1134515895|1784806566038611B2191B8||yes|53344|16|NTQ1LjM5fEdCUHwyMDI2LTA3LTIz" OriginalAmount="545" TotalPrice="550.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. Pets are not allowed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="550.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Family Triple Room, Multiple Beds, Balcony" RoomTypeCode="01001|7ea2247b-868a-11f1-abba-f7ad632092b4$gf-xCppmRkEUzQGExEzsOsJnOQna2VHfmyW2MT_N4dXsdxS2SEhZuvGeF2BkCUzQDgKGOgWnBgJCCVg3JbKGKT4U_CMeEIMg4RNlcC_oM_Vfa_ajF3gYuEraN03YbUrXM5Rn2tQmwuTNPYfN_l78hZaEljrS_AZHwuUKPi1pkPxZxq1cUifmMPXOphezTdum6GzRSX8BWo47386Y5sIgL2bZP4n_baiZDI6y1zIin9ddUj5g5eyBhoiR6JmKbmQy56f-fdxKSo8FH91oKwwj39zG-GmaTJCmGh3GhEpDb_9jCMFp1Vz1oZHZ_nDN4TuoNwAuFhQ14bT0zAg37KL1HA|550.30|61993|CAJ849400|1|NTUwLjMwfEdCUHwyMDI2LTA3LTMw" OriginalAmount="550" TotalPrice="555.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T12:36:05.7617769+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="555.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, 2 KING BEDS" RoomTypeCode="0|0|1603640195|1784806567046901B2098B39||no|53344|16|NTUxLjA1fEdCUHwyMDI2LTA4LTA0" OriginalAmount="551" TotalPrice="556.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="556.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, TRIPLE, KING BED, BUNK BED, BALCONY" RoomTypeCode="0|0|1134498435|1784806566077159B2091B18||no|53344|16|NTUyLjU1fEdCUHwyMDI2LTA4LTAz" OriginalAmount="553" TotalPrice="558.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-07-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="558.08" /></CancelPenalty><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="558.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE, KING BED, GARDEN VIEW, BALCONY" RoomTypeCode="0|0|1138936215|1784806565101513B2164B24||yes|53344|16|NTcwLjQ3fEdCUHwyMDI2LTA3LTIz" OriginalAmount="570" TotalPrice="576.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="576.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Junior Suite - King bed - Club Millesime - Balcony - Garden view" RoomTypeCode="324127844|1|576|27|NTc2fEdCUHwyMDI2LTA3LTIz" OriginalAmount="576" TotalPrice="581.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:13.8367169+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="576" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Club Junior Suite with balcony and with garden view (full double bed) (king size bed)" RoomTypeCode="h-b5d1d272-043a-5b3c-bfbb-33382aeab721|63|NTk2LjAwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="596" TotalPrice="601.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 5.05-- city tax is included in the room rate.&lt;br/&gt;GBP 50.51-- service fee is included in the room rate.&lt;br/&gt;GBP 35.36-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-18T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="601.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SIGNATURE, RETREAT, JUNIOR SUITE, KING BED, GARDEN VIEW, BALCONY" RoomTypeCode="0|0|1567488845|1784806566017217B2103B38||yes|53344|16|NjE1LjIxfEdCUHwyMDI2LTA3LTIz" OriginalAmount="615" TotalPrice="621.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="621.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: JUNIOR SUITE, GARDEN VIEW, BALCONY" RoomTypeCode="0|0|1157455325|1784806566007112B2081B12||yes|53344|16|NjM2Ljc4fEdCUHwyMDI2LTA3LTIz" OriginalAmount="637" TotalPrice="643.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="643.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|1334|1134348935|1784806565107658B2095B3||no|53344|16|NjY2Ljg5fEdCUHwyMDI2LTA4LTAy" OriginalAmount="667" TotalPrice="673.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-07-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="673.56" /></CancelPenalty><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="673.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUPERIOR, KING BED" RoomTypeCode="0|1334|1134348905|1784806565107658B2095B8||no|53344|16|NjY2Ljg5fEdCUHwyMDI2LTA4LTAy" OriginalAmount="667" TotalPrice="673.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-29T00:00:00" End="2026-07-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="673.56" /></CancelPenalty><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="673.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Club Junior Suite with balcony and with garden view (full double bed) (bed type is subject to availability)" RoomTypeCode="h-06712709-7e5e-556a-8325-4e9c142ee3a6|63|NzIyLjAwfEdCUHwyMDI2LTA4LTAz" OriginalAmount="722" TotalPrice="729.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/2026"><AdditionalDetails>GBP 6.12-- city tax is included in the room rate.&lt;br/&gt;GBP 61.19-- service fee is included in the room rate.&lt;br/&gt;GBP 42.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="729.22" /></CancelPenalty><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="729.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB, PRESTIGE, SUITE, KING BED, SEA VIEW" RoomTypeCode="0|0|1134349405|1784806566015302B2129B8||yes|53344|16|NzI4LjgzfEdCUHwyMDI2LTA3LTIz" OriginalAmount="729" TotalPrice="736.12" 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;Guests must contact this property in advance to reserve high chair&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit 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;Some water is reused through a grey water recycling system&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, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Guests will receive an email within 48 hours before arrival with check-in 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;Fee for buffet breakfast: approximately THB 1000 for adults and THB 500 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: THB 1650 per vehicle (one-way, maximum occupancy 6)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee per child: THB 1650 (up to 11 years old)&amp;lt;/li&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;Housekeeping is available for an additional fee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: THB 1800.0 per night&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;Reservations are required for golf tee times, massage services, and spa treatments. Reservations can be made by contacting the resort prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 11 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;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. &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;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 226.59 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 195.57 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 171.57 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="736.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Prestige Double Club Suite with view (full double bed) (king size bed)" RoomTypeCode="h-3175f0ee-b8f9-5d40-b576-97c1ba5dc7c4|63|NzU2LjAwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="756" TotalPrice="763.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 6.41-- city tax is included in the room rate.&lt;br/&gt;GBP 64.07-- service fee is included in the room rate.&lt;br/&gt;GBP 44.85-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-18T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="763.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB, PRESTIGE, SUITE, SEA VIEW" RoomTypeCode="0|0|1221644535|1784806566007112B2081B18||yes|53344|16|NzY4Ljk2fEdCUHwyMDI2LTA3LTIz" OriginalAmount="769" TotalPrice="776.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="776.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Junior Suite, 1 King Bed, Balcony, Garden View" RoomTypeCode="01001|7ea2247b-868a-11f1-abba-f7ad632092b4$gf-xCppmRkFtQ_pxuSXNjvkGq1a_rBngqlgNBYCQ8T32dBn7YUJ-v30Gn9sAUJWlnQ47N04S52e-8-ETQC6D3j4U_CMeEIMgaalVSn4F7pBDxyOzGVbC90raN03YbUrXM5Rn2tQmwuTNPYfN_l78hZaEljrS_AZHwuUKPi1pkPxZxq1cUifmMGvID3GvrWXU74BZQHyVfSs7386Y5sIgL2bZP4n_baiZDI6y1zIin9ddUj5g5eyBhoiR6JmKbmQy56f-fdxKSo8FH91oKwwj39zG-GmaTJCmGh3GhEpDb_9jCMFp1Vz1oZHZ_nDN4TuoNwAuFhQ14bT0zAg37KL1HA|791.91|61993|CAJ849400|1|NzkxLjkxfEdCUHwyMDI2LTA3LTMw" OriginalAmount="792" TotalPrice="799.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T12:36:05.7617769+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="799.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLUB, SUITE, SEA VIEW" RoomTypeCode="0|0|1503225365|1784806567046901B2098B60||yes|53344|16|ODAyLjU1fEdCUHwyMDI2LTA3LTIz" OriginalAmount="803" TotalPrice="810.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="810.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, KING BED, POOL AND SEA VIEW" RoomTypeCode="0|0|1138936225|1784806565101513B2164B31||yes|53344|16|ODEwLjQ0fEdCUHwyMDI2LTA3LTIz" OriginalAmount="810" TotalPrice="818.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="818.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite - King bed - Prestige - Club Millesime access - Pool  and sea view" RoomTypeCode="281178306|1|817|27|ODE3fEdCUHwyMDI2LTA3LTIz" OriginalAmount="817" TotalPrice="825.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T12:36:14.2864408+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="817" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 2 Bedrooms Quadruple Club Suite with view" RoomTypeCode="h-26347ace-c08a-5d0f-b42c-e767ebbae1f2|63|ODg2LjAwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="886" TotalPrice="894.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 7.51-- city tax is included in the room rate.&lt;br/&gt;GBP 75.08-- service fee is included in the room rate.&lt;br/&gt;GBP 52.56-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-18T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="894.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Club Suite, 1 King Bed, Sea View (Prestige, Club Millésime Access)" RoomTypeCode="01001|7ea2247b-868a-11f1-abba-f7ad632092b4$gf-xCppmRkEnRWzGIO1bIQAzgAWgr5y9S26zjooNYxIfiE1Tb5HuD3npiZnq1oh1cbQlCx3FAwVky4S4YURgCT4U_CMeEIMgPTmkYBBqkhn5R42dSbKpFkraN03YbUrXM5Rn2tQmwuTNPYfN_l78hZaEljrS_AZHwuUKPi1pkPxZxq1cUifmMK1zxSe839MqYU09MaeN04I7386Y5sIgL2bZP4n_baiZDI6y1zIin9ddUj5g5eyBhoiR6JmKbmQy56f-fdxKSo8FH91oKwwj39zG-GmaTJCmGh3GhEpDb_9jCMFp1Vz1oZHZ_nDN4TuoNwAuFhQ14bT0zAg37KL1HA|940.29|61993|CAJ849400|1|OTQwLjI5fEdCUHwyMDI2LTA3LTMw" OriginalAmount="940" TotalPrice="949.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/07/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T12:36:05.7617769+01:00" End="2026-08-08T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="949.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, KING BED, POOL OR SEA VIEW" RoomTypeCode="0|0|1134544965|1784806565098640B2172B18||yes|53344|16|OTU4LjM1fEdCUHwyMDI2LTA3LTIz" OriginalAmount="958" TotalPrice="967.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Central Heating|Safe|Lounge|Balcony/Terrace|TV|Double Bed|Air conditioning (individually regulated)|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T00:00:00" End="2026-08-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="967.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Family room with balcony" RoomTypeCode="h-cafb8dfc-3d88-5532-8b19-817e3a286e76|63|OTg2LjAwfEdCUHwyMDI2LTA4LTAz" OriginalAmount="986" TotalPrice="995.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/07/2026"><AdditionalDetails>GBP 8.36-- city tax is included in the room rate.&lt;br/&gt;GBP 83.56-- service fee is included in the room rate.&lt;br/&gt;GBP 58.49-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Bathtub|Shower|Bathrobe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-30T00:00:00" End="2026-08-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="995.86" /></CancelPenalty><CancelPenalty Start="2026-07-31T00:00:00" End="2026-08-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="995.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed and Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double or Twin SUPERIOR WITH DOUBLE BED Non-refundable rate No amendments permitted" RoomTypeCode="02#1#BO#533.27#0#BB#OK#20260805#20260806#EU#2-0#20260805|20260808|W|321|78931|DBT.DB-SU|ID_B2B_69|BB|TB2CNRF|1~2~0||N[ARROBA]07~A-SIC~2166f5~-28140919~N~~~NRF~~3BFCA1B7F7C84F1178480648173705AWES004500240005082166f5#ES|2|false|1#C8BD9F1D9A095B2A0AAB8AEFA1A2A2098C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#718235#^02#1#BO#533.27#0#BB#OK#20260806#20260807#EU#2-0#20260805|20260808|W|321|78931|DBT.DB-SU|ID_B2B_69|BB|TB2CNRF|1~2~0||N[ARROBA]07~A-SIC~2166f5~-28140919~N~~~NRF~~3BFCA1B7F7C84F1178480648173705AWES004500240005082166f5#ES|2|false|1#C8BD9F1D9A095B2A0AAB8AEFA1A2A2098C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#718235#^02#1#BO#533.27#0#BB#OK#20260807#20260808#EU#2-0#20260805|20260808|W|321|78931|DBT.DB-SU|ID_B2B_69|BB|TB2CNRF|1~2~0||N[ARROBA]07~A-SIC~2166f5~-28140919~N~~~NRF~~3BFCA1B7F7C84F1178480648173705AWES004500240005082166f5#ES|2|false|1#C8BD9F1D9A095B2A0AAB8AEFA1A2A2098C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#718235#|34|MTU5OS44MXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1600" TotalPrice="1615.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/ostrovok/10/8b/108b9849213ba7388006416239383dd4521e54a1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/cc/52/cc520a3a836c33a72b9274321f2314b7b45af7d1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b3/4d/b34d5d68fb4fa7d7a1cc180f98fdfee9aa1a8599.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b1/e1/b1e17ceef266b345c66be68f7161d89eeff5cc14.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/a1/4a/a14a0b05f6e7ea8b61e60acff2abf4816cd1d5a3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/ec/cd/eccdedc48dd795b76bbbcaa1ff8b49e613789db4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/fe/ce/fece9dc5de4b982559310c7b72a2db6d17e2e17d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/f7/c7/f7c79ee519336bfc59d9c15dd9c0ddee6afde2a5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/a8/71/a871fd4bb2e617e0b3e649ab190cc8d59ad01897.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/64/77/64771818c39cc88d4081fbf2c47f125d96216407.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/1f/dc/1fdc7e6f4059c6128b2bd9a545cc1bf02430b0a1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/0b/5a/0b5abdb7d0f2a4f64b0e9e0176ef111797d7917a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/f6/e2/f6e2292cbc794a750eb0634090f5f875326aa699.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/2d/32/2d32e7cb37b7f09b1853516eba95465ab7991a64.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/c7/19/c719c0bf86f9262848f5f16e32046aa88a09da7a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/32/96/3296d917ac0fd5e320950bc218f8bd981e197a1b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/31/dd/31dd72cecf6d2a2ef568d872b967eddabac45ec9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/27/2c/272c865bf9cc65985d9385b7c2792b452bb583c7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/40/fe/40fea0c70292cc9778badc5b17a48b39721055dc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/b9/bf/b9bf74de1129e8f99ffbc13cfe4bf00c16fef7b1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/3a/cf/3acfa2d2f01acedf88191a09e7502f630a0350bb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/e1/f4/e1f4e8e14ca2510e1add6731fd3b4ef72cc871e5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/82/2a/822a894a8b115910fc6221f66a5de74892cc5046.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/cd/a8/cda8d44f89c2d187161632d7c796ee3d5ce801d6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/a8/1f/a81fb8807c4d19b24b4dd9af5f3fd95c7e4587d5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/19/f6/19f67525cc55760ac36b8c0c7f80de52252e7cfe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/c4/72/c4726f7daca923acaa0cc345d66a06d3d8323f5c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/7a/6e/7a6e4439ee6bac43aa69d5cc62ad4db23d2ad773.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/ostrovok/2b/01/2b013f27f6f16b748bd9bcc725238d8b73fe16c9.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This club resort is located in a privileged location, overlooking the Andaman Sea and Klong Muang Beach. Guests are within about 5 minutes' walk of the beach, 10 minutes' walk of restaurants, bars and pubs, and 20 minutes' walk of shops. The centre of Krabi can be reached in around 20 minutes by car, whilst nearby attractions include Hong Island, Poda Island, Bamboo Island and Phi Phi Island, which are approximately 7, 20, 30 and 45 minutes away by public transport respectively. Krabi Bus Station is a 25-minute drive from the hotel and Krabi International Airport is approximately 35 km from the accommodation, or a 30-minute drive away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;276 rooms, including 17 suites and 106 double rooms, are available to guests in a 3-storey main building and an auxiliary building. Check-in and check-out are possible at any time at the 24-hour reception desk. Amenities include a cloakroom, a safe and a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. A lift and wheelchair-accessible facilities are available. There are a number of shops, including a souvenir shop. The grounds of the resort feature a playground and a lovely garden. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a babysitting service, a childcare service, medical assistance, room service and a laundry service. Active guests can make use of the bicycle hire service (for a fee) to explore the surrounding area.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning, individually adjustable heating and a fan. Some rooms include a balcony. Rooms have a double bed or a king-size bed. Children's beds can be requested for younger guests. A safe, a minibar and a desk are also available. Additional features include a refrigerator, a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi are provided as well. Slippers are included. Bathrooms are equipped with a shower and a bathtub. A hairdryer, a vanity mirror and bathrobes are provided. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The resort has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex includes a children's swimming area and is ideal for working out or just relaxing. Sun loungers and parasols on the terrace invite guests to relax and unwind. A variety of refreshing drinks await guests at the pool bar. The resort offers an extensive outdoor sport and leisure programme, which includes tennis, beach volleyball and crazy golf. For a fee, guests can also enjoy cycling/mountain biking and volleyball. A number of sports are available, including water sports such as windsurfing, canoeing, sailing and kayaking. For a fee, guests can also enjoy snorkelling and diving. Sports enthusiasts are also offered a wide range of indoor activities, including a gym, table tennis, yoga, callisthenics and aerobics. There is a wellness area with a spa, a sauna, a steam bath, a beauty salon, massage treatments and anti-ageing treatments. Subject to charge: a hammam. Guests of all ages have the opportunity to enjoy a fun entertainment programme (for a fee). Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Catering options available at the accommodation include bed and breakfast, half board and full board. Breakfast, lunch and dinner are available. In addition, special catering options and snacks are available. The holiday complex offers alcohol-free drinks and alcoholic beverages.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted in the complex: American Express, VISA, Diners Club and MasterCard.&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;A security deposit is required upon arrival.&lt;br /&gt;&lt;br /&gt;The property provides shuttle bus service at an additional charge. Please contact the hotel for more information.&lt;br /&gt;&lt;br /&gt;The property does not charge an additional fee for children under 12 years of age, as long as they are staying in a room occupied by parents and using the existing bedding. This is limited to one child per family. Additional fees will be charged if an extra bed or cot is requested.&lt;br /&gt;&lt;br /&gt;Children under 3 years of age will receive breakfast free of charge.&lt;br /&gt;&lt;br /&gt;Children between 3-12 years old will be charged a special children&amp;#39;s rate for breakfast.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>66-75-627899</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>66-75-627800</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2004</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Annexe Buildings</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Floors - Main building</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Garden (m²)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Terrace (m²)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>276</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>106</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Suites</Description><Value>17</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Beach</Type><Description>Pebble Beach</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour check-in</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Shops</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Pub(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Games room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</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>Medical Assistance</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle Hire</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Kids Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Playground</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>TV Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Lunch Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Special Offers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Swimming Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Parasols</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Diving</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Surfing</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Windsurfing</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sailing</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Canoe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Table Tennis</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Cycling/Mountain Biking</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Beach Volleyball</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Minigolf</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Golf</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Entertainment Programme</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Entertainment</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tennis</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>20 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Sea</Description><Value>500 Meters</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
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|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="a5babb83-4ebc-4b0a-bbdf-db501d57b66a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84760" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-10T00:00:00" End="2026-08-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="starworldtriphyd@gmail.com" Password="Star@jul2026" 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
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|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
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|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
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|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
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|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
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|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
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|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:9fd9ceeb-8d46-4cc2-865e-54b566712542
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
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
a5babb83-4ebc-4b0a-bbdf-db501d57b66a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-07-23T12:55:01.6010354+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a5babb83-4ebc-4b0a-bbdf-db501d57b66a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="12.80" OriginalAmount="12.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0636" Longitude="108.21984" StarRating="0" HotelCode="|229724" HotelName="Moonlight Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>136-138-140 Phan Chau Trinh St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/7/2/4/229724_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="13.55" OriginalAmount="13.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.063830754607" Longitude="108.21986068651" StarRating="3" HotelCode="370217|696026" HotelName="Moonlight Da Nang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>136-138-140 Phan Chu Trinh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/04/cc044ee517577e9d4216254d5e22ab062e9dc85f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.16" OriginalAmount="16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.064202277826" Longitude="108.21930342576" StarRating="2" HotelCode="510761|223151" HotelName="Golden Gate 1 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Beauty Salon,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>69 Le Hong Phong, Ða` Na~ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e0/2de08d5c376823f8bd992b935f9f0bd89fa2ef90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Golden Gate 1 Hotel is conveniently located in the popular Da Nang City Center area. The property fe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.02" OriginalAmount="17.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0546424" Longitude="108.171594" StarRating="0" HotelCode="|338581" HotelName="Bac Nam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Dam Van Le, Hoa An 03 Hoang Tang Bi, Hoa An</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/8/1/338581_36d1d1d1230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.93" OriginalAmount="18.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.080537" Longitude="108.145786" StarRating="0" HotelCode="|532952" HotelName="Moc Nhien Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Pham Van Ngon, Hoa Khanh Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/5/2/532952_21425451117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.19" OriginalAmount="19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05477372" Longitude="108.17163708" StarRating="2" HotelCode="586756|230716" HotelName="Bac Nam Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Dam Van Le, 3 Hoang Tang Bi, Quan Cam Le, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f7/b3f7ebb04d986bcc0adc436d56dcff7c0acb9b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.28" OriginalAmount="19.09" MarkupRule="1.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 05/08/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="94" TotalAmount="19.67" OriginalAmount="19.48" MarkupRule="1.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 05/08/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="63" TotalAmount="21.21" OriginalAmount="21.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03877712" Longitude="108.2234034" StarRating="2" HotelCode="368784|brown_bean_hotel_2" HotelName="Brown Bean 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/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="21.55" OriginalAmount="21.34" MarkupRule="1.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 05/08/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="21.72" OriginalAmount="21.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.028427" Longitude="108.222091" StarRating="3" HotelCode="|417151" HotelName="Salina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>662 Nui Thanh Str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/1/5/1/417151_79bf7f01229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.42" OriginalAmount="22.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051437" Longitude="108.245584" StarRating="3" HotelCode="|453428" HotelName="Blue S Hotel and Apartment " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/4/2/8/453428_34391381208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08063648" Longitude="108.22901515" StarRating="3" HotelCode="770955|337362" HotelName="Vitalis Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/08/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="27" TotalAmount="23.23" OriginalAmount="23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.02843013" Longitude="108.22208369" StarRating="3" HotelCode="373389|153267" HotelName="Salina Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Nui Thanh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/37864da6f967505a095078f6615dbb92f2a29ac1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.94" OriginalAmount="23.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067432" Longitude="108.244249" StarRating="3" HotelCode="|416843" HotelName="Dattravi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/2026">
        <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="24.03" OriginalAmount="23.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.069872" Longitude="108.235559" StarRating="0" HotelCode="|522065" HotelName="SKY APARTMENT and HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 D. Dinh Nghe Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/0/6/5/522065_b24ae890930.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.05" OriginalAmount="23.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05749" Longitude="108.21707" StarRating="3" HotelCode="|227699" HotelName="Quoc Cuong Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>324-326 Hoang Dieu Street Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/7/6/9/9/227699_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="753198|anh_phuong_hotel" HotelName="Anh Phuong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>58-59 Ly Thanh Tong, Da Nang 59000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/68/9468de4f8dfbc50a61bb555a15e864dcf3482bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.24" OriginalAmount="24.00" MarkupRule="1.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="Free CXL until 02/08/2026">
        <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="24.64" OriginalAmount="24.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08548" Longitude="108.21948" StarRating="2" HotelCode="|231719" HotelName="Night Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="25.19" OriginalAmount="24.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0642484" Longitude="108.2206723" StarRating="3" HotelCode="|331699" HotelName="Nhat Linh Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>194 Nguyen Chi Thanh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/6/9/9/331699_6912ba51833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067420505177" Longitude="108.24422315373" StarRating="3" HotelCode="369229|84050" HotelName="Travidat Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/08/2026" 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="27" TotalAmount="25.25" OriginalAmount="25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.057613333333" Longitude="108.21701" StarRating="3" HotelCode="915948|153240" HotelName="Quoc Cuong II Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>324-326 Hoang Dieu Street, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/18/6a1841cc96567db46bff06b44b7c3eaaa9771ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.25" OriginalAmount="25.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0889078" Longitude="108.21944731" StarRating="2" HotelCode="374448|night_sky_hotel" HotelName="Night Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Xuan Dieu, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b8/abb8eed9d80c59a2d434fee96e6576004ab0a56b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.51" OriginalAmount="25.26" MarkupRule="1.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 05/08/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="25.76" OriginalAmount="25.50" MarkupRule="1.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 04/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>207 Ho Nghinh, Phuong Phuoc My, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/98/9e985e240ffb1b5717f21166cfdeb9d8feb1f080.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="26.01" OriginalAmount="25.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06657316" Longitude="108.24432175" StarRating="3" HotelCode="374794|684201" 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="94" TotalAmount="26.14" OriginalAmount="25.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06628" Longitude="108.24321" StarRating="3" HotelCode="|239478" HotelName="May" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>256 Ho Nghinh Street Phuoc My Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/7/8/239478_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.19" OriginalAmount="25.93" MarkupRule="1.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/08/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="94" TotalAmount="26.19" OriginalAmount="25.93" MarkupRule="1.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 05/08/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="27" TotalAmount="26.26" OriginalAmount="26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07398481" Longitude="108.24062138" StarRating="2" HotelCode="691988|337141" HotelName="An Binh Tai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>92 Tran Thanh Mai, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/ed/a5ed7cff35683b39516fbbd2a4fb683f15a655f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.26" OriginalAmount="26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07835357" Longitude="108.21821842" StarRating="2" HotelCode="601791|230730" HotelName="Dana Home Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/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="63" TotalAmount="26.26" OriginalAmount="26.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06460673" Longitude="108.22067441" StarRating="3" HotelCode="373233|nhat_linh_da_nang_hotel_" HotelName="Nhat Linh Da Nang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Nguy?n Chí Thanh, Hai Chau district, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/37/6d3763c4fe74b09a55e6cf7b817f524b8a6b8c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.62" OriginalAmount="26.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.040354" Longitude="108.247249" StarRating="3" HotelCode="|446987" HotelName="LE INDOCHINA DANANG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="27.07" OriginalAmount="26.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066924" Longitude="108.2442904" StarRating="2" HotelCode="|264930" HotelName="Elc Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/2026">
        <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="27" TotalAmount="27.27" OriginalAmount="27" MarkupRule="1.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="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05360574" Longitude="108.20903113" StarRating="2" HotelCode="518186|quan_quan_hotel" HotelName="Quan Quan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>79 Nguyen Huu Tho, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/85/3f85d203d9e8b8e1fcf331037a5c98a3fadc4826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06365238" Longitude="108.24166579" StarRating="0" HotelCode="967062|the_samson_boutique_hotel" HotelName="The Samson Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>32/2 To Hien Thanh, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ac/8dac33b0f7a00e74633492a33498ee657dc479e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27.27" OriginalAmount="27.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05456804" Longitude="108.24610783" StarRating="2" HotelCode="786904|bac_nam_hotel" HotelName="Bac Nam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Tran Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/83/b3836320db2ca4ce92998e2092ee6f2a34980254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.29" OriginalAmount="27.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.050596" Longitude="108.245951" StarRating="3" HotelCode="|420583" HotelName="Danang Beach 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Thuong 33, My Khe, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/5/8/3/420583_4f824311759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="27.30" OriginalAmount="27.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06027682" Longitude="108.21419909" StarRating="3" HotelCode="372137|812813" 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="27.43" OriginalAmount="27.16" MarkupRule="1.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 30/07/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="94" TotalAmount="27.54" OriginalAmount="27.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07033" Longitude="108.23785" StarRating="3" HotelCode="|230919" HotelName="Adina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot G6 - G7 Pham Van Dong Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/1/9/230919_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.70" OriginalAmount="27.43" MarkupRule="1.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 04/08/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="28.01" OriginalAmount="27.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.080292" Longitude="108.228895" StarRating="3" HotelCode="|422394" HotelName="Star City Riverside By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <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="28.17" OriginalAmount="27.89" MarkupRule="1.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 04/08/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="8" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06737029" Longitude="108.22428262" StarRating="3" HotelCode="488633|662694" HotelName="Centre Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Pham Phu Thu, Hai Chau 1, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/4f/ae4ffbc559ae1cc84fd958874e7c944256464a6e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.28" OriginalAmount="28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06614561" Longitude="108.2432205" StarRating="3" HotelCode="585614|218306" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>256 Ho Nghinh Street, Phuoc My Ward, Da Nang 70000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/ae/07ae4b01d41ebac97539a5b764f7caf849cdaa7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.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/08/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="63" TotalAmount="28.28" OriginalAmount="28.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.070454597079" Longitude="108.23746583069" StarRating="3" HotelCode="915953|golden_sea_hotel" HotelName="Golden Sea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Lot B 26 - 29 Pham Van Dong Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/80/9b80b04feeddda06ca19b4a502359ec4583bb10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.32" OriginalAmount="28.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06024" Longitude="108.21386" StarRating="3" HotelCode="|232014" HotelName="Do Hai Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="28.57" OriginalAmount="28.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.071597" Longitude="108.2381952" StarRating="3" HotelCode="|338586" HotelName="Continent Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Slot 31-32, Morrison Street, An Hai Bac, Son Tra , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/8/6/338586_3867fc71232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.68" OriginalAmount="28.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06187" Longitude="108.237514" StarRating="3" HotelCode="|417983" HotelName="Sepon Blue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>157 - 159 Vo Van Kiet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/9/8/3/417983_208621c0416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.76" OriginalAmount="28.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06655569" Longitude="108.24438794" StarRating="3" HotelCode="614760|3447695" HotelName="Dana Sailing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/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="94" TotalAmount="28.82" OriginalAmount="28.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06738" Longitude="108.22426" StarRating="0" HotelCode="|234385" HotelName="Capital O 157 Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Pham Phu Thu Hai Chau 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/8/5/234385_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="28.84" OriginalAmount="28.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065027" Longitude="108.219197" StarRating="3" HotelCode="931923|357942" 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="94" TotalAmount="28.95" OriginalAmount="28.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07343" Longitude="108.24062" StarRating="3" HotelCode="|418548" HotelName="Mayfair Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14 Loseby, An Hai Bac, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/5/4/8/418548_7d8fa111029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="29.20" OriginalAmount="28.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07150187" Longitude="108.2382582" StarRating="3" HotelCode="586878|683358" 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="27" TotalAmount="29.29" OriginalAmount="29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05077111" Longitude="108.24626125" StarRating="2" HotelCode="375146|153339" HotelName="BeSea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Block number 11 Duong An Thuong 32 My An Ngu Hanh Son Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/99/9299978c8a33f0aa74064e28ef19ea073115ffed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.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="Free CXL until 30/07/2026">
        <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="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07028432" Longitude="108.24190149" StarRating="3" HotelCode="585286|bantique_hotel" HotelName="Bantique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>17-18 H2 Pham Van Dong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ca/a9ca13791794f5c57257413b1a9045cf90a61603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.29" OriginalAmount="29.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="701976|danang_beach_2_hotel" HotelName="Danang Beach 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Thuong 33, My Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/b5/2ab5ccce139cbea41436a5bda2767a497d1be735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.02" OriginalAmount="29.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0502193" Longitude="108.2137784" StarRating="3" HotelCode="|338430" HotelName="Red Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>275 nguyen tri phuong, Hai Chau Ward, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/3/0/338430_810c2ec1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.04" OriginalAmount="29.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.050815" Longitude="108.246291" StarRating="0" HotelCode="|476668" HotelName="Besea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/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="30.13" OriginalAmount="29.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07345" Longitude="108.24082" StarRating="3" HotelCode="|419725" HotelName="Star" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Loseby, An Bac Hai, Son Tra Dist</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/7/2/5/419725_e8180c60412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.24" OriginalAmount="29.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0492063" Longitude="108.2478887" StarRating="3" HotelCode="|338598" HotelName="Blue Ocean Beachside Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 41 Tran Bach Dang, My An, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/9/8/338598_3b4142a1235.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07426114" Longitude="108.20412458" StarRating="3" HotelCode="518067|387687" HotelName="Hoang Linh Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>435-437 Nguyen Tat Thanh, Thanh Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/49/0449355542c6f1925ea8bc2d2d911486dcbf6db5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073571606154" Longitude="108.24062462165" StarRating="2" HotelCode="393298|83993" HotelName="Mayfair Hotel &amp; Apartment Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>14 Loseby Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/61/6c61e9b11b0ed3b67df04bcaface0824b8562e9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07002557" Longitude="108.24271227" StarRating="2" HotelCode="374771|dam_tien_hotel" 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="63" TotalAmount="30.30" OriginalAmount="30.00" MarkupRule="1.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="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>147-149 Tran Hung Dao Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/63/4563e7c5abcc73f3f3007c31004357a63e1616f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.33" OriginalAmount="30.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0605" Longitude="108.216056" StarRating="3" HotelCode="|420261" HotelName="Mercury Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/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="94" TotalAmount="30.55" OriginalAmount="30.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0687641" Longitude="108.2440504" StarRating="2" HotelCode="|264631" HotelName="Misa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Duong Dinh Nghe Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/6/3/1/264631_189e1311756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.62" OriginalAmount="30.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.070081" Longitude="108.235794" StarRating="3" HotelCode="|420582" HotelName="Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot E2-20 Phan Boi Street, Son Tra District Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/5/8/2/420582_4ecdae21758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.07" OriginalAmount="30.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073498" Longitude="108.242478" StarRating="3" HotelCode="|423595" HotelName="Sunview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>88-90 Loseby, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/9/5/423595_90504ab1752.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.29" OriginalAmount="30.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06377" Longitude="108.2399" StarRating="3" HotelCode="|420961" HotelName="King House Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 My Khe 1 Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/9/6/1/420961_2178d221753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0517236" Longitude="108.21181012" StarRating="3" HotelCode="585215|218337" HotelName="Red Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 03/08/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="27" TotalAmount="31.31" OriginalAmount="31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06302842" Longitude="108.24267821" StarRating="3" HotelCode="753262|337312" HotelName="Sepon Blue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>157-159 Vo Van Kiet, Q Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/09/b309e1bd5c7e0d91555dbb5cc99d3c7e14286a5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06879984" Longitude="108.24402386" StarRating="2" HotelCode="372221|misa_hotel_2" HotelName="Misa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Duong Dinh Nghe, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/b6/49b6b5215e9d4e270ffecc897440949cef8ae191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Misa Hotel in Da Nang, you'll be in the entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07229865" Longitude="108.20133214" StarRating="3" HotelCode="550117|vy_thuyen_hotel" HotelName="Vy Thuyen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Ton That Dam Street, Thanh Khe Distrist, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/56/2e565983768d10193c9e3e0d19201c9a17649629.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09169521" Longitude="108.2384671" StarRating="2" HotelCode="771292|anh_villa_hotel" HotelName="Anh Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 Ho Si Phan, Son Tra, Da Nang 504</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e7/83e7bae77a37a0f08866c16ad554034f6a63204e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="982550|ocean_view_danang_hotel" HotelName="Ocean View Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>435-437 Nguyen Tat Thanh, Thanh Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/1e/d21e5c80d15735b87adab6248ba9ef8536d971d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.31" OriginalAmount="31.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05192082" Longitude="108.24359338" StarRating="2" HotelCode="877052|dubai_hotel_4" HotelName="Dubai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>66-68 Phan Ton, Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/43/4143a4a94743b2b4b61e864e28f5cfb20afd73e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.34" OriginalAmount="31.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0702074" Longitude="108.2139829" StarRating="2" HotelCode="|331492" HotelName="Iris" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Le Duan Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/4/9/2/331492_55e2a231813.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.42" OriginalAmount="31.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.072249" Longitude="108.2014402" StarRating="3" HotelCode="|265894" HotelName="The Alcove Boutique Danang Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="8" TotalAmount="31.48" OriginalAmount="31.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06054246" Longitude="108.21625341" StarRating="3" HotelCode="753319|707140" HotelName="Mercury Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="8" TotalAmount="32.11" OriginalAmount="31.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.039899850869" Longitude="108.21311557225" StarRating="3" HotelCode="393065|696067" HotelName="Amanda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot A2 - A2B 30/4 Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a3/bfa3c873cc1e9937787748a38d1ae7f043ea9037.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04917532" Longitude="108.24791189" StarRating="3" HotelCode="696486|285671" HotelName="Manchester Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 41 Tran Bach Dang, My An, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/0c/200cbf685726811e7c0fa68e09abdada3e9cf9bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.32" OriginalAmount="32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05538763" Longitude="108.2453132" StarRating="3" HotelCode="382910|153450" HotelName="San San Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 An Thuong Street, My An Ward, Ngu Hanh Son Distrikt, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/4d/c74d88b7a592232b4be3094ae02d08a826ed7edf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.32" OriginalAmount="32.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06691043308" Longitude="108.24435072761" StarRating="3" HotelCode="371447|sundc_hotel" HotelName="Sea Castle 2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Ha Bong Street, Son Tra District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/34/7d340b0dc8eb68a6811efdac2e9b3b03d687d02d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.43" OriginalAmount="32.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054066" Longitude="108.245904" StarRating="3" HotelCode="|418776" HotelName="Davue Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="94" TotalAmount="32.43" OriginalAmount="32.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06543" Longitude="108.22411" StarRating="3" HotelCode="|418253" HotelName="Pariat River Front" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>202 - 204 Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/5/3/418253_721a8cd1642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="32.48" OriginalAmount="32.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05523638" Longitude="108.2447225" StarRating="3" HotelCode="561118|866303" 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="8" TotalAmount="32.48" OriginalAmount="32.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07038492" Longitude="108.24223649" StarRating="3" HotelCode="369550|593509" HotelName="Sofia Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot I-11 Pham Van Dong, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/ce/5ece944cc08dc59cb0975a956aa757ab58569cd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Da Nang. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.84" OriginalAmount="32.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.062252" Longitude="108.237669" StarRating="2" HotelCode="|470287" HotelName="Rivera Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62 Vo Van Kiet Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/8/7/470287_738a17c1203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="32.90" OriginalAmount="32.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="866367|711329" HotelName="King House Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 My Khe 1, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/3c/183c9d6aab7d04a5effeea78b51be1982e48b487.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.90" OriginalAmount="32.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0666" Longitude="108.22482" StarRating="2" HotelCode="|458269" HotelName="Happy Day" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/2026">
        <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="94" TotalAmount="33.05" OriginalAmount="32.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065375" Longitude="108.243822" StarRating="3" HotelCode="|534605" HotelName="TNJ TASMANIA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/0/5/534605_f0316301132.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="33.08" OriginalAmount="32.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.077331" Longitude="108.228844" StarRating="3" HotelCode="931926|236093" HotelName="Kay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>357 Tran Hung Dao Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/68/6368db26901e34f6ad2a0f47a8bba3cb8736d1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.18" OriginalAmount="32.85" MarkupRule="1.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/08/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="16" TotalAmount="33.24" OriginalAmount="32.91" MarkupRule="1.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 03/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>So 171 Duong Ho Nghinh, Phuong Phuoc My, Quan Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/27/6727eb268e20e15579ef31b220dd3ecfc035cd5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.28" OriginalAmount="32.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052364" Longitude="108.244529" StarRating="3" HotelCode="|422357" HotelName="Kiwi and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <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="27" TotalAmount="33.33" OriginalAmount="33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07024318" Longitude="108.21386432" StarRating="3" HotelCode="383952|153187" HotelName="Iris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Le Duan, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e0/86e0e0e8c2a533279885d4007146a901eea12fc6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in City Center / Airport, Iris Hotel Danang is a perfect starting point from which to explor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07024176" Longitude="108.23585711" StarRating="3" HotelCode="369863|princess_hotel_2" HotelName="Princess Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="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="33.33" OriginalAmount="33.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="971234|davue_hotel_da_nang" HotelName="Davue Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>40-41 Ðo Bi, Phuong Khue My, Quan Ngu Hành Son, Ða Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/21/3a21c2452dcedc4f13abfbc058e31f4c2f2f5bd6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.60" OriginalAmount="33.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.056074" Longitude="108.244745" StarRating="3" HotelCode="|266931" HotelName="Hana Homestay Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <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="8" TotalAmount="33.84" OriginalAmount="33.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07460682266" Longitude="108.22894675274" StarRating="3" HotelCode="375388|684208" HotelName="Art Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>305 Tran Hung Dao Street, Hai Bac Ward, Son Tra District, Da Nang 550000, Nam Trung B? (Südliche Küstenregion)</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/13/9b13da572ee105ded8391fd3725bac0e00638b05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.88" OriginalAmount="33.54" MarkupRule="1.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/08/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="94" TotalAmount="34.19" OriginalAmount="33.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0627251" Longitude="108.2337695" StarRating="1" HotelCode="|332064" HotelName="Cong Thuong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <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="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06681144" Longitude="108.22478862" StarRating="2" HotelCode="369768|happy_day_hotel" HotelName="Happy Day Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>160 Bach Dang Street, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/c8/7bc8e785d7f830b2ea6e16c5c3e3fadb5169844f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03979625" Longitude="108.24656676" StarRating="3" HotelCode="530848|titan_hotel_da_nang" HotelName="Titan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 - 104 Ho Xuan Huong Street, Ngu Hanh Son Disctrict, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/64/9b641c68c41f5a97bf33b46067752dd2ec71d163.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.35" OriginalAmount="34.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0569" Longitude="108.246" StarRating="3" HotelCode="|421339" HotelName="Ocean Garden Boutique Danang By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="34.90" OriginalAmount="34.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0396158" Longitude="108.2465147" StarRating="3" HotelCode="|332005" HotelName="Titan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <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="34.93" OriginalAmount="34.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.087202" Longitude="108.215498" StarRating="3" HotelCode="|422522" HotelName="Lupin Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>171 duong 3/2.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/5/2/2/422522_099c32a0433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.12" OriginalAmount="34.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.050332" Longitude="108.222079" StarRating="3" HotelCode="|554363" HotelName="Minh Toan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/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="35.13" OriginalAmount="34.78" MarkupRule="1.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 05/08/2026" HotelFacility="Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 An Thuong 33, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7f/f87f02fba481525970ccf606ce829e6f06496825.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.18" OriginalAmount="34.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06603" Longitude="108.23102" StarRating="0" HotelCode="|227982" HotelName="Dandc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <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="94" TotalAmount="35.26" OriginalAmount="34.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066282" Longitude="108.244375" StarRating="3" HotelCode="|331621" HotelName="Sea Castle 2" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Ha Bong St Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/6/2/1/331621_608d3b11824.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06234221856" Longitude="108.19198748962" StarRating="2" HotelCode="370408|153153" HotelName="Dai Long Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>190-192-194 Ha Huy Tap, Hoa Khe, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/41/a641ad43ee3984f2994a16585be779b7026535e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.35" OriginalAmount="35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04940967" Longitude="108.24387378" StarRating="3" HotelCode="965660|382017" HotelName="Sen Boutique Villa Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>34 An Thouong, LO D8, Phuong My An, Quan Ngu, Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3f/0f3f17ca726ec5e18387202a52830d103e405d73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06874766" Longitude="108.23870849" StarRating="3" HotelCode="309476|hoang_sa_hotel_2" HotelName="Hoang Sa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Duong Dinh Nghe Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/20/2720ed9282d6d05e2f9f07f6b8c52a5ac58f92b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07035098" Longitude="108.22375062" StarRating="2" HotelCode="364161|hoa_viet_hotel" HotelName="Hoa Viet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Concierge,Elevator,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Phan Dinh Phung Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/20/3c202f2b1ac2034a728a5650053026f2e30512cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Da Nang, Hoa Viet Hotel puts everything the city has to offer just outsid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06449106" Longitude="108.22999604" StarRating="3" HotelCode="753101|merry_hotel_2" HotelName="Merry Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>447-449 Tran Hung Dao Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/03/fc036890e107b2a9de80ee87c508547fa11f7fb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.35" OriginalAmount="35.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="694250|cong_thuong_hotel" HotelName="Cong Thuong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1038 Ngo Quyen, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/83/fe8307a5960f3afc7f741804f0b95442b0cb427b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.71" OriginalAmount="35.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05255" Longitude="108.23718" StarRating="3" HotelCode="|422626" HotelName="The Now Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="35.81" OriginalAmount="35.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.075844" Longitude="108.206839" StarRating="3" HotelCode="|419539" HotelName="Ocean View Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="35.83" OriginalAmount="35.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07636" Longitude="108.21575" StarRating="3" HotelCode="|189376" HotelName="Tarasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="35.95" OriginalAmount="35.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.078069" Longitude="108.172699" StarRating="0" HotelCode="|423696" HotelName="Avenis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1691 Nguyen Tat Thanh, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/9/6/423696_b23a5d11726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.96" OriginalAmount="35.60" MarkupRule="1.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 05/08/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="94" TotalAmount="36.24" OriginalAmount="35.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03514" Longitude="108.230485" StarRating="0" HotelCode="|471638" HotelName="Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/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="8" TotalAmount="36.31" OriginalAmount="35.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04702592" Longitude="108.22248748" StarRating="3" HotelCode="614618|688167" 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="94" TotalAmount="36.35" OriginalAmount="35.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06233" Longitude="108.19187" StarRating="0" HotelCode="|230514" HotelName="Dai Long" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>192 - 194 Ha Huy Tap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/5/1/4/230514_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066219630591" Longitude="108.22467247791" StarRating="2" HotelCode="369024|catinal_hotel" HotelName="Catinal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>174 Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/da/27da57002ac3c84dee883890b7777e57483c8357.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06605675" Longitude="108.23106238" StarRating="2" HotelCode="369522|dc_hotel" HotelName="D&amp;C Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>01 Mai Hac De Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fe/3ffe2117011191e80f057d3e17bf86909f8fb968.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.043259450531" Longitude="108.2479849282" StarRating="3" HotelCode="373491|sea_view_hotel_7" HotelName="Le Manoir Premier Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>378 Võ Nguyên Giáp Street, M? An Ward, Ngu Hành Son District, Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/2f/b72fbde8edd053723718bdc7b9fd0f6b964ab36a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.36" OriginalAmount="36.00" MarkupRule="1.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="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 My Khe 4, Phuoc My Ward, Son Tra District, Da Nang 59000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/39/0439c1bf73bc00caf4e8d3a59d49e35b35cb2e2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.38" OriginalAmount="36.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049484" Longitude="108.248237" StarRating="3" HotelCode="|417071" HotelName="Platinum Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="36.55" OriginalAmount="36.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03988" Longitude="108.21306" StarRating="3" HotelCode="|189084" HotelName="Amanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="36.57" OriginalAmount="36.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.980385" Longitude="108.274533" StarRating="2" HotelCode="|453425" HotelName="Suri Apartment and Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 An Nong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/4/2/5/453425_598ae971213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.74" OriginalAmount="36.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055236" Longitude="108.244918" StarRating="0" HotelCode="|423121" HotelName="Celina and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="36.88" OriginalAmount="36.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0511315" Longitude="108.2463405" StarRating="3" HotelCode="|338624" HotelName="Raon Danang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="36.90" OriginalAmount="36.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.050828" Longitude="108.245815" StarRating="0" HotelCode="|474670" HotelName="Doji Stars" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 An Thuong 33,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/7/0/474670_95b201e1245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.90" OriginalAmount="36.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052414" Longitude="108.210293" StarRating="2" HotelCode="|482140" HotelName="Bamboo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="36.92" OriginalAmount="36.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066385" Longitude="108.244369" StarRating="3" HotelCode="|416665" HotelName="Dragon Sea" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Ha Bong, Phuoc My</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/6/6/5/416665_edbc1df0921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.21" OriginalAmount="36.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05391" Longitude="108.22042" StarRating="3" HotelCode="|419724" HotelName="Gold Da Nang By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08601124" Longitude="108.21533373" StarRating="3" HotelCode="614099|230768" HotelName="Ruby House Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>191-193 Thanh Thuy Street, Thanh Binh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d0/0ed0783dce104dc9692759a3ba265083391509eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054093535552" Longitude="108.22025572748" StarRating="3" HotelCode="309475|gold_hotel" HotelName="Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/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="94" TotalAmount="37.96" OriginalAmount="37.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055265" Longitude="108.244892" StarRating="3" HotelCode="|418479" HotelName="Hodi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="37.98" OriginalAmount="37.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632319" Longitude="108.2437113" StarRating="3" HotelCode="|338481" HotelName="Dana Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Vo Van Kiet Street, Phuoc My Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/8/1/338481_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06629354" Longitude="108.24435046" StarRating="3" HotelCode="372840|dragon_sea_hotel" HotelName="Dragon Sea hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Hà B?ng, Phu?c M? Ward, Son Trà Distrikt, Ðà N?ng</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e6/68e6ced14c4f522389f728cc444a678bcd6b5a39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06544523" Longitude="108.22410532" StarRating="3" HotelCode="587361|pariat_hotel" HotelName="Pariat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>202 - 204 Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/05/f5050b1a672004c72de8d8e28ed0c07949a90fce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.076744" Longitude="108.216032" StarRating="3" HotelCode="931924|big_home_hotel" HotelName="Big Home Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 Dong Da Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/cc/7ecc61a7537a6139c5b6d4de7352bbba3f23e7a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.60" OriginalAmount="38.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0506572" Longitude="108.2454789" StarRating="3" HotelCode="|266788" HotelName="Platinum Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <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="38.65" OriginalAmount="38.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07448" Longitude="108.24223" StarRating="3" HotelCode="|423130" HotelName="La Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Le Binh, An Hai Bac Ward Son Tra District Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/1/3/0/423130_bb6e7260559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.80" OriginalAmount="38.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05772" Longitude="108.24573" StarRating="3" HotelCode="|238329" HotelName="Zalo Sea Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="39.01" OriginalAmount="38.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.10728" Longitude="108.090248" StarRating="3" HotelCode="|533360" HotelName="Mr Boss House and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/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="94" TotalAmount="39.01" OriginalAmount="38.62" MarkupRule="1.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 06/08/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="39.01" OriginalAmount="38.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.045132" Longitude="108.222636" StarRating="3" HotelCode="|446970" HotelName="Lamanga and Suite Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/7/0/446970_3e37ccc0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="39.34" OriginalAmount="38.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06316017" Longitude="108.24314806" StarRating="3" HotelCode="586652|683431" HotelName="Dana Marina Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Vo Van Kiet Street, Phuoc My, Son Ta, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/99/f199f88aff6f7d396c3ba5d883f2e1ba57f9fc06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049475544455" Longitude="108.24824273587" StarRating="3" HotelCode="374603|anna_hotel_10" HotelName="Anna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="24 Hour Room Service,Concierge,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 An Thuong 1, My An Ward, Da Nang, Ngu Hanh Son District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/cf/4fcf2c2996fe0fd7ba989401a17eb88c226104a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anna Hotel in Da Nang, you'll be convenient to My K...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.39" OriginalAmount="39.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06023947" Longitude="108.21828183" StarRating="2" HotelCode="853501|anna_center_hotel" HotelName="Anna Center Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <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="39.96" OriginalAmount="39.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0724" Longitude="108.1969" StarRating="3" HotelCode="|419890" HotelName="Santori Danang Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>769 - 771 Nguyen Tat Thanh,Xuan Ha,Thanh khe</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/8/9/0/419890_98133411744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.11" OriginalAmount="39.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0686084" Longitude="108.243239" StarRating="3" HotelCode="|374861" HotelName="Golden Light" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="40.13" OriginalAmount="39.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07264" Longitude="108.2202" StarRating="3" HotelCode="|229893" HotelName="Dana Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="40.14" OriginalAmount="39.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049248" Longitude="108.245231" StarRating="3" HotelCode="|418163" HotelName="Grand Sea View and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Hoang Ke Viem, Ngu Hanh Son District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/6/3/418163_0ce8fa50404.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.40" OriginalAmount="40.00" MarkupRule="1.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 03/08/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="40.40" OriginalAmount="40.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06522706" Longitude="108.21942302" StarRating="3" HotelCode="600243|central_hotel_spa" HotelName="Central Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Hoang Dieu, Phuoc Ninh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/59/20591ae3f2dbd19a1804b7d9fdad18675a5f941d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.55" OriginalAmount="40.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05332431" Longitude="108.2445839" StarRating="2" HotelCode="595442|683440" HotelName="Platinum Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Le Quang Dao, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c3/9ec33fc3f1f6a5510264d40974879715c84a9e86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.58" OriginalAmount="40.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0547994" Longitude="108.24491313" StarRating="3" HotelCode="585174|3441805" HotelName="Haya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>48 Phan Liem, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/84/7b84659874d673cface964b3b522eaba4ddb1b4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.71" OriginalAmount="40.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0493" Longitude="108.245319" StarRating="3" HotelCode="|419511" HotelName="Cocochine - A Vie Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/1/1/419511_b2c8a2c1706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.96" OriginalAmount="40.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052999" Longitude="108.2466" StarRating="3" HotelCode="|419105" HotelName="Menora Premium Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>196 Tran Bach Dang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/1/0/5/419105_2f5210f1759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.10" OriginalAmount="40.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06467" Longitude="108.22997" StarRating="3" HotelCode="|418540" HotelName="Merry" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>447-449 Tran Hung Dao Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/5/4/0/418540_a960b8b0917.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.27" OriginalAmount="40.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065396" Longitude="108.219514" StarRating="3" HotelCode="|423006" HotelName="Central and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="8" TotalAmount="41.29" OriginalAmount="40.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0486345" Longitude="108.2430157" StarRating="3" HotelCode="754932|684841" HotelName="Hanami Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Hoang Ke Viem, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3c/9d3c2920d047e1aa18f04ab7cd91938a09e6c162.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066882563535" Longitude="108.21342229843" StarRating="4" HotelCode="175766|vinh_trung_plaza_apartment_and_hotel" HotelName="Vinh Trung Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>253-255-257 Hung Vuong Street, Hai Chau District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/28/58288de91d4146b4b118f1f2216832af51e018d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of the city, 5 km away from My Khe Beach. Guests staying at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049465779655" Longitude="108.24558315534" StarRating="3" HotelCode="364042|blue_ocean__2" HotelName="Hoang Quan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem, Phuong My An, Quan Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/24/592466633a453232477749e8799a1b00c4186623.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06861234" Longitude="108.24321246" StarRating="3" HotelCode="488623|golden_light_hotel" HotelName="Golden Light Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>157-159 Ho Nghinh, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/75/3475ce734fbab225e4f4b008d2408775f7ac3c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07237217" Longitude="108.19678988" StarRating="3" HotelCode="771337|santori_hotel_danang_bay" HotelName="Santori Hotel Danang Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>769-771 Nguyen Tat Thanh Street, Thanh Khe District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/73/1273a1f918fbddf00f5cf1699a27f5fcd76d0af7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.074446648484" Longitude="108.24217856397" StarRating="0" HotelCode="696535|lam_anh_hotel" HotelName="Lam Anh Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Le Binh Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/15/1b1507999bd3efc41211e6f46cfa7c21094f7006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.92" OriginalAmount="41.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06339" Longitude="108.24375" StarRating="3" HotelCode="|238081" HotelName="Adaline And Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Vo Van Kiet Street Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/0/8/1/238081_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.01" OriginalAmount="41.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05308139" Longitude="108.24639239" StarRating="3" HotelCode="854081|688092" HotelName="Sea Corner Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>196 Tran Bach Dang Street, My An Ward, Ngu Hanh Son District, Danang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f7/d5f711688ab8fc2ec60b74b370501631c4ffcf11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.15" OriginalAmount="41.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="4" HotelCode="971784|640702" HotelName="Grand Sea View by Vie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Hoang Ke Viem, Ngu Hanh Son, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.27" OriginalAmount="41.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07171825" Longitude="108.23853296" StarRating="3" HotelCode="615396|823971" HotelName="The Herriott Hotel &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 &amp; 8 Le Van Quy, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/df/12dfea4fff131f55e5c38178e0d1df5cbe2ea94c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.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="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Ho Xuan Huong Street, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ebf45b3402cd980c3683591589ec70895ae1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is situated only 3 km from the city centre and business guests will appreciate the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.072652859188" Longitude="108.22019384482" StarRating="3" HotelCode="372391|dana_pearl_hotel" HotelName="Dana Pearl Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 10  Corner Le loi - Hai Phong,, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ae/4aae2192312c9afa5ec78aa50010cbc12fbd4038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06602777" Longitude="108.24361676" StarRating="2" HotelCode="586987|pergola_hotel_5" HotelName="Pergola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dinh Nghe 35/37, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/d5/bcd502713cf6e2947e0f7bf86c7e469024739eb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04982832" Longitude="108.24711443" StarRating="3" HotelCode="587726|grand_seaview" HotelName="Grand Sea View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="42.42" OriginalAmount="42.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06341144" Longitude="108.24020267" StarRating="0" HotelCode="956803|oasis_hotel_apartment_3" HotelName="Oasis Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 My Khe 2, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/e9/7de94132c18518b19abf7d3e63e6128e7058765c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.15" OriginalAmount="42.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0777228" Longitude="108.2289565" StarRating="4" HotelCode="|418420" HotelName="Ibiza Riverfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="43.19" OriginalAmount="42.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.072234" Longitude="108.2331595" StarRating="4" HotelCode="|418957" HotelName="Roliva and Apartment Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Pham Van Dong, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/9/5/7/418957_8e2df5f1034.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.36" OriginalAmount="42.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06333119" Longitude="108.24387203" StarRating="3" HotelCode="552057|682519" HotelName="Adaline Hotel &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Vo Van Kiet, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0c/570c43bc283b5920e6dbf5790b04a43e0ac44aca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a restaurant, a bar, a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.43" OriginalAmount="43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06284262" Longitude="108.24206925" StarRating="3" HotelCode="549855|153401" HotelName="Hoang Dai 2 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>97 Vo Van Kiet, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c5/9fc53594e779a63aa53bc4399c48b6d8a3a60c5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.057686045057" Longitude="108.218947649" StarRating="3" HotelCode="142305|orient_hotel_8" HotelName="Phuong Dong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Phan Chau Trinh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/28/6d28f065abcfef8184b291e2c6ba6ffb5a3229f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of the city of Da Nang, 3 km from Da Nang Railway Station, 200 m from the Han ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.43" OriginalAmount="43.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07351069" Longitude="108.24209774" StarRating="0" HotelCode="978088|clivia_hotel" HotelName="Clivia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Loseby, Phuoc My, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84e67259fa4ada0e3730a20bc8b884ac123825.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.73" OriginalAmount="43.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05753" Longitude="108.246788" StarRating="3" HotelCode="|421418" HotelName="My Khe 2 Da Nang Seafront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>260 Vo Nguyen Giap Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/1/8/421418_5b0e55e1727.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.10" OriginalAmount="43.66" MarkupRule="1.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 05/08/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="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06537095" Longitude="108.24397062" StarRating="3" HotelCode="372380|grand_sunrise_hotel_" HotelName="Grand Sunrise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Ha Chuong - Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/bb/eebba1d64764bf1f860ee3da2e8ca9df252834dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06635875" Longitude="108.24310242" StarRating="2" HotelCode="518211|kingdom_danang_hotel" HotelName="Kingdom Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>234 Ho Nghinh, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/19/0d194d61275d0a30754a47fdf8f02241ab6fbb27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.44" OriginalAmount="44.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07158535" Longitude="108.23499972" StarRating="0" HotelCode="963216|roliva_hotel_apartment_danang" HotelName="Roliva Hotel &amp; Apartment Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot H2-12-13 Pham Van Dong Street, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4e/934eaebda45318b2cbe3be915ad1c9978f2cee42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.53" OriginalAmount="44.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07006" Longitude="108.24273" StarRating="2" HotelCode="|236196" HotelName="Dam Tien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/2026">
        <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.53" OriginalAmount="44.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0627847" Longitude="108.2420817" StarRating="3" HotelCode="|332044" HotelName="Hoang Dai 2 Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>97 Vo Van Kiet, Ward Phuoc My, District Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/4/4/332044_079ff2e1523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.53" OriginalAmount="44.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0553595" Longitude="108.2453162" StarRating="3" HotelCode="|332003" HotelName="San San" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>54 An Thuong 26, My An, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/0/0/3/332003_87e4f2a1803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.89" OriginalAmount="44.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.098296" Longitude="108.253753" StarRating="0" HotelCode="|533334" HotelName="SONTRA SEA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/08/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="94" TotalAmount="44.94" OriginalAmount="44.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0660229" Longitude="108.2443851" StarRating="3" HotelCode="|266479" HotelName="Dylan Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>93 Ha Bong , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/4/7/9/266479_99825851705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.02" OriginalAmount="44.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0665552" Longitude="108.2430638" StarRating="2" HotelCode="|331997" HotelName="Kingdom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/08/2026">
        <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="94" TotalAmount="45.37" OriginalAmount="44.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07015" Longitude="108.2172" StarRating="3" HotelCode="|418699" HotelName="Phuong Tran Apartment and" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="45.40" OriginalAmount="44.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0716662" Longitude="108.2428595" StarRating="0" HotelCode="|339243" HotelName="Fanta Suite Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Morrison, An Hai Bac, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/4/3/339243_912443e1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07161578" Longitude="108.23795977" StarRating="3" HotelCode="599898|218277" HotelName="Grand Sunrise 3 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>5 Morrison Street, An Hai Bac Ward, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/94/3c94d3f38db107742569288e2ed5cb3dd29dc5ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06575983528" Longitude="108.24456632394" StarRating="3" HotelCode="370069|van_son_hotel" HotelName="Van Son Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Ha Bong, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/19/a819fee5012820e94210860691fed1116d00ac90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.45" OriginalAmount="45.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="984461|khach_san_my_khe_2" HotelName="Khach San My Khe II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>260 Vo Nguyen Giap, P Phuoc My, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/7f/1a7f1ba823c6e5a6e5527d820b94fb127689bebd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.54" OriginalAmount="45.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.057763" Longitude="108.17355" StarRating="1" HotelCode="|523146" HotelName="Hong An Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="45.67" OriginalAmount="45.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.036958" Longitude="108.23987" StarRating="3" HotelCode="|419521" HotelName="RHM Luxury Hotel And Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="45.73" OriginalAmount="45.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0493321" Longitude="108.2478833" StarRating="3" HotelCode="|338446" HotelName="Royal Charm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 46 Tran Bach Dang, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/4/6/338446_2dc26b11221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.73" OriginalAmount="45.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06489" Longitude="108.23318" StarRating="4" HotelCode="|228642" HotelName="Muong Thanh Grand Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="46.01" OriginalAmount="45.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.068818" Longitude="108.238553" StarRating="3" HotelCode="|423272" HotelName="Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="46.12" OriginalAmount="45.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0654" Longitude="108.222" StarRating="0" HotelCode="|420034" HotelName="Dong Duong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Thai Phien, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/3/4/420034_7e944a51730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.25" OriginalAmount="45.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07167" Longitude="108.2384" StarRating="4" HotelCode="|240364" HotelName="The Herriott and Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 y 8 Le Van Quy, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/6/4/240364_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.27" OriginalAmount="45.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07379" Longitude="108.243" StarRating="0" HotelCode="|238683" HotelName="Brilliant Majestic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>123 Ho Nghinh Street, Phuoc My Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/8/3/238683_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.30" OriginalAmount="45.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06544" Longitude="108.22223" StarRating="2" HotelCode="|523805" HotelName="City Hostel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>114 Yen Bai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/8/0/5/523805_2411e1b1116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.39" OriginalAmount="45.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08603" Longitude="108.21809" StarRating="4" HotelCode="|228453" HotelName="Stay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 3/2 Street Thuan Phuoc Ward Hai Chau District,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/4/5/3/228453_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.46" OriginalAmount="46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07365262" Longitude="108.24301806" StarRating="2" HotelCode="565870|218224" HotelName="Brilliant Majestic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>123 Ho Nghinh Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/9a/6b9acff9630b3d00652d9f8c2fcec4d34b2584f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07455701" Longitude="108.24237367" StarRating="3" HotelCode="586827|happy_sky_hotel" HotelName="Happy Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Le Binh Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/d5/87d5387e6c29abd33a79145d7ebd29bbdfc1dab2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.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="Free CXL until 02/08/2026">
        <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="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06872007" Longitude="108.24195582" StarRating="0" HotelCode="956824|prague_hotel_3" HotelName="Gic Land 2 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>75 Duong Dinh Nghe, Phuong An Hai Bac, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/00/5700e88fa42a33c36fce1232ca8c35625f516b24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.84" OriginalAmount="46.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05275" Longitude="108.244218" StarRating="4" HotelCode="|423485" HotelName="Adela Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 An Thuong 36, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/4/8/5/423485_54e22500956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.87" OriginalAmount="46.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.078336" Longitude="108.217808" StarRating="3" HotelCode="|416704" HotelName="A25 - 137 Nguyen Du Dn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>137 Nguyen Du</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/0/4/416704_852e0ea1029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.94" OriginalAmount="46.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049091" Longitude="108.221447" StarRating="4" HotelCode="|418293" HotelName="Gold Plaza Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <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="47.12" OriginalAmount="46.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04885" Longitude="108.24742" StarRating="3" HotelCode="|419604" HotelName="Palazzo Da Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="8" TotalAmount="47.22" OriginalAmount="46.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06643481" Longitude="108.24438918" StarRating="3" HotelCode="595707|683364" 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="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04328145" Longitude="108.24788635" StarRating="3" HotelCode="550331|royal_huy_hotel" HotelName="Royal Huy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" 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="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07023731" Longitude="108.24231039" StarRating="2" HotelCode="518370|mi_house_2" HotelName="Mi House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 09 Pham Van Dong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/d4/0ed40919c91dbdbc246d8deff2293835d7275e89.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04931185" Longitude="108.24789105" StarRating="3" HotelCode="610560|royal_charm_hotel" HotelName="Royal Charm Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06519558" Longitude="108.22211717" StarRating="0" HotelCode="967180|dong_duong_hotel_suites" HotelName="Dong Duong Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Thai Phien, Phuoc Ninh Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c0/66c0443a22481bf6954a17a4c507e75fe4b3d824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.47" OriginalAmount="47.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0783183" Longitude="108.21783641534" StarRating="3" HotelCode="915943|sao_minh_star_light_hotel" HotelName="A25 Hotel 137 Nguyen Du" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>137 Nguyen Du Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/19/fe196d13e733e807d6710c8cc85ca661111b8c9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.55" OriginalAmount="47.08" MarkupRule="1.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="16" TotalAmount="47.80" OriginalAmount="47.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07002959" Longitude="108.24256159" StarRating="3" HotelCode="373387|1714228" HotelName="La Maison Da Nang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" 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="8" TotalAmount="48.13" OriginalAmount="47.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06017428" Longitude="108.21448913" StarRating="3" HotelCode="626125|687957" HotelName="Mitisa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Nguyen Van Linh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/04/5404fc88e8258dffec629376a93b9398e5341156.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.14" OriginalAmount="47.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07055" Longitude="108.236377" StarRating="4" HotelCode="|418138" HotelName="Cn Palace Boutique and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 4,5,6 Pham Van Dong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/3/8/418138_7c192b90324.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="48.17" OriginalAmount="47.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0648844" Longitude="108.23314023" StarRating="4" HotelCode="369878|686426" HotelName="Muong Thanh Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>962 Ngo Quyen, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/0b/cb0bc555d9cae7bd733d3350e115fd4e4f6c0c91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08598509" Longitude="108.21802907" StarRating="4" HotelCode="369840|northern_hotel_danang" HotelName="Stay Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>119 3/2 Street, Thuan Phuoc Ward, Da Nang City, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/f9/e2f97ab5eeb56fa015720a79b6df013c01eb71cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07253377" Longitude="108.24296358" StarRating="3" HotelCode="374535|ocean_haven_hotel" HotelName="Ocean Haven Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>295-297 Ho Nghinh Street, Phuoc My County, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/5a/b85a7dbca9f3057b22416602744c618a1e8b448c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054668912009" Longitude="108.24450810304" StarRating="3" HotelCode="435947|grand_sunrise_2" HotelName="Grand Sunrise 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>05 Phan Liem, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f6/e1f61a308dfc92d4a28bf63dc22ee73e9207ea08.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.048620270737" Longitude="108.21600767611" StarRating="4" HotelCode="378382|eden_plaza_danang" HotelName="Eden Plaza Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>05-07 Duy Tan Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/34/a634bc3c8c020f80396a6f8de28c42ef93e90725.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="980253|gic_luxury_hotel_and_spa" HotelName="Gic Land Luxury Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="94" TotalAmount="48.85" OriginalAmount="48.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065845" Longitude="108.242426" StarRating="3" HotelCode="|421414" HotelName="Lem's Apartment and Coffee" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/08/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="16" TotalAmount="49.03" OriginalAmount="48.54" MarkupRule="1.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="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>19-21 An Thuong 2, Phuong My An, Quan Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4d/934d82fde30eaad5361e43208e8d4afd358ed1d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.30" OriginalAmount="48.81" MarkupRule="1.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="Free CXL until 03/08/2026">
        <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="63" TotalAmount="49.49" OriginalAmount="49.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06680043" Longitude="108.22078685" StarRating="3" HotelCode="489415|thuan_anh_hotel" HotelName="Vanilla Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>158A Nguyen Chi Thanh, Hai Chau District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/74/30745ed58a21f8abf688c1a98940719a3711eca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Vanilla Hotel Da Nang to discover the wonders of Da Nang. The hotel offers guests a range of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.53" OriginalAmount="49.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.077735" Longitude="108.242215" StarRating="3" HotelCode="|419525" HotelName="Bridges Danang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/08/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="49.73" OriginalAmount="49.24" MarkupRule="1.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="Free CXL until 01/08/2026">
        <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="49.86" OriginalAmount="49.37" MarkupRule="1.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="49.93" OriginalAmount="49.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055869" Longitude="108.245033" StarRating="3" HotelCode="|416846" HotelName="Richico Apartments and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>176-178 Nguyen Van Thoai, My An ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/8/4/6/416846_924c69d1506.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.26" OriginalAmount="49.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07651" Longitude="108.24393" StarRating="3" HotelCode="|418576" HotelName="Seaforest By Haviland" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <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="50.36" OriginalAmount="49.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0549686" Longitude="108.2441245" StarRating="3" HotelCode="|332195" HotelName="Sofia Suite Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/1/9/5/332195_9ed60de1826.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.095096" Longitude="108.251913" StarRating="3" HotelCode="|423627" HotelName="Nguyen Gia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>T113 Hoang Sa Son Tra Peninsula</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/2/7/423627_9aa95ff1702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04936722" Longitude="108.24829189" StarRating="2" HotelCode="378688|emily_hotel_2" HotelName="Emily Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 An Thuong 1, My An Ward, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/6d/a26d4fef583c772834615a17f4dfd8e4fbcc6099.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.50" OriginalAmount="50.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="969608|cn_palace_boutique_hotel" HotelName="CN Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4,5,6 Pham Van Dong, An Hai Bac, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b1/73b1d528ad6634f687a29393577ce7344035a854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.60" OriginalAmount="50.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.071171" Longitude="108.235631" StarRating="3" HotelCode="|420033" HotelName="Nagila Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 11-12 Area H1, Architectural road from Han River Bridge to the sea, An Hai Bac Ward, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/3/3/420033_7dc3e9a1729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.64" OriginalAmount="50.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051496" Longitude="108.246715" StarRating="3" HotelCode="|474901" HotelName="DAO NGOC HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="16" TotalAmount="50.96" OriginalAmount="50.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07000286" Longitude="108.23398779" StarRating="0" HotelCode="956534|3448295" HotelName="Tropical House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Ta My Duat, Phuong An Hai Bac, Quan Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/dc/cddcb858013bf6ea9cfc65d143f59025cf9fdbbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07447" Longitude="108.24425" StarRating="0" HotelCode="|423083" HotelName="Zoneland Apartments LaHome Beach Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <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="94" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0735" Longitude="108.242" StarRating="3" HotelCode="|420329" HotelName="Golden Rose 3 Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 -72 Loseby, Son Tra, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/3/2/9/420329_dbeb6331703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.77" OriginalAmount="51.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049672" Longitude="108.248116" StarRating="0" HotelCode="|555625" HotelName="MONS BOUTIQUE HOTEL and APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/08/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="51.77" OriginalAmount="51.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07" Longitude="108.234" StarRating="3" HotelCode="|418485" HotelName="Tropical House Apartment Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>01 Ta My Duat, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/4/8/5/418485_4e8ad901710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.89" OriginalAmount="51.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06654" Longitude="108.24318" StarRating="3" HotelCode="|419953" HotelName="Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>204-206 Ho Nghinh Street Phuoc My Ward Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/5/3/419953_557d2231749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.48" OriginalAmount="51.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0702914" Longitude="108.2421176" StarRating="3" HotelCode="|332055" HotelName="Mai Boutique Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04101391" Longitude="108.24866062" StarRating="3" HotelCode="374772|84002" 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="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0558778" Longitude="108.24518266" StarRating="3" HotelCode="397557|richico_apartments_and_hotel" HotelName="Richico Apartments And Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176-178 Nguyen Van Thoai Street, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/e2/f6e27ee64953b6facbad90916fca2dfc213725e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.52" OriginalAmount="52.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="977700|nagila_boutique_hotel" HotelName="Nagila Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 11-12 H1 Pham Van Dong, Area An Hai Bac, Son Tra, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/76/b87673e09c2f8798a2d5f40d5f7b39e8876d0f99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.61" OriginalAmount="52.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05498791" Longitude="108.24412163" StarRating="3" HotelCode="556538|682507" HotelName="Sofia Suite Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>09 Le Quang Dao Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/86/a286ae98a52f17b12801c095522c63e54ad67ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.64" OriginalAmount="52.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07348632" Longitude="108.24217001" StarRating="3" HotelCode="882783|824102" HotelName="Golden Rose 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 -72 Loseby, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e1/29e1ac0a82d285c9cfab2b21ee2c14ad862ab9ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.81" OriginalAmount="52.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0666172" Longitude="108.2444191" StarRating="3" HotelCode="|331893" HotelName="Le House Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>85 - 87 Ha Bong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/9/3/331893_7925ac61849.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.92" OriginalAmount="52.40" MarkupRule="1.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 06/08/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="94" TotalAmount="53.19" OriginalAmount="52.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.061853" Longitude="108.237576" StarRating="3" HotelCode="|423286" HotelName="Calix" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <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="53.20" OriginalAmount="52.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0513" Longitude="108.246" StarRating="3" HotelCode="|418176" HotelName="Amunra Ocean" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="53.43" OriginalAmount="52.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.053043" Longitude="108.246744" StarRating="3" HotelCode="|418756" HotelName="Pandora Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Phan Ton, My An, Ngu Hanh Son Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/5/6/418756_ea140ff1706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06676675" Longitude="108.24433448" StarRating="3" HotelCode="382862|153411" HotelName="Le House Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85-87 Ha Bong, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/17/4b1706d12fa855d523fa640eaf8dc14808eb2569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Da Nang, this boutique hotel is ideal for guests who appreciate a styl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055010586793" Longitude="108.24196907067" StarRating="3" HotelCode="316792|finger_hotel" HotelName="King's Finger Da Nang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Nguyen Van Thoai Street, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/fb/dafb296c519f54044b8d4cf49d912f5ba2006dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.53" OriginalAmount="53.00" MarkupRule="1.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="53.53" OriginalAmount="53.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07652875" Longitude="108.24383212" StarRating="3" HotelCode="586928|moclan_boutique_hotel" HotelName="Moclan Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Phuoc Truong 8, Son Tra, Da Nang City 555555</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b6/a9b6ce73cb811cbf1c3736b52dfcbc115e8c37b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.08" OriginalAmount="53.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.060162" Longitude="108.2146103" StarRating="4" HotelCode="|266889" HotelName="Mitisa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/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="54.11" OriginalAmount="53.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.033269" Longitude="108.224198" StarRating="4" HotelCode="|417635" HotelName="Grand Citiview Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. A2, 2/9 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/3/5/417635_cde67cd1613.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.044234247147" Longitude="108.22273843717" StarRating="4" HotelCode="325452|minh_toan_galaxy_hotel" HotelName="Minh Toan Galaxy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06157385" Longitude="108.23634469" StarRating="0" HotelCode="810763|gemma_hotel_apartment" HotelName="Gemma Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>183 Vo Van Kiet, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/32/a832b4a2e7ce1694d8cb094a6986822a1f4ebb3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.60" OriginalAmount="54.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03334341" Longitude="108.22409762" StarRating="3" HotelCode="854968|698828" HotelName="Grand Cititel Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>A2 2/9 Street, Hai Chau District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ca/b5cae73e3a11fe40b53c854bd74f08a9b3b25e72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.74" OriginalAmount="54.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05054" Longitude="108.22229" StarRating="4" HotelCode="|230259" HotelName="Minh Toan Galaxy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>306 2/9 Street, Hai Chau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/2/5/9/230259_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.93" OriginalAmount="54.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.093752" Longitude="108.251587" StarRating="4" HotelCode="|418147" HotelName="Grand Gold" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1-A2.2, Hoang Sa Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/4/7/418147_1ec76860354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.94" OriginalAmount="54.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0654115" Longitude="108.2434184" StarRating="3" HotelCode="|331781" HotelName="Ocean Haven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>295-297 Ho Nghinh</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/7/8/1/331781_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.02" OriginalAmount="54.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049117855565" Longitude="108.24585127663" StarRating="2" HotelCode="773685|2528035" HotelName="Sincero Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/08/2026">
        <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="27" TotalAmount="55.55" OriginalAmount="55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06164139" Longitude="108.2364378" StarRating="3" HotelCode="586766|230739" HotelName="Gemma Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot A11-3 Vo Van Kiet, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/762108/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.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="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07549299" Longitude="108.24497634" StarRating="3" HotelCode="586466|seven_sea_hotel_da_nang" HotelName="Seven Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>150 Duong Vo Nguyen Giap, Quan Son Tra, Thanh Pho, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3f/223f8bb8973aac7b43cc1a85aa501d49c3ef45cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.075205982278" Longitude="108.22214735836" StarRating="3" HotelCode="915940|da_nang_petro_hotel" HotelName="Danang Petro Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>07 Quang Trung, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f8/77f8092cf78b42ea6351f50073ec8dd7706a628c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049909666667" Longitude="108.24807933333" StarRating="3" HotelCode="915939|chu_hotel" HotelName="Chu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>02-04-06  An Thuong 1, Ngu Hanh Son, Bac My An Beach, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/f3/caf30d892068647acb2be7a3f3f27e6910c279c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.98" OriginalAmount="55.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.040902" Longitude="108.246428" StarRating="0" HotelCode="|423142" HotelName="Sun River and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/08/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="27" TotalAmount="56.56" OriginalAmount="56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.063429943209" Longitude="108.24404859256" StarRating="3" HotelCode="374394|84001" HotelName="Royal Family Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>39 Vo Van Kiet Street, Phuoc My Ward, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/e2/16e23e83a22316e470c23cd25268bb4d3555e4b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.61" OriginalAmount="56.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05517" Longitude="108.24193" StarRating="0" HotelCode="|238691" HotelName="King's Finger Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>171A Nguyen Van Thoai, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/9/1/238691_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.81" OriginalAmount="56.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0615039" Longitude="108.2362714" StarRating="3" HotelCode="|372938" HotelName="Gemma &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>183 Vo Van Kiet, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/9/3/8/372938_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.13" OriginalAmount="56.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.064202" Longitude="108.220498" StarRating="4" HotelCode="|417617" HotelName="Fivitel Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>202 Nguyen Chi Thanh, Phuoc Ninh, Hai Chau Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/1/7/417617_9b6843f1603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.14" OriginalAmount="56.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0676" Longitude="108.244" StarRating="3" HotelCode="|420912" HotelName="The Glomad Da Nang - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09609373" Longitude="108.25250843" StarRating="2" HotelCode="440406|sea_view_dn_hotel" HotelName="Sea View DN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 41 Hoang Sa, Tho Quang ward, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/cf/3f/cf3f2707c0687ccc8c9cf28cfd1e0fba8a2f3c72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities to ensure guests a comfortable stay. Room service is among th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05129491" Longitude="108.24634229" StarRating="0" HotelCode="956821|the_wings_danang_hotel" HotelName="The Wings Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot D3 D. An Thuong 30, P. My An, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/21/b721689a5c77950621be7047a406affb0ea45144.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.85" OriginalAmount="57.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0787" Longitude="108.244" StarRating="3" HotelCode="|422830" HotelName="Livie Da Nang Style" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Do The Chap, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/8/3/0/422830_d8677660544.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054974194352" Longitude="108.22366939229" StarRating="3" HotelCode="100015|bamboo_green_riverside_hotel" HotelName="Bamboo Green Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>68 Bach Dang Street, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/d2/a2d2a58bc2127abab71aa6cf028bc1483378826b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.34" OriginalAmount="58.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06114" Longitude="108.24243" StarRating="0" HotelCode="|240262" HotelName="Minh House Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <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="8" TotalAmount="59.47" OriginalAmount="58.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09364856" Longitude="108.25152454" StarRating="3" HotelCode="755291|641743" HotelName="Grand Gold Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Beauty Salon,Bicycle Rental,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Nightclub,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1-A2.2 Hoang Sa Street, Tho Quang Ward, Son Tra District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/6a/8e6af4a41021e63c84d2da22c76fd5543370bae7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in Da Nang, Grand Gold Hotel features free bikes and an outdoor swimming pool. This 4-star hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.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="Free CXL until 01/08/2026" 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="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06768104" Longitude="108.24436587" StarRating="2" HotelCode="964291|the_glomad_da_nang_hotel_hostel" HotelName="The Glomad Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>41-43 Ha Bong, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/40/ae40ebad356c88da067fee5e077b1a060e7f3f48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.79" OriginalAmount="59.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055722" Longitude="108.244945" StarRating="4" HotelCode="|468840" HotelName="Mercy Emerald" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/08/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="8" TotalAmount="59.98" OriginalAmount="59.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.064404788269" Longitude="108.22070946315" StarRating="4" HotelCode="371430|687959" HotelName="Gopatel - Golden Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>202 Nguyen Chi Thanh Street, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/79/ed79d0730dc3e9c5ccd13e23966ab2cb83ee89bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.47" OriginalAmount="59.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.053508" Longitude="108.24784" StarRating="0" HotelCode="|420018" HotelName="Sofiana My Khe and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Tran Bach Dang , Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/0/1/8/420018_73439511719.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.48" OriginalAmount="59.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0631913" Longitude="108.2450911" StarRating="4" HotelCode="|372930" HotelName="Tuyet Son (ts Ocean)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/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="94" TotalAmount="60.50" OriginalAmount="59.90" MarkupRule="1.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="Free CXL until 01/08/2026">
        <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="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05157033" Longitude="108.24554858" StarRating="0" HotelCode="754653|402790" HotelName="Flower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lo 33-34 Do Ba, P My An, Q Ngu Hanh Son, Da Nang 556920</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/07/5f0769eeb32deae7e8a72355e18cce7b5b26794b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05589927" Longitude="108.24471691" StarRating="3" HotelCode="372227|84000" HotelName="Song Cong Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>305 Nguyen Van Thoai Street Phuoc My Ward, Son Tra District, Da Nang, Vietnam, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e3/85e3f540362f3fc543d461cac4242de8272f5ce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.085834450509" Longitude="108.21465573432" StarRating="3" HotelCode="369046|azumaya_hotel" HotelName="Azumaya Hotel" Meals="ROOM ONLY" 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="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09598845" Longitude="108.24586375" StarRating="2" HotelCode="773613|sea_hai_yen_hotel" HotelName="Sea Hai Yen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Vu Dinh Long, Tho Quang, Son Tra, Da Nang 50000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a1/51a1e528b0d2f4c47c74c640046f0f0d719f654b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05473543" Longitude="108.24423414" StarRating="3" HotelCode="623379|ritzy_boutique_hotel_da_nang" HotelName="Ritzy Boutique Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/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="60.63" OriginalAmount="60.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0546556" Longitude="108.2442794" StarRating="4" HotelCode="|266885" HotelName="Ritzy Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="60.83" OriginalAmount="60.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0750013" Longitude="108.2211202" StarRating="3" HotelCode="|270687" HotelName="Danang Petro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>07 Quang Trung</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/6/8/7/270687_6e549371754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.13" OriginalAmount="60.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0519493" Longitude="108.2329822" StarRating="4" HotelCode="|338774" HotelName="Fivitel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>388 Tran Hung Dao street, An Hai Tay Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/7/4/338774_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.27" OriginalAmount="60.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.062671" Longitude="108.241727" StarRating="0" HotelCode="|447413" HotelName="Century" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/4/1/3/447413_84a41961724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.45" OriginalAmount="60.84" MarkupRule="1.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="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07488846" Longitude="108.24489109" StarRating="3" HotelCode="368668|orchid_hotel_6" HotelName="Orchid Hotel Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>154 Vo Nguyen Giap, Phuoc My ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/be/97bef47d53a629a0fb8152220266ae77decd9a85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.05" OriginalAmount="61.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0707" Longitude="108.23807" StarRating="0" HotelCode="|232942" HotelName="Sea Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 29-33 Le Van Quy Street, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/4/2/232942_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.07" OriginalAmount="61.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07134" Longitude="108.23527" StarRating="0" HotelCode="|231931" HotelName="Hadana Boutique Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="62.20" OriginalAmount="61.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.074638" Longitude="108.243497" StarRating="0" HotelCode="|486619" HotelName="Dérive Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="62.47" OriginalAmount="61.85" MarkupRule="1.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="Free CXL until 01/08/2026">
        <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="62.51" OriginalAmount="61.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055137" Longitude="108.24577" StarRating="0" HotelCode="|535879" HotelName="PĀMA Boutique and Bistro Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <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="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="2" HotelCode="936874|seahorse_office_and_hotel" HotelName="Christina's DN Seahorse Hostel &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Nguyen Thai Hoc, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/02/4d02eec815ecc54f3ccedca6176ceeb3d5438a67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.73" OriginalAmount="62.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.095142" Longitude="108.252095" StarRating="4" HotelCode="|417678" HotelName="The Code and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoang Sa, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/7/8/417678_637154d1739.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.30" OriginalAmount="62.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.071721" Longitude="108.237605" StarRating="3" HotelCode="|418753" HotelName="Everland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="8" TotalAmount="63.47" OriginalAmount="62.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06263001" Longitude="108.24525817" StarRating="3" HotelCode="595324|683439" 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="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055459521506" Longitude="108.24386454844" StarRating="4" HotelCode="435859|royal_lotus_hotel_danang_managed_by_hk_hospitality_2" HotelName="Royal Lotus Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" 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="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="0" HotelCode="956618|bella_boutique_villa" HotelName="Bella Boutique Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Do The Chap, Phuoc My, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/94/7a94fc1381470cb4149059886c1b635ad8bae3c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.38" OriginalAmount="63.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0735" Longitude="108.241" StarRating="4" HotelCode="|418850" HotelName="Cordial" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/08/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="64.45" OriginalAmount="63.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.101" Longitude="108.23227" StarRating="4" HotelCode="|446720" HotelName="Alan Sea Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05428763" Longitude="108.24622738" StarRating="3" HotelCode="587257|aria_hotel_13" HotelName="Aria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 31/07/2026" 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="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05190988" Longitude="108.23300964" StarRating="3" HotelCode="585916|fivitel_da_nang" HotelName="Fivitel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="8" TotalAmount="65.53" OriginalAmount="64.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07136772" Longitude="108.23528592" StarRating="3" HotelCode="495093|637924" HotelName="Hadana Boutique Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot H1 - 04- H1- 05, H1- 06, Pham Van Dong Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/02/27/02279b38cb0ac1de434dc15a01eb6b59eac76375.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Da Nang, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05251733" Longitude="108.24553033" StarRating="3" HotelCode="855991|382011" HotelName="Pandora Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 24-25 Phan Ton Street, Da Nang 842363, Quang Nam</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1123369/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.060221" Longitude="108.216622" StarRating="4" HotelCode="101680|one_opera_danang_hotel" HotelName="One Opera Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/07/2026" HotelFacility="Bar,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>115 Nguyen Van Linh, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/9c/1d9c37bcb24640c518cb20dd9defe398cc15aeb9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the dynamic city full of vitality, the hotel is close to the major business,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07080681" Longitude="108.23799747" StarRating="3" HotelCode="434197|sea_garden_hotel_5" HotelName="Sea Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="66.37" OriginalAmount="65.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04994" Longitude="108.247609" StarRating="0" HotelCode="|423239" HotelName="Senorita Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Tran Bach Dang, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/3/9/423239_e41e4670840.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.47" OriginalAmount="65.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="866270|684103" HotelName="Everland Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 22 Morrison Street, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/72/a872f6073a4830fd0620aa7057352f31bda5a5ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05459306" Longitude="108.24454066" StarRating="3" HotelCode="375169|153384" HotelName="Golden Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 30, B2-12 Phan Liem, My An, Ngu Hanh Son, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/41/9c4167c39f769d23b0e3b9a0aada27c337b11416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05093258" Longitude="108.24532955" StarRating="3" HotelCode="531136|queens_finger_hotel" HotelName="Queen's Finger Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 31/07/2026" 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="94" TotalAmount="66.75" OriginalAmount="66.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0602399" Longitude="108.2138579" StarRating="3" HotelCode="|266992" HotelName="Danang Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Nguyen Van Linh 6 th floor</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/6/9/9/2/266992_c674e961750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.78" OriginalAmount="66.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049183" Longitude="108.247892" StarRating="3" HotelCode="|417695" HotelName="Palazzo Luxury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 9-10-11 Tran Bach Dang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/9/5/417695_31975ea1741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.44" OriginalAmount="66.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05397" Longitude="108.246355" StarRating="3" HotelCode="|422850" HotelName="Dana Sea Muong Thanh Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <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="8" TotalAmount="67.63" OriginalAmount="66.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07355636" Longitude="108.24107552" StarRating="3" HotelCode="855979|707152" HotelName="Cordial Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Loseby Street, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/74/3b74f126cb3235a1d057a67ea174bb222378b4aa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04939417" Longitude="108.247831" StarRating="3" HotelCode="554169|palazzo_hotel_apartment" HotelName="Palazzo Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06796043" Longitude="108.24509806" StarRating="4" HotelCode="943396|paracel_danang_hotel" HotelName="Paracel Danang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="67.77" OriginalAmount="67.10" MarkupRule="1.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="68.51" OriginalAmount="67.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0515439" Longitude="108.2470916" StarRating="0" HotelCode="|332099" HotelName="Nhat Minh Hotel and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <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="68.64" OriginalAmount="67.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049256" Longitude="108.2470497" StarRating="4" HotelCode="|331852" HotelName="Avatar Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/8/5/2/331852_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.17" OriginalAmount="68.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0483065" Longitude="108.2462234" StarRating="3" HotelCode="|265672" HotelName="Sea Queen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/08/2026">
        <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="94" TotalAmount="69.41" OriginalAmount="68.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0548951" Longitude="108.2451133" StarRating="4" HotelCode="|418727" HotelName="Grand Ocean Luxury Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/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="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05326006" Longitude="108.24666168" StarRating="3" HotelCode="754447|tamarind_hotel_da_nang" HotelName="Tamarind Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>83 Tran Bach Dang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/15/1515293ac01e512857d8a8dc8e81efde8701fd8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06022859" Longitude="108.21314953" StarRating="3" HotelCode="692349|danang_boutique_hotel" HotelName="Danang Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 - 156 Nguyen Van Linh, Hai Chau, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/28/ba28e7deaf24cad1834f92a19739348537a0a84b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.88" OriginalAmount="69.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06718113" Longitude="108.24509729" StarRating="3" HotelCode="489092|696057" HotelName="Golden Sea 3 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>242 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/bb/f1bbe9dfe47d7233c614f38972f9180b1db0cbe0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08248448" Longitude="108.24721982" StarRating="3" HotelCode="758554|cani_beach_house" HotelName="Cani Beach House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Le Boi Street, Man Thai Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/a3/71a34dc462d302e7772217d8d002c734681e330e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="619911|alansea_danang_hotel" HotelName="Alansea Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot A6-10 Le Duc Tho Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/14/b714c7c2cf31020637950742abf4ebfe8b8eba00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.71" OriginalAmount="70.01" MarkupRule="1.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="27" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09452908" Longitude="108.25180962" StarRating="3" HotelCode="943559|387705" HotelName="The Code Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hoang Sa, Son Tra, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/0d/ce0d3398e908d1fde10c76afe1443a517c6a54d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05345172" Longitude="108.24602244" StarRating="0" HotelCode="963211|golden_line_danang_hotel" HotelName="Golden Line Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>63-65-67 Do Bi, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/aa/03aad67a122984c1834ccb488356204f9d946738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.75" OriginalAmount="71.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.060818" Longitude="108.239584" StarRating="4" HotelCode="|522168" HotelName="Le Cap and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/08/2026">
        <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="94" TotalAmount="72.42" OriginalAmount="71.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0481" Longitude="108.2466" StarRating="4" HotelCode="|418972" HotelName="Cosmos Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 117-119 Ngo Thi Sy Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/9/7/2/418972_0c891e81056.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067466" Longitude="108.224765" StarRating="3" HotelCode="142304|sun_river_hotel" HotelName="Sunriver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134-136 Bach Dang St., Da Nang city</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/77/87771e51c5ac0342aca90b19803de26295782cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of charming Da Nang, on the banks of the romantic Han River.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.72" OriginalAmount="72.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05494465" Longitude="108.24550106" StarRating="0" HotelCode="877572|grand_ocean_luxury_boutique" HotelName="Grand Ocean Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Phan Liem Street, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/05/7d05889c65c1cd8d17a4204b9fed05db7c9d06d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.73" OriginalAmount="72.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07488" Longitude="108.2436" StarRating="1" HotelCode="|423033" HotelName="John Boutique Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64 Le Manh Trinh, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/3/3/423033_04f323c1732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.30" OriginalAmount="72.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0790434" Longitude="108.2439106" StarRating="3" HotelCode="|338791" HotelName="Haka and Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/08/2026">
        <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="73.61" OriginalAmount="72.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.077492" Longitude="108.215732" StarRating="3" HotelCode="|422371" HotelName="Kaia Residence Da Nang Quiet Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132/15 Ly Tu Trong Str</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/3/7/1/422371_5441af41736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.67" OriginalAmount="72.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0657101" Longitude="108.2443976" StarRating="4" HotelCode="|418361" HotelName="Greenery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <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="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05385546" Longitude="108.24589522" StarRating="3" HotelCode="753471|ruby_light_hotel_danang" HotelName="Ruby Light Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="8" TotalAmount="74.36" OriginalAmount="73.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051273210895" Longitude="108.24848435997" StarRating="5" HotelCode="828817|642985" HotelName="Eden Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>294 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/05/6e051294a836a595f804ca697f74af5a6a5c3253.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang, right by the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.64" OriginalAmount="73.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054829" Longitude="108.245233" StarRating="3" HotelCode="|423203" HotelName="Sharon Apartment and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>31 Phan Liem Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/2/0/3/423203_2fa25681715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04896167" Longitude="108.24894028" StarRating="4" HotelCode="594464|218191" HotelName="Adamo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses,Hotel" CnxPolicy="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="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04806668" Longitude="108.24658797" StarRating="3" HotelCode="854448|cosmos_hotel_danang" HotelName="Cosmos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>117-119 Ngo Thi Sy Street, My An Ward, Ngu Hanh Son District, Da Nang 50507</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d6/e9d67ea7dc023a69484e0f208980d88f4281f874.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.34" OriginalAmount="74.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06824" Longitude="108.24523" StarRating="4" HotelCode="|236293" HotelName="Paracel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.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="94" TotalAmount="75.88" OriginalAmount="75.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.048667" Longitude="108.247298" StarRating="4" HotelCode="|446718" HotelName="Draco and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 An Thuong 2, Da Nang 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/1/8/446718_90aba371300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.93" OriginalAmount="75.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.078787" Longitude="108.245719" StarRating="4" HotelCode="|471771" HotelName="Mangata Beachfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/7/7/1/471771_e7b182f1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.47" OriginalAmount="75.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.060536" Longitude="108.216604" StarRating="5" HotelCode="|417784" HotelName="Muong Thanh Luxury Song Han Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/08/2026">
        <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="76.52" OriginalAmount="75.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0489408" Longitude="108.2489113" StarRating="4" HotelCode="|332172" HotelName="Yarra Ocean Suites Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="27" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06353375" Longitude="108.24452229" StarRating="3" HotelCode="375001|83990" HotelName="Gold Hotel III Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lo 08-09 Vo Van Kiet street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/592428/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05380783" Longitude="108.24758773" StarRating="4" HotelCode="587746|muong_thanh_luxury_da_nang_hotel" HotelName="Muong Thanh Luxury Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06581295" Longitude="108.24413325" StarRating="3" HotelCode="753260|greenery_hotel_2" HotelName="Greenery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/07/2026" 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="77.51" OriginalAmount="76.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049557" Longitude="108.248897" StarRating="4" HotelCode="|417694" HotelName="Eden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <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="94" TotalAmount="77.76" OriginalAmount="76.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.068051" Longitude="108.241359" StarRating="0" HotelCode="|525178" HotelName="May Home Apartment Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>09 Ly Van To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/1/7/8/525178_37e8e531155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.069096" Longitude="108.222909" StarRating="3" HotelCode="|422715" HotelName="Seahorse Tropical Da Nang By Haviland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/08/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.81" OriginalAmount="77.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0668382" Longitude="108.2234538" StarRating="4" HotelCode="|331519" HotelName="Satya Da Nang Han Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Phu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/5/1/9/331519_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.61" OriginalAmount="77.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06332" Longitude="108.2439" StarRating="4" HotelCode="|239700" HotelName="Pavilion Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07893756" Longitude="108.24428969" StarRating="3" HotelCode="614771|haka_hotel_apartment" HotelName="Haka Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/07/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="78.78" OriginalAmount="78.00" MarkupRule="1.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="Free CXL until 23/07/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Bach Dang Street, Hai Chau I Ward, Danang, Hai Chau District</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/c1/e8c13e41c0a89821c7780402866b9e28f1fad30a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.46" OriginalAmount="78.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08251333" Longitude="108.22116379" StarRating="4" HotelCode="604705|616542" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.65" OriginalAmount="78.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05373" Longitude="108.24769" StarRating="4" HotelCode="|239441" HotelName="Muong Thanh Luxury Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067961897628" Longitude="108.24112913188" StarRating="2" HotelCode="369036|omega_hotel" HotelName="Omega Da Nang Beach Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Lý Van T? 7, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/50/f85056c5c3f0c72ec5ba50a784fe07f839b3f337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.90" OriginalAmount="79.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0627618" Longitude="108.2422819" StarRating="4" HotelCode="|332230" HotelName="White Sand Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>89 91 Vo Van Kiet St Phuoc My Ward Son Tra Distric</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/2/3/0/332230_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.90" OriginalAmount="79.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0754472" Longitude="108.2449828" StarRating="4" HotelCode="|266499" HotelName="7 Seven Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="94" TotalAmount="80.16" OriginalAmount="79.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.08248" Longitude="108.2218" StarRating="4" HotelCode="|238973" HotelName="Grandvrio City Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>01-03 Dong Da, Hai Chau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/9/7/3/238973_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.61" OriginalAmount="79.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.054867" Longitude="108.241006" StarRating="0" HotelCode="|471397" HotelName="Estrella Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <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="8" TotalAmount="81.39" OriginalAmount="80.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06341164" Longitude="108.24404413" StarRating="3" HotelCode="586952|638724" HotelName="Pavilion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>35 Vo Van Kiet Street, Son Tra District, Da Nang 55000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b9/feb9d9e5ba132d5a01d9974f39152852bf9ee810.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.59" OriginalAmount="80.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06701407" Longitude="108.2431068" StarRating="2" HotelCode="983573|812690" HotelName="The Memory" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>202 Ho Nghinh, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/dc/b4dc75eba29d27c917b81e7d995625dafba6dc66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.74" OriginalAmount="80.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.040743" Longitude="108.245347" StarRating="0" HotelCode="|541665" HotelName="Vernalhome Boutique Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/08/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="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.997168658425" Longitude="108.27085107565" StarRating="4" HotelCode="37490|29626" HotelName="Centara Sandy Beach Resort Danang" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Truong Sa Road, Hoa Hai Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/3b/ad3b4320d05453e1b99fcfb0445c769e70a47889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on roughly 16 hectares or 32 acres of private gardens fronting 'Non Nuoc Beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.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="94" TotalAmount="81.85" OriginalAmount="81.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0800448" Longitude="108.2236066" StarRating="3" HotelCode="|265949" HotelName="Di Lusso Boutique Riverside Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.041506" Longitude="108.248374" StarRating="3" HotelCode="931921|77005" HotelName="Fansipan Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>424 Vo Nguyen Giap Street, Bac My An Beach, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b1/acb189a18bbfbf59a4426a8d8df4d78e866c78bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05544167" Longitude="108.24545986" StarRating="2" HotelCode="613812|255496" HotelName="Ngan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>62 An Thuong 26, My An Ward, Ngu Hanh Son District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/zz/8fad430b6a7beb3bb0204495189b49b26a72c7c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.89" OriginalAmount="83.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06283666" Longitude="108.24229396" StarRating="3" HotelCode="945593|682515" HotelName="White Sand Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Vo Van kiet, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9d/b39dcb21e8aae14105dff6c6539f19065f5a266e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Da Nang. For guests who appreciate a stylish ambience,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0800334" Longitude="108.22367915" StarRating="3" HotelCode="945553|di_lusso_boutique_hotel" HotelName="Di Lusso Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bach Dang Street, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/c5/8bc573fb9ede0e3f13b0ce4a7f5a19fcd81cc3e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.40" OriginalAmount="85.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.980458" Longitude="108.273448" StarRating="3" HotelCode="|421169" HotelName="Flower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/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="86.91" OriginalAmount="86.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065547" Longitude="108.223484" StarRating="4" HotelCode="|446727" HotelName="Wink Danang Centre, Unscripted by Hyatt - 24 Hours stay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>178 Tran Phu Street, Phuoc Ninh Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/7/446727_f071ea91008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.14" OriginalAmount="86.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067206" Longitude="108.245135" StarRating="4" HotelCode="|418273" HotelName="Minh Toan Safi Ocean" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>224 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/2/7/3/418273_36ab2dd0126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.15" OriginalAmount="87.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.080271701557" Longitude="108.22118323303" StarRating="2" HotelCode="227124|3469065" HotelName="Thu Bon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Ly Thuong Kiet Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5f/845fc1f7dff873ab6438481ea6a35b61bdde4097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.29" OriginalAmount="88.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.085678" Longitude="108.248178" StarRating="3" HotelCode="|419908" HotelName="De Lamour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/0/8/419908_57341281159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.46" OriginalAmount="88.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04857" Longitude="108.248114" StarRating="4" HotelCode="|423661" HotelName="Angel Hotels Beach Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 31-32 Tran Bach Dang Street, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/6/6/1/423661_284594e1148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.87" OriginalAmount="88.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06995" Longitude="108.2454" StarRating="0" HotelCode="|233188" HotelName="Bluesun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="27" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06655615" Longitude="108.22378103" StarRating="3" HotelCode="363922|152968" HotelName="Bamboo Green Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Tran Phu Street, Hai Chau District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/8a/108acc01a4f1e24b61fc442193b2ebd12a43c36a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang. The nearest airport is Da Nang (DAD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.05" OriginalAmount="90.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06825" Longitude="108.24427" StarRating="0" HotelCode="|232993" HotelName="Grand Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>08 Ha Bong, Phuoc My, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/9/3/232993_fc2bdc81816.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06834379" Longitude="108.24421243" StarRating="4" HotelCode="518289|grand_sea_hotel" HotelName="Grand Sea Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>08 Ha Bong, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a9/44a909143a083c76bdf456e9d35ce56f6fe96342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.23" OriginalAmount="92.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049589" Longitude="108.248326" StarRating="4" HotelCode="|157804" HotelName="Holiday Beach Danang and Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>My Khe Beach, Vo Nguyen Giap Street, Ngu Hanh Son District, Danang City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/8/0/4/157804_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays. SITUATION: The hotel is in the area, the beach, Close to shops.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.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="63" TotalAmount="94.94" OriginalAmount="94.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09756141" Longitude="108.224319" StarRating="4" HotelCode="621871|danang_golden_bay" HotelName="Danang Golden Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>01 Le Van Duyet Street, Nai Hien Dong Ward, Son Tra District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/e1/90e1e0564108cf77d34d139e1aea01137737084f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.61" OriginalAmount="94.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049522185085" Longitude="108.24867620432" StarRating="4" HotelCode="300555|391132" HotelName="Holiday Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Street, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/c9/65c9d29e130e78ed3a9b41c9ce25abff6be6c561.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.61" OriginalAmount="94.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055706" Longitude="108.244901" StarRating="4" HotelCode="|467300" HotelName="Ruby Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>138 NGUYEN VAN THOAI STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/0/0/467300_31176d31825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.79" OriginalAmount="94.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.055945" Longitude="108.244599" StarRating="3" HotelCode="|419916" HotelName="SOCO Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>305 Nguyen Van Thoai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/1/6/419916_7e417441850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.24" OriginalAmount="95.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06593" Longitude="108.24524" StarRating="3" HotelCode="|230856" HotelName="Sea Front" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/08/2026">
        <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="8" TotalAmount="100.63" OriginalAmount="99.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05511727" Longitude="108.24594182" StarRating="3" HotelCode="852939|664191" HotelName="Sunny Ocean Hotel &amp; Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/07/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="16" TotalAmount="101.85" OriginalAmount="100.84" MarkupRule="1.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="Free CXL until 31/07/2026">
        <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="101.92" OriginalAmount="100.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051041" Longitude="108.24721" StarRating="0" HotelCode="|423483" HotelName="Golden Lotus Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="102.78" OriginalAmount="101.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049557" Longitude="108.248897" StarRating="4" HotelCode="|339291" HotelName="Balcona Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <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="102.89" OriginalAmount="101.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066077" Longitude="108.244392" StarRating="3" HotelCode="|533586" HotelName="The Dream Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/08/2026">
        <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="102.93" OriginalAmount="101.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0549" Longitude="108.2416" StarRating="4" HotelCode="|235650" HotelName="Risemount Premier Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="103.55" OriginalAmount="102.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065389" Longitude="108.243718" StarRating="3" HotelCode="|468602" HotelName=" Waikiki Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/08/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="104.77" OriginalAmount="103.73" MarkupRule="1.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="Free CXL until 31/07/2026">
        <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="94" TotalAmount="104.80" OriginalAmount="103.76" MarkupRule="1.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="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.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="16" TotalAmount="105.75" OriginalAmount="104.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.04567141" Longitude="108.22718779" StarRating="3" HotelCode="397966|1782528" HotelName="The Blossom Resort Danang" Meals="BED &amp; BREAKFAST,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Lot A1-A2 Green Island Zone, Hoa Cuong Bac Ward, Hai Chau District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/dd/45dd2ad4f50df17707c672e646a405bf1887bf70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.98" OriginalAmount="105.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09745" Longitude="108.22419" StarRating="5" HotelCode="|240109" HotelName="Wyndham Danang Golden Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Le Van Duyet, Son Tra, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/1/0/9/240109_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="2" HotelCode="853838|371962" HotelName="Nostalgia Ds Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>11A Ho Xuan Huong, Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/7e/867e46f8c8040598c85f4a4e2d69d3ae0543748a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.15" OriginalAmount="106.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05186" Longitude="108.24666" StarRating="0" HotelCode="|233522" HotelName="Cicilia &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.06-08-10 Do Ba street, T20 Beach, Ngu Hanh Son District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/5/2/2/233522_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.82" OriginalAmount="106.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05117902" Longitude="108.24839818" StarRating="4" HotelCode="754576|632203" HotelName="Balcona Hotel Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>288 Vo Nguyen Giap Street, My An Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1123691/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0548471" Longitude="108.24177655" StarRating="4" HotelCode="510879|risemount_resort_danang" HotelName="Risemount Resort Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Nguyen Van Thoai Street, My An Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/16/5516000e18ee0c5e129b848e83055c3de3918645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.50" OriginalAmount="109.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0700962" Longitude="108.2422165" StarRating="4" HotelCode="|338407" HotelName="Luxtery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/08/2026">
        <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="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06675875" Longitude="108.24321981" StarRating="3" HotelCode="586362|230728" HotelName="Crystal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>204 -206 Ho Nghinh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fe/ddfef90512463ddb0c9ff2730c464358f0e31dbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05532406" Longitude="108.24494854" StarRating="2" HotelCode="700138|daystar_hotel" HotelName="Daystar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="8" TotalAmount="111.20" OriginalAmount="110.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.96786064" Longitude="108.01968558" StarRating="3" HotelCode="587419|839245" HotelName="Ebisu Onsen Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Highway 14G, Hoa Phu, Hoa Vang, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/6424dfd89665e75ff8ba93a61380e0bb99d33207.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07077758" Longitude="108.23583608" StarRating="3" HotelCode="585238|luxtery_hotel" HotelName="Luxtery Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Massage Centre,Spa">
        <Address>
          <AddressLines>
            <AddressLine>136 Pham Van Dong, An Hai Bac Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ee/a9eec79be3d210c0d4d5f6747f0e2139070de108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.048334" Longitude="108.226849" StarRating="5" HotelCode="905934|grand_mercure_danang" HotelName="Grand Mercure Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="112.26" OriginalAmount="111.15" MarkupRule="1.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 05/08/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="114.74" OriginalAmount="113.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.066178" Longitude="108.224459" StarRating="4" HotelCode="|418291" HotelName="Haian Riverfront Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0711002" Longitude="108.23032136" StarRating="5" HotelCode="746364|319239" HotelName="Vinpearl Condotel Riverfront Da Nang" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.029768805304" Longitude="108.25579268586" StarRating="5" HotelCode="383592|olalani_resort_and_condotel" HotelName="Olalani Resort and Condotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>111 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/41/9841e76c4e8fc630f411a78f72f63456212b5ea5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.61" OriginalAmount="118.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.076847" Longitude="108.230959" StarRating="5" HotelCode="|373153" HotelName="Meliá Vinpearl Danang Riverfront" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>341 Tran Hung Dao Street, An Hai Bac Ward, Son Tra District, Da Nang city, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/3/1/5/3/373153_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.86" OriginalAmount="118.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05333" Longitude="108.246059" StarRating="4" HotelCode="|419099" HotelName="Golden Line Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="122.13" OriginalAmount="120.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05538" Longitude="108.245856" StarRating="4" HotelCode="|417621" HotelName="Sunny Ocean and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="128.20" OriginalAmount="126.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0681" Longitude="108.245" StarRating="4" HotelCode="|418131" HotelName="Chicland Boutique Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 Vo Nguyen Giap, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/1/3/1/418131_2c28da20316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05114447" Longitude="108.2444209" StarRating="3" HotelCode="854402|havin_boutique_hotel" HotelName="Havin Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Do Ba, Ngu Hanh Son, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/a8/cca88adc89630d0e33494d76c7893a35976e9f5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.08" OriginalAmount="130.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.090558" Longitude="108.25028" StarRating="4" HotelCode="|339316" HotelName="Seashore and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 15 - 16 Hoang Sa Opposite Man Thai Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/3/1/6/339316_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.73" OriginalAmount="131.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.065906" Longitude="108.245189" StarRating="3" HotelCode="|419913" HotelName="Seafront Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/08/2026">
        <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="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06597581" Longitude="108.24518175" StarRating="3" HotelCode="372878|84057" HotelName="Sea Front Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>240 Vo Nguyen Giap, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ff/a7ff0c6aaea8709b6e2e13520c5b5ba1f97e6bbc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07052129" Longitude="108.23661284" StarRating="3" HotelCode="624551|nhu_minh_plaza_danang_hotel" HotelName="Nhu Minh Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2-A2-KH Pham Van Dong Street, An Hai Bac Ward, Son Tra District, Da Nang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e6/afe6ab16c3ad79ad74ba8302d219f08a8856b56e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.33" OriginalAmount="132.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0558" Longitude="108.24465" StarRating="0" HotelCode="|230030" HotelName="Soco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>305 Nguyen Van Thoai Street Phuoc My Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/0/3/0/230030_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.31" OriginalAmount="132.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.075807" Longitude="108.244902" StarRating="5" HotelCode="|468288" HotelName="Awaken Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>148 Vo Nguyen Giap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/2/8/8/468288_208a61d1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.64" OriginalAmount="135.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.045872" Longitude="108.22718" StarRating="4" HotelCode="|264972" HotelName="The Blossom Resort Island" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 02/08/2026">
        <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="94" TotalAmount="136.95" OriginalAmount="135.59" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Quang Trung, 284, Da Nang, 550000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/7/5/446675_3d23f650925.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.077272" Longitude="108.223386" StarRating="5" HotelCode="212976|153043" 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="94" TotalAmount="138.19" OriginalAmount="136.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.052371" Longitude="108.246755" StarRating="0" HotelCode="|467977" HotelName="Golden Lotus Luxury Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <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="138.45" OriginalAmount="137.08" MarkupRule="1.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 05/08/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="140.71" OriginalAmount="139.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07777" Longitude="108.245618" StarRating="5" HotelCode="|417609" HotelName="Altara Suites Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/0/9/417609_e09f59f1624.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.78" OriginalAmount="139.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05286" Longitude="108.24807" StarRating="4" HotelCode="|239643" HotelName="Parosand Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>216 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/4/3/239643_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.21" OriginalAmount="144.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06355084" Longitude="108.24470109" StarRating="3" HotelCode="946958|653917" HotelName="Stella Maris Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>03 Vo Van Kiet Street, Phuoc My Ward, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fd/fafd256f6ca10a0433e2a64b16b1ace33c212f04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07766553" Longitude="108.24541471" StarRating="5" HotelCode="596224|230753" HotelName="Altara Suites by Ri-Yaz" Meals="BED &amp; BREAKFAST" 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="94" TotalAmount="149.30" OriginalAmount="147.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0674458" Longitude="108.2450848" StarRating="4" HotelCode="|332104" HotelName="Lunar Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>242 Vo Nguyen Giap, Son Tra</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/2/1/0/4/332104_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.41" OriginalAmount="147.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06207974" Longitude="108.24539694" StarRating="4" HotelCode="973445|660814" HotelName="Sala Danang Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06774557" Longitude="108.24512193" StarRating="4" HotelCode="572627|belle_maison_parosand_danang" HotelName="Belle Maison Parosand Danang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>216 Vo Nguyen Giap Street, Son Tra, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9c/2f9c4d304ec42f66c218f31f68e449e6f25d406b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant, a café, a bar, a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.83" OriginalAmount="149.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0606163" Longitude="108.2224928" StarRating="4" HotelCode="|331821" HotelName="Vanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="8" TotalAmount="150.95" OriginalAmount="149.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06077109" Longitude="108.22267059" StarRating="4" HotelCode="374973|540348" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>03 Nguyen Van Linh Street, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ed/dbedc95758b9b463e1b088e098a6aabc1a03fcd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.77" OriginalAmount="151.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049582" Longitude="108.245477" StarRating="4" HotelCode="|446724" HotelName="Golden Lotus Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86 Le Quang Dao, Da Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/2/4/446724_c3320281051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.29" OriginalAmount="153.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.061896" Longitude="108.245472" StarRating="4" HotelCode="|417649" HotelName="Sala Danang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Lam Hoanh Street, Son Tra district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/4/9/417649_f7657e31659.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0677183" Longitude="108.24511683" StarRating="4" HotelCode="601416|paris_deli_danang_beach_hotel" HotelName="Khach San Paris Deli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="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="94" TotalAmount="157.43" OriginalAmount="155.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05326" Longitude="108.24786" StarRating="5" HotelCode="|239492" HotelName="The Nalod Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>192 Vo Nguyen Giap, Son Tra District, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/9/2/239492_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.50" OriginalAmount="155.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.073103" Longitude="108.242916" StarRating="0" HotelCode="|447401" HotelName="Del Luna By Luk Global" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/08/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="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.00904346" Longitude="108.00773539" StarRating="4" HotelCode="375371|210791" 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="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.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="Free CXL until 29/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>244 Vo Nguyen Giap Street, Son Tra District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/3d/813dd30e19cdeb3e95fd5b80a7270797ddd90cc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.36" OriginalAmount="161.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632" Longitude="108.232" StarRating="3" HotelCode="727761|3444245" HotelName="Rung Huong Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>488 Vo Nguyen Giap, Ngu Hanh Son, Da Nang 5550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/eb/94eb18867f1d89a9d46f224654f711b0924ddede.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05438034" Longitude="108.24423905" StarRating="3" HotelCode="727859|285705" HotelName="Phuc Thanh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39-41 Le Quang Dao, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ed/eaed63054097c8acc95ff8e9d1c5b0905c9eb6bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.59" OriginalAmount="165.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07112" Longitude="108.231075" StarRating="5" HotelCode="|418314" HotelName="Melia Vinpearl Danang Riverfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ngo Quyen Street, An Hai Bac</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/1/4/418314_d32e8060247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06706506" Longitude="108.24515519" StarRating="0" HotelCode="965860|maximilian_danang_beach_hotel" HotelName="Maximilan Hotel" Meals="BED &amp; BREAKFAST" 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="169.83" OriginalAmount="168.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0658542" Longitude="108.245074" StarRating="4" HotelCode="|338403" HotelName="Le Hoang Beach Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>244 Vo Nguyen Giap Street, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/4/0/3/338403_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.90" OriginalAmount="178.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.9982066" Longitude="107.9880295" StarRating="4" HotelCode="|218445" HotelName="Mercure Danang French Village Bana Hills" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Son, Hoa Son Commune, Hoa Vang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/4/5/218445_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0677419" Longitude="108.24522234" StarRating="3" HotelCode="586004|mandila_beach_hotel_danang" HotelName="Mandila Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="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="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06682597" Longitude="108.24512497" StarRating="3" HotelCode="488573|bluesun_hotel" HotelName="BlueSun Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="182.75" OriginalAmount="180.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0405" Longitude="108.247" StarRating="3" HotelCode="|447056" HotelName="Daisy Boutique Hotel and Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 Che Lan Vien, Ngu Hanh Son District, Da Nang, 50000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/5/6/447056_5cef53d0720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.40" OriginalAmount="181.58" MarkupRule="1.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="94" TotalAmount="188.59" OriginalAmount="186.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.080069" Longitude="108.2464221" StarRating="3" HotelCode="|421436" HotelName="Hilton Garden Inn Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Man Thai Ward, Son Tra District, Da Nang Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/3/6/421436_65398871737.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.027335551764" Longitude="108.25648784637" StarRating="4" HotelCode="166767|crowne_plaza_danang" 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="Free CXL until 25/07/2026">
        <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="197.25" OriginalAmount="195.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.003615" Longitude="108.265974" StarRating="5" HotelCode="|552522" HotelName="KOI Resort and Residence Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <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="198.23" OriginalAmount="196.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07324" Longitude="108.22452" StarRating="5" HotelCode="|418312" HotelName="Hilton Da Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Bach Dang St, Hai Chau District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/1/2/418312_4da73170233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.02" OriginalAmount="202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05802103" Longitude="108.24658064" StarRating="5" HotelCode="739612|dlg_hotel" HotelName="DLG Hotel Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="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="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.105947560111" Longitude="108.29495072365" StarRating="4" HotelCode="165666|son_tra_resort_spa" HotelName="Son Tra Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Golf Hotel" CnxPolicy="Free CXL until 31/07/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Nam-Bai Con, Hoang Sa Street, Tho Quang Ward, Sontra District, Danang Ctiy</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c7/b1c787dfe30d185a3ed31946e4dde101b0421bc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated on Son Tra Island with a beautiful forest and a beach. It is located by a cle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.88" OriginalAmount="218.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0578562" Longitude="108.2466468" StarRating="5" HotelCode="|339267" HotelName="Dlg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Vo Nguyen Giap, Phuoc My Ward, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/9/2/6/7/339267_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.44" OriginalAmount="225.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.10641" Longitude="108.2946" StarRating="4" HotelCode="|225653" HotelName="Son Tra Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/08/2026">
        <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="94" TotalAmount="227.46" OriginalAmount="225.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0806357" Longitude="108.2468073" StarRating="5" HotelCode="|418038" HotelName="Sel De Mer and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Vo Nguyen Giap, Son Tra , Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/3/8/418038_a81f0fe0812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.05335407" Longitude="108.24785549" StarRating="3" HotelCode="754911|haian_beach_hotel_spa" HotelName="Haian Beach Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="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="8" TotalAmount="229.06" OriginalAmount="226.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.051966337841" Longitude="108.2469321018" StarRating="4" HotelCode="386269|608441" HotelName="Cicilia Hotel and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/07/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>No. 23.25.27 Do Ba Road, T20 Beach, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e1/d5/e1d5def321e5581fcf99d8181fa0443692a1dd74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.97" OriginalAmount="241.55" MarkupRule="1.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="94" TotalAmount="244.03" OriginalAmount="241.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.081015" Longitude="108.246894" StarRating="5" HotelCode="|552531" HotelName="Peninsula  Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Vo Nguyen Giap, Ward Man Thai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/3/1/552531_2ea90191418.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.21" OriginalAmount="243.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.974152" Longitude="108.280522" StarRating="5" HotelCode="|552523" HotelName="The Ocean Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truong Sa, Hoa Hai, Ngu Hanh Son</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/2/3/552523_03ba2a71227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06942354" Longitude="108.23643843" StarRating="0" HotelCode="840563|thomestay_da_nang" HotelName="T Homestay Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/08/2026" HotelFacility="Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Duong Dinh Nghe, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/98/7498190b051116fb898886cf95e1e8d941cc2327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;T-Homestay Da Nang is perfectly located for both business and leisure guests in Da Nang. Featuring a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.999712409558" Longitude="108.26985472884" StarRating="4" HotelCode="303826|melia_danang" HotelName="Meliá Danang" Meals="BED &amp; BREAKFAST" 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="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.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="297.71" OriginalAmount="294.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.06889" Longitude="108.24514" StarRating="4" HotelCode="|189062" HotelName="A La Carte Da Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Vo Nguyen Giap Street, Son Tra District, Da Nang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/9/0/6/2/189062_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07772093" Longitude="108.24526845" StarRating="3" HotelCode="739600|four_points_by_sheraton_danang" HotelName="Four Points By Sheraton Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Vo Nguyen Giap Street, Phuoc My Ward, Son Tra District, Danang 550000</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/86/8d86c76aeab2f2804dbb485175d4c7fc4ea7a17b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Danang. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.27" OriginalAmount="309.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.067547" Longitude="108.245254" StarRating="0" HotelCode="|239463" HotelName="Mandila Beach Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 Vo Nguyen Giap Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/4/6/3/239463_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.62" OriginalAmount="313.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0676785" Longitude="108.2452581" StarRating="4" HotelCode="|338710" HotelName="Monarque Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>238 Vo Nguyen Giap, Son Tra District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/7/1/0/338710_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="337.65" OriginalAmount="334.31" MarkupRule="1.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="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.07469942" Longitude="108.24495911" StarRating="3" HotelCode="489119|sekong_hotel_da_nang" HotelName="Sekong Hotel Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>152 Vo Nguyen Giap Street, Son Tra, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/27/10274f5ccf9dbec805076adbe3410d73ad6fe432.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0513769" Longitude="108.24799031" StarRating="5" HotelCode="777634|tms_hotel_da_nang_beach" HotelName="TMS Luxury Hotel Danang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vo Nguyen Giap Road, Royal Era l, Urban Commerce Service Complex Area, My An Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/50/4050f599f6f175c0a1fcdf287f1a4f4c968fe2dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.83" OriginalAmount="383.00" MarkupRule="1.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="415.22" OriginalAmount="411.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0635336" Longitude="108.2447398" StarRating="3" HotelCode="|374570" HotelName="Royal Family" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Vo Van Kiet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/4/5/7/0/374570_3126d521309.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="415.48" OriginalAmount="411.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.98014" Longitude="108.27623" StarRating="5" HotelCode="|240473" HotelName="Sheraton Grand Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 30/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Truong Sa Street, Hoa Hai Ward, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/7/3/240473_532a5a30723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="440.27" OriginalAmount="435.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.9689126" Longitude="108.2838222" StarRating="5" HotelCode="|264812" HotelName="Naman Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="443.08" OriginalAmount="438.69" MarkupRule="1.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="94" TotalAmount="444.22" OriginalAmount="439.82" MarkupRule="1.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="94" TotalAmount="459.23" OriginalAmount="454.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.975619" Longitude="108.282017" StarRating="4" HotelCode="|417676" HotelName="Perfect Private Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Truong Sa, Phuong Hoa Hai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/7/6/417676_2d94f4c1121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.83" OriginalAmount="483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.98050543" Longitude="108.2764198" StarRating="5" HotelCode="625589|sheraton_grand_danang_resort" HotelName="Sheraton Grand Danang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="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="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.038801951547" Longitude="108.24451446533" StarRating="5" HotelCode="141012|pullman_danang_beach_resort" HotelName="Pullman Danang Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="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="63" TotalAmount="800.93" OriginalAmount="793.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.039884626082" Longitude="108.25091958046" StarRating="5" HotelCode="18317|furama_resort_danang" HotelName="Furama Resort Danang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>105 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang City</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/4e/094ee64afae754c36fbdb8d788974fa3af37d2fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in its own private estate along the magnificent China Beach. The nearest links to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="805.98" OriginalAmount="798.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.012499546534" Longitude="108.26237792433" StarRating="5" HotelCode="904266|hyatt_regency_danang_resort_and_spa" HotelName="Hyatt Regency Danang Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Apartment Hotel,Club Resort,Finca,Village,Spa Hotel,Golf Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Truong Sa Street, Hoa Hai Ward, Ngu Hanh Son District, Danang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/9c/2a9cfc69779c6fd1358642561213c8c60fc29f24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Central Coast, one of most beautiful beaches in the world. Da...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="945.56" OriginalAmount="936.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.031145728082" Longitude="108.25526475906" StarRating="5" HotelCode="161587|139629" 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="8" TotalAmount="1034.23" OriginalAmount="1023.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.09510657" Longitude="108.14621925" StarRating="3" HotelCode="421824|479742" HotelName="The Nature Villas And Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Pick &amp;amp; Drop,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Tat Thanh Street, Hoa Hiep Nam, Lien Chieu, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/593864/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at The Nature Villas &amp; Resort in Da Nang, you'll be on the beach and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1050.40" OriginalAmount="1040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.119888212013" Longitude="108.30721477217" StarRating="5" HotelCode="175493|intercontinental_danang_sun_peninsula_resort_2" HotelName="InterContinental Danang Sun Peninsula Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="1136.22" OriginalAmount="1124.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="15.97856" Longitude="108.2819" StarRating="4" HotelCode="|417637" HotelName="The Five Stars Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="2872.37" OriginalAmount="2843.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.031048" Longitude="108.255004" StarRating="5" HotelCode="|87339" HotelName="Tia Wellness Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRUONG SA STREET, KHUE MY WARD, NGU HANH SON DISTR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/3/9/87339_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The FUSION MAIA is rated five stars. It was opened in 2010, has a cafÃ©, a swimming pool and a gym. SITUATION: This establishment is in the coast of Da Nang. It is situated near Marble Mountain, ROOM: The establishment has 87 rooms with mini-bar, a hairdryer, a safety deposit box and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4753.33" OriginalAmount="4706.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.03715445" Longitude="108.25089309" StarRating="5" HotelCode="408817|544261" HotelName="Furama Villas Danang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>107 Vo Nguyen Giap Street, Khue My Ward, Ngu Hanh Son District, Da Nang</AddressLine>
          </AddressLines>
          <CityName>Da Nang</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e556e14d4b192ec8c7ff6261da2e0d2f7bdf5fdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Da Nang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.41" OriginalAmount="29.12" MarkupRule="1.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 05/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.36" OriginalAmount="40.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0717539" Longitude="108.2386163" StarRating="3" HotelCode="|372960" HotelName="The Herriott &amp; Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 7 &amp; 8 Le Van Quy, Danang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.77" OriginalAmount="42.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049448" Longitude="108.2459575" StarRating="3" HotelCode="|331372" HotelName="Hoang Quan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Hoang Ke Viem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.83" OriginalAmount="76.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.0632355" Longitude="108.2438707" StarRating="3" HotelCode="|331826" HotelName="Gold Iii Da Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Vo Van Kiet Str.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.76" OriginalAmount="95.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="16.049" Longitude="108.249" StarRating="4" HotelCode="|165817" HotelName="HOLIDAY BEACH DANANG HOTEL and SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VO NGUYEN GIAP STREET, MY KHE BEACH, NGU HANH SON</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This hotel has a meal service, a lobby and a spa. SITUATION: This hotel la Imperial ciudad de Hue and Hoi An Ancient Town it is located between. ROOM: The establishment has executive rooms, presidential suites, suites and superior deluxe rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Designated Smoking Area,Diet Meals,Jacuzzi,Swimming Pool,Wheelchair Access,Golf,Kitchen,24 Hour Front Desk,24 Hour Room Service,Babysitting,Coffee Shop,Concierge,Dry Cleaning,Elevator,Garden,Luggage Storage,Meeting Room,Parking,Pick &amp;amp; Drop,Smoking Rooms,24 Hour Security,Printer,24 Hour Power Supply,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Beauty Salon,Business Centre,Dining,Kids Play Area,Nightclub,Valet Parking,Wake-up Call Service,Pets allowed,Central Heating,LCD/Projector,Housekeeping,Shopping Arcade</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,HOTEL,RESORT,APARTMENT,CASINO RESORT,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,CITY HOTEL,SPA HOTEL,GOLF HOTEL,GUEST HOUSES,RESIDENCES,APARTMENT HOTEL,FINCA,VILLAGE,ECO HOTEL,HOTEL DE CHARME</PropertyType>
  </Filter>
</HotelSearchRS>||True