<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
14de43d2-ff5f-469b-8b22-61abe7a660bd|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="14de43d2-ff5f-469b-8b22-61abe7a660bd">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="772" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-23T00:00:00" End="2026-07-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="sales@viceroytravels.com" Password="Viceroy@100" 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
14de43d2-ff5f-469b-8b22-61abe7a660bd|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:d793e86f-064f-4cd0-9bef-9d89c4795f20
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
e26087fe-975b-4eac-a615-9b755b43f067|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="e26087fe-975b-4eac-a615-9b755b43f067">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72642" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-21T00:00:00" End="2026-08-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e26087fe-975b-4eac-a615-9b755b43f067|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:d793e86f-064f-4cd0-9bef-9d89c4795f20
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
e26087fe-975b-4eac-a615-9b755b43f067|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
e26087fe-975b-4eac-a615-9b755b43f067|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
e26087fe-975b-4eac-a615-9b755b43f067|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-23T08:24:47.4296067+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e26087fe-975b-4eac-a615-9b755b43f067" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2533163294729" Longitude="103.81951273743" StarRating="5" HotelCode="72619|moevenpick_sentosa" HotelName="Le Meridien Singapore Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Beach View, Sentosa 098679</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9c/aa9cfe307c6d70650cd217a876f8e2bf55161fe0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Sentosa Island and overlooking the South China Sea, the hotel is within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="784.77" OriginalAmount="777.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2564301396849" Longitude="103.81887169444" StarRating="5" HotelCode="160451|resorts_world_sentosa_festive_hotel" HotelName="Festive Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/52/7b52ad8af0f0d6a005b4f5cd78e7bc375a372d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Sentosa Island and only 3 minutes’ walk from the nearest links to the publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="793.86" OriginalAmount="786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.251512" Longitude="103.823042" StarRating="5" HotelCode="66479|amara_sanctuary_resort_sentosa" HotelName="Amara Sanctuary Resort Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Larkhill Road, Sentosa Island, 099394 Singapore</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b5/26b5b10b110f0d73b57d80b02aff2992eddada0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is nestled on a hillside of Sentosa Island, overlooking the South China Sea, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="926.17" OriginalAmount="917.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.255688" Longitude="103.820381" StarRating="5" HotelCode="186241|resorts_world_sentosa__equarius" HotelName="Equarius Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, 39 Artillery Avenue, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ac/e8acbf465879cad9729a55e6cb9512e76f0ab7ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sentosa Island, around a 15-minute drive from Orchard Road and the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1127.16" OriginalAmount="1116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.256233" Longitude="103.812308" StarRating="4" HotelCode="410279|siloso_beach_resort_sentosa" HotelName="Siloso Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Imbiah Walk Sentosa, 099538 Singapore</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/38/62387cdd223d2125082c441e0b0e2fcd3efc79a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, at the southern tip of Singapore, the resort sits on Siloso Beach. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1158.47" OriginalAmount="1147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2536319502274" Longitude="103.82062680556" StarRating="4" HotelCode="824261|village_hotel_at_sentosa_by_far_east_hospitality" HotelName="Village Hotel at Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Meeting Room,Parking,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Artillery Avenue 02-01, Sentosa Island 099951</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/7c/517cff83903d3a65a78235b67a8bfb0696680f2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Village Hotel at Sentosa will present an experiential stay for families, as well as leisure and meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1652.80" OriginalAmount="1636.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.255546" Longitude="103.819389" StarRating="5" HotelCode="909692|345640" HotelName="Crockfords Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/66/4666a2c5b5362e110b2b49bb35ae8651d0c5d69b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sentosa Island. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2846.18" OriginalAmount="2818.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2462250122177" Longitude="103.82782146335" StarRating="5" HotelCode="25938|the_sentosa_resort_and_spa" HotelName="Sofitel Singapore Sentosa Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Bukit Manis Road, Sentosa, Singapore 099891</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210e89ef64928087acc710617b6ac710ecc17ca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;High atop a cliff, looking out over the South China Sea, the resort is situated amidst natural tropi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3318.40" OriginalAmount="3285.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2520417742364" Longitude="103.82103047857" StarRating="4" HotelCode="958413|663289" HotelName="The Barracks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Gunner Lane, Sentosa Island 099567</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5e/b55ef48a4b7d7ad7969d4a70b928ddf8bf66fe5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3426.93" OriginalAmount="3393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.249778" Longitude="103.824349" StarRating="5" HotelCode="114232|capella_hotel_singapore_2" HotelName="Capella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 The Knolls, Sentosa Island, Singapore 098297</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e9/bee9534549bbfc4da1c4e12aacbdd48d2a9893f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive, yet inviting retreat is located just outside the city centre, 10 minutes' drive from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8936.48" OriginalAmount="8848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.25066859" Longitude="103.82441778" StarRating="5" HotelCode="529316|the_club_residences_by_capella_singapore" HotelName="The Club Residences by Capella Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>1 The Knolls, Sentosa Island 098297</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4d/534d04118cbe4c5342cb4d34c81e45c0ae72b034.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Sentosa Island.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Bicycle Rental,Currency Exchange,Massage Centre,Wheelchair Access,24 Hour Security,Banquet Hall,Dining,Meeting Room,Parking,Golf,Jacuzzi,Kitchen,Sauna,Shopping Arcade,Swimming Pool,Garden</BasicAmenities>
    <HotelRating>5,4</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL,BEACH HOTEL,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,APARTMENT,CASINO RESORT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
14de43d2-ff5f-469b-8b22-61abe7a660bd|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-23T08:24:31.7102973+01:00" Version="0" EchoToken="Search" TransactionIdentifier="14de43d2-ff5f-469b-8b22-61abe7a660bd" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-24.180846" Longitude="-65.273118" StarRating="4" HotelCode="93409|altos_de_la_vina" HotelName="Altos De La Vina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Av. Pasquini López 50, S.S. de Jujuy</AddressLine>
          </AddressLines>
          <CityName>San Salvador de Jujuy</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/77/af77df898ca2c87d4cc78ec673c4913f7954601a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in San Salvador de Jujuy. The nearest airport is Jujuy (JUJ).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.58" OriginalAmount="458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-24.1856734" Longitude="-65.3105651" StarRating="3" HotelCode="238811|posada_el_arribo" HotelName="Posada El Arribo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Belgrano 1263, San Salvador de Jujuy, Jujuy</AddressLine>
          </AddressLines>
          <CityName>San Salvador de Jujuy</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/4a/444aa71af066693fc2d561583cc6f89b2a1971cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a 19th century charming building, El Arribo offers spacious accommodation with cable TV and f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service</BasicAmenities>
    <HotelRating>4,3</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
14de43d2-ff5f-469b-8b22-61abe7a660bd|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
09b22987-d7b4-45e1-add5-acb415e5c0f6|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="09b22987-d7b4-45e1-add5-acb415e5c0f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72642" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-21T00:00:00" End="2026-08-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
09b22987-d7b4-45e1-add5-acb415e5c0f6|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
09b22987-d7b4-45e1-add5-acb415e5c0f6|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:d793e86f-064f-4cd0-9bef-9d89c4795f20
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
09b22987-d7b4-45e1-add5-acb415e5c0f6|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
09b22987-d7b4-45e1-add5-acb415e5c0f6|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-23T08:25:13.8697378+01:00" Version="0" EchoToken="Search" TransactionIdentifier="09b22987-d7b4-45e1-add5-acb415e5c0f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2533163294729" Longitude="103.81951273743" StarRating="5" HotelCode="72619|moevenpick_sentosa" HotelName="Le Meridien Singapore Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Beach View, Sentosa 098679</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9c/aa9cfe307c6d70650cd217a876f8e2bf55161fe0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Sentosa Island and overlooking the South China Sea, the hotel is within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="784.77" OriginalAmount="777.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2564301396849" Longitude="103.81887169444" StarRating="5" HotelCode="160451|resorts_world_sentosa_festive_hotel" HotelName="Festive Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/52/7b52ad8af0f0d6a005b4f5cd78e7bc375a372d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Sentosa Island and only 3 minutes’ walk from the nearest links to the publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="793.86" OriginalAmount="786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.251512" Longitude="103.823042" StarRating="5" HotelCode="66479|amara_sanctuary_resort_sentosa" HotelName="Amara Sanctuary Resort Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Larkhill Road, Sentosa Island, 099394 Singapore</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b5/26b5b10b110f0d73b57d80b02aff2992eddada0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is nestled on a hillside of Sentosa Island, overlooking the South China Sea, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="926.17" OriginalAmount="917.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.255688" Longitude="103.820381" StarRating="5" HotelCode="186241|resorts_world_sentosa__equarius" HotelName="Equarius Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, 39 Artillery Avenue, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ac/e8acbf465879cad9729a55e6cb9512e76f0ab7ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sentosa Island, around a 15-minute drive from Orchard Road and the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1158.47" OriginalAmount="1147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2536319502274" Longitude="103.82062680556" StarRating="4" HotelCode="824261|village_hotel_at_sentosa_by_far_east_hospitality" HotelName="Village Hotel at Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Meeting Room,Parking,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Artillery Avenue 02-01, Sentosa Island 099951</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/7c/517cff83903d3a65a78235b67a8bfb0696680f2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Village Hotel at Sentosa will present an experiential stay for families, as well as leisure and meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1210.99" OriginalAmount="1199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.256233" Longitude="103.812308" StarRating="4" HotelCode="410279|siloso_beach_resort_sentosa" HotelName="Siloso Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Imbiah Walk Sentosa, 099538 Singapore</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/38/62387cdd223d2125082c441e0b0e2fcd3efc79a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, at the southern tip of Singapore, the resort sits on Siloso Beach. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1652.80" OriginalAmount="1636.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.255546" Longitude="103.819389" StarRating="5" HotelCode="909692|345640" HotelName="Crockfords Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/66/4666a2c5b5362e110b2b49bb35ae8651d0c5d69b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sentosa Island. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2846.18" OriginalAmount="2818.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2462250122177" Longitude="103.82782146335" StarRating="5" HotelCode="25938|the_sentosa_resort_and_spa" HotelName="Sofitel Singapore Sentosa Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Bukit Manis Road, Sentosa, Singapore 099891</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210e89ef64928087acc710617b6ac710ecc17ca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;High atop a cliff, looking out over the South China Sea, the resort is situated amidst natural tropi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3318.40" OriginalAmount="3285.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2520417742364" Longitude="103.82103047857" StarRating="4" HotelCode="958413|663289" HotelName="The Barracks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Gunner Lane, Sentosa Island 099567</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5e/b55ef48a4b7d7ad7969d4a70b928ddf8bf66fe5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3426.93" OriginalAmount="3393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.249778" Longitude="103.824349" StarRating="5" HotelCode="114232|capella_hotel_singapore_2" HotelName="Capella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 The Knolls, Sentosa Island, Singapore 098297</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e9/bee9534549bbfc4da1c4e12aacbdd48d2a9893f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive, yet inviting retreat is located just outside the city centre, 10 minutes' drive from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8936.48" OriginalAmount="8848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.25066859" Longitude="103.82441778" StarRating="5" HotelCode="529316|the_club_residences_by_capella_singapore" HotelName="The Club Residences by Capella Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>1 The Knolls, Sentosa Island 098297</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4d/534d04118cbe4c5342cb4d34c81e45c0ae72b034.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Sentosa Island.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Bicycle Rental,Currency Exchange,Massage Centre,Wheelchair Access,24 Hour Security,Banquet Hall,Dining,Meeting Room,Parking,Golf,Sauna,Shopping Arcade,Swimming Pool,Jacuzzi,Kitchen,Garden</BasicAmenities>
    <HotelRating>5,4</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,BEACH HOTEL,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CASINO RESORT,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dfb0b4a9-a5cc-4548-9fa9-b0d32d80bc03|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="dfb0b4a9-a5cc-4548-9fa9-b0d32d80bc03">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72642" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-21T00:00:00" End="2026-08-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dfb0b4a9-a5cc-4548-9fa9-b0d32d80bc03|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
dfb0b4a9-a5cc-4548-9fa9-b0d32d80bc03|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:d793e86f-064f-4cd0-9bef-9d89c4795f20
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
dfb0b4a9-a5cc-4548-9fa9-b0d32d80bc03|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
dfb0b4a9-a5cc-4548-9fa9-b0d32d80bc03|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-23T08:25:20.1433151+01:00" Version="0" EchoToken="Search" TransactionIdentifier="dfb0b4a9-a5cc-4548-9fa9-b0d32d80bc03" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2533163294729" Longitude="103.81951273743" StarRating="5" HotelCode="72619|moevenpick_sentosa" HotelName="Le Meridien Singapore Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Beach View, Sentosa 098679</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9c/aa9cfe307c6d70650cd217a876f8e2bf55161fe0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Sentosa Island and overlooking the South China Sea, the hotel is within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="784.77" OriginalAmount="777.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2564301396849" Longitude="103.81887169444" StarRating="5" HotelCode="160451|resorts_world_sentosa_festive_hotel" HotelName="Festive Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/52/7b52ad8af0f0d6a005b4f5cd78e7bc375a372d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Sentosa Island and only 3 minutes’ walk from the nearest links to the publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="793.86" OriginalAmount="786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.251512" Longitude="103.823042" StarRating="5" HotelCode="66479|amara_sanctuary_resort_sentosa" HotelName="Amara Sanctuary Resort Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Larkhill Road, Sentosa Island, 099394 Singapore</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b5/26b5b10b110f0d73b57d80b02aff2992eddada0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is nestled on a hillside of Sentosa Island, overlooking the South China Sea, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="926.17" OriginalAmount="917.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.255688" Longitude="103.820381" StarRating="5" HotelCode="186241|resorts_world_sentosa__equarius" HotelName="Equarius Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, 39 Artillery Avenue, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ac/e8acbf465879cad9729a55e6cb9512e76f0ab7ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sentosa Island, around a 15-minute drive from Orchard Road and the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1158.47" OriginalAmount="1147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2536319502274" Longitude="103.82062680556" StarRating="4" HotelCode="824261|village_hotel_at_sentosa_by_far_east_hospitality" HotelName="Village Hotel at Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Meeting Room,Parking,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Artillery Avenue 02-01, Sentosa Island 099951</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/7c/517cff83903d3a65a78235b67a8bfb0696680f2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Village Hotel at Sentosa will present an experiential stay for families, as well as leisure and meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1210.99" OriginalAmount="1199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.256233" Longitude="103.812308" StarRating="4" HotelCode="410279|siloso_beach_resort_sentosa" HotelName="Siloso Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Imbiah Walk Sentosa, 099538 Singapore</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/38/62387cdd223d2125082c441e0b0e2fcd3efc79a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, at the southern tip of Singapore, the resort sits on Siloso Beach. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1652.80" OriginalAmount="1636.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.255546" Longitude="103.819389" StarRating="5" HotelCode="909692|345640" HotelName="Crockfords Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/66/4666a2c5b5362e110b2b49bb35ae8651d0c5d69b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sentosa Island. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2846.18" OriginalAmount="2818.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2462250122177" Longitude="103.82782146335" StarRating="5" HotelCode="25938|the_sentosa_resort_and_spa" HotelName="Sofitel Singapore Sentosa Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Bukit Manis Road, Sentosa, Singapore 099891</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210e89ef64928087acc710617b6ac710ecc17ca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;High atop a cliff, looking out over the South China Sea, the resort is situated amidst natural tropi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3318.40" OriginalAmount="3285.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2520417742364" Longitude="103.82103047857" StarRating="4" HotelCode="958413|663289" HotelName="The Barracks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Gunner Lane, Sentosa Island 099567</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5e/b55ef48a4b7d7ad7969d4a70b928ddf8bf66fe5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3426.93" OriginalAmount="3393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.249778" Longitude="103.824349" StarRating="5" HotelCode="114232|capella_hotel_singapore_2" HotelName="Capella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 The Knolls, Sentosa Island, Singapore 098297</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e9/bee9534549bbfc4da1c4e12aacbdd48d2a9893f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive, yet inviting retreat is located just outside the city centre, 10 minutes' drive from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8936.48" OriginalAmount="8848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.25066859" Longitude="103.82441778" StarRating="5" HotelCode="529316|the_club_residences_by_capella_singapore" HotelName="The Club Residences by Capella Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>1 The Knolls, Sentosa Island 098297</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4d/534d04118cbe4c5342cb4d34c81e45c0ae72b034.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Sentosa Island.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Bicycle Rental,Currency Exchange,Massage Centre,Wheelchair Access,24 Hour Security,Banquet Hall,Dining,Meeting Room,Parking,Golf,Sauna,Shopping Arcade,Swimming Pool,Jacuzzi,Kitchen,Garden</BasicAmenities>
    <HotelRating>5,4</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,APARTMENT,BEACH HOTEL,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,CASINO RESORT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5912f5b6-6a50-4b7f-8b4e-81348bba42ed|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="5912f5b6-6a50-4b7f-8b4e-81348bba42ed">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7,12" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72642" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-21T00:00:00" End="2026-08-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
5912f5b6-6a50-4b7f-8b4e-81348bba42ed|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
5912f5b6-6a50-4b7f-8b4e-81348bba42ed|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:d793e86f-064f-4cd0-9bef-9d89c4795f20
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
5912f5b6-6a50-4b7f-8b4e-81348bba42ed|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
5912f5b6-6a50-4b7f-8b4e-81348bba42ed|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-23T08:25:40.9339246+01:00" Version="0" EchoToken="Search" TransactionIdentifier="5912f5b6-6a50-4b7f-8b4e-81348bba42ed" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2533163294729" Longitude="103.81951273743" StarRating="5" HotelCode="72619|moevenpick_sentosa" HotelName="Le Meridien Singapore Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Beach View, Sentosa 098679</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9c/aa9cfe307c6d70650cd217a876f8e2bf55161fe0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Sentosa Island and overlooking the South China Sea, the hotel is within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="784.77" OriginalAmount="777.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2564301396849" Longitude="103.81887169444" StarRating="5" HotelCode="160451|resorts_world_sentosa_festive_hotel" HotelName="Festive Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/52/7b52ad8af0f0d6a005b4f5cd78e7bc375a372d22.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Sentosa Island and only 3 minutes’ walk from the nearest links to the publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="793.86" OriginalAmount="786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.251512" Longitude="103.823042" StarRating="5" HotelCode="66479|amara_sanctuary_resort_sentosa" HotelName="Amara Sanctuary Resort Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Larkhill Road, Sentosa Island, 099394 Singapore</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b5/26b5b10b110f0d73b57d80b02aff2992eddada0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is nestled on a hillside of Sentosa Island, overlooking the South China Sea, surrounded b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="926.17" OriginalAmount="917.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.255688" Longitude="103.820381" StarRating="5" HotelCode="186241|resorts_world_sentosa__equarius" HotelName="Equarius Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Casino Resort" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, 39 Artillery Avenue, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ac/e8acbf465879cad9729a55e6cb9512e76f0ab7ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sentosa Island, around a 15-minute drive from Orchard Road and the city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1127.16" OriginalAmount="1116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.256233" Longitude="103.812308" StarRating="4" HotelCode="410279|siloso_beach_resort_sentosa" HotelName="Siloso Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Imbiah Walk Sentosa, 099538 Singapore</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/38/62387cdd223d2125082c441e0b0e2fcd3efc79a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Sentosa Island, at the southern tip of Singapore, the resort sits on Siloso Beach. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1158.47" OriginalAmount="1147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2536319502274" Longitude="103.82062680556" StarRating="4" HotelCode="824261|village_hotel_at_sentosa_by_far_east_hospitality" HotelName="Village Hotel at Sentosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Internet,Laundry,Meeting Room,Parking,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Artillery Avenue 02-01, Sentosa Island 099951</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/7c/517cff83903d3a65a78235b67a8bfb0696680f2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Village Hotel at Sentosa will present an experiential stay for families, as well as leisure and meet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1652.80" OriginalAmount="1636.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.255546" Longitude="103.819389" StarRating="5" HotelCode="909692|345640" HotelName="Crockfords Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Sentosa Island 098269</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/66/4666a2c5b5362e110b2b49bb35ae8651d0c5d69b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Sentosa Island. The nearest airport is Singapore - Changi (SIN).</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2846.18" OriginalAmount="2818.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2462250122177" Longitude="103.82782146335" StarRating="5" HotelCode="25938|the_sentosa_resort_and_spa" HotelName="Sofitel Singapore Sentosa Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Bukit Manis Road, Sentosa, Singapore 099891</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210e89ef64928087acc710617b6ac710ecc17ca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;High atop a cliff, looking out over the South China Sea, the resort is situated amidst natural tropi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3318.40" OriginalAmount="3285.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.2520417742364" Longitude="103.82103047857" StarRating="4" HotelCode="958413|663289" HotelName="The Barracks Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Gunner Lane, Sentosa Island 099567</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5e/b55ef48a4b7d7ad7969d4a70b928ddf8bf66fe5f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3426.93" OriginalAmount="3393.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.249778" Longitude="103.824349" StarRating="5" HotelCode="114232|capella_hotel_singapore_2" HotelName="Capella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 The Knolls, Sentosa Island, Singapore 098297</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e9/bee9534549bbfc4da1c4e12aacbdd48d2a9893f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive, yet inviting retreat is located just outside the city centre, 10 minutes' drive from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8936.48" OriginalAmount="8848.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.25066859" Longitude="103.82441778" StarRating="5" HotelCode="529316|the_club_residences_by_capella_singapore" HotelName="The Club Residences by Capella Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>1 The Knolls, Sentosa Island 098297</AddressLine>
          </AddressLines>
          <CityName>Sentosa Island</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4d/534d04118cbe4c5342cb4d34c81e45c0ae72b034.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Sentosa Island.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Bicycle Rental,Currency Exchange,Massage Centre,Wheelchair Access,24 Hour Security,Banquet Hall,Dining,Meeting Room,Parking,Golf,Sauna,Shopping Arcade,Swimming Pool,Jacuzzi,Kitchen,Garden</BasicAmenities>
    <HotelRating>5,4</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,CASINO RESORT,APARTMENT,BEACH HOTEL,SPA HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
14de43d2-ff5f-469b-8b22-61abe7a660bd|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="14de43d2-ff5f-469b-8b22-61abe7a660bd">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="772" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-23T00:00:00" End="2026-07-24T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="93409|altos_de_la_vina" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="sales@viceroytravels.com" Password="Viceroy@100" 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
14de43d2-ff5f-469b-8b22-61abe7a660bd|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
14de43d2-ff5f-469b-8b22-61abe7a660bd|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="14de43d2-ff5f-469b-8b22-61abe7a660bd" TimeStamp="0001-01-01T00:00:00" HotelName="Altos De La Vina" HotelCode="93409|altos_de_la_vina" StarRating="4" GTCityId="772" CountryCode="AR" CityName="San Salvador de Jujuy" CountryName="Argentina" Address="Av. Pasquini López 50, S.S. de Jujuy" PostCode="" PhoneNo="+543884262626" FaxNo="+543884262627" Email="" CheckInTime="15:00" CheckOutTime="11:00" Latitude="-24.180846" Longitude="-65.273118" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast|Room 3: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room with city view (full double bed)|Room 2: Superior Double room with city view (full double bed)|Room 3: Superior Double room with city view (full double bed)" RoomTypeCode="h-26155bdf-ccde-5485-8b69-97cd30251c7a|63|MzAxLjAwfEdCUHwyMDI2LTA3LTIz" OriginalAmount="301" TotalPrice="304.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 52.23-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Cable TV|TV|Minibar|Shower/Bathtub</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-18T00:00:00" End="2026-07-23T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="304.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/af/77/af77df898ca2c87d4cc78ec673c4913f7954601a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2a/5c/2a5cf31abc95822adeeb7881be5f2757978a403b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cb/47/cb47d894ee707a7aea19607064be71754bffea95.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ec/1f/ec1f863fc920f1437b77483fc2277502e6e6242d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/92/cf/92cf5695f77afaa561d4cfbec5684b793dc5462a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1e/82/1e82180de007f6870bb8f3dcfae62e4b09618310.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/af/4f/af4fda9ac593c7135cb09a97e464375cf8a6af8b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/9c/7f/9c7f154901184f321579ee7f35a6a95a0137bce4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/45/ab/45ab4b3ed3f9d44c3bc91eed73f17d98db02f2d7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/76/b0/76b053233008e1ad1e827d80e562a39441a43a84.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/42/e1/42e1aed7add6f81fd32774bcfb7d0607dbc28385.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/76/e4/76e4e9e7ccbfb0ab06561e60e38575596f064257.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/e7/ade7814c1316f70aba2bd2cf35f5b8a504d4cdee.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9c/93/9c9393f37dfa52eed0bf1a9c6f1de5b34283a0a4.PNG" /><Image Url="https://cdn.worldota.net/t/x500/content/33/e1/33e1456142c6250c74077d249776d98e7b5e4c79.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/20/52/2052f21f98809424bf47841024f952e19d64392d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/6b/0f6b83c87dd6ecaede11a5853d3337803296d1bf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/d8/e7d8483e18e72bf663d962a84b649659f2d43444.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/36/73/3673f97cd4db3c2bfc3799f4717b185db98d10a1.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in San Salvador de Jujuy. The nearest airport is Jujuy (JUJ).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;Guests have a choice of 62 rooms. The hotel provides room service, a conference room and a business centre. Wireless internet access is provided in public areas.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;A refrigerator, a mini fridge and a tea/coffee station are standard features. WiFi comes as standard in the rooms. The hotel has family rooms and non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. The indoor pool complex is ideal for relaxation and exercise. There are many ways to relax or stay active at the hotel, including a gym and a spa. Parents can unwind while the kids can participate in an entertainment programme full of fun activities. 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;Bed and breakfast is bookable.&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.</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Television in lobby</Description><Value>Television in lobby</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Terrace</Description><Value>Terrace</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Fire Extinguisher</Description><Value>Fire Extinguisher</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>All Spaces Non-Smoking (public and private)</Description><Value>All Spaces Non-Smoking (public and private)</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Reception desk</Description><Value>Reception desk</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Wheelchair Accessible</Description><Value>Wheelchair Accessible</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Ironing</Description><Value>Ironing</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Safe-deposit box</Description><Value>Safe-deposit box</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Concierge services</Description><Value>Concierge services</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Wake-up service</Description><Value>Wake-up service</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bar</Description><Value>Bar</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Diet menu (on request)</Description><Value>Diet menu (on request)</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast in the room</Description><Value>Breakfast in the room</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Spanish</Description><Value>Spanish</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Portuguese</Description><Value>Portuguese</Value></HotelFacilities><HotelFacilities><Type>Tourist services</Type><Description>Tour assistance</Description><Value>Tour assistance</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Billiards</Description><Value>Billiards</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Mini golf</Description><Value>Mini golf</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Sun Deck</Description><Value>Sun Deck</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Ping-Pong</Description><Value>Ping-Pong</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Swimming pool</Description><Value>Swimming pool</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Spa tub</Description><Value>Spa tub</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Meeting and presentation facilities</Description><Value>Meeting and presentation facilities</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference Hall</Description><Value>Conference Hall</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Tennis court</Description><Value>Tennis court</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Fitness facilities</Description><Value>Fitness facilities</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Solarium</Description><Value>Solarium</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Massage</Description><Value>Massage</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Steam room</Description><Value>Steam room</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Beauty services</Description><Value>Beauty services</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Kids</Type><Description>Playroom</Description><Value>Playroom</Value></HotelFacilities><HotelFacilities><Type>Kids</Type><Description>Children's playground</Description><Value>Children's playground</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets Not Allowed</Description><Value>Pets Not Allowed</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
462df724-1898-46ab-a793-ba0cea2756da|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="462df724-1898-46ab-a793-ba0cea2756da">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-26T00:00:00" End="2026-08-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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
462df724-1898-46ab-a793-ba0cea2756da|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
462df724-1898-46ab-a793-ba0cea2756da|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
462df724-1898-46ab-a793-ba0cea2756da|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:83b0acbf-493e-46fa-ab1b-90b6b94f9677
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
462df724-1898-46ab-a793-ba0cea2756da|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
462df724-1898-46ab-a793-ba0cea2756da|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
462df724-1898-46ab-a793-ba0cea2756da|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
462df724-1898-46ab-a793-ba0cea2756da|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
462df724-1898-46ab-a793-ba0cea2756da|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
462df724-1898-46ab-a793-ba0cea2756da|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-23T08:33:18.2241186+01:00" Version="0" EchoToken="Search" TransactionIdentifier="462df724-1898-46ab-a793-ba0cea2756da" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="34.34" OriginalAmount="34.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 20/08/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="16" TotalAmount="36.06" OriginalAmount="35.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0616365535177" Longitude="98.918182639355" StarRating="2" HotelCode="400256|3634165" HotelName="Chanchalay Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="37.37" OriginalAmount="37.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 18/08/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="83" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1077573-26330136/1928931160905211127/1402" HotelName="CHANCHALAY HIP HOSTEL (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11600000/11597500/11597476/7d58056f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.25" OriginalAmount="42.82" 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 22/08/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="27" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.038815677434" Longitude="98.834736882744" StarRating="2" HotelCode="381537|262594" HotelName="The Moon Night Ao nang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/08/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="45.45" OriginalAmount="45.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="Free CXL until 13/08/2026" 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="8" TotalAmount="47.24" OriginalAmount="46.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07005174" Longitude="98.9138498" StarRating="2" HotelCode="584361|661935" HotelName="Pn Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Free CXL until 17/08/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.30" OriginalAmount="47.82" 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 16/08/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="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08381151" Longitude="98.90435633" StarRating="2" HotelCode="426209|krabi_grand_place_hotel" HotelName="Krabi Grand Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="16" TotalAmount="51.44" OriginalAmount="50.93" 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 20/08/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="63" TotalAmount="53.53" OriginalAmount="53.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="53.53" OriginalAmount="53.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="94" TotalAmount="55.91" OriginalAmount="55.36" 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 21/08/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="56.61" OriginalAmount="56.05" 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 21/08/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="94" TotalAmount="56.78" OriginalAmount="56.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.086461" Longitude="98.878337" StarRating="0" HotelCode="|502426" HotelName="Changsi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/08/2026">
        <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="27" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.067487" Longitude="98.808544" StarRating="3" HotelCode="166939|25350" HotelName="Palm Paradise Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Moo.3, T. Aonang, A. Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/37/083757878cf1df2cad9e405ab23f94e6f1e83c11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated between Ao Nang and Nopparattara beaches in Krabi Province, Thailand. It is 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="57.57" OriginalAmount="57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="27.7091737" Longitude="-82.7371595" StarRating="2" HotelCode="0|243715-28473997/1928931160905211127/236" HotelName="J HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3400 Gulf Blvd., St. Pete Beach, FL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19380000/19372500/19372467/431a8fa0_b.jpg</HotelPictures>
        <HotelDescription>Don CeSar is a luxury beach resort revered internationally for its sprawling sugar-white beach, unparalleled dining, and its rejuvenating Beach Club &amp;amp;amp; Spa.  Unless notified prior to, or at check-in, a 1 night penalty will apply to departures that occur earlier than the date specified on the original reservation. Maximum to pets per room allowed. Pet fee $75 per night. (fee subject to change) Rates are inclusive of resort fee. Guests who book the Exclusive room categories will be responsible to pay the Resort Fee upon check-in.General Policy:  
  Upon arrival, guests will be required to provide a valid credit card or nightly deposit of $150 to secure any incidental charges. Credit cards are authorized for $220 incidentals per day up to $750 (Fees subject to change). 
  Maximum to pets per room allowed. Pet fee $75 per night. (fee subject to change) 
  Certain travel dates may require a minimum night stay. 
  Self-parking: $24 per vehicle/day (Fee subject to change). 
  Valet parking: $29 per vehicle/day (Fee subject to change). 
  Unless notified prior to, or at check-in, a 1 night penalty will apply to departures that occur earlier than the date specified on the original reservation. 
  Rates are inclusive of resort fee. 
  Guests who book the Exclusive room categories will be responsible to pay the Resort Fee upon check-in. 
  Certain travel dates may require a minimum night stay. 
 ;&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.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="Non Refundable" 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="57.57" OriginalAmount="57.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="16" TotalAmount="58.01" OriginalAmount="57.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06801199" Longitude="98.91399859" StarRating="3" HotelCode="351121|1249858" HotelName="The Greenery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 21/08/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="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.09962747" Longitude="98.8847522" StarRating="3" HotelCode="602173|krabi_home_town_boutique" HotelName="Krabi Home Town Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Watchara Road, Krabi-Yai, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/07/ad0711029b8332d8de94cff56114d0b7ebbd62f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.73" OriginalAmount="60.13" 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="94" TotalAmount="61.58" OriginalAmount="60.97" 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 15/08/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="62.20" OriginalAmount="61.58" 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 21/08/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="27" TotalAmount="62.62" OriginalAmount="62" 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="Free CXL until 17/08/2026" 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="63" TotalAmount="62.62" OriginalAmount="62.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="Non Refundable" 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="63.06" OriginalAmount="62.44" 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="Free CXL until 17/08/2026">
        <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="63.70" OriginalAmount="63.07" 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="63.70" OriginalAmount="63.07" 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 22/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="64.64" OriginalAmount="64" 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 21/08/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="94" TotalAmount="64.90" OriginalAmount="64.26" 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 19/08/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="8" TotalAmount="66.29" OriginalAmount="65.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06239076" Longitude="98.9160009" StarRating="2" HotelCode="586664|703537" HotelName="The Guest Hotel Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="67.25" OriginalAmount="66.58" 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="Free CXL until 18/08/2026" 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="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|218195-25421284/1928931160905211127/1051" HotelName="RIVERSIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8300000/8296100/8296018/8c3c0269_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="3" HotelCode="620272|alisa_krabi_hotel" HotelName="Alisa Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/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="94" TotalAmount="68.05" OriginalAmount="67.38" 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="68.41" OriginalAmount="67.73" 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 21/08/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="63" TotalAmount="68.68" OriginalAmount="68.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="Non Refundable">
        <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="63" TotalAmount="68.68" OriginalAmount="68.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 12/08/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="83" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|501239-28513888/1928931160905211127/13" HotelName="LARIO KRABI (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19880000/19870300/19870231/041f960d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217889-28478922/1928931160905211127/51" HotelName="ME MEE PLACE &amp;amp; TOUR KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6599200/6599150/0dc9a4b0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.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="83" TotalAmount="70.70" OriginalAmount="70" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|389228-25570433/1928931160905211127/1280" HotelName="J. HOLIDAY INN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11810000/11807000/11806930/7e3fb03d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.71" OriginalAmount="71" 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 16/08/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="16" TotalAmount="71.83" OriginalAmount="71.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0577563" Longitude="98.81175897" StarRating="3" HotelCode="422639|3553775" HotelName="Seava House Ao-Nang Krabi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" 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="63" TotalAmount="73.73" OriginalAmount="73.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 19/08/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="16" TotalAmount="73.85" OriginalAmount="73.12" 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 20/08/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="73.90" OriginalAmount="73.17" 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 19/08/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="74.83" OriginalAmount="74.09" 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 20/08/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="76.97" OriginalAmount="76.21" 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="94" TotalAmount="77.65" OriginalAmount="76.88" 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 22/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="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.09198161" Longitude="98.90505053" StarRating="3" HotelCode="355974|tairada_boutique_hotel_" 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="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05009763" Longitude="98.91648358" StarRating="2" HotelCode="351135|57922" HotelName="Tharapark View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/08/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="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035281" Longitude="98.832181" StarRating="3" HotelCode="899567|12579" 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="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0506076562915" Longitude="98.915209891602" StarRating="3" HotelCode="312724|marina_expressfisherman_aonang_2" HotelName="Marina Express Fisherman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/08/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="63" TotalAmount="78.78" OriginalAmount="78.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="78.78" OriginalAmount="78.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="79.79" OriginalAmount="79.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 20/08/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="16" TotalAmount="79.84" OriginalAmount="79.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03239743" Longitude="98.82415012" StarRating="2" HotelCode="585397|3562295" HotelName="Popeye Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 19/08/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="94" TotalAmount="80.52" OriginalAmount="79.72" 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 18/08/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="94" TotalAmount="80.54" OriginalAmount="79.74" 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 18/08/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="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03726643" Longitude="98.83320002" StarRating="3" HotelCode="615377|239091" HotelName="Aonang Sea Valley Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>939 Soi 2 Moo 2, Tambon Aonang, Krabi 81180, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/24/182408477a5c21896075ce3716fa0cf42aec9f15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|388889-25570253/1928931160905211127/1048" HotelName="SLEEP WHALE EXPRESS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10350000/10346800/10346747/cce3841f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.25" OriginalAmount="81.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0618847" Longitude="98.9182296" StarRating="1" HotelCode="|188046" HotelName="Grandmom Place" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Uttarakit Rd. Paknum, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/4/6/188046_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.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 18/08/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="83.22" OriginalAmount="82.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032489" Longitude="98.830488" StarRating="3" HotelCode="|408570" HotelName="Frank Ao Nang Krabi Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>901 Soi 13 Moo2 Tambun Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/8/5/7/0/408570_d0618380800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0652101859578" Longitude="98.916983297905" StarRating="3" HotelCode="381523|just_fine_krabi" HotelName="Just Fine Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2/8 Maharat Road, Soi 10, Paknam, Muang Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/59/2a59d3604ef337f938e94f8bfc5ece5d7ae2c473.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.68" OriginalAmount="85.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.1093" Longitude="98.93498" StarRating="3" HotelCode="|244930" HotelName="B2 Krabi Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05572366" Longitude="98.83870792" StarRating="3" HotelCode="402895|205170" HotelName="Tetris Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/08/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="27" TotalAmount="87.87" OriginalAmount="87" 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="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035668" Longitude="98.81903" StarRating="3" HotelCode="58119|2626" HotelName="Aonang Sunset Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Business Hotel" CnxPolicy="Free CXL until 19/08/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="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.10892443" Longitude="98.92319497" StarRating="3" HotelCode="588601|phuhi_hotel" HotelName="Phuhi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/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="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04320785" Longitude="98.8198381" StarRating="3" HotelCode="621519|kokotel_krabi_oasis" HotelName="Kokotel Krabi Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>230/4-7 Moo 3, Tambon Aonang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/4a/fe4a83f865c4e6005a13ca5813c983cfada91c95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.35" OriginalAmount="90.45" 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 22/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="91.43" OriginalAmount="90.52" 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="91.67" OriginalAmount="90.76" 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 21/08/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="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06113969" Longitude="98.91051448" StarRating="3" HotelCode="351928|the_white_pearl_hotel" HotelName="The White Pearl Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/08/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="94" TotalAmount="92.01" OriginalAmount="91.10" 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="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|218278-25421350/1928931160905211127/1019" HotelName="WHITE PEARL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8380000/8377800/8377763/3db5f3df_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|501281-25665051/1928931160905211127/1375" HotelName="PHUHI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19340000/19338500/19338440/dbabf954_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.59" OriginalAmount="92.66" 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="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0901407" Longitude="98.89475791" StarRating="3" HotelCode="753554|the_chill_at_krabi_hotel" HotelName="The Chill at Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/08/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="83" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582800-25731047/1928931160905211127/893" HotelName="THE CHILL AT KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23500000/23498000/23497954/75f87663_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.76" OriginalAmount="94.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.10953499" Longitude="98.9350639" StarRating="3" HotelCode="568124|626455" HotelName="Nap Krabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="83" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1213902-26553358/1928931160905211127/1038" HotelName="THE BROWN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39480000/39473700/39473617/00ad849e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.30" OriginalAmount="96.34" 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="97.54" OriginalAmount="96.57" 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 22/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="27" TotalAmount="97.97" OriginalAmount="97" 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="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06557365" Longitude="98.91547487" StarRating="3" HotelCode="583562|219526" HotelName="Lada Krabi Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/08/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="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0131595" Longitude="98.8449586" StarRating="2" HotelCode="435233|205157" HotelName="Railay Garden View Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>147 Moo 5, Sai Thai District, Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/92/5e9214d64e0460ecc8055492ac67cc5397e4f152.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|583193-25731195/1928931160905211127/1306" HotelName="LADA KRABI EXPRESS (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17190000/17188800/17188735/fa7e4b92_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.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 20/08/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="16" TotalAmount="98.06" OriginalAmount="97.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0441156503891" Longitude="98.811735212803" StarRating="3" HotelCode="163909|3641315" HotelName="Mild Garden View Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" 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="94" TotalAmount="98.78" OriginalAmount="97.80" 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="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267562-28512729/1928931160905211127/44" HotelName="AONANG SILVER ORCHID RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8829600/8829532/7aa208de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.601568" Longitude="-89.9813" StarRating="3" HotelCode="0|182158-25367331/1928931160905211127/790" HotelName="THE VATIKA RESORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>313 Salem Place, Fairview Heights, 62208, IL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478700/5478618/feaed014_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 88. Suites: 6. Single-bedded accommodations: 44. Double bedrooms: 44. Smoking rooms: 0. Nonsmoking rooms: 88. Physically challenged rooms: 11. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Fairview Heights Hotel's Guests are Near St. Louis
Situated between Southern Illinois and the "Gateway to the West" is the Holiday Inn®Hotel St. Louis - Fairview Heights. This Illinois hotel's location allows you to enjoy a number of memorable attractions.
On vacation and looking for hotels near St. Louis and Scott Air Force Base; look no further. We're 15 minutes from the Gateway Arch in St. Louis, where you can enjoy the city view from atop the arch. Other nearby attractions include Busch Stadium and the Casino Queen in St. Louis. Summer travelers should take the family to Splash City Family Waterpark for a day of wet and wild fun.
If business brings you to Fairview Heights, our hotel's location and convenient amenities are designed for you. We're minutes from Scott Air Force Base, as well as ConocoPhilips, CSC, Lockheed Martin, and Midcoast Aviation. The four meeting rooms can accommodate up to 229 guests for a reception. With the state-of-the-art Business Center, you can prepare for a meeting, event or seminar.
Whether a business trip or vacation brings you to Fairview Heights, Illinois, our hotel's free high-speed, wired and wireless Internet access keeps you connected. Start your day with breakfast from Kem's Restaurant. Later, burn calories in the Fitness Center and swim laps in the indoor pool. If you're looking for an accommodating stay in Fairview Heights, our hotel's staff offers quality service and a name you can trust!. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 313 Salem Place, Fairview Heights, 62208, IL, US. Additional Phone Numbers: Fax - Other: 16182121301. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04331181" Longitude="98.81994194" StarRating="3" HotelCode="496134|hula_hula_resort_and_spa_ao_nang" HotelName="Hula Hula Resort" Meals="ROOM ONLY" 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="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07668597" Longitude="98.91558147" StarRating="0" HotelCode="853652|the_seens_hotel" HotelName="The Seens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>316 Utrakrit Road, Paknam, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/2e/972e8d8cb0c00eb909d28ddd0a3a822387fc2cfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.47" OriginalAmount="98.49" 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 21/08/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="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07012977" Longitude="98.915607" StarRating="3" HotelCode="554593|219524" HotelName="Krabi SeaBass Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398530405225" Longitude="98.817858695984" StarRating="4" HotelCode="888372|11957" HotelName="Red Ginger Chic Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 M. 3, T. Ao Nang, A. Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/60/6060dd67f93e23cdc84812fdc789ede7d4b0d5d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located 200 m away from the centre of Ao Nang Beach, in Krabi province, in southern Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.74" OriginalAmount="100.73" 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="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76436-28579966/1928931160905211127/170" HotelName="HERITAGE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108291/4c03946d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.93" OriginalAmount="101.91" 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="Free CXL until 13/08/2026">
        <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="8" TotalAmount="103.09" OriginalAmount="102.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0821970493019" Longitude="98.906253910366" StarRating="3" HotelCode="354005|358055" HotelName="Sleep Whale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="103.48" OriginalAmount="102.46" 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 15/08/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="8" TotalAmount="104.11" OriginalAmount="103.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.065390148835" Longitude="98.917195558831" StarRating="3" HotelCode="356671|636599" HotelName="Krabi River View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="104.30" OriginalAmount="103.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.54423" Longitude="99.046812" StarRating="3" HotelCode="|178329" HotelName="Lanta Seafront Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/08/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="94" TotalAmount="104.72" OriginalAmount="103.68" 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 17/08/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="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0128179160018" Longitude="98.842975123515" StarRating="3" HotelCode="129882|205099" HotelName="Diamond Cave Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" 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="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03244138" Longitude="98.82342239" StarRating="3" HotelCode="563349|222333" HotelName="Wake Up Aonang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582665-25730973/1928931160905211127/863" HotelName="GLOW AO NANG KRABI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20220000/20218200/20218123/08232090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.41" OriginalAmount="106.35" 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 20/08/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="107.77" OriginalAmount="106.70" 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="Free CXL until 20/08/2026">
        <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="27" TotalAmount="108.07" OriginalAmount="107" 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="83" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|192026-25387768/1928931160905211127/1232" HotelName="GREEN HOUSE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5292800/5292781/834cd2eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035738" Longitude="98.818494" StarRating="3" HotelCode="26333|krabi_heritage_hotel" HotelName="Krabi Heritage Resort" Meals="ROOM ONLY" 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="94" TotalAmount="109.03" OriginalAmount="107.95" 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 20/08/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="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0484153964939" Longitude="98.814747333527" StarRating="3" HotelCode="166941|19009" HotelName="Sunda Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" 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="83" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|388898-25570257/1928931160905211127/1075" HotelName="TETRIS (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12760000/12757800/12757741/0178b541_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.78" OriginalAmount="108.69" 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 21/08/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="63" TotalAmount="110.09" OriginalAmount="109.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="Non Refundable" 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="94" TotalAmount="110.42" OriginalAmount="109.33" 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 19/08/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="63" TotalAmount="111.10" OriginalAmount="110.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 13/08/2026" 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="94" TotalAmount="111.27" OriginalAmount="110.17" 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="63" TotalAmount="112.11" OriginalAmount="111.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 13/08/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="112.11" OriginalAmount="111.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="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|218112-25421212/1928931160905211127/1208" HotelName="PALMARI BOUTIQUE (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10550000/10543200/10543199/79f0ab60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.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="Free CXL until 16/08/2026" 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="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034139296495" Longitude="98.828468095945" StarRating="3" HotelCode="383455|63301" HotelName="Mini House Aonang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>675 Moo 2, Aonang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/cd/c9cdaa980889eea21a07c39324da9a8731749102.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" 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="94" TotalAmount="116.99" OriginalAmount="115.83" 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="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.031743364608" Longitude="98.823887615344" StarRating="3" HotelCode="99801|ao_nang_orchid_resort" HotelName="Ao Nang Orchid Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/08/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="63" TotalAmount="117.16" OriginalAmount="116.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="Free CXL until 18/08/2026">
        <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="117.28" OriginalAmount="116.12" 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="83" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|437495-25610584/1928931160905211127/714" HotelName="CENTRA BY CENTARA PHU PANO RESORT KRABI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16140000/16130400/16130321/978f8c5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.19" OriginalAmount="117.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08445669" Longitude="98.90614661" StarRating="2" HotelCode="406945|788060" 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="94" TotalAmount="118.56" OriginalAmount="117.39" 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 19/08/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="119.48" OriginalAmount="118.30" 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 16/08/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="83" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217573-25420766/1928931160905211127/1351" HotelName="BAAN BANDALAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12350000/12343600/12343593/21198d4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.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="Free CXL until 13/08/2026">
        <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="120.64" OriginalAmount="119.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04035" Longitude="98.81747" StarRating="3" HotelCode="|187920" HotelName="The Capuchin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <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="63" TotalAmount="123.22" OriginalAmount="122.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="Free CXL until 13/08/2026">
        <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="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039595" Longitude="98.815726" StarRating="4" HotelCode="187179|57188" HotelName="Srisuksant Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 M. 3, Noppharattara Beach 81000, Ao-Nang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a3/62a3b5edcee705cd1840ebf38657903d9e6196a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Nopparat Thara Beach, Ao Nang, Krabi. The hotel is just a stone’s throw away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.3233361" Longitude="-85.7550306" StarRating="3" HotelCode="0|182159-25367333/1928931160905211127/999" HotelName="MARINA EXPRESS - FISHERMAN - AONANG (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1419 Bales Lane, Clarksville, 47129, IN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10930000/10925100/10925045/9e3c7587_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 104. Suites: 104. Single-bedded accommodations: 93. Double bedrooms: 11. Smoking rooms: 0. Nonsmoking rooms: 104. Physically challenged rooms: 7. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-888-226-3539 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Louisville, KY Hotel's Spacious Suites Impress GuestsThe Candlewood Suites® Louisville - North hotel features a premier location just four miles from downtown Louisville in Clarksville, IN. Spend time in the hotel's heated indoor pool for a night of relaxation or travel just seconds away and shop at the Greentree Mall for the day. You can always count on the convenience of being close to major businesses, retailers and restaurants without worrying about the heavy traffic in downtown.Kentucky visitors looking for Louisville hotels with free Wi-Fi access need look no further. Offering premier business amenities, like a boardroom-style meeting space, the hotel provides corporate guests with the tools they need to be successful. This Clarksville, IN hotel's location allows for easy access to Norton Healthcare, Jewish Hospital and Clark &amp;amp; Floyd Memorial Hospitals.When you're visiting Kentucky, the staff at this Louisville hotel's facility can help direct you to nearby attractions, like the home of the Kentucky Derby at Churchill Downs. Check out the giant baseball bat replica building at the Louisville Slugger Museum where you can tour the manufacturing process of this legendary bat.Guests feel right at home thanks to a free guest laundry facility and a convenient 24-hour Fitness Center. Come and enjoy the welcoming surroundings of this extended-stay, 100% nonsmoking hotel in Clarksville, Indiana. Make your reservations today!. Onsite facilities information- ParkingProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 1419 Bales Lane, Clarksville, 47129, IN, US. Additional Phone Numbers: Fax - Other: 18122846114. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.99" OriginalAmount="123.75" 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 17/08/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="83" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252973-25474508/1928931160905211127/1487" HotelName="KOH JUM RESORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3907600/3907543/6670fcd0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.64" OriginalAmount="124.40" 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="94" TotalAmount="126.00" OriginalAmount="124.75" 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 21/08/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="94" TotalAmount="127.19" OriginalAmount="125.93" 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="63" TotalAmount="127.26" OriginalAmount="126.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="Free CXL until 13/08/2026" 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="127.46" OriginalAmount="126.20" 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="27" TotalAmount="128.27" OriginalAmount="127" 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="Free CXL until 14/08/2026" 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="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|192094-25387776/1928931160905211127/1113" HotelName="FOREST HOMESTAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5190000/5180100/5180020/4bd61fdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|192019-25388506/1928931160905211127/1515" HotelName="DIAMOND PLACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4290000/4281400/4281374/af4ca5e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.4287" Longitude="4.84035" StarRating="2" HotelCode="0|583400-25731283/1928931160905211127/1185" HotelName="LITTLE HOME AO NANG (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>PIETER LIEFTINKWEG 10, ZAANDAM, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12840000/12830300/12830215/10449a0a_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Zaandam, ibis budget Amsterdam Zaandam is close to Czar Peter House and NDSM Werf. This hotel is within the vicinity of Westergasfabriek Culture Park and Noorderkerk.   Rooms   Make yourself at home in one of the 93 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided.   Rec, Spa, Premium Amenities   Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.   Business, Other Amenities   Featured amenities include a 24-hour front desk, luggage storage, and air conditioning in public areas. Free parking is available onsite.   Room Info:    National Rating   This property does not have a Netherlands Tourist Board rating. For the benefit of our customers, we have provided a rating based on our rating system.   Know Before You Go       Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Breakfast fee: EUR 7.50 per person (approximately)                                 The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Mandatory Fees and Taxes    Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:    A tax is imposed by the city: EUR 2.45 per person, per night      We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at noon  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.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 15/08/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="8" TotalAmount="131.60" OriginalAmount="130.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.066459" Longitude="98.914066" StarRating="2" HotelCode="56692|52693" HotelName="Thepparat Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 19/08/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="134.20" OriginalAmount="132.87" 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="136.68" OriginalAmount="135.33" 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 15/08/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="94" TotalAmount="137.11" OriginalAmount="135.75" 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 15/08/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="27" TotalAmount="138.37" OriginalAmount="137" 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 18/08/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="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0812821132363" Longitude="98.917862176895" StarRating="4" HotelCode="29564|1020" HotelName="Maritime Park &amp; Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/08/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="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.01273358" Longitude="98.84312167" StarRating="3" HotelCode="383524|railay_view_point_resort_2" HotelName="Railay Viewpoint Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>319 Mu 5, Baan Ao Nam Mao, Tambon Saithai, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ca/4aca0a7c8be0d8dbee6b81071e69c49903f76a9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.89245" Longitude="98.2977" StarRating="3" HotelCode="0|498080-25659688/1928931160905211127/1007" HotelName="THE NICE HOTEL (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>34/137-144 Prachanukro Road, Patong, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16600000/16598400/16598321/22ce56b8_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Chana hotel in Patong, you'll be minutes from Simon Cabaret and close to Patong Beach.  This hotel is within close proximity of Jungceylon Shopping Center and Bangla Night Street.   Rooms   Make yourself at home in one of the 60 air-conditioned rooms featuring refrigerators and minibars. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have shower/tub combinations and complimentary toiletries.   Amenities   Enjoy the recreation opportunities such as an outdoor pool or make use of other amenities including complimentary wireless Internet access.   Dining   Enjoy a satisfying meal at a restaurant serving guests of Chana hotel.   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Free self parking is available onsite.   Checkin Instructions:  Extra-person charges may apply and vary depending on property policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Special Checkin Instructions:  If you are planning to arrive after 11 AM please contact the property in advance using the information on the booking confirmation.  Property Information:  Pets not allowed  Check-in time starts at 2 PM  Check-out time is noon  Checkin End Time:  11 PM  Checkin Minimum Age:  18&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.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="Free CXL until 16/08/2026">
        <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="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.100838" Longitude="14.49163" StarRating="4" HotelCode="0|172399-28570688/1928931160905211127/268" HotelName="DEEVANA PLAZA KRABI AONANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NOVOVYSOCANSKA 163/25,PRAGUE, CZECH REPUBLIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4565200/4565192/4c0aa2ca_b.jpg</HotelPictures>
        <HotelDescription>Hotel´s brand new facilities are supported with the latest technology and their special devotion to each of our guest, very friendly staff and high quality of service leads to guests' full satisfaction with their stay. Our warm and pleasant environment makes us recognizable and favorite place to stay among all of our guests. Located just 20 min. by public transportation from the down town of Prague, Relax Inn goes beyond the limits of the expectations of each of our guests by offering: Wellness centre (relaxing swimming pool, sauna, massages), Relaxing swimming pool 7m x 3m with massage bench, aquatic countercurrent and lighting Massage bathtubs, whirlpool baths, Peaceful and safe location Free WiFi in rooms and public areas, SAT TV, Stylish bar and restaurant(only for breakfasts now), Private parking, Garage. 							 							 							 &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|439343-28552844/1928931160905211127/331" HotelName="THE LAI THAI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14830000/14825300/14825265/8c2c2ed8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.09" OriginalAmount="140.68" 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 16/08/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="16" TotalAmount="142.31" OriginalAmount="140.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06266461" Longitude="98.91687836" StarRating="3" HotelCode="615872|3599175" HotelName="Family Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Maharaj Road Soi 2, Pak Nam, Mueang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/2d/012d30546957f8c28ad77d6bc7a8c1d2acedb6dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.2168363" Longitude="-79.8867048" StarRating="4" HotelCode="0|497786-25659542/1928931160905211127/613" HotelName="SUGAR MARINA RESORT CLIFFHANGER AONANG (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1187 UPPER JAMES STREET, HAMILTON, L9C 3B2, ON, CA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17490000/17485600/17485556/130b3b7a_edited_1dc7_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 50. Floors: 2. Property description- Howard Johnson Inn is located close to major highway access, Hamilton Airport and Lime Ridge Mall. We offer complimentary continental bkfst and comp high speed wireless access. Hotel is connected to Yuk Yuk's Comedy Club and Pasticio's Fine Italian Dining. Walking distance to shopping and restaurantsProperty was built in 1950. Hotel Currency: CAD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|119395-25288072/1928931160905211127/1298" HotelName="AQUAMARINE RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4630000/4629400/4629322/60009ada_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Eco Hotel" CnxPolicy="Free CXL until 12/08/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="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034717" Longitude="98.833651" StarRating="3" HotelCode="187181|53166" HotelName="Greenview Village Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" 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="83" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182178-25367359/1928931160905211127/1174" HotelName="GREEN VIEW VILLAGE RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6250000/6249100/6249020/53a2cfdf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.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="146.44" OriginalAmount="144.99" 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="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76434-25246056/1928931160905211127/956" HotelName="ANYAVEE AO NANG BAY RESORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1142400/1142335/24d98935_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|497744-25659532/1928931160905211127/1119" HotelName="KRABI SEABASS (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17670000/17668200/17668128/3c63c7e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.89" OriginalAmount="147.42" 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 21/08/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="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|191973-25387766/1928931160905211127/1214" HotelName="AO NANG VILLAGE RESORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7840000/7832400/7832392/381a0e14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0325680207108" Longitude="98.825469614663" StarRating="2" HotelCode="225587|machorat_aonang_resort" HotelName="Machorat Aonang Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" 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="94" TotalAmount="151.80" OriginalAmount="150.30" 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="27" TotalAmount="152.51" OriginalAmount="151" 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,HALF BOARD,FULL BOARD,ALL INCLUSIVE" 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="154.98" OriginalAmount="153.45" 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="83" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582722-25731003/1928931160905211127/1362" HotelName="JINGJIT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9200000/9199200/9199120/24b4ad98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.12" OriginalAmount="154.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.033093" Longitude="98.824451" StarRating="0" HotelCode="|446398" HotelName="Aonang Dugong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/08/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="156.51" OriginalAmount="154.96" 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="Non Refundable">
        <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="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08047896" Longitude="98.91212343" StarRating="3" HotelCode="359633|53244" HotelName="Jingjit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" 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="16" TotalAmount="156.72" OriginalAmount="155.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.060441" Longitude="98.916271" StarRating="2" HotelCode="899584|247886" HotelName="Krabi Cozy Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67/9 Isara Road, Paknam, Muang District, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/d1/a4d1015e2a830f8be27adfe39489a18aa1122db4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a 10-minute walk from Ao Nang beach, this city hotel is situated just a 5-minute walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|217764-25420936/1928931160905211127/1382" HotelName="CITY (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8290000/8280400/8280345/bc0a27a2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.795528" Longitude="-92.222521" StarRating="2" HotelCode="0|182177-25367357/1928931160905211127/1437" HotelName="PHRANANG PLACE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3925 McCain Park Drive, North Little Rock, 72116, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5294300/5294277/570c76cc_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 54. Floors: 2. Property description- Welcome to the North Little Rock/McCain Super 8. Our property is located just off 67/167 near I-40 for your convenience.  We provide the Complimentary SuperStart Breakfast, High Speed Wireless Internet access, Free local calls. All guest rooms have Microwaves, Refrigerators, Coffee-Makers, Hairdryers, Iron, Ironing Board, Am-Fm Clock Radio, Wi-Fi and hard wired.  Hot tub rooms available. Children under 17 are FREE in the same room with adult family member.

We are within walking distance from the McCain Mall and numerous restaurants. The Altell Arena and the Clinton Library are only minutes away.  

Our heated indoor swimming pool will relax you after a long day.  

Lobby Business Center and on site Guest Laundry - open 24 hours 

When you are in the North Little Rock Area, make Super 8 your choice.   

FREE Coffee Travel Mug program.  

Earn WyndhamRewards on your stay.

Pet fee 25.00 dollars per pet per night non refundable.. Onsite facilities information- ParkingProperty was built in 1996. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.43" OriginalAmount="156.86" 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="Free CXL until 19/08/2026">
        <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="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0399805210937" Longitude="98.817520737648" StarRating="4" HotelCode="888183|ananta_burin_resort" HotelName="Ananta Burin Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Moo 3, Tambon Ao Nang, Ampher Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/25/6a25c716f048f354c30b0769ab457801cfc3a299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is located on the Ao Nang beach in Krabi, a place where guests can enjoy their day...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.11" OriginalAmount="157.53" 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 15/08/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="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0660547364186" Longitude="98.91604187563" StarRating="2" HotelCode="392707|lada_krabi_residence_2" HotelName="Lada Krabi Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/08/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="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0383126471212" Longitude="98.817043304443" StarRating="3" HotelCode="104213|20765" HotelName="The Small Krabi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.481696" Longitude="106.232073" StarRating="2" HotelCode="0|217999-25421120/1928931160905211127/1519" HotelName="LADA KRABI RESIDENCE (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>No.160 Beijing Middle Rd, Yinchuan, 750002, P.R.China, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6590100/6590086/db99fc10_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Luxury. Property Type: Full service. Nonsmoking rooms: 60. Suites: 39. Floors: 17. Executive floor: 1. Double bedrooms: 163. Total rooms: 409. Rooms with internet access: 409. Total rooms and suites: 409. Single-bedded accommodations: 205. All rooms non-smoking: 60. Property location- Located in the heart of Yinchuan City in the Jinfeng District,No.160 Beijing Middle Road.. Miscellaneous information- All rates are including service charge but excluding tax. No additional charge for children 5 years of age and below sharing room with parents, using existing bedding. 50 pct discount on the extra bed and breakfast charge for children between 6 and 12 years.
All reservations will be held untill 18:00 unless guranteed deposit is being made in advance. Check out time is 12:00 noon. All major credit cards are accepted.. Property description- kempinski Hotel Yinchuan is across from the International Conference &amp;amp; Exhibition Center, Museum of Ningxia,Seience &amp;amp; Exhibitions Center,Museum of Ningxia,Seience &amp;amp; Technology Museum and the Peoples Squarc, The hotel includes an attached shopping mall and business tower making the kempinski Hotel Yinchuan the idea place for business and shopping.Each of he kempinski Hotel Yinchuan's 409 accommodations offers luxury and services of world-class international hotel with elegance and charm,In every room are all the modern conveniences and state of the art technology for business and leisure travelers. Onsite facilities information- ParkingProperty was built in 2010. Property was renovated in 2010. Hotel Currency: CNY. Ratings: OHG Rating: D, Property is ISO Certified: N. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.042416" Longitude="98.818377" StarRating="3" HotelCode="36334|205100" HotelName="Deevana Krabi Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="94" TotalAmount="162.22" OriginalAmount="160.61" 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="Free CXL until 19/08/2026">
        <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="27" TotalAmount="162.61" OriginalAmount="161" 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,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="163.26" OriginalAmount="161.64" 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="63" TotalAmount="163.62" OriginalAmount="162.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="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093681" Longitude="98.747571" StarRating="4" HotelCode="76008|21458" HotelName="Anyavee Tubkaek Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0397147695595" Longitude="98.817080550025" StarRating="4" HotelCode="352981|apple_a_day_resort" HotelName="Apple A Day Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" 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="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|166145-28551526/1928931160905211127/12" HotelName="AONANG ORCHID RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2922300/2922281/74a521e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.42" OriginalAmount="164.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02861107" Longitude="98.85945833" StarRating="3" HotelCode="419399|749248" HotelName="Heaven-7 Hilltop &amp; Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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="94" TotalAmount="168.60" OriginalAmount="166.93" 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 21/08/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="169.54" OriginalAmount="167.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.539888" Longitude="99.048353" StarRating="3" HotelCode="|178316" HotelName="Lanta Nice Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="170.25" OriginalAmount="168.56" 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 21/08/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="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032508" Longitude="98.824381" StarRating="3" HotelCode="89160|57465" HotelName="Verandah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/08/2026" 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="94" TotalAmount="172.65" OriginalAmount="170.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0793103" Longitude="98.9150098" StarRating="2" HotelCode="|169163" HotelName="Krabi Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039109" Longitude="98.81732" StarRating="4" HotelCode="176764|23536" 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="172.84" OriginalAmount="171.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04679" Longitude="98.8464" StarRating="3" HotelCode="|404941" HotelName="Pinthong Aonang Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>776 Moo 2 Soi Khaokaew 1, Ao Nang, 81180 Ao Nang Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/4/9/4/1/404941_8b775331135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.05" OriginalAmount="172.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08881059" Longitude="98.74699797" StarRating="2" HotelCode="872454|3590775" HotelName="Baan Tubkaek Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" 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="174.65" OriginalAmount="172.92" 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="Free CXL until 08/08/2026">
        <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="174.65" OriginalAmount="172.92" 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 20/08/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="83" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|498092-25659694/1928931160905211127/643" HotelName="WAKE UP AONANG HOTEL (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18090000/18086600/18086563/84413d18_edited_12eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|501236-25665021/1928931160905211127/960" HotelName="KOKOTEL KRABI AO NANG (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18800000/18798500/18798410/ef52f18a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.22" OriginalAmount="174.48" 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 21/08/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="176.53" OriginalAmount="174.78" 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="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|166146-25340459/1928931160905211127/1180" HotelName="AONANG ALL SEASONS BEACH RESORT (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4020000/4019800/4019739/81a17bc6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.06" OriginalAmount="176.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0379537" Longitude="98.8178135" StarRating="3" HotelCode="|404728" HotelName="T2 Ao Nang Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="178.10" OriginalAmount="176.34" 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="94" TotalAmount="178.56" OriginalAmount="176.79" 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="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0362756006596" Longitude="98.834306001663" StarRating="2" HotelCode="185931|krabi_apartment_hotel" HotelName="Krabi Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>262/28 moo 2, Ao-nang soi 11, Ao-nang road, Ao Nang, Leela Valley, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/a3/42a348d5624d324937ac3e3545c50b709580e7dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in a family-friendly, traffic-free area of Leela Valley Village in Krabi. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.75" OriginalAmount="178.96" 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 21/08/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="83" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|603826-25759595/1928931160905211127/499" HotelName="SEA SEEKER KRABI RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27096900/27096804/f93f89bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.85" OriginalAmount="181.04" 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 18/08/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="183.26" OriginalAmount="181.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0456339" Longitude="98.8074455" StarRating="5" HotelCode="|33095" HotelName="Ayodhaya Palace Beach Resort Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>MOO 3, TUMBOL AO- NANG 112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/9/5/33095_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This club hotel, was opened in 2007, 141 rooms, suites and 4 floors. The establishment boasts air-conditioning, a hall, a reception, a reception, a currency exchange service, a lift, 2 bars and 3 restaurants. The establishment also has conference rooms, room service, a laundry service and a car park. SITUATION: It is inNopparat Thara the beach nearby, you will find a public transport stop, shops, 5 minutes away from the establishment guests have Ao Nang the city centre of It is situated 25 minutes away fromKrabi Airport. ROOM: The establishment has standard rooms and suites, have an air-conditioning system, a mini-bar, a safe, a direct line telephone, a bathroom and a hairdryer. There is also a bathrobe, internet, a television, a coffee maker, a kettle, a king size or double bed and a balcony or terrace. FACILITIES: The establishment has a pool that has a children's area, deck chairs, parasols, a bar, a jacuzzi, a spa, a solarium, a massage service and a gym. Our guests can also go cycling. MEALS: Regarding the food and beverage offering, the establishment offers 3 restaurants and a bar. PAYMENT METHODS: Customers can pay by American Express and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|95010-25262074/1928931160905211127/838" HotelName="VERANDAH (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5330000/5321900/5321843/fa98669b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497936-28572257/1928931160905211127/320" HotelName="HULA HULA RESORT AONANG BEACH (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15660000/15658800/15658780/0fe2cafc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.60" OriginalAmount="184.75" 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="83" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|433997-28552922/1928931160905211127/33" HotelName="DEEVANA KRABI RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15490000/15481100/15481035/7414ed79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0332912922635" Longitude="98.832152211605" StarRating="3" HotelCode="853590|andaman_breeze_resort" HotelName="Andaman Breeze Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Business Centre,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Library,Parking,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>424/1 Soi 11/1 Moo 2, Ao Nang, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/41/5141e4f1b024dce92f758ec928646e17a4eb5191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely resort is located in Ao Nang Beach. This establishment offers a total of 73 guests rooms...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.52" OriginalAmount="186.65" 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="Free CXL until 08/08/2026">
        <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="94" TotalAmount="190.35" OriginalAmount="188.47" 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 15/08/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="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0889392475017" Longitude="98.892962724383" StarRating="3" HotelCode="381551|a_little_villa" HotelName="A Little Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/08/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="63" TotalAmount="190.89" OriginalAmount="189.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 16/08/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="191.65" OriginalAmount="189.75" 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="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192351-25390420/1928931160905211127/389" HotelName="RAMADA BY WYNDHAM AONANG KRABI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5291400/5291350/1115d96c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599347-25752142/1928931160905211127/1013" HotelName="CHERMANTRA AONANG RESORT AND POOL SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32090000/32087500/32087435/9d0d6faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599345-25752138/1928931160905211127/1129" HotelName="ANDAMAN BREEZE RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33100000/33097800/33097734/0fc33549_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.37" OriginalAmount="192.45" 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="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035412" Longitude="98.8173" StarRating="4" HotelCode="395006|3757" HotelName="Krabi Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Moo 2 Tambol Ao-Nang, Amphur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c2/c2/c2c25501826ba4d20a9c5d776331d69319d3b9e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property enjoys a prime location around a 5-minute walk from Ao Nang Beach, close to dining venu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.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="63" TotalAmount="196.95" OriginalAmount="195.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="Non Refundable" 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="197.49" OriginalAmount="195.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0393963" Longitude="98.8173073" StarRating="4" HotelCode="|33254" HotelName="Blue Tara Hotel Krabi Ao Nang" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="83" TotalAmount="197.96" OriginalAmount="196" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|182162-25367337/1928931160905211127/854" HotelName="VIPA TROPICAL RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6597800/6597790/8f5e8454_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.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="Non Refundable" 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="199.21" OriginalAmount="197.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06502" Longitude="98.915884" StarRating="0" HotelCode="|390549" HotelName="The Brown" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="200.54" OriginalAmount="198.55" 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="83" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.212275" Longitude="-91.967591" StarRating="3" HotelCode="0|182181-28511042/1928931160905211127/64" HotelName="ARAWAN KRABI BEACH RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3008 Market Street, Pine Bluff, 71601, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11830000/11823900/11823856/b143c020_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 51. Floors: 2. Property description- Welcome to the Super 8 of Pine Bluff, AR. The hotel is conveniently located just off US 65 and Interstate 530 across from the Pines Mall. Pine Bluff has many local attractions and restaurants within minutes of the hotel. While visiting our hotel, enjoy our beautiful landscape and Breakfast is included and that we have a breakfast buffet. Free High Speed Internet at Property and All Guests Rooms. Thank you for visiting the Super 8 of Pine Bluff.. Onsite facilities information- ParkingProperty was built in 2001. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.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="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.041033" Longitude="98.81733" StarRating="3" HotelCode="96813|11958" HotelName="Areetara Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="83" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|125294-25293231/1928931160905211127/814" HotelName="GOLDEN BEACH RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2758000/2757922/487cb66a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.744077" Longitude="98.774791" StarRating="3" HotelCode="224733|phitharom_pp_resort" 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="210.34" OriginalAmount="208.26" 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="210.44" OriginalAmount="208.36" 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 16/08/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="210.57" OriginalAmount="208.49" 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 19/08/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="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0302175181107" Longitude="98.824188709259" StarRating="3" HotelCode="20362|53081" HotelName="Golden Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 19/08/2026" 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="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|166149-25341148/1928931160905211127/458" HotelName="CENTARA ANDA DHEVI AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4669800/4669787/2cc64aad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.39" OriginalAmount="210.29" 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="94" TotalAmount="213.83" OriginalAmount="211.71" 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="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17641-28551369/1928931160905211127/283" HotelName="KRABI RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/977300/977300/33dd7faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.56" OriginalAmount="213.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.048057" Longitude="98.816361" StarRating="4" HotelCode="|388401" HotelName="Anda Sea Tales Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="27" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.1129554" Longitude="98.77876271" StarRating="3" HotelCode="587976|239109" HotelName="Chanapah Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/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="63" TotalAmount="221.19" OriginalAmount="219.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="94" TotalAmount="222.09" OriginalAmount="219.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410409" Longitude="98.8201586" StarRating="4" HotelCode="|27893" HotelName="Chada Thai Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="222.34" OriginalAmount="220.14" 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 19/08/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="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582785-25731039/1928931160905211127/1042" HotelName="SITA KRABI (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23370000/23365900/23365815/a597ab41_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.56" OriginalAmount="224.32" 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="230.45" OriginalAmount="228.17" 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="Free CXL until 15/08/2026">
        <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="230.48" OriginalAmount="228.20" 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="94" TotalAmount="230.71" OriginalAmount="228.43" 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 21/08/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="83" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595471-25746192/1928931160905211127/729" HotelName="VILLA CHA-CHA KRABI BEACHFRONT RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31950000/31948000/31947937/c3c82aab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.00" OriginalAmount="230.69" 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="233.19" OriginalAmount="230.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.030382" Longitude="98.863788" StarRating="3" HotelCode="|83147" HotelName="Wild Orchid Krabi By Villa Cha Cha" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="234.61" OriginalAmount="232.29" 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 19/08/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="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192073-25390942/1928931160905211127/758" HotelName="AONANG PHU PI MAAN RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598800/6598756/6ef7d365_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|218043-25421150/1928931160905211127/1377" HotelName="NATTHA WAREE HOT SPRING RESORT AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9680000/9679400/9679342/c3a183aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.26" OriginalAmount="235.90" 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="Non Refundable">
        <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="83" TotalAmount="239.37" OriginalAmount="237" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|365573-25551969/1928931160905211127/695" HotelName="BLUESOTEL KRABI (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12530000/12527500/12527479/63a41405_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.92" OriginalAmount="237.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06667" Longitude="98.9144" StarRating="3" HotelCode="|28243" HotelName="Thepparat Lodge Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/08/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="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0374123110283" Longitude="98.818652629852" StarRating="4" HotelCode="10224|pakasai_resort" HotelName="Pakasai Resort" Meals="BED &amp; BREAKFAST" 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="241.09" OriginalAmount="238.70" 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="94" TotalAmount="243.74" OriginalAmount="241.33" 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="246.33" OriginalAmount="243.89" 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 15/08/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="63" TotalAmount="246.44" OriginalAmount="244.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="246.76" OriginalAmount="244.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034575" Longitude="98.8294672" StarRating="3" HotelCode="|26201" HotelName="The Cliff Elegance Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85/2 MOO 2, AO NANG 85/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/1/26201_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 24 bungalows, The establishment boasts a lobby, a cafÃ©, a reception, a currency exchange service and a safety deposit box service. Our guests can find a mini-market, a bar, a television room and an Ã  la carte restaurant with air-conditioning, The establishment also offers internet, a car park, room service, a medical care service and a laundry service. SITUATION: It is in the outskirts of the city centre, 30 minutes away from the establishment, you can find the airport. ROOM: The establishment has bungalows with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV and a radio. They also have a stereo, a mini-bar, a double bed, tiled floors and a safety deposit box (available for a fee). FACILITIES: Clients can find a swimming pool, deck chairs, parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte lunch. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.21" OriginalAmount="244.76" 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="Free CXL until 14/08/2026">
        <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="248.24" OriginalAmount="245.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.038434" Longitude="98.81689" StarRating="4" HotelCode="|179819" HotelName="Navinda Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.040316" Longitude="98.817375" StarRating="3" HotelCode="115858|apasari_krabi" HotelName="Apasari Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Aonang, Moo 3, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a1/56a1e7990c1871a119d094178b513611391c3ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Krabi, this hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.26" OriginalAmount="246.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0376911" Longitude="98.8654264" StarRating="4" HotelCode="|439352" HotelName="Venice Krabi Villa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/08/2026">
        <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="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034846" Longitude="98.829708" StarRating="4" HotelCode="76241|12641" HotelName="Ao Nang Cliff Beach Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3897-25189876/1928931160905211127/841" HotelName="CHADA THAI VILLAGE RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108292/2c49c842_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.00" OriginalAmount="256.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0425005" Longitude="98.8180751" StarRating="4" HotelCode="|104206" HotelName="Deevana Plaza Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <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="63" TotalAmount="261.59" OriginalAmount="259.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="261.89" OriginalAmount="259.30" 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="Non Refundable">
        <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="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062195" Longitude="98.746828" StarRating="4" HotelCode="165936|the_elements_krabi_resort" HotelName="Elements Krabi" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Free CXL until 17/08/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="265.45" OriginalAmount="262.82" 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="94" TotalAmount="266.01" OriginalAmount="263.38" 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="94" TotalAmount="266.03" OriginalAmount="263.40" 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="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.018034" Longitude="98.833259" StarRating="3" HotelCode="75187|tonsai_bay_resort" HotelName="Tonsai Bay Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>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="83" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|428159-28543217/1928931160905211127/96" HotelName="HOLIDAY STYLE AO NANG BEACH RESORT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83320700/83320645/4e27b61c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0579947169724" Longitude="98.748597360805" StarRating="3" HotelCode="429553|bliss_resort_krabi" HotelName="Bliss Resort Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/08/2026" 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="269.81" OriginalAmount="267.14" 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 22/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="83" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|105206-25281527/1928931160905211127/585" HotelName="PEACE LAGUNA RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2421100/2421042/4202eb96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|218221-25421306/1928931160905211127/1109" HotelName="SEA STAR HOUSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92020000/92011800/92011797/2e00aab3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.20" OriginalAmount="268.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039728" Longitude="98.817076" StarRating="4" HotelCode="|207710" HotelName="Apple A Day Resort Krabi Aonang Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84538" Longitude="2.30994" StarRating="4" HotelCode="0|39114-27713784/1928931160905211127/1056" HotelName="THE CLIFF AO NANG RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>92 BOULEVARD GARIBALDI, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60610000/60608500/60608472/061b2cbd_b.jpg</HotelPictures>
        <HotelDescription>This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquarters are nearby. There are also plenty of shopping and entertainment opportunities located close to the hotel, around 1 km away. Orly airport is roughly 12 km away and Charles de Gaulle is 30 km from the hotel.

The inviting hotel consists of 2 4-storey buildings with a total of 19 rooms, of which 8 are suites. The hotel includes a reception open 24 hours, a lift and a safe, as well as a TV room, room and laundry service available for guests' use.

The comfortable rooms come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, Internet access, a hire safe and a minibar. Air conditioning and heating are individually regulated.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05155434" Longitude="98.84650082" StarRating="4" HotelCode="584214|lux_family_villas" HotelName="Lux Family Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>803 Moo 2, Tambon Aonang, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/3484d64bb987c3fd41cd07fa342a7f71f1902115.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.589286" Longitude="-122.349511" StarRating="4" HotelCode="0|497846-25659572/1928931160905211127/1253" HotelName="LUX FAMILY VILLAS (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>765 Airport Blvd., Burlingame, CA, 94010, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16400000/16399200/16399180/6a7415e7_b.jpg</HotelPictures>
        <HotelDescription>The Hilton Garden Inn San Francisco Airport/Burlingame hotel is only 2 miles south of the San Francisco International Airport. Downtown San Francisco, California, and Silicon Valley are both 17 miles from our San Francisco hotel. The South San Francisco Conference Center and San Mateo County Expo Center are close by. Deluxe accommodations, friendly California service and a relaxed atmosphere await our guests.  Fully renovated in 2010, the hotel features the following amenities: 32-inch flat-screen TVs in all guest rooms, Complimentary high-speed Internet access with secure PrinterOn remote printing, Spacious Fitness Center featuring Precor cardio equipment with personal viewing screens, 24-hour complimentary business center with complimentary printing and faxing available, In-room hospitality center in each room with a microwave, refrigerator, coffee maker, Two dual-line phones with voicemail and data ports, Large work desk with desk-level outlets, an ergonomic chair. Entertainment options include complimentary HBO, Complimentary USA Today each weekday morning, Heated indoor pool and whirlpool.  The hotel offers 1,308 square feet of flexible meeting and banquet space that accommodates up to 80 people. At our hotel in San Francisco, California, the Great American Grill restaurant serves freshly prepared breakfasts as well as lunch and dinner. The Pavilion Pantry has a selection of refrigerated, frozen and microwaveable packaged items, perfect for in-room preparation.  The hotel is ready for guests to have after-work relaxation or some fun during a weekend getaway. Our hotel in San Francisco, CA is adjacent to a jogging path by the San Francisco Bay.  The Hilton Garden Inn San Francisco, California hotel offers complimentary airport shuttle service to and from San Francisco International Airport between 4:00 a.m. and 12:30 a.m. This service operates at 30 minute intervals. The Hilton Garden Inn San Francisco Airport/Burlingame hotel guests should look for the white shuttles with the Hilton Garden Inn and Red Roof Inns logos. Our Hilton Garden Inn San Francisco Airport/Burlingame hotel guests should use the courtesy telephones located on the center island to request a pick-up.  Everything. Right Where You Need It.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1453095-32740434/1928931160905211127/1502" HotelName="GRAND MERCURE KRABI AO NANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/124000000/123520000/123519300/123519202/603885f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119184-25287896/1928931160905211127/547" HotelName="SRISUKSANT RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4600000/4596000/4595934/b5a7ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|583169-28533241/1928931160905211127/329" HotelName="KRABI HOME RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21390000/21386800/21386712/4d0cc058_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.13391876220703" Longitude="4.9611101150512695" StarRating="4" HotelCode="0|365777-25552033/1928931160905211127/602" HotelName="THE PELICAN RESIDENCE &amp;amp; SUITE KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> Rond point de l’Europe, NUITS SAINT GEORGES, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9430000/9421900/9421864/ebd54ef7_b.jpg</HotelPictures>
        <HotelDescription>This hotel enjoys a great setting in Nuits Saint Georges. The hotel is located just 20 km from Dijon and Beaune. Guests will find themselves in the ideal location from which to explore the delights that the area has to offer. This delightful hotel is nestled amidst the beautiful vineyards of the area. Greeting guests with warm hospitality and charm, the hotel affords guests comfortable, tastefully-appointed guest rooms, which enjoy individual styles. Coupling French charm and elegance and contemporary convenience, the hotel ensures that each and every visitor enjoys a memorable stay. Guests will be impressed by the excellent service, comfort and convenience that they experience at this hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.79" OriginalAmount="279" 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="289.24" OriginalAmount="286.38" 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="Non Refundable">
        <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="290.78" OriginalAmount="287.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0333387" Longitude="98.8262821" StarRating="4" HotelCode="|35684" HotelName="Holiday Inn Resort Krabi Ao Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>244 MOO 2, AO NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/6/8/4/35684_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2010, has 3 floors and 78 rooms. The establishment boasts a safety deposit box service, a lobby, a reception, a currency exchange service, a cloakroom, a cafÃ© and a restaurant. The establishment also offers a conference room, internet, room service, a laundry service, bicycle rental and a car park. SITUATION: Krabi 25 minutes away from the establishment, clients can find next to the establishment, guests have the beach. ROOM: The establishment has deluxe suites and honeymoon suites. They have a balcony, a king-size bed, an air-conditioning system, a satellite TV, a fridge, a direct line telephone, a safety deposit box and a desk. They also have a mini-bar, umbrellas, a bathroom, a hairdryer, complimentary bathroom items, coat, towels and slippers. FACILITIES: The establishment has a pool that has a children's area, a gym, a massage service, hydrotherapy, deck chairs, parasols and an outdoor bar. For a fee, guests can enjoy a sauna and a Turkish bath. 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: The establishment accepts Mastercard, American Express, Diners Club, JCB and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.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="Free CXL until 07/08/2026" 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="12" TotalAmount="292.68" OriginalAmount="289.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0411532481445" Longitude="98.838271917197" StarRating="3" HotelCode="310629|7265598" HotelName="Ban Sainai Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>550 Soi Aonang 11/1, Moo 2, Tambon Aonang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7712d0af17f929fc2e01394deeb52e260fad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|59225-28551502/1928931160905211127/17" HotelName="LA PLAYA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3550000/3546800/3546782/8f047b03_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.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="295.07" OriginalAmount="292.15" 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 22/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="94" TotalAmount="301.59" OriginalAmount="298.60" 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="Free CXL until 08/08/2026">
        <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="16" TotalAmount="304.37" OriginalAmount="301.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0417178211466" Longitude="98.840100349935" StarRating="2" HotelCode="319818|1909985" HotelName="Aonang Phutawan Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/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="63" TotalAmount="312.09" OriginalAmount="309.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="Non Refundable" 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="27" TotalAmount="315.12" OriginalAmount="312" 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="316.65" OriginalAmount="313.51" 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 15/08/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="83" TotalAmount="318.15" OriginalAmount="315" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.0894" Longitude="25.1594" StarRating="3" HotelCode="0|599351-25752146/1928931160905211127/743" HotelName="THE SCENE CLIFF VIEW VILLAS (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>PARIKIA, 84400 PAROS, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29750000/29744100/29744052/d09bda24_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Angelina Studios in Paros (Parikia), you'll be minutes from Livadia Beach and close to Paros Archaeological Museum. This aparthotel is within close proximity of Church of One Hundred Gates and Ekatontapyliani Church.   Rooms   Make yourself at home in one of the 14 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access is available to keep you connected. Housekeeping is provided once per stay, and cribs/infant beds can be requested.   Business, Other Amenities   The front desk is staffed during limited hours. A roundtrip airport shuttle is complimentary (available on request).   Room Info:    Know Before You Go       Cash transactions at this property cannot exceed EUR 1500, due to national regulations. For further details, please contact the property using information in the booking confirmation.   Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    No onsite parking is available.     Property Information:  Pets allowed    Check-in time starts at 2 PM  Check-out time is noon&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="318.15" OriginalAmount="315" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|388505-25853703/1928931160905211127/809" HotelName="AONANG FIORE RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14760000/14755300/14755277/8e130080_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.39" OriginalAmount="315.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0323669" Longitude="98.8234246" StarRating="4" HotelCode="|26199" HotelName="Krabi Tipa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/08/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="319.49" OriginalAmount="316.33" 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="Free CXL until 19/08/2026">
        <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="83" TotalAmount="320.17" OriginalAmount="317" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077502-26330020/1928931160905211127/1073" HotelName="THE APEX PRIVATE POOL VILLA KRABI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45160000/45158500/45158446/033bbbd2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="323.20" OriginalAmount="320.00" 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="Free CXL until 14/08/2026" 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="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|79178-28510513/1928931160905211127/127" HotelName="SAND SEA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3894100/3894070/184ab41a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.44" OriginalAmount="325.19" 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="329.07" OriginalAmount="325.81" 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="330.28" OriginalAmount="327.01" 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="330.33" OriginalAmount="327.06" 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="341.74" OriginalAmount="338.36" 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="349.14" OriginalAmount="345.68" 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="Free CXL until 19/08/2026">
        <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="83" TotalAmount="352.49" OriginalAmount="349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119167-25287886/1928931160905211127/529" HotelName="BHU NGA THANI RESORT AND SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2783600/2783517/5cda80f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.04" OriginalAmount="350.53" 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 19/08/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="354.70" OriginalAmount="351.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="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.044363" Longitude="98.81878475" StarRating="4" HotelCode="586210|andakiri_pool_villa" HotelName="Andakiri Pool Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="357.05" OriginalAmount="353.51" 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 19/08/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="94" TotalAmount="362.46" OriginalAmount="358.87" 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="373.67" OriginalAmount="369.97" 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="Free CXL until 15/08/2026">
        <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="27" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="4" HotelCode="954940|396588" 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="83" TotalAmount="376.73" OriginalAmount="373" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077479-26329978/1928931160905211127/1055" HotelName="TON YAANG PRIVATE POOL VILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19540000/19538400/19538346/57aa8a73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.36" OriginalAmount="374.61" 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="27" TotalAmount="379.76" OriginalAmount="376" 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,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 14/08/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="381.03" OriginalAmount="377.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.7888536" Longitude="98.9829666" StarRating="2" HotelCode="|179768" HotelName="Joy Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="381.49" OriginalAmount="377.71" 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 17/08/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="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243695-25459917/1928931160905211127/766" HotelName="BAN SAINAI RESORT (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598900/6598818/bfa27530_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.78" OriginalAmount="378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.73707837" Longitude="98.77832076" StarRating="3" HotelCode="701397|u_rip_resort" HotelName="U Rip resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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="83" TotalAmount="384.81" OriginalAmount="381" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76442-25246066/1928931160905211127/678" HotelName="TUP KAEK SUNSET BEACH RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3893200/3893187/48d5fbfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013628" Longitude="98.842786" StarRating="3" HotelCode="187182|railay_phutawan_resort" HotelName="Railay Phutawan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Moo 2, Ao Nang 81000, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4d/2f4d6c555feda4e9339cbe997591fea6bac92d53.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Eastside Beach of Ao Nang Krabi, the resort is set among the lush greenery of mountai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.84" OriginalAmount="384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093853" Longitude="98.74752" StarRating="5" HotelCode="70842|amari_vogue_krabi_2" 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="388.49" OriginalAmount="384.64" 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 18/08/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="389.55" OriginalAmount="385.69" 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="63" TotalAmount="391.88" OriginalAmount="388.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="Free CXL until 20/08/2026" 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="394.91" OriginalAmount="391.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="Free CXL until 06/08/2026" 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="94" TotalAmount="395.55" OriginalAmount="391.63" 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="408.66" OriginalAmount="404.61" 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="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1077472-26329968/1928931160905211127/990" HotelName="TWIN VILLAS AO NANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12840000/12830300/12830269/5142c75a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="412.08" OriginalAmount="408" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76438-28570008/1928931160905211127/39" HotelName="RAILAY VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3870000/3865900/3865892/3b4f388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.02" OriginalAmount="408.93" 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 15/08/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="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|389459-25570531/1928931160905211127/1444" HotelName="BLU MONKEY POOLTARA KRABI HOTEL AND VILLAS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13120000/13117900/13117842/8a33439f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="418.83" OriginalAmount="414.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032367" Longitude="98.82919" StarRating="4" HotelCode="|455513" HotelName="Adam Krabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 17/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>916 Moo 2, Ao Nang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/5/1/3/455513_36a393a1718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.64" OriginalAmount="418.46" 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="94" TotalAmount="425.33" OriginalAmount="421.12" 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="83" TotalAmount="427.23" OriginalAmount="423" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217517-25420714/1928931160905211127/540" HotelName="AONANG PRINCEVILLE VILLA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1620000/1611100/1611050/8bc1d453_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="429.25" OriginalAmount="425" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.89967" Longitude="-84.47439" StarRating="4" HotelCode="0|437501-25610588/1928931160905211127/1138" HotelName="HIDAYAH GRAND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4500 CIRCLE 75 PARKWAY, ATLANTA, GA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15530000/15528400/15528361/a2c0c18e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Country Inn &amp;amp; Suites Atlanta NW Windy Hill is located in Atlanta's Cobb Galleria neighborhood, close to Wellstar Windy Hill Hospital, Cobb Galleria Centre, and Cumberland Mall. Nearby points of interest also include Cobb Energy Performing Arts Centre.    Hotel Features.   Recreational amenities include an indoor pool, a spa tub, and a fitness facility. This 3-star property has a business center. The hotel serves a complimentary breakfast. Guests can enjoy a complimentary manager's reception on select days. The property has a complimentary area shuttle which runs to destinations within 3 mi. Guest parking is complimentary. Additional property amenities include complimentary newspapers in the lobby.    Guestrooms.     149 guestrooms at Country Inn &amp;amp; Suites Atlanta NW Windy Hill feature coffee/tea makers and hair dryers. Refrigerators and microwaves are offered. Premium cable television is provided. Rooms also include irons/ironing boards.     Room Info:  Name: Guest Room 1 King Non-Smoking Description:    One King Bed   Complimentary wireless Internet access keeps you connected, and premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Non-Smoking.     Name: 2 Queens - Smoking Guest Room Description:    Two Queen Beds   Complimentary wireless Internet access keeps you connected, and premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Smoking.     Name: 2 Queens - Non smoking Guest Room Description:    Two Queen Beds   Complimentary wireless Internet access keeps you connected, and premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Non-Smoking.     Name: 1 King Non Smoking Studio Suite Description:    One King Bed   Premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Non-Smoking.     Name: 1 King Smoking Studio Suite Description:    One King Bed   Premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Smoking.     Name: One King Bed, Smoking, Accessible Description:    One King Bed   Premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Smoking.     Name: One King Bed Smoking Studio Accessible Description:    One King Bed   Premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Smoking.     Name: 2 Queen Bed Non Smoking Guest Room Accessible Description:    Two Queen Beds   Premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Non-Smoking.     Name: One King Bed Smoking Guest Room Accessible Description:    One King Bed   Premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Smoking.     Name: One King Bed Non-Smoking Accessible Description:    One King Bed   Premium TV channels are offered for your entertainment. A coffee/tea maker, a microwave, and a refrigerator are provided. Bathroom amenities include a hair dryer. Conveniences include climate control and an iron and ironing board. This room is Non-Smoking.       Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-out time is noon  Check-in time starts at 3 PM  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.88" OriginalAmount="428.59" 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 19/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="83" TotalAmount="434.30" OriginalAmount="430" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|497792-28591981/1928931160905211127/137" HotelName="THE SHELLSEA (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15670000/15666200/15666184/3168c5cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="445.75" OriginalAmount="441.34" 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="Free CXL until 21/08/2026">
        <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="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146053-28569925/1928931160905211127/55" HotelName="ELEMENTS RESORTS (SHA)" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4032800/4032737/e91f9963_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.47" OriginalAmount="447.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.17443308" Longitude="98.74864215" StarRating="3" HotelCode="540050|tha_lane_bay_villa" HotelName="Tha Lane Bay Villa" Meals="ROOM ONLY" 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="462.98" OriginalAmount="458.40" 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 19/08/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="83" TotalAmount="473.69" OriginalAmount="469" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|107751-25282205/1928931160905211127/382" HotelName="DUSIT THANI KRABI BEACH RESORT (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11070000/11067400/11067367/59e7307c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="473.69" OriginalAmount="469" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077359-26329758/1928931160905211127/1068" HotelName="THA LANE BAY VILLA (SHA)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22710000/22703000/22702944/3dcc065c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.73" OriginalAmount="473" 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,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,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="480.58" OriginalAmount="475.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398143" Longitude="98.8151029" StarRating="0" HotelCode="|49639" HotelName="Holiday Ao Nang Beach Resort, Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3 Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/6/3/9/49639_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, was built in 2008, has 59 standard rooms, a lobby, a reception, a safety deposit box service, a lift, a kiosk and a bar. The establishment also offers room service, a laundry service, a car park and bicycle rental. SITUATION: This complex is near beaches. It is situated 10 minutes away from the shopping centre Ao Nang. In front of the hotel there is a bus stop. It is 30 kilometres away from Krabi Airport. ROOM: Each room has a bathroom with a shower, a bath, an individual air-conditioning system, a balcony or terrace, a direct line telephone, internet and a radio. They also have a stereo, cable television, a DVD player, a mini-bar, a fridge, a coffee maker, a kettle, a safety deposit box, an ironing set and a hairdryer. FACILITIES: The establishment has a swimming pool that has an area for children, an outdoor bar, a terrace, deck chairs, a gym and a massage service. MEALS: Clients have at their disposal 3 restaurants. The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.82" OriginalAmount="482.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="Free CXL until 16/08/2026">
        <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="497.56" OriginalAmount="492.63" 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="Free CXL until 15/08/2026">
        <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="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|79177-28580071/1928931160905211127/76" HotelName="RAILAY BAY RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2186400/2186324/c49e12d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.00" OriginalAmount="509.90" 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="83" TotalAmount="529.24" OriginalAmount="524" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077478-26329976/1928931160905211127/1413" HotelName="DE NATHAI PRIVATE POOL VILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35200000/35196400/35196367/e50dc3eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="534.29" OriginalAmount="529" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401549-27591413/1928931160905211127/1339" HotelName="VARANA KRABI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90300000/90296800/90296715/6b783dde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0542341896264" Longitude="98.750519156456" StarRating="4" HotelCode="55338|219532" HotelName="Nakamanda Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 08/08/2026" 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="94" TotalAmount="559.08" OriginalAmount="553.54" 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="94" TotalAmount="572.93" OriginalAmount="567.26" 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 15/08/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="576.14" OriginalAmount="570.44" 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="590.48" OriginalAmount="584.63" 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="83" TotalAmount="598.93" OriginalAmount="593" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077477-26329974/1928931160905211127/1415" HotelName="AONANG NINE POOLVILLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37860000/37853800/37853797/4f422ffe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="599.94" OriginalAmount="594" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582632-32594268/1928931160905211127/2" HotelName="DE MALEE POOL VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19990000/19983500/19983458/3b4e641f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="606.00" OriginalAmount="600.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.059527" Longitude="98.841094" StarRating="4" HotelCode="185932|baan_santhiya" HotelName="Baan Santhiya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 20/08/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="8" TotalAmount="606.28" OriginalAmount="600.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0917104163564" Longitude="98.748115897179" StarRating="4" HotelCode="50876|25776" HotelName="The Tubkaak Krabi Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/08/2026" 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>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="608.19" OriginalAmount="602.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.045215" Longitude="98.808648" StarRating="3" HotelCode="|34371" HotelName="MW Krabi Beach Resort - SHA Extra Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 Moo3 T. Ao Nang Muang Ao Nang Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/3/7/1/34371_011bdee0829.jpg</HotelPictures>
        <HotelDescription>HOTEL: This club hotel, has 75 superior rooms, deluxe rooms and family rooms. The establishment has air-conditioning, a lobby with a reception, a currency exchange service, a bar, a pub and a restaurant. The establishment also offers meeting rooms, room service, a laundry service and a car park. SITUATION: It is situated next to the beach, 5 minutes away, you can find Ao Nang the city centre of Krabi it is 24 kilometres away from It is situated 20 kilometres away fromKrabi Airport. ROOM: The rooms a bathroom with a bath, with an air-conditioning system, a balcony, a hairdryer, a direct line telephone, a satellite TV, a mini-bar, a coffee maker, a kettle and a safe. FACILITIES: The establishment boasts a swimming pool that has an area for children, an outdoor bar and a terrace. The establishment also offers a massage service and cycling. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and room service. PAYMENT METHODS: The establishment accepts Mastercard and Visa. OBSERVATIONS: Check-in is from 13:00 and check-out is at 12:00.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="610.50" OriginalAmount="604.46" 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="63" TotalAmount="612.06" OriginalAmount="606.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05540452" Longitude="98.8406724" StarRating="3" HotelCode="588491|the_best_aonang_villas" 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="83" TotalAmount="614.08" OriginalAmount="608" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077465-26329954/1928931160905211127/1020" HotelName="THE BEST AONANG VILLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16710000/16700500/16700465/b881873a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|59226-28596975/1928931160905211127/4" HotelName="NAKAMANDA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1054600/1054568/46bec1bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="705.99" OriginalAmount="699.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0453425595166" Longitude="98.850493533349" StarRating="4" HotelCode="378799|pimann_buri_pool_villa_resort_3" 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="729.41" OriginalAmount="722.19" 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="83" TotalAmount="733.26" OriginalAmount="726" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077464-26329952/1928931160905211127/1024" HotelName="VILLA DE SEA AONANG" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25210000/25209800/25209706/92fb5b05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="734.57" OriginalAmount="727.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08645" Longitude="98.87796" StarRating="3" HotelCode="|410550" HotelName="Bb Poolvilla" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/08/2026">
        <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="94" TotalAmount="750.03" OriginalAmount="742.60" 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="94" TotalAmount="760.50" OriginalAmount="752.97" 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="766.65" OriginalAmount="759.06" 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="63" TotalAmount="777.70" OriginalAmount="770.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08627645" Longitude="98.87800965" StarRating="3" HotelCode="546874|bb_poolvilla" HotelName="BB Pool Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" 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="83" TotalAmount="784.77" OriginalAmount="777" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1437717-27931182/1928931160905211127/1457" HotelName="ALOE - ECOLOGICAL BOUTIQUE VILLAS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107860000/107855800/107855729/260daa78_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="787.80" OriginalAmount="780.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.8035425676636" Longitude="98.971826762429" StarRating="4" HotelCode="320437|koh_jum_beach_villas" HotelName="Koh Jum Beach Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="838.30" OriginalAmount="830" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|365618-25551979/1928931160905211127/1249" HotelName="KOH JUM BEACH VILLAS (SHA)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9740000/9732000/9731948/013517bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="844.36" OriginalAmount="836.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.046616" Longitude="98.81495411" StarRating="0" HotelCode="868892|villa_palavee_a2" HotelName="Palavee Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>121/3 Moo 3, Ao Nang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ef/9aef7e22568199ee3eecb61ab76bef6187b4a5bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="848.80" OriginalAmount="840.40" 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="63" TotalAmount="873.65" OriginalAmount="865.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0507862" Longitude="98.81867247" StarRating="3" HotelCode="551965|baan_lalle" 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="94" TotalAmount="883.53" OriginalAmount="874.78" 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="887.45" OriginalAmount="878.66" 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 15/08/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="83" TotalAmount="887.79" OriginalAmount="879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17647-25203398/1928931160905211127/368" HotelName="TUBKAAK BOUTIQUE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1229100/1229019/42e09193_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1036.66" OriginalAmount="1026.40" 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="63" TotalAmount="1050.40" OriginalAmount="1040.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05826091" Longitude="98.81685834" StarRating="0" HotelCode="753366|villa_kanwara" HotelName="Villa Kanwara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>164 Moo 4</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/88/8c8815bb7c505bb76e2f071c43d6b5f382e3757e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1208.97" OriginalAmount="1197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0525934604118" Longitude="98.812006898956" StarRating="3" HotelCode="422537|irawan_house" HotelName="Irawan House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Massage Centre,Parking,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>287-287/2 Moo 5, Ao Nang Beach, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9d/879d009371bd98bc2b6d7c700dde8249f041e881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at Irawan House in Krabi, you'll be near the beach and minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1314.14" OriginalAmount="1301.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.006369" Longitude="98.838603" StarRating="5" HotelCode="|31510" HotelName="Rayavadee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>214 MOO 2, TUMBON AO-NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/1/0/31510_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004 has 5 villas. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a cafÃ©, shops, a hairdresser's, a bar and a restaurant with air-conditioning. It also has a conference room, internet, room service, a medical care service and a laundry service. SITUATION: This hotel is 50 metres away from a beach. 800 metres away, guests can find Bangkok it is just 28 kilometres away from the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1324.94" OriginalAmount="1311.82" 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="83" TotalAmount="1434.20" OriginalAmount="1420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3896-25192005/1928931160905211127/357" HotelName="RAYAVADEE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874200/874163/c90f4dbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1443.29" OriginalAmount="1429.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="1451.37" OriginalAmount="1437.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="83" TotalAmount="1485.71" OriginalAmount="1471" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1261138-26609367/1928931160905211127/393" HotelName="BANYAN TREE KRABI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/54000000/53850000/53845200/53845156/f5ddbafd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1617.16" OriginalAmount="1601.15" 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="1646.30" OriginalAmount="1630.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="63" TotalAmount="1650.34" OriginalAmount="1634.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0259103432721" Longitude="98.856556992609" StarRating="4" HotelCode="381550|the_beach_house_14" 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="1755.38" OriginalAmount="1738.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02631143" Longitude="98.87203094" StarRating="4" HotelCode="590998|amatapura_beach_villa_10" HotelName="Amatapura Beach Villa 10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>269/9 Moo 5 Sai Thai, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/66/ad669b6d44fa6ed62423de6281a22afaeac61f65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1768.51" OriginalAmount="1751.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="27" TotalAmount="1925.06" OriginalAmount="1906" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0851778210496" Longitude="98.744945526123" StarRating="5" HotelCode="318161|55052" HotelName="Phulay Bay, a Ritz-Carlton Reserve" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Moo 3, Nongthalay, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a8/33a8300b94b218dffc04c2e15c755aee8047bf43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort, situated in a secluded and pristine area of Krabi overlooking the magnificent Andaman Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.35" OriginalAmount="76.58" 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>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Sauna,Swimming Pool,Wheelchair Access,Shopping Arcade,Spa,Kitchen,Nightclub,Diet Meals,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Business Centre,Dining,Housekeeping,Library,Parking,Wake-up Call Service,Concierge,Elevator,LCD/Projector,Valet Parking,Dry Cleaning,Meeting Room,Coffee Shop</BasicAmenities>
    <HotelRating>3,5,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CLUB RESORT,BEACH HOTEL,SPA HOTEL,VILLAGE,FAMILY-FRIENDLY HOTEL,HOTEL DE CHARME,GUESTHOUSE,APARTMENT HOTEL,HOTEL,CITY HOTEL,RESORT,BED AND BREAKFASTS,APARTMENT,HOSTELS,VILLA,BUSINESS HOTEL,ECO HOTEL,FINCA,GUEST HOUSES,CONFERENCE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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="462df724-1898-46ab-a793-ba0cea2756da">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-26T00:00:00" End="2026-08-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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:83b0acbf-493e-46fa-ab1b-90b6b94f9677
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
462df724-1898-46ab-a793-ba0cea2756da|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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-23T08:33:48.9814283+01:00" Version="0" EchoToken="Search" TransactionIdentifier="462df724-1898-46ab-a793-ba0cea2756da" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="73.90" OriginalAmount="73.17" 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 19/08/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="86.68" OriginalAmount="85.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.1093" Longitude="98.93498" StarRating="3" HotelCode="|244930" HotelName="B2 Krabi Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.067487" Longitude="98.808544" StarRating="3" HotelCode="166939|25350" HotelName="Palm Paradise Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Moo.3, T. Aonang, A. Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/37/083757878cf1df2cad9e405ab23f94e6f1e83c11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated between Ao Nang and Nopparattara beaches in Krabi Province, Thailand. It is 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|389228-25570433/1928931160905211127/1280" HotelName="J. HOLIDAY INN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11810000/11807000/11806930/7e3fb03d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06623227" Longitude="98.91072733" StarRating="3" HotelCode="362874|205114" HotelName="J.Holiday Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="16" TotalAmount="92.11" OriginalAmount="91.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.10953499" Longitude="98.9350639" StarRating="3" HotelCode="568124|2155925|Bed &amp; Breakfast" HotelName="Nap Krabi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="16" TotalAmount="94.09" OriginalAmount="93.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.052208" Longitude="98.770242" StarRating="2" HotelCode="906346|247466|Bed &amp; Breakfast" HotelName="Coco' Nori @ Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/08/2026" 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="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02497965" Longitude="98.85552936" StarRating="3" HotelCode="621391|262510" HotelName="Anyavee Nam Mao Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" 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="94" TotalAmount="104.30" OriginalAmount="103.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.54423" Longitude="99.046812" StarRating="3" HotelCode="|178329" HotelName="Lanta Seafront Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/08/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="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0484153964939" Longitude="98.814747333527" StarRating="3" HotelCode="166941|19009" HotelName="Sunda Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" 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="109.78" OriginalAmount="108.69" 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 21/08/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="16" TotalAmount="110.14" OriginalAmount="109.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06557365" Longitude="98.91547487" StarRating="3" HotelCode="583562|3556865|Bed &amp; Breakfast" HotelName="Lada Krabi Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/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="111.10" OriginalAmount="110.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 13/08/2026" 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="12" TotalAmount="113.24" OriginalAmount="112.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0506076562915" Longitude="98.915209891602" StarRating="3" HotelCode="312724|2619268|Bed &amp; Breakfast" HotelName="Marina Express Fisherman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" 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="83" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267562-28512729/1928931160905211127/44" HotelName="AONANG SILVER ORCHID RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8829600/8829532/7aa208de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0750803496233" Longitude="98.909870886513" StarRating="3" HotelCode="774435|376060" HotelName="The Pineapple Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/08/2026" 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="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.031743364608" Longitude="98.823887615344" StarRating="3" HotelCode="99801|ao_nang_orchid_resort" HotelName="Ao Nang Orchid Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/08/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="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1401551-32348928/1928931160905211127/1490" HotelName="ANYAVEE CHOM BY THE SEA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95340000/95331700/95331618/17e7725e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.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="Free CXL until 13/08/2026">
        <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="120.64" OriginalAmount="119.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04035" Longitude="98.81747" StarRating="3" HotelCode="|187920" HotelName="The Capuchin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <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="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03422" Longitude="98.831253" StarRating="3" HotelCode="296592|40454" HotelName="Ibis Styles Krabi Ao Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04334046" Longitude="98.81973081" StarRating="3" HotelCode="751765|304804" HotelName="Sky Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="127.19" OriginalAmount="125.93" 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="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07012977" Longitude="98.915607" StarRating="3" HotelCode="554593|219524" HotelName="Krabi SeaBass Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1213902-26553358/1928931160905211127/1038" HotelName="THE BROWN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39480000/39473700/39473617/00ad849e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03585" Longitude="98.83494" StarRating="4" HotelCode="468399|132419" HotelName="Centra by Centara Phu Pano Resort Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04331181" Longitude="98.81994194" StarRating="3" HotelCode="496134|219079" HotelName="Hula Hula Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Free CXL until 19/08/2026" 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="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03244138" Longitude="98.82342239" StarRating="3" HotelCode="563349|222333" HotelName="Wake Up Aonang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267392-25491671/1928931160905211127/1286" HotelName="AO NANG BAAN SUAN RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6597800/6597781/2324f763_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.65" OriginalAmount="135.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0840904155216" Longitude="98.913784780827" StarRating="2" HotelCode="916679|1867078|Bed &amp; Breakfast" HotelName="Krabi Royal Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0812821132363" Longitude="98.917862176895" StarRating="4" HotelCode="29564|1020" HotelName="Maritime Park &amp; Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/08/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="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.601568" Longitude="-89.9813" StarRating="3" HotelCode="0|182158-25367331/1928931160905211127/790" HotelName="THE VATIKA RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>313 Salem Place, Fairview Heights, 62208, IL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478700/5478618/feaed014_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 88. Suites: 6. Single-bedded accommodations: 44. Double bedrooms: 44. Smoking rooms: 0. Nonsmoking rooms: 88. Physically challenged rooms: 11. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Fairview Heights Hotel's Guests are Near St. Louis
Situated between Southern Illinois and the "Gateway to the West" is the Holiday Inn®Hotel St. Louis - Fairview Heights. This Illinois hotel's location allows you to enjoy a number of memorable attractions.
On vacation and looking for hotels near St. Louis and Scott Air Force Base; look no further. We're 15 minutes from the Gateway Arch in St. Louis, where you can enjoy the city view from atop the arch. Other nearby attractions include Busch Stadium and the Casino Queen in St. Louis. Summer travelers should take the family to Splash City Family Waterpark for a day of wet and wild fun.
If business brings you to Fairview Heights, our hotel's location and convenient amenities are designed for you. We're minutes from Scott Air Force Base, as well as ConocoPhilips, CSC, Lockheed Martin, and Midcoast Aviation. The four meeting rooms can accommodate up to 229 guests for a reception. With the state-of-the-art Business Center, you can prepare for a meeting, event or seminar.
Whether a business trip or vacation brings you to Fairview Heights, Illinois, our hotel's free high-speed, wired and wireless Internet access keeps you connected. Start your day with breakfast from Kem's Restaurant. Later, burn calories in the Fitness Center and swim laps in the indoor pool. If you're looking for an accommodating stay in Fairview Heights, our hotel's staff offers quality service and a name you can trust!. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 313 Salem Place, Fairview Heights, 62208, IL, US. Additional Phone Numbers: Fax - Other: 16182121301. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04320785" Longitude="98.8198381" StarRating="3" HotelCode="621519|262563" HotelName="Kokotel Krabi Oasis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>230/4-7 Moo 3, Tambon Aonang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/4a/fe4a83f865c4e6005a13ca5813c983cfada91c95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582665-25730973/1928931160905211127/863" HotelName="GLOW AO NANG KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20220000/20218200/20218123/08232090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252973-25474508/1928931160905211127/1487" HotelName="KOH JUM RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3907600/3907543/6670fcd0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.09" OriginalAmount="140.68" 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 16/08/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="143.42" OriginalAmount="142.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Eco Hotel" CnxPolicy="Free CXL until 12/08/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="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0128179160018" Longitude="98.842975123515" StarRating="3" HotelCode="129882|205099" HotelName="Diamond Cave Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" 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="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76436-28579966/1928931160905211127/170" HotelName="HERITAGE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108291/4c03946d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76434-25246056/1928931160905211127/956" HotelName="ANYAVEE AO NANG BAY RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1142400/1142335/24d98935_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03263575" Longitude="98.82384094" StarRating="3" HotelCode="856296|375988" HotelName="Alisa Hotel Aonang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026">
        <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="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|437495-25610584/1928931160905211127/714" HotelName="CENTRA BY CENTARA PHU PANO RESORT KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16140000/16130400/16130321/978f8c5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0384872340727" Longitude="98.817875620036" StarRating="3" HotelCode="900647|11980" HotelName="Timber House Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398530405225" Longitude="98.817858695984" StarRating="4" HotelCode="888372|11957" HotelName="Red Ginger Chic Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 M. 3, T. Ao Nang, A. Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/60/6060dd67f93e23cdc84812fdc789ede7d4b0d5d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located 200 m away from the centre of Ao Nang Beach, in Krabi province, in southern Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0383126471212" Longitude="98.817043304443" StarRating="3" HotelCode="104213|20765" HotelName="The Small Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05740644" Longitude="98.81851976" StarRating="3" HotelCode="386155|170036" HotelName="The Phu Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.4287" Longitude="4.84035" StarRating="2" HotelCode="0|583400-25731283/1928931160905211127/1185" HotelName="LITTLE HOME AO NANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PIETER LIEFTINKWEG 10, ZAANDAM, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12840000/12830300/12830215/10449a0a_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Zaandam, ibis budget Amsterdam Zaandam is close to Czar Peter House and NDSM Werf. This hotel is within the vicinity of Westergasfabriek Culture Park and Noorderkerk.   Rooms   Make yourself at home in one of the 93 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided.   Rec, Spa, Premium Amenities   Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.   Business, Other Amenities   Featured amenities include a 24-hour front desk, luggage storage, and air conditioning in public areas. Free parking is available onsite.   Room Info:    National Rating   This property does not have a Netherlands Tourist Board rating. For the benefit of our customers, we have provided a rating based on our rating system.   Know Before You Go       Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Breakfast fee: EUR 7.50 per person (approximately)                                 The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Mandatory Fees and Taxes    Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:    A tax is imposed by the city: EUR 2.45 per person, per night      We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at noon  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" 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" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|191973-25387766/1928931160905211127/1214" HotelName="AO NANG VILLAGE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7840000/7832400/7832392/381a0e14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093681" Longitude="98.747571" StarRating="4" HotelCode="76008|21458" HotelName="Anyavee Tubkaek Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0397147695595" Longitude="98.817080550025" StarRating="4" HotelCode="352981|apple_a_day_resort" HotelName="Apple A Day Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" 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="83" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182178-25367359/1928931160905211127/1174" HotelName="GREEN VIEW VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6250000/6249100/6249020/53a2cfdf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034717" Longitude="98.833651" StarRating="3" HotelCode="187181|53166" HotelName="Greenview Village Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" 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="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|497744-25659532/1928931160905211127/1119" HotelName="KRABI SEABASS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17670000/17668200/17668128/3c63c7e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.60" OriginalAmount="166.93" 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 21/08/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="169.54" OriginalAmount="167.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.539888" Longitude="99.048353" StarRating="3" HotelCode="|178316" HotelName="Lanta Nice Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.3233361" Longitude="-85.7550306" StarRating="3" HotelCode="0|182159-25367333/1928931160905211127/999" HotelName="MARINA EXPRESS - FISHERMAN - AONANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1419 Bales Lane, Clarksville, 47129, IN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10930000/10925100/10925045/9e3c7587_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 104. Suites: 104. Single-bedded accommodations: 93. Double bedrooms: 11. Smoking rooms: 0. Nonsmoking rooms: 104. Physically challenged rooms: 7. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-888-226-3539 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Louisville, KY Hotel's Spacious Suites Impress GuestsThe Candlewood Suites® Louisville - North hotel features a premier location just four miles from downtown Louisville in Clarksville, IN. Spend time in the hotel's heated indoor pool for a night of relaxation or travel just seconds away and shop at the Greentree Mall for the day. You can always count on the convenience of being close to major businesses, retailers and restaurants without worrying about the heavy traffic in downtown.Kentucky visitors looking for Louisville hotels with free Wi-Fi access need look no further. Offering premier business amenities, like a boardroom-style meeting space, the hotel provides corporate guests with the tools they need to be successful. This Clarksville, IN hotel's location allows for easy access to Norton Healthcare, Jewish Hospital and Clark &amp;amp; Floyd Memorial Hospitals.When you're visiting Kentucky, the staff at this Louisville hotel's facility can help direct you to nearby attractions, like the home of the Kentucky Derby at Churchill Downs. Check out the giant baseball bat replica building at the Louisville Slugger Museum where you can tour the manufacturing process of this legendary bat.Guests feel right at home thanks to a free guest laundry facility and a convenient 24-hour Fitness Center. Come and enjoy the welcoming surroundings of this extended-stay, 100% nonsmoking hotel in Clarksville, Indiana. Make your reservations today!. Onsite facilities information- ParkingProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 1419 Bales Lane, Clarksville, 47129, IN, US. Additional Phone Numbers: Fax - Other: 18122846114. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|166145-28551526/1928931160905211127/12" HotelName="AONANG ORCHID RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2922300/2922281/74a521e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032508" Longitude="98.824381" StarRating="3" HotelCode="89160|57465" HotelName="Verandah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/08/2026" 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="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039109" Longitude="98.81732" StarRating="4" HotelCode="176764|23536" 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="16" TotalAmount="174.05" OriginalAmount="172.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08881059" Longitude="98.74699797" StarRating="2" HotelCode="872454|3590775|Bed &amp; Breakfast" HotelName="Baan Tubkaek Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" 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="174.65" OriginalAmount="172.92" 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="Free CXL until 08/08/2026">
        <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="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03251192" Longitude="98.82881554" StarRating="3" HotelCode="754233|376089" HotelName="Sea Seeker Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="178.06" OriginalAmount="176.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0379537" Longitude="98.8178135" StarRating="3" HotelCode="|404728" HotelName="T2 Ao Nang Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="180.75" OriginalAmount="178.96" 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 21/08/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="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039595" Longitude="98.815726" StarRating="4" HotelCode="187179|57188" HotelName="Srisuksant Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 M. 3, Noppharattara Beach 81000, Ao-Nang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a3/62a3b5edcee705cd1840ebf38657903d9e6196a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Nopparat Thara Beach, Ao Nang, Krabi. The hotel is just a stone’s throw away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|603826-25759595/1928931160905211127/499" HotelName="SEA SEEKER KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27096900/27096804/f93f89bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410720718438" Longitude="98.82007420063" StarRating="4" HotelCode="316904|1834" HotelName="Cha-Da Krabi Thai Village Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village" CnxPolicy="Free CXL until 20/08/2026" 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="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582722-25731003/1928931160905211127/1362" HotelName="JINGJIT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9200000/9199200/9199120/24b4ad98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.042416" Longitude="98.818377" StarRating="3" HotelCode="36334|205100" HotelName="Deevana Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08047896" Longitude="98.91212343" StarRating="3" HotelCode="359633|53244" HotelName="Jingjit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" 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="94" TotalAmount="191.65" OriginalAmount="189.75" 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="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.481696" Longitude="106.232073" StarRating="2" HotelCode="0|217999-25421120/1928931160905211127/1519" HotelName="LADA KRABI RESIDENCE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>No.160 Beijing Middle Rd, Yinchuan, 750002, P.R.China, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6590100/6590086/db99fc10_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Luxury. Property Type: Full service. Nonsmoking rooms: 60. Suites: 39. Floors: 17. Executive floor: 1. Double bedrooms: 163. Total rooms: 409. Rooms with internet access: 409. Total rooms and suites: 409. Single-bedded accommodations: 205. All rooms non-smoking: 60. Property location- Located in the heart of Yinchuan City in the Jinfeng District,No.160 Beijing Middle Road.. Miscellaneous information- All rates are including service charge but excluding tax. No additional charge for children 5 years of age and below sharing room with parents, using existing bedding. 50 pct discount on the extra bed and breakfast charge for children between 6 and 12 years.
All reservations will be held untill 18:00 unless guranteed deposit is being made in advance. Check out time is 12:00 noon. All major credit cards are accepted.. Property description- kempinski Hotel Yinchuan is across from the International Conference &amp;amp; Exhibition Center, Museum of Ningxia,Seience &amp;amp; Exhibitions Center,Museum of Ningxia,Seience &amp;amp; Technology Museum and the Peoples Squarc, The hotel includes an attached shopping mall and business tower making the kempinski Hotel Yinchuan the idea place for business and shopping.Each of he kempinski Hotel Yinchuan's 409 accommodations offers luxury and services of world-class international hotel with elegance and charm,In every room are all the modern conveniences and state of the art technology for business and leisure travelers. Onsite facilities information- ParkingProperty was built in 2010. Property was renovated in 2010. Hotel Currency: CNY. Ratings: OHG Rating: D, Property is ISO Certified: N. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599347-25752142/1928931160905211127/1013" HotelName="CHERMANTRA AONANG RESORT AND POOL SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32090000/32087500/32087435/9d0d6faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0660547364186" Longitude="98.91604187563" StarRating="2" HotelCode="392707|57864" HotelName="Lada Krabi Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/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="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035412" Longitude="98.8173" StarRating="4" HotelCode="395006|3757" HotelName="Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Moo 2 Tambol Ao-Nang, Amphur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c2/c2/c2c25501826ba4d20a9c5d776331d69319d3b9e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property enjoys a prime location around a 5-minute walk from Ao Nang Beach, close to dining venu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|95010-25262074/1928931160905211127/838" HotelName="VERANDAH (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5330000/5321900/5321843/fa98669b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497936-28572257/1928931160905211127/320" HotelName="HULA HULA RESORT AONANG BEACH (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15660000/15658800/15658780/0fe2cafc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.54" OriginalAmount="198.55" 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="83" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.795528" Longitude="-92.222521" StarRating="2" HotelCode="0|182177-25367357/1928931160905211127/1437" HotelName="PHRANANG PLACE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3925 McCain Park Drive, North Little Rock, 72116, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5294300/5294277/570c76cc_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 54. Floors: 2. Property description- Welcome to the North Little Rock/McCain Super 8. Our property is located just off 67/167 near I-40 for your convenience.  We provide the Complimentary SuperStart Breakfast, High Speed Wireless Internet access, Free local calls. All guest rooms have Microwaves, Refrigerators, Coffee-Makers, Hairdryers, Iron, Ironing Board, Am-Fm Clock Radio, Wi-Fi and hard wired.  Hot tub rooms available. Children under 17 are FREE in the same room with adult family member.

We are within walking distance from the McCain Mall and numerous restaurants. The Altell Arena and the Clinton Library are only minutes away.  

Our heated indoor swimming pool will relax you after a long day.  

Lobby Business Center and on site Guest Laundry - open 24 hours 

When you are in the North Little Rock Area, make Super 8 your choice.   

FREE Coffee Travel Mug program.  

Earn WyndhamRewards on your stay.

Pet fee 25.00 dollars per pet per night non refundable.. Onsite facilities information- ParkingProperty was built in 1996. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.100838" Longitude="14.49163" StarRating="4" HotelCode="0|172399-28570688/1928931160905211127/268" HotelName="DEEVANA PLAZA KRABI AONANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>NOVOVYSOCANSKA 163/25,PRAGUE, CZECH REPUBLIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4565200/4565192/4c0aa2ca_b.jpg</HotelPictures>
        <HotelDescription>Hotel´s brand new facilities are supported with the latest technology and their special devotion to each of our guest, very friendly staff and high quality of service leads to guests' full satisfaction with their stay. Our warm and pleasant environment makes us recognizable and favorite place to stay among all of our guests. Located just 20 min. by public transportation from the down town of Prague, Relax Inn goes beyond the limits of the expectations of each of our guests by offering: Wellness centre (relaxing swimming pool, sauna, massages), Relaxing swimming pool 7m x 3m with massage bench, aquatic countercurrent and lighting Massage bathtubs, whirlpool baths, Peaceful and safe location Free WiFi in rooms and public areas, SAT TV, Stylish bar and restaurant(only for breakfasts now), Private parking, Garage. 							 							 							 &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.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="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0399805210937" Longitude="98.817520737648" StarRating="4" HotelCode="888183|12304" HotelName="Ananta Burin Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Moo 3, Tambon Ao Nang, Ampher Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/25/6a25c716f048f354c30b0769ab457801cfc3a299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is located on the Ao Nang beach in Krabi, a place where guests can enjoy their day...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035738" Longitude="98.818494" StarRating="3" HotelCode="26333|1310" HotelName="Krabi Heritage Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192351-25390420/1928931160905211127/389" HotelName="RAMADA BY WYNDHAM AONANG KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5291400/5291350/1115d96c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.40" OriginalAmount="206.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0332912922635" Longitude="98.832152211605" StarRating="3" HotelCode="853590|655748|Bed &amp; Breakfast" HotelName="Andaman Breeze Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Business Centre,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Library,Parking,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>424/1 Soi 11/1 Moo 2, Ao Nang, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/41/5141e4f1b024dce92f758ec928646e17a4eb5191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely resort is located in Ao Nang Beach. This establishment offers a total of 73 guests rooms...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0468962820188" Longitude="98.802208006382" StarRating="3" HotelCode="100224|51059" HotelName="Krabi Aquamarine Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/08/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="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|166149-25341148/1928931160905211127/458" HotelName="CENTARA ANDA DHEVI AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4669800/4669787/2cc64aad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|433997-28552922/1928931160905211127/33" HotelName="DEEVANA KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15490000/15481100/15481035/7414ed79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|119395-25288072/1928931160905211127/1298" HotelName="AQUAMARINE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4630000/4629400/4629322/60009ada_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599345-25752138/1928931160905211127/1129" HotelName="ANDAMAN BREEZE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33100000/33097800/33097734/0fc33549_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.09" OriginalAmount="219.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410409" Longitude="98.8201586" StarRating="4" HotelCode="|27893" HotelName="Chada Thai Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|498092-25659694/1928931160905211127/643" HotelName="WAKE UP AONANG HOTEL (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18090000/18086600/18086563/84413d18_edited_12eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.45" OriginalAmount="228.17" 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="Free CXL until 15/08/2026">
        <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="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|501236-25665021/1928931160905211127/960" HotelName="KOKOTEL KRABI AO NANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18800000/18798500/18798410/ef52f18a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|125294-25293231/1928931160905211127/814" HotelName="GOLDEN BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2758000/2757922/487cb66a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17641-28551369/1928931160905211127/283" HotelName="KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/977300/977300/33dd7faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.97" OriginalAmount="231.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.066459" Longitude="98.914066" StarRating="2" HotelCode="56692|52693|Bed &amp; Breakfast" HotelName="Thepparat Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 19/08/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="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192073-25390942/1928931160905211127/758" HotelName="AONANG PHU PI MAAN RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598800/6598756/6ef7d365_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|218043-25421150/1928931160905211127/1377" HotelName="NATTHA WAREE HOT SPRING RESORT AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9680000/9679400/9679342/c3a183aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.92" OriginalAmount="237.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06667" Longitude="98.9144" StarRating="3" HotelCode="|28243" HotelName="Thepparat Lodge Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/08/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="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0374123110283" Longitude="98.818652629852" StarRating="4" HotelCode="10224|pakasai_resort" HotelName="Pakasai Resort" Meals="BED &amp; BREAKFAST" 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="241.09" OriginalAmount="238.70" 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="242.40" OriginalAmount="240" 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="Free CXL until 19/08/2026" 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="8" TotalAmount="242.43" OriginalAmount="240.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.041033" Longitude="98.81733" StarRating="3" HotelCode="96813|100117|Bed &amp; Breakfast" HotelName="Areetara Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="246.76" OriginalAmount="244.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034575" Longitude="98.8294672" StarRating="3" HotelCode="|26201" HotelName="The Cliff Elegance Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85/2 MOO 2, AO NANG 85/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/1/26201_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 24 bungalows, The establishment boasts a lobby, a cafÃ©, a reception, a currency exchange service and a safety deposit box service. Our guests can find a mini-market, a bar, a television room and an Ã  la carte restaurant with air-conditioning, The establishment also offers internet, a car park, room service, a medical care service and a laundry service. SITUATION: It is in the outskirts of the city centre, 30 minutes away from the establishment, you can find the airport. ROOM: The establishment has bungalows with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV and a radio. They also have a stereo, a mini-bar, a double bed, tiled floors and a safety deposit box (available for a fee). FACILITIES: Clients can find a swimming pool, deck chairs, parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte lunch. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.21" OriginalAmount="244.76" 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="Free CXL until 14/08/2026">
        <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="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|365573-25551969/1928931160905211127/695" HotelName="BLUESOTEL KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12530000/12527500/12527479/63a41405_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3897-25189876/1928931160905211127/841" HotelName="CHADA THAI VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108292/2c49c842_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034846" Longitude="98.829708" StarRating="4" HotelCode="76241|12641" 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="8" TotalAmount="258.04" OriginalAmount="255.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07237923" Longitude="98.91662368" StarRating="3" HotelCode="620605|633022|Bed &amp; Breakfast" HotelName="River Front Krabi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/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>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|439343-28552844/1928931160905211127/331" HotelName="THE LAI THAI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14830000/14825300/14825265/8c2c2ed8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.00" OriginalAmount="256.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0425005" Longitude="98.8180751" StarRating="4" HotelCode="|104206" HotelName="Deevana Plaza Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <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="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03235462" Longitude="98.82555143" StarRating="4" HotelCode="613758|262573" HotelName="Panan Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497996-28572348/1928931160905211127/27" HotelName="MANEETEL KRABI BEACHFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17130000/17123400/17123384/4a223338_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.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="261.89" OriginalAmount="259.30" 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="Non Refundable">
        <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="266.01" OriginalAmount="263.38" 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="27" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062195" Longitude="98.746828" StarRating="4" HotelCode="165936|51060" HotelName="Elements Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/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="83" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|428159-28543217/1928931160905211127/96" HotelName="HOLIDAY STYLE AO NANG BEACH RESORT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83320700/83320645/4e27b61c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582779-25731035/1928931160905211127/858" HotelName="RIVER FRONT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21830000/21824800/21824742/4e01d26b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.81" OriginalAmount="267.14" 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 22/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="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84538" Longitude="2.30994" StarRating="4" HotelCode="0|39114-27713784/1928931160905211127/1056" HotelName="THE CLIFF AO NANG RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>92 BOULEVARD GARIBALDI, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60610000/60608500/60608472/061b2cbd_b.jpg</HotelPictures>
        <HotelDescription>This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquarters are nearby. There are also plenty of shopping and entertainment opportunities located close to the hotel, around 1 km away. Orly airport is roughly 12 km away and Charles de Gaulle is 30 km from the hotel.

The inviting hotel consists of 2 4-storey buildings with a total of 19 rooms, of which 8 are suites. The hotel includes a reception open 24 hours, a lift and a safe, as well as a TV room, room and laundry service available for guests' use.

The comfortable rooms come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, Internet access, a hire safe and a minibar. Air conditioning and heating are individually regulated.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1453095-32740434/1928931160905211127/1502" HotelName="GRAND MERCURE KRABI AO NANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/124000000/123520000/123519300/123519202/603885f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|583169-28533241/1928931160905211127/329" HotelName="KRABI HOME RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21390000/21386800/21386712/4d0cc058_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="285.83" OriginalAmount="283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.212275" Longitude="-91.967591" StarRating="3" HotelCode="0|182181-28511042/1928931160905211127/64" HotelName="ARAWAN KRABI BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3008 Market Street, Pine Bluff, 71601, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11830000/11823900/11823856/b143c020_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 51. Floors: 2. Property description- Welcome to the Super 8 of Pine Bluff, AR. The hotel is conveniently located just off US 65 and Interstate 530 across from the Pines Mall. Pine Bluff has many local attractions and restaurants within minutes of the hotel. While visiting our hotel, enjoy our beautiful landscape and Breakfast is included and that we have a breakfast buffet. Free High Speed Internet at Property and All Guests Rooms. Thank you for visiting the Super 8 of Pine Bluff.. Onsite facilities information- ParkingProperty was built in 2001. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1370789-28590838/1928931160905211127/216" HotelName="VENICE KRABI VILLA RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46240000/46240000/46239939/2ee79996_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.24" OriginalAmount="286.38" 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="Non Refundable">
        <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="290.78" OriginalAmount="287.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0333387" Longitude="98.8262821" StarRating="4" HotelCode="|35684" HotelName="Holiday Inn Resort Krabi Ao Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>244 MOO 2, AO NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/6/8/4/35684_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2010, has 3 floors and 78 rooms. The establishment boasts a safety deposit box service, a lobby, a reception, a currency exchange service, a cloakroom, a cafÃ© and a restaurant. The establishment also offers a conference room, internet, room service, a laundry service, bicycle rental and a car park. SITUATION: Krabi 25 minutes away from the establishment, clients can find next to the establishment, guests have the beach. ROOM: The establishment has deluxe suites and honeymoon suites. They have a balcony, a king-size bed, an air-conditioning system, a satellite TV, a fridge, a direct line telephone, a safety deposit box and a desk. They also have a mini-bar, umbrellas, a bathroom, a hairdryer, complimentary bathroom items, coat, towels and slippers. FACILITIES: The establishment has a pool that has a children's area, a gym, a massage service, hydrotherapy, deck chairs, parasols and an outdoor bar. For a fee, guests can enjoy a sauna and a Turkish bath. 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: The establishment accepts Mastercard, American Express, Diners Club, JCB and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|105206-25281527/1928931160905211127/585" HotelName="PEACE LAGUNA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2421100/2421042/4202eb96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="292.68" OriginalAmount="289.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0411532481445" Longitude="98.838271917197" StarRating="3" HotelCode="310629|7265598|Bed &amp; Breakfast" HotelName="Ban Sainai Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>550 Soi Aonang 11/1, Moo 2, Tambon Aonang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7712d0af17f929fc2e01394deeb52e260fad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|59225-28551502/1928931160905211127/17" HotelName="LA PLAYA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3550000/3546800/3546782/8f047b03_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.59" OriginalAmount="298.60" 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="Free CXL until 08/08/2026">
        <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="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119184-25287896/1928931160905211127/547" HotelName="SRISUKSANT RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4600000/4596000/4595934/b5a7ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|76441-25246064/1928931160905211127/638" HotelName="TONSAI BAY RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6590000/6589900/6589897/76890a16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|218221-25421306/1928931160905211127/1109" HotelName="SEA STAR HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92020000/92011800/92011797/2e00aab3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.65" OriginalAmount="313.51" 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 15/08/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="94" TotalAmount="318.39" OriginalAmount="315.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0323669" Longitude="98.8234246" StarRating="4" HotelCode="|26199" HotelName="Krabi Tipa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/08/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="319.49" OriginalAmount="316.33" 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="Free CXL until 19/08/2026">
        <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="27" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02944737" Longitude="98.86716265" StarRating="4" HotelCode="871107|367363" HotelName="Villa Cha-Cha Krabi Beachfront Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>325 Moo 5, Saithai, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1b/cd1bb95730767b15a5b5e605a78e0af1ce803811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="323.20" OriginalAmount="320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.033007" Longitude="98.820028" StarRating="4" HotelCode="167009|342065|Bed &amp; Breakfast" HotelName="Villa 360" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" 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="83" TotalAmount="325.22" OriginalAmount="322" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595471-25746192/1928931160905211127/729" HotelName="VILLA CHA-CHA KRABI BEACHFRONT RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31950000/31948000/31947937/c3c82aab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|79178-28510513/1928931160905211127/127" HotelName="SAND SEA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3894100/3894070/184ab41a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.44" OriginalAmount="325.19" 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="330.28" OriginalAmount="327.01" 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="349.14" OriginalAmount="345.68" 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="Free CXL until 19/08/2026">
        <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="354.04" OriginalAmount="350.53" 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 19/08/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="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|388505-25853703/1928931160905211127/809" HotelName="AONANG FIORE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14760000/14755300/14755277/8e130080_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.044363" Longitude="98.81878475" StarRating="4" HotelCode="586210|andakiri_pool_villa" HotelName="Andakiri Pool Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="357.05" OriginalAmount="353.51" 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 19/08/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="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.0894" Longitude="25.1594" StarRating="3" HotelCode="0|599351-25752146/1928931160905211127/743" HotelName="THE SCENE CLIFF VIEW VILLAS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PARIKIA, 84400 PAROS, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29750000/29744100/29744052/d09bda24_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Angelina Studios in Paros (Parikia), you'll be minutes from Livadia Beach and close to Paros Archaeological Museum. This aparthotel is within close proximity of Church of One Hundred Gates and Ekatontapyliani Church.   Rooms   Make yourself at home in one of the 14 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access is available to keep you connected. Housekeeping is provided once per stay, and cribs/infant beds can be requested.   Business, Other Amenities   The front desk is staffed during limited hours. A roundtrip airport shuttle is complimentary (available on request).   Room Info:    Know Before You Go       Cash transactions at this property cannot exceed EUR 1500, due to national regulations. For further details, please contact the property using information in the booking confirmation.   Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    No onsite parking is available.     Property Information:  Pets allowed    Check-in time starts at 2 PM  Check-out time is noon&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.46" OriginalAmount="358.87" 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="83" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077487-26329994/1928931160905211127/1409" HotelName="AMADHA VILLAS RETREAT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34530000/34527900/34527845/e2d9522c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062586" Longitude="98.747085" StarRating="5" HotelCode="61993|9483" HotelName="Sofitel Krabi Phokeethra Golf &amp; Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 14/08/2026" 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="27" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="4" HotelCode="954940|396588" 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="27" TotalAmount="379.76" OriginalAmount="376" 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 14/08/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="381.03" OriginalAmount="377.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.7888536" Longitude="98.9829666" StarRating="2" HotelCode="|179768" HotelName="Joy Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243695-25459917/1928931160905211127/766" HotelName="BAN SAINAI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598900/6598818/bfa27530_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013628" Longitude="98.842786" StarRating="3" HotelCode="187182|railay_phutawan_resort" HotelName="Railay Phutawan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Moo 2, Ao Nang 81000, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4d/2f4d6c555feda4e9339cbe997591fea6bac92d53.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Eastside Beach of Ao Nang Krabi, the resort is set among the lush greenery of mountai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="387.30" OriginalAmount="383.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.040316" Longitude="98.817375" StarRating="3" HotelCode="115858|110542|Bed &amp; Breakfast" HotelName="Apasari Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Aonang, Moo 3, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a1/56a1e7990c1871a119d094178b513611391c3ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Krabi, this hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.84" OriginalAmount="384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093853" Longitude="98.74752" StarRating="5" HotelCode="70842|amari_vogue_krabi_2" 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="388.49" OriginalAmount="384.64" 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 18/08/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="389.55" OriginalAmount="385.69" 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="63" TotalAmount="394.91" OriginalAmount="391.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="Free CXL until 06/08/2026" 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="16" TotalAmount="395.21" OriginalAmount="391.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0577563" Longitude="98.81175897" StarRating="3" HotelCode="422639|3553775|Bed &amp; Breakfast" HotelName="Seava House Ao-Nang Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/2026" 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="83" TotalAmount="406.02" OriginalAmount="402" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76442-25246066/1928931160905211127/678" HotelName="TUP KAEK SUNSET BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3893200/3893187/48d5fbfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="408.36" OriginalAmount="404.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02760262" Longitude="98.88757306" StarRating="5" HotelCode="440796|74073746|Bed &amp; Breakfast" HotelName="The Shellsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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="408.66" OriginalAmount="404.61" 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="83" TotalAmount="412.08" OriginalAmount="408" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76438-28570008/1928931160905211127/39" HotelName="RAILAY VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3870000/3865900/3865892/3b4f388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.02" OriginalAmount="408.93" 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 15/08/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="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|389459-25570531/1928931160905211127/1444" HotelName="BLU MONKEY POOLTARA KRABI HOTEL AND VILLAS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13120000/13117900/13117842/8a33439f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|267572-25491761/1928931160905211127/1361" HotelName="BLISS RESORT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10480000/10470400/10470302/03fb60ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.64" OriginalAmount="418.46" 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="83" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119167-25287886/1928931160905211127/529" HotelName="BHU NGA THANI RESORT AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2783600/2783517/5cda80f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.33" OriginalAmount="421.12" 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="83" TotalAmount="427.23" OriginalAmount="423" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217517-25420714/1928931160905211127/540" HotelName="AONANG PRINCEVILLE VILLA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1620000/1611100/1611050/8bc1d453_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.24" OriginalAmount="424" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013579" Longitude="98.842588" StarRating="4" HotelCode="900079|15873" HotelName="Bhu Nga Thani 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,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="432.88" OriginalAmount="428.59" 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 19/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="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146053-28569925/1928931160905211127/55" HotelName="ELEMENTS RESORTS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4032800/4032737/e91f9963_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.98" OriginalAmount="458.40" 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 19/08/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="83" TotalAmount="465.61" OriginalAmount="461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401550-27597372/1928931160905211127/1460" HotelName="ADAM KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100300000/100293300/100293262/93b29bfa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="480.58" OriginalAmount="475.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398143" Longitude="98.8151029" StarRating="0" HotelCode="|49639" HotelName="Holiday Ao Nang Beach Resort, Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3 Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/6/3/9/49639_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, was built in 2008, has 59 standard rooms, a lobby, a reception, a safety deposit box service, a lift, a kiosk and a bar. The establishment also offers room service, a laundry service, a car park and bicycle rental. SITUATION: This complex is near beaches. It is situated 10 minutes away from the shopping centre Ao Nang. In front of the hotel there is a bus stop. It is 30 kilometres away from Krabi Airport. ROOM: Each room has a bathroom with a shower, a bath, an individual air-conditioning system, a balcony or terrace, a direct line telephone, internet and a radio. They also have a stereo, cable television, a DVD player, a mini-bar, a fridge, a coffee maker, a kettle, a safety deposit box, an ironing set and a hairdryer. FACILITIES: The establishment has a swimming pool that has an area for children, an outdoor bar, a terrace, deck chairs, a gym and a massage service. MEALS: Clients have at their disposal 3 restaurants. The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.82" OriginalAmount="482.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="Free CXL until 16/08/2026">
        <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="497.56" OriginalAmount="492.63" 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="Free CXL until 15/08/2026">
        <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="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|79177-28580071/1928931160905211127/76" HotelName="RAILAY BAY RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2186400/2186324/c49e12d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="511.88" OriginalAmount="506.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0417178211466" Longitude="98.840100349935" StarRating="2" HotelCode="319818|1909985|Bed &amp; Breakfast" HotelName="Aonang Phutawan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/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="12" TotalAmount="526.90" OriginalAmount="521.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0534321519075" Longitude="98.756154477596" StarRating="5" HotelCode="26536|1076708|Bed &amp; Breakfast" HotelName="Dusit Thani Krabi Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" 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="83" TotalAmount="527.22" OriginalAmount="522" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|497792-28591981/1928931160905211127/137" HotelName="THE SHELLSEA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15670000/15666200/15666184/3168c5cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="534.29" OriginalAmount="529" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401549-27591413/1928931160905211127/1339" HotelName="VARANA KRABI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90300000/90296800/90296715/6b783dde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="547.42" OriginalAmount="542" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|522332-28572332/1928931160905211127/22" HotelName="ALISEA POOL VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16530000/16527000/16526936/w2887h2158x0y3-1133d1b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0542341896264" Longitude="98.750519156456" StarRating="4" HotelCode="55338|219532" HotelName="Nakamanda Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 08/08/2026" 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="83" TotalAmount="568.63" OriginalAmount="563" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|107751-25282205/1928931160905211127/382" HotelName="DUSIT THANI KRABI BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11070000/11067400/11067367/59e7307c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="572.93" OriginalAmount="567.26" 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 15/08/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="83" TotalAmount="599.94" OriginalAmount="594" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582632-32594268/1928931160905211127/2" HotelName="DE MALEE POOL VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19990000/19983500/19983458/3b4e641f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.28" OriginalAmount="600.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0917104163564" Longitude="98.748115897179" StarRating="4" HotelCode="50876|25776|Bed &amp; Breakfast" HotelName="The Tubkaak Krabi Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/08/2026" 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>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077359-26329758/1928931160905211127/1068" HotelName="THA LANE BAY VILLA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22710000/22703000/22702944/3dcc065c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|59226-28596975/1928931160905211127/4" HotelName="NAKAMANDA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1054600/1054568/46bec1bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.17443308" Longitude="98.74864215" StarRating="3" HotelCode="540050|376110" HotelName="Tha Lane Bay Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 15/08/2026">
        <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="63" TotalAmount="705.99" OriginalAmount="699.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0453425595166" Longitude="98.850493533349" StarRating="4" HotelCode="378799|pimann_buri_pool_villa_resort_3" 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="760.50" OriginalAmount="752.97" 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="766.65" OriginalAmount="759.06" 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="63" TotalAmount="787.80" OriginalAmount="780.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.8035425676636" Longitude="98.971826762429" StarRating="4" HotelCode="320437|koh_jum_beach_villas" HotelName="Koh Jum Beach Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="883.53" OriginalAmount="874.78" 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="83" TotalAmount="887.79" OriginalAmount="879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17647-25203398/1928931160905211127/368" HotelName="TUBKAAK BOUTIQUE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1229100/1229019/42e09193_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1208.97" OriginalAmount="1197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0525934604118" Longitude="98.812006898956" StarRating="3" HotelCode="422537|irawan_house" HotelName="Irawan House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Massage Centre,Parking,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>287-287/2 Moo 5, Ao Nang Beach, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9d/879d009371bd98bc2b6d7c700dde8249f041e881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at Irawan House in Krabi, you'll be near the beach and minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1314.14" OriginalAmount="1301.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.006369" Longitude="98.838603" StarRating="5" HotelCode="|31510" HotelName="Rayavadee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>214 MOO 2, TUMBON AO-NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/1/0/31510_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004 has 5 villas. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a cafÃ©, shops, a hairdresser's, a bar and a restaurant with air-conditioning. It also has a conference room, internet, room service, a medical care service and a laundry service. SITUATION: This hotel is 50 metres away from a beach. 800 metres away, guests can find Bangkok it is just 28 kilometres away from the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1434.20" OriginalAmount="1420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3896-25192005/1928931160905211127/357" HotelName="RAYAVADEE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874200/874163/c90f4dbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1485.71" OriginalAmount="1471" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1261138-26609367/1928931160905211127/393" HotelName="BANYAN TREE KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/54000000/53850000/53845200/53845156/f5ddbafd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1943.24" OriginalAmount="1924" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0851778210496" Longitude="98.744945526123" StarRating="5" HotelCode="318161|55052" HotelName="Phulay Bay, a Ritz-Carlton Reserve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Moo 3, Nongthalay, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a8/33a8300b94b218dffc04c2e15c755aee8047bf43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort, situated in a secluded and pristine area of Krabi overlooking the magnificent Andaman Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Laundry,Swimming Pool,Telephone Service,Wheelchair Access,Jacuzzi,Shopping Arcade,Spa,Kitchen,Nightclub,Diet Meals,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Business Centre,Dining,Housekeeping,Library,Parking,Wake-up Call Service,Concierge,LCD/Projector,Valet Parking,Dry Cleaning</BasicAmenities>
    <HotelRating>5,3,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,SPA HOTEL,VILLAGE,FAMILY-FRIENDLY HOTEL,HOTEL DE CHARME,GUESTHOUSE,APARTMENT HOTEL,HOTEL,CITY HOTEL,RESORT,BED AND BREAKFASTS,APARTMENT,HOSTELS,VILLA,ECO HOTEL,BUSINESS HOTEL,FINCA,GUEST HOUSES,CONFERENCE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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="462df724-1898-46ab-a793-ba0cea2756da">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-26T00:00:00" End="2026-08-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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:83b0acbf-493e-46fa-ab1b-90b6b94f9677
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
462df724-1898-46ab-a793-ba0cea2756da|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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-23T08:33:50.8597085+01:00" Version="0" EchoToken="Search" TransactionIdentifier="462df724-1898-46ab-a793-ba0cea2756da" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="73.90" OriginalAmount="73.17" 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 19/08/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="86.68" OriginalAmount="85.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.1093" Longitude="98.93498" StarRating="3" HotelCode="|244930" HotelName="B2 Krabi Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.067487" Longitude="98.808544" StarRating="3" HotelCode="166939|25350" HotelName="Palm Paradise Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Moo.3, T. Aonang, A. Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/37/083757878cf1df2cad9e405ab23f94e6f1e83c11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated between Ao Nang and Nopparattara beaches in Krabi Province, Thailand. It is 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|389228-25570433/1928931160905211127/1280" HotelName="J. HOLIDAY INN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11810000/11807000/11806930/7e3fb03d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06623227" Longitude="98.91072733" StarRating="3" HotelCode="362874|205114" HotelName="J.Holiday Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02497965" Longitude="98.85552936" StarRating="3" HotelCode="621391|262510" HotelName="Anyavee Nam Mao Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" 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="94" TotalAmount="104.30" OriginalAmount="103.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.54423" Longitude="99.046812" StarRating="3" HotelCode="|178329" HotelName="Lanta Seafront Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/08/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="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0484153964939" Longitude="98.814747333527" StarRating="3" HotelCode="166941|19009" HotelName="Sunda Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" 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="109.78" OriginalAmount="108.69" 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 21/08/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="63" TotalAmount="111.10" OriginalAmount="110.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 13/08/2026" 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="12" TotalAmount="113.24" OriginalAmount="112.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0506076562915" Longitude="98.915209891602" StarRating="3" HotelCode="312724|2619268|Bed &amp; Breakfast" HotelName="Marina Express Fisherman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" 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="83" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267562-28512729/1928931160905211127/44" HotelName="AONANG SILVER ORCHID RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8829600/8829532/7aa208de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0750803496233" Longitude="98.909870886513" StarRating="3" HotelCode="774435|376060" HotelName="The Pineapple Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/08/2026" 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="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.031743364608" Longitude="98.823887615344" StarRating="3" HotelCode="99801|ao_nang_orchid_resort" HotelName="Ao Nang Orchid Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/08/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="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1401551-32348928/1928931160905211127/1490" HotelName="ANYAVEE CHOM BY THE SEA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95340000/95331700/95331618/17e7725e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.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="Free CXL until 13/08/2026">
        <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="120.64" OriginalAmount="119.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04035" Longitude="98.81747" StarRating="3" HotelCode="|187920" HotelName="The Capuchin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <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="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03422" Longitude="98.831253" StarRating="3" HotelCode="296592|40454" HotelName="Ibis Styles Krabi Ao Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04334046" Longitude="98.81973081" StarRating="3" HotelCode="751765|304804" HotelName="Sky Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="127.19" OriginalAmount="125.93" 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="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07012977" Longitude="98.915607" StarRating="3" HotelCode="554593|219524" HotelName="Krabi SeaBass Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1213902-26553358/1928931160905211127/1038" HotelName="THE BROWN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39480000/39473700/39473617/00ad849e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03585" Longitude="98.83494" StarRating="4" HotelCode="468399|132419" HotelName="Centra by Centara Phu Pano Resort Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04331181" Longitude="98.81994194" StarRating="3" HotelCode="496134|219079" HotelName="Hula Hula Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Free CXL until 19/08/2026" 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="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03244138" Longitude="98.82342239" StarRating="3" HotelCode="563349|222333" HotelName="Wake Up Aonang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267392-25491671/1928931160905211127/1286" HotelName="AO NANG BAAN SUAN RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6597800/6597781/2324f763_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0812821132363" Longitude="98.917862176895" StarRating="4" HotelCode="29564|1020" HotelName="Maritime Park &amp; Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/08/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="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.601568" Longitude="-89.9813" StarRating="3" HotelCode="0|182158-25367331/1928931160905211127/790" HotelName="THE VATIKA RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>313 Salem Place, Fairview Heights, 62208, IL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478700/5478618/feaed014_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 88. Suites: 6. Single-bedded accommodations: 44. Double bedrooms: 44. Smoking rooms: 0. Nonsmoking rooms: 88. Physically challenged rooms: 11. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Fairview Heights Hotel's Guests are Near St. Louis
Situated between Southern Illinois and the "Gateway to the West" is the Holiday Inn®Hotel St. Louis - Fairview Heights. This Illinois hotel's location allows you to enjoy a number of memorable attractions.
On vacation and looking for hotels near St. Louis and Scott Air Force Base; look no further. We're 15 minutes from the Gateway Arch in St. Louis, where you can enjoy the city view from atop the arch. Other nearby attractions include Busch Stadium and the Casino Queen in St. Louis. Summer travelers should take the family to Splash City Family Waterpark for a day of wet and wild fun.
If business brings you to Fairview Heights, our hotel's location and convenient amenities are designed for you. We're minutes from Scott Air Force Base, as well as ConocoPhilips, CSC, Lockheed Martin, and Midcoast Aviation. The four meeting rooms can accommodate up to 229 guests for a reception. With the state-of-the-art Business Center, you can prepare for a meeting, event or seminar.
Whether a business trip or vacation brings you to Fairview Heights, Illinois, our hotel's free high-speed, wired and wireless Internet access keeps you connected. Start your day with breakfast from Kem's Restaurant. Later, burn calories in the Fitness Center and swim laps in the indoor pool. If you're looking for an accommodating stay in Fairview Heights, our hotel's staff offers quality service and a name you can trust!. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 313 Salem Place, Fairview Heights, 62208, IL, US. Additional Phone Numbers: Fax - Other: 16182121301. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04320785" Longitude="98.8198381" StarRating="3" HotelCode="621519|262563" HotelName="Kokotel Krabi Oasis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>230/4-7 Moo 3, Tambon Aonang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/4a/fe4a83f865c4e6005a13ca5813c983cfada91c95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582665-25730973/1928931160905211127/863" HotelName="GLOW AO NANG KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20220000/20218200/20218123/08232090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252973-25474508/1928931160905211127/1487" HotelName="KOH JUM RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3907600/3907543/6670fcd0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.09" OriginalAmount="140.68" 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 16/08/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="143.42" OriginalAmount="142.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Eco Hotel" CnxPolicy="Free CXL until 12/08/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="16" TotalAmount="146.05" OriginalAmount="144.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0128179160018" Longitude="98.842975123515" StarRating="3" HotelCode="129882|1572598|Bed &amp; Breakfast" HotelName="Diamond Cave Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" 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="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76436-28579966/1928931160905211127/170" HotelName="HERITAGE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108291/4c03946d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76434-25246056/1928931160905211127/956" HotelName="ANYAVEE AO NANG BAY RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1142400/1142335/24d98935_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03263575" Longitude="98.82384094" StarRating="3" HotelCode="856296|375988" HotelName="Alisa Hotel Aonang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026">
        <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="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|437495-25610584/1928931160905211127/714" HotelName="CENTRA BY CENTARA PHU PANO RESORT KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16140000/16130400/16130321/978f8c5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0384872340727" Longitude="98.817875620036" StarRating="3" HotelCode="900647|11980" HotelName="Timber House Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398530405225" Longitude="98.817858695984" StarRating="4" HotelCode="888372|11957" HotelName="Red Ginger Chic Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 M. 3, T. Ao Nang, A. Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/60/6060dd67f93e23cdc84812fdc789ede7d4b0d5d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located 200 m away from the centre of Ao Nang Beach, in Krabi province, in southern Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0383126471212" Longitude="98.817043304443" StarRating="3" HotelCode="104213|20765" HotelName="The Small Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05740644" Longitude="98.81851976" StarRating="3" HotelCode="386155|170036" HotelName="The Phu Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.4287" Longitude="4.84035" StarRating="2" HotelCode="0|583400-25731283/1928931160905211127/1185" HotelName="LITTLE HOME AO NANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PIETER LIEFTINKWEG 10, ZAANDAM, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12840000/12830300/12830215/10449a0a_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Zaandam, ibis budget Amsterdam Zaandam is close to Czar Peter House and NDSM Werf. This hotel is within the vicinity of Westergasfabriek Culture Park and Noorderkerk.   Rooms   Make yourself at home in one of the 93 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided.   Rec, Spa, Premium Amenities   Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.   Business, Other Amenities   Featured amenities include a 24-hour front desk, luggage storage, and air conditioning in public areas. Free parking is available onsite.   Room Info:    National Rating   This property does not have a Netherlands Tourist Board rating. For the benefit of our customers, we have provided a rating based on our rating system.   Know Before You Go       Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Breakfast fee: EUR 7.50 per person (approximately)                                 The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Mandatory Fees and Taxes    Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:    A tax is imposed by the city: EUR 2.45 per person, per night      We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at noon  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" 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" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|191973-25387766/1928931160905211127/1214" HotelName="AO NANG VILLAGE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7840000/7832400/7832392/381a0e14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093681" Longitude="98.747571" StarRating="4" HotelCode="76008|21458" HotelName="Anyavee Tubkaek Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0397147695595" Longitude="98.817080550025" StarRating="4" HotelCode="352981|apple_a_day_resort" HotelName="Apple A Day Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" 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="83" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182178-25367359/1928931160905211127/1174" HotelName="GREEN VIEW VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6250000/6249100/6249020/53a2cfdf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034717" Longitude="98.833651" StarRating="3" HotelCode="187181|53166" HotelName="Greenview Village Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" 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="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|497744-25659532/1928931160905211127/1119" HotelName="KRABI SEABASS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17670000/17668200/17668128/3c63c7e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.60" OriginalAmount="166.93" 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 21/08/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="169.54" OriginalAmount="167.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.539888" Longitude="99.048353" StarRating="3" HotelCode="|178316" HotelName="Lanta Nice Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.3233361" Longitude="-85.7550306" StarRating="3" HotelCode="0|182159-25367333/1928931160905211127/999" HotelName="MARINA EXPRESS - FISHERMAN - AONANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1419 Bales Lane, Clarksville, 47129, IN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10930000/10925100/10925045/9e3c7587_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 104. Suites: 104. Single-bedded accommodations: 93. Double bedrooms: 11. Smoking rooms: 0. Nonsmoking rooms: 104. Physically challenged rooms: 7. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-888-226-3539 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Louisville, KY Hotel's Spacious Suites Impress GuestsThe Candlewood Suites® Louisville - North hotel features a premier location just four miles from downtown Louisville in Clarksville, IN. Spend time in the hotel's heated indoor pool for a night of relaxation or travel just seconds away and shop at the Greentree Mall for the day. You can always count on the convenience of being close to major businesses, retailers and restaurants without worrying about the heavy traffic in downtown.Kentucky visitors looking for Louisville hotels with free Wi-Fi access need look no further. Offering premier business amenities, like a boardroom-style meeting space, the hotel provides corporate guests with the tools they need to be successful. This Clarksville, IN hotel's location allows for easy access to Norton Healthcare, Jewish Hospital and Clark &amp;amp; Floyd Memorial Hospitals.When you're visiting Kentucky, the staff at this Louisville hotel's facility can help direct you to nearby attractions, like the home of the Kentucky Derby at Churchill Downs. Check out the giant baseball bat replica building at the Louisville Slugger Museum where you can tour the manufacturing process of this legendary bat.Guests feel right at home thanks to a free guest laundry facility and a convenient 24-hour Fitness Center. Come and enjoy the welcoming surroundings of this extended-stay, 100% nonsmoking hotel in Clarksville, Indiana. Make your reservations today!. Onsite facilities information- ParkingProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 1419 Bales Lane, Clarksville, 47129, IN, US. Additional Phone Numbers: Fax - Other: 18122846114. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|166145-28551526/1928931160905211127/12" HotelName="AONANG ORCHID RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2922300/2922281/74a521e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032508" Longitude="98.824381" StarRating="3" HotelCode="89160|57465" HotelName="Verandah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/08/2026" 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="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039109" Longitude="98.81732" StarRating="4" HotelCode="176764|23536" 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.65" OriginalAmount="172.92" 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="Free CXL until 08/08/2026">
        <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="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03251192" Longitude="98.82881554" StarRating="3" HotelCode="754233|376089" HotelName="Sea Seeker Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="178.06" OriginalAmount="176.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0379537" Longitude="98.8178135" StarRating="3" HotelCode="|404728" HotelName="T2 Ao Nang Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="180.75" OriginalAmount="178.96" 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 21/08/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="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039595" Longitude="98.815726" StarRating="4" HotelCode="187179|57188" HotelName="Srisuksant Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 M. 3, Noppharattara Beach 81000, Ao-Nang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a3/62a3b5edcee705cd1840ebf38657903d9e6196a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Nopparat Thara Beach, Ao Nang, Krabi. The hotel is just a stone’s throw away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|603826-25759595/1928931160905211127/499" HotelName="SEA SEEKER KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27096900/27096804/f93f89bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410720718438" Longitude="98.82007420063" StarRating="4" HotelCode="316904|1834" HotelName="Cha-Da Krabi Thai Village Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village" CnxPolicy="Free CXL until 20/08/2026" 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="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582722-25731003/1928931160905211127/1362" HotelName="JINGJIT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9200000/9199200/9199120/24b4ad98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.042416" Longitude="98.818377" StarRating="3" HotelCode="36334|205100" HotelName="Deevana Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08047896" Longitude="98.91212343" StarRating="3" HotelCode="359633|53244" HotelName="Jingjit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" 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="94" TotalAmount="191.65" OriginalAmount="189.75" 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="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.481696" Longitude="106.232073" StarRating="2" HotelCode="0|217999-25421120/1928931160905211127/1519" HotelName="LADA KRABI RESIDENCE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>No.160 Beijing Middle Rd, Yinchuan, 750002, P.R.China, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6590100/6590086/db99fc10_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Luxury. Property Type: Full service. Nonsmoking rooms: 60. Suites: 39. Floors: 17. Executive floor: 1. Double bedrooms: 163. Total rooms: 409. Rooms with internet access: 409. Total rooms and suites: 409. Single-bedded accommodations: 205. All rooms non-smoking: 60. Property location- Located in the heart of Yinchuan City in the Jinfeng District,No.160 Beijing Middle Road.. Miscellaneous information- All rates are including service charge but excluding tax. No additional charge for children 5 years of age and below sharing room with parents, using existing bedding. 50 pct discount on the extra bed and breakfast charge for children between 6 and 12 years.
All reservations will be held untill 18:00 unless guranteed deposit is being made in advance. Check out time is 12:00 noon. All major credit cards are accepted.. Property description- kempinski Hotel Yinchuan is across from the International Conference &amp;amp; Exhibition Center, Museum of Ningxia,Seience &amp;amp; Exhibitions Center,Museum of Ningxia,Seience &amp;amp; Technology Museum and the Peoples Squarc, The hotel includes an attached shopping mall and business tower making the kempinski Hotel Yinchuan the idea place for business and shopping.Each of he kempinski Hotel Yinchuan's 409 accommodations offers luxury and services of world-class international hotel with elegance and charm,In every room are all the modern conveniences and state of the art technology for business and leisure travelers. Onsite facilities information- ParkingProperty was built in 2010. Property was renovated in 2010. Hotel Currency: CNY. Ratings: OHG Rating: D, Property is ISO Certified: N. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599347-25752142/1928931160905211127/1013" HotelName="CHERMANTRA AONANG RESORT AND POOL SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32090000/32087500/32087435/9d0d6faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0660547364186" Longitude="98.91604187563" StarRating="2" HotelCode="392707|57864" HotelName="Lada Krabi Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/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="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035412" Longitude="98.8173" StarRating="4" HotelCode="395006|3757" HotelName="Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Moo 2 Tambol Ao-Nang, Amphur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c2/c2/c2c25501826ba4d20a9c5d776331d69319d3b9e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property enjoys a prime location around a 5-minute walk from Ao Nang Beach, close to dining venu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.95" OriginalAmount="194.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035738" Longitude="98.818494" StarRating="3" HotelCode="26333|61514|Bed &amp; Breakfast" HotelName="Krabi Heritage Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|95010-25262074/1928931160905211127/838" HotelName="VERANDAH (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5330000/5321900/5321843/fa98669b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497936-28572257/1928931160905211127/320" HotelName="HULA HULA RESORT AONANG BEACH (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15660000/15658800/15658780/0fe2cafc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.54" OriginalAmount="198.55" 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="83" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.795528" Longitude="-92.222521" StarRating="2" HotelCode="0|182177-25367357/1928931160905211127/1437" HotelName="PHRANANG PLACE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3925 McCain Park Drive, North Little Rock, 72116, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5294300/5294277/570c76cc_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 54. Floors: 2. Property description- Welcome to the North Little Rock/McCain Super 8. Our property is located just off 67/167 near I-40 for your convenience.  We provide the Complimentary SuperStart Breakfast, High Speed Wireless Internet access, Free local calls. All guest rooms have Microwaves, Refrigerators, Coffee-Makers, Hairdryers, Iron, Ironing Board, Am-Fm Clock Radio, Wi-Fi and hard wired.  Hot tub rooms available. Children under 17 are FREE in the same room with adult family member.

We are within walking distance from the McCain Mall and numerous restaurants. The Altell Arena and the Clinton Library are only minutes away.  

Our heated indoor swimming pool will relax you after a long day.  

Lobby Business Center and on site Guest Laundry - open 24 hours 

When you are in the North Little Rock Area, make Super 8 your choice.   

FREE Coffee Travel Mug program.  

Earn WyndhamRewards on your stay.

Pet fee 25.00 dollars per pet per night non refundable.. Onsite facilities information- ParkingProperty was built in 1996. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.100838" Longitude="14.49163" StarRating="4" HotelCode="0|172399-28570688/1928931160905211127/268" HotelName="DEEVANA PLAZA KRABI AONANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>NOVOVYSOCANSKA 163/25,PRAGUE, CZECH REPUBLIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4565200/4565192/4c0aa2ca_b.jpg</HotelPictures>
        <HotelDescription>Hotel´s brand new facilities are supported with the latest technology and their special devotion to each of our guest, very friendly staff and high quality of service leads to guests' full satisfaction with their stay. Our warm and pleasant environment makes us recognizable and favorite place to stay among all of our guests. Located just 20 min. by public transportation from the down town of Prague, Relax Inn goes beyond the limits of the expectations of each of our guests by offering: Wellness centre (relaxing swimming pool, sauna, massages), Relaxing swimming pool 7m x 3m with massage bench, aquatic countercurrent and lighting Massage bathtubs, whirlpool baths, Peaceful and safe location Free WiFi in rooms and public areas, SAT TV, Stylish bar and restaurant(only for breakfasts now), Private parking, Garage. 							 							 							 &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.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="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0399805210937" Longitude="98.817520737648" StarRating="4" HotelCode="888183|12304" HotelName="Ananta Burin Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Moo 3, Tambon Ao Nang, Ampher Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/25/6a25c716f048f354c30b0769ab457801cfc3a299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is located on the Ao Nang beach in Krabi, a place where guests can enjoy their day...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192351-25390420/1928931160905211127/389" HotelName="RAMADA BY WYNDHAM AONANG KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5291400/5291350/1115d96c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.40" OriginalAmount="206.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0332912922635" Longitude="98.832152211605" StarRating="3" HotelCode="853590|655748|Bed &amp; Breakfast" HotelName="Andaman Breeze Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Business Centre,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Library,Parking,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>424/1 Soi 11/1 Moo 2, Ao Nang, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/41/5141e4f1b024dce92f758ec928646e17a4eb5191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely resort is located in Ao Nang Beach. This establishment offers a total of 73 guests rooms...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0468962820188" Longitude="98.802208006382" StarRating="3" HotelCode="100224|51059" HotelName="Krabi Aquamarine Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/08/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="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|166149-25341148/1928931160905211127/458" HotelName="CENTARA ANDA DHEVI AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4669800/4669787/2cc64aad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|433997-28552922/1928931160905211127/33" HotelName="DEEVANA KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15490000/15481100/15481035/7414ed79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|119395-25288072/1928931160905211127/1298" HotelName="AQUAMARINE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4630000/4629400/4629322/60009ada_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599345-25752138/1928931160905211127/1129" HotelName="ANDAMAN BREEZE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33100000/33097800/33097734/0fc33549_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.09" OriginalAmount="219.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410409" Longitude="98.8201586" StarRating="4" HotelCode="|27893" HotelName="Chada Thai Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|498092-25659694/1928931160905211127/643" HotelName="WAKE UP AONANG HOTEL (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18090000/18086600/18086563/84413d18_edited_12eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.22" OriginalAmount="222.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="Free CXL until 20/08/2026" 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="230.45" OriginalAmount="228.17" 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="Free CXL until 15/08/2026">
        <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="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|501236-25665021/1928931160905211127/960" HotelName="KOKOTEL KRABI AO NANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18800000/18798500/18798410/ef52f18a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|125294-25293231/1928931160905211127/814" HotelName="GOLDEN BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2758000/2757922/487cb66a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17641-28551369/1928931160905211127/283" HotelName="KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/977300/977300/33dd7faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.97" OriginalAmount="231.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.066459" Longitude="98.914066" StarRating="2" HotelCode="56692|52693|Bed &amp; Breakfast" HotelName="Thepparat Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 19/08/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="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192073-25390942/1928931160905211127/758" HotelName="AONANG PHU PI MAAN RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598800/6598756/6ef7d365_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|218043-25421150/1928931160905211127/1377" HotelName="NATTHA WAREE HOT SPRING RESORT AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9680000/9679400/9679342/c3a183aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.92" OriginalAmount="237.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06667" Longitude="98.9144" StarRating="3" HotelCode="|28243" HotelName="Thepparat Lodge Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/08/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="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0374123110283" Longitude="98.818652629852" StarRating="4" HotelCode="10224|pakasai_resort" HotelName="Pakasai Resort" Meals="BED &amp; BREAKFAST" 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="241.09" OriginalAmount="238.70" 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="242.40" OriginalAmount="240" 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="Free CXL until 19/08/2026" 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="8" TotalAmount="242.43" OriginalAmount="240.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.041033" Longitude="98.81733" StarRating="3" HotelCode="96813|100117|Bed &amp; Breakfast" HotelName="Areetara Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="246.76" OriginalAmount="244.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034575" Longitude="98.8294672" StarRating="3" HotelCode="|26201" HotelName="The Cliff Elegance Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85/2 MOO 2, AO NANG 85/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/1/26201_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 24 bungalows, The establishment boasts a lobby, a cafÃ©, a reception, a currency exchange service and a safety deposit box service. Our guests can find a mini-market, a bar, a television room and an Ã  la carte restaurant with air-conditioning, The establishment also offers internet, a car park, room service, a medical care service and a laundry service. SITUATION: It is in the outskirts of the city centre, 30 minutes away from the establishment, you can find the airport. ROOM: The establishment has bungalows with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV and a radio. They also have a stereo, a mini-bar, a double bed, tiled floors and a safety deposit box (available for a fee). FACILITIES: Clients can find a swimming pool, deck chairs, parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte lunch. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.21" OriginalAmount="244.76" 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="Free CXL until 14/08/2026">
        <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="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|365573-25551969/1928931160905211127/695" HotelName="BLUESOTEL KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12530000/12527500/12527479/63a41405_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3897-25189876/1928931160905211127/841" HotelName="CHADA THAI VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108292/2c49c842_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034846" Longitude="98.829708" StarRating="4" HotelCode="76241|12641" 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="8" TotalAmount="258.04" OriginalAmount="255.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07237923" Longitude="98.91662368" StarRating="3" HotelCode="620605|633022|Bed &amp; Breakfast" HotelName="River Front Krabi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/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>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|439343-28552844/1928931160905211127/331" HotelName="THE LAI THAI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14830000/14825300/14825265/8c2c2ed8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.00" OriginalAmount="256.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0425005" Longitude="98.8180751" StarRating="4" HotelCode="|104206" HotelName="Deevana Plaza Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <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="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03235462" Longitude="98.82555143" StarRating="4" HotelCode="613758|262573" HotelName="Panan Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497996-28572348/1928931160905211127/27" HotelName="MANEETEL KRABI BEACHFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17130000/17123400/17123384/4a223338_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.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="261.89" OriginalAmount="259.30" 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="Non Refundable">
        <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="266.01" OriginalAmount="263.38" 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="27" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062195" Longitude="98.746828" StarRating="4" HotelCode="165936|51060" HotelName="Elements Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/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="83" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|428159-28543217/1928931160905211127/96" HotelName="HOLIDAY STYLE AO NANG BEACH RESORT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83320700/83320645/4e27b61c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582779-25731035/1928931160905211127/858" HotelName="RIVER FRONT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21830000/21824800/21824742/4e01d26b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.81" OriginalAmount="267.14" 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 22/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="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84538" Longitude="2.30994" StarRating="4" HotelCode="0|39114-27713784/1928931160905211127/1056" HotelName="THE CLIFF AO NANG RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>92 BOULEVARD GARIBALDI, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60610000/60608500/60608472/061b2cbd_b.jpg</HotelPictures>
        <HotelDescription>This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquarters are nearby. There are also plenty of shopping and entertainment opportunities located close to the hotel, around 1 km away. Orly airport is roughly 12 km away and Charles de Gaulle is 30 km from the hotel.

The inviting hotel consists of 2 4-storey buildings with a total of 19 rooms, of which 8 are suites. The hotel includes a reception open 24 hours, a lift and a safe, as well as a TV room, room and laundry service available for guests' use.

The comfortable rooms come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, Internet access, a hire safe and a minibar. Air conditioning and heating are individually regulated.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1453095-32740434/1928931160905211127/1502" HotelName="GRAND MERCURE KRABI AO NANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/124000000/123520000/123519300/123519202/603885f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|583169-28533241/1928931160905211127/329" HotelName="KRABI HOME RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21390000/21386800/21386712/4d0cc058_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="285.83" OriginalAmount="283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.212275" Longitude="-91.967591" StarRating="3" HotelCode="0|182181-28511042/1928931160905211127/64" HotelName="ARAWAN KRABI BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3008 Market Street, Pine Bluff, 71601, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11830000/11823900/11823856/b143c020_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 51. Floors: 2. Property description- Welcome to the Super 8 of Pine Bluff, AR. The hotel is conveniently located just off US 65 and Interstate 530 across from the Pines Mall. Pine Bluff has many local attractions and restaurants within minutes of the hotel. While visiting our hotel, enjoy our beautiful landscape and Breakfast is included and that we have a breakfast buffet. Free High Speed Internet at Property and All Guests Rooms. Thank you for visiting the Super 8 of Pine Bluff.. Onsite facilities information- ParkingProperty was built in 2001. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1370789-28590838/1928931160905211127/216" HotelName="VENICE KRABI VILLA RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46240000/46240000/46239939/2ee79996_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.24" OriginalAmount="286.38" 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="Non Refundable">
        <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="290.78" OriginalAmount="287.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0333387" Longitude="98.8262821" StarRating="4" HotelCode="|35684" HotelName="Holiday Inn Resort Krabi Ao Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>244 MOO 2, AO NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/6/8/4/35684_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2010, has 3 floors and 78 rooms. The establishment boasts a safety deposit box service, a lobby, a reception, a currency exchange service, a cloakroom, a cafÃ© and a restaurant. The establishment also offers a conference room, internet, room service, a laundry service, bicycle rental and a car park. SITUATION: Krabi 25 minutes away from the establishment, clients can find next to the establishment, guests have the beach. ROOM: The establishment has deluxe suites and honeymoon suites. They have a balcony, a king-size bed, an air-conditioning system, a satellite TV, a fridge, a direct line telephone, a safety deposit box and a desk. They also have a mini-bar, umbrellas, a bathroom, a hairdryer, complimentary bathroom items, coat, towels and slippers. FACILITIES: The establishment has a pool that has a children's area, a gym, a massage service, hydrotherapy, deck chairs, parasols and an outdoor bar. For a fee, guests can enjoy a sauna and a Turkish bath. 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: The establishment accepts Mastercard, American Express, Diners Club, JCB and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|105206-25281527/1928931160905211127/585" HotelName="PEACE LAGUNA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2421100/2421042/4202eb96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="292.68" OriginalAmount="289.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0411532481445" Longitude="98.838271917197" StarRating="3" HotelCode="310629|7265598|Bed &amp; Breakfast" HotelName="Ban Sainai Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>550 Soi Aonang 11/1, Moo 2, Tambon Aonang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7712d0af17f929fc2e01394deeb52e260fad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|59225-28551502/1928931160905211127/17" HotelName="LA PLAYA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3550000/3546800/3546782/8f047b03_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.59" OriginalAmount="298.60" 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="Free CXL until 08/08/2026">
        <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="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119184-25287896/1928931160905211127/547" HotelName="SRISUKSANT RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4600000/4596000/4595934/b5a7ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|76441-25246064/1928931160905211127/638" HotelName="TONSAI BAY RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6590000/6589900/6589897/76890a16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|218221-25421306/1928931160905211127/1109" HotelName="SEA STAR HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92020000/92011800/92011797/2e00aab3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.65" OriginalAmount="313.51" 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 15/08/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="94" TotalAmount="318.39" OriginalAmount="315.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0323669" Longitude="98.8234246" StarRating="4" HotelCode="|26199" HotelName="Krabi Tipa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/08/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="319.49" OriginalAmount="316.33" 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="Free CXL until 19/08/2026">
        <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="27" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02944737" Longitude="98.86716265" StarRating="4" HotelCode="871107|367363" HotelName="Villa Cha-Cha Krabi Beachfront Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>325 Moo 5, Saithai, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1b/cd1bb95730767b15a5b5e605a78e0af1ce803811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="325.22" OriginalAmount="322" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595471-25746192/1928931160905211127/729" HotelName="VILLA CHA-CHA KRABI BEACHFRONT RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31950000/31948000/31947937/c3c82aab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|79178-28510513/1928931160905211127/127" HotelName="SAND SEA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3894100/3894070/184ab41a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.44" OriginalAmount="325.19" 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="330.28" OriginalAmount="327.01" 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="349.14" OriginalAmount="345.68" 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="Free CXL until 19/08/2026">
        <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="354.04" OriginalAmount="350.53" 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 19/08/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="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|388505-25853703/1928931160905211127/809" HotelName="AONANG FIORE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14760000/14755300/14755277/8e130080_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.044363" Longitude="98.81878475" StarRating="4" HotelCode="586210|andakiri_pool_villa" HotelName="Andakiri Pool Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="357.05" OriginalAmount="353.51" 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 19/08/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="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.0894" Longitude="25.1594" StarRating="3" HotelCode="0|599351-25752146/1928931160905211127/743" HotelName="THE SCENE CLIFF VIEW VILLAS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PARIKIA, 84400 PAROS, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29750000/29744100/29744052/d09bda24_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Angelina Studios in Paros (Parikia), you'll be minutes from Livadia Beach and close to Paros Archaeological Museum. This aparthotel is within close proximity of Church of One Hundred Gates and Ekatontapyliani Church.   Rooms   Make yourself at home in one of the 14 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access is available to keep you connected. Housekeeping is provided once per stay, and cribs/infant beds can be requested.   Business, Other Amenities   The front desk is staffed during limited hours. A roundtrip airport shuttle is complimentary (available on request).   Room Info:    Know Before You Go       Cash transactions at this property cannot exceed EUR 1500, due to national regulations. For further details, please contact the property using information in the booking confirmation.   Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    No onsite parking is available.     Property Information:  Pets allowed    Check-in time starts at 2 PM  Check-out time is noon&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.46" OriginalAmount="358.87" 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="83" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077487-26329994/1928931160905211127/1409" HotelName="AMADHA VILLAS RETREAT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34530000/34527900/34527845/e2d9522c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062586" Longitude="98.747085" StarRating="5" HotelCode="61993|9483" HotelName="Sofitel Krabi Phokeethra Golf &amp; Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 14/08/2026" 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="27" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="4" HotelCode="954940|396588" 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="27" TotalAmount="379.76" OriginalAmount="376" 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 14/08/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="381.03" OriginalAmount="377.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.7888536" Longitude="98.9829666" StarRating="2" HotelCode="|179768" HotelName="Joy Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243695-25459917/1928931160905211127/766" HotelName="BAN SAINAI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598900/6598818/bfa27530_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013628" Longitude="98.842786" StarRating="3" HotelCode="187182|railay_phutawan_resort" HotelName="Railay Phutawan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Moo 2, Ao Nang 81000, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4d/2f4d6c555feda4e9339cbe997591fea6bac92d53.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Eastside Beach of Ao Nang Krabi, the resort is set among the lush greenery of mountai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="387.30" OriginalAmount="383.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.040316" Longitude="98.817375" StarRating="3" HotelCode="115858|110542|Bed &amp; Breakfast" HotelName="Apasari Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Aonang, Moo 3, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a1/56a1e7990c1871a119d094178b513611391c3ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Krabi, this hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.84" OriginalAmount="384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093853" Longitude="98.74752" StarRating="5" HotelCode="70842|amari_vogue_krabi_2" 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="388.49" OriginalAmount="384.64" 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 18/08/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="389.55" OriginalAmount="385.69" 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="63" TotalAmount="394.91" OriginalAmount="391.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="Free CXL until 06/08/2026" 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="83" TotalAmount="406.02" OriginalAmount="402" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76442-25246066/1928931160905211127/678" HotelName="TUP KAEK SUNSET BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3893200/3893187/48d5fbfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="408.36" OriginalAmount="404.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02760262" Longitude="98.88757306" StarRating="5" HotelCode="440796|74073746|Bed &amp; Breakfast" HotelName="The Shellsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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="408.66" OriginalAmount="404.61" 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="83" TotalAmount="412.08" OriginalAmount="408" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76438-28570008/1928931160905211127/39" HotelName="RAILAY VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3870000/3865900/3865892/3b4f388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.02" OriginalAmount="408.93" 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 15/08/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="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|389459-25570531/1928931160905211127/1444" HotelName="BLU MONKEY POOLTARA KRABI HOTEL AND VILLAS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13120000/13117900/13117842/8a33439f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|267572-25491761/1928931160905211127/1361" HotelName="BLISS RESORT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10480000/10470400/10470302/03fb60ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.64" OriginalAmount="418.46" 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="83" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119167-25287886/1928931160905211127/529" HotelName="BHU NGA THANI RESORT AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2783600/2783517/5cda80f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.33" OriginalAmount="421.12" 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="83" TotalAmount="427.23" OriginalAmount="423" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217517-25420714/1928931160905211127/540" HotelName="AONANG PRINCEVILLE VILLA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1620000/1611100/1611050/8bc1d453_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.24" OriginalAmount="424" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013579" Longitude="98.842588" StarRating="4" HotelCode="900079|15873" HotelName="Bhu Nga Thani 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,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="432.88" OriginalAmount="428.59" 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 19/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="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146053-28569925/1928931160905211127/55" HotelName="ELEMENTS RESORTS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4032800/4032737/e91f9963_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.98" OriginalAmount="458.40" 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 19/08/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="83" TotalAmount="465.61" OriginalAmount="461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401550-27597372/1928931160905211127/1460" HotelName="ADAM KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100300000/100293300/100293262/93b29bfa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="480.58" OriginalAmount="475.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398143" Longitude="98.8151029" StarRating="0" HotelCode="|49639" HotelName="Holiday Ao Nang Beach Resort, Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3 Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/6/3/9/49639_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, was built in 2008, has 59 standard rooms, a lobby, a reception, a safety deposit box service, a lift, a kiosk and a bar. The establishment also offers room service, a laundry service, a car park and bicycle rental. SITUATION: This complex is near beaches. It is situated 10 minutes away from the shopping centre Ao Nang. In front of the hotel there is a bus stop. It is 30 kilometres away from Krabi Airport. ROOM: Each room has a bathroom with a shower, a bath, an individual air-conditioning system, a balcony or terrace, a direct line telephone, internet and a radio. They also have a stereo, cable television, a DVD player, a mini-bar, a fridge, a coffee maker, a kettle, a safety deposit box, an ironing set and a hairdryer. FACILITIES: The establishment has a swimming pool that has an area for children, an outdoor bar, a terrace, deck chairs, a gym and a massage service. MEALS: Clients have at their disposal 3 restaurants. The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.82" OriginalAmount="482.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="Free CXL until 16/08/2026">
        <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="497.56" OriginalAmount="492.63" 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="Free CXL until 15/08/2026">
        <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="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|79177-28580071/1928931160905211127/76" HotelName="RAILAY BAY RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2186400/2186324/c49e12d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="526.90" OriginalAmount="521.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0534321519075" Longitude="98.756154477596" StarRating="5" HotelCode="26536|1076708|Bed &amp; Breakfast" HotelName="Dusit Thani Krabi Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" 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="83" TotalAmount="527.22" OriginalAmount="522" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|497792-28591981/1928931160905211127/137" HotelName="THE SHELLSEA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15670000/15666200/15666184/3168c5cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="534.29" OriginalAmount="529" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401549-27591413/1928931160905211127/1339" HotelName="VARANA KRABI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90300000/90296800/90296715/6b783dde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="547.42" OriginalAmount="542" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|522332-28572332/1928931160905211127/22" HotelName="ALISEA POOL VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16530000/16527000/16526936/w2887h2158x0y3-1133d1b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0542341896264" Longitude="98.750519156456" StarRating="4" HotelCode="55338|219532" HotelName="Nakamanda Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 08/08/2026" 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="83" TotalAmount="568.63" OriginalAmount="563" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|107751-25282205/1928931160905211127/382" HotelName="DUSIT THANI KRABI BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11070000/11067400/11067367/59e7307c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="572.93" OriginalAmount="567.26" 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 15/08/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="83" TotalAmount="599.94" OriginalAmount="594" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582632-32594268/1928931160905211127/2" HotelName="DE MALEE POOL VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19990000/19983500/19983458/3b4e641f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.28" OriginalAmount="600.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0917104163564" Longitude="98.748115897179" StarRating="4" HotelCode="50876|25776|Bed &amp; Breakfast" HotelName="The Tubkaak Krabi Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/08/2026" 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>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077359-26329758/1928931160905211127/1068" HotelName="THA LANE BAY VILLA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22710000/22703000/22702944/3dcc065c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|59226-28596975/1928931160905211127/4" HotelName="NAKAMANDA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1054600/1054568/46bec1bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.17443308" Longitude="98.74864215" StarRating="3" HotelCode="540050|376110" HotelName="Tha Lane Bay Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 15/08/2026">
        <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="63" TotalAmount="705.99" OriginalAmount="699.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0453425595166" Longitude="98.850493533349" StarRating="4" HotelCode="378799|pimann_buri_pool_villa_resort_3" 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="760.50" OriginalAmount="752.97" 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="766.65" OriginalAmount="759.06" 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="63" TotalAmount="787.80" OriginalAmount="780.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.8035425676636" Longitude="98.971826762429" StarRating="4" HotelCode="320437|koh_jum_beach_villas" HotelName="Koh Jum Beach Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="883.53" OriginalAmount="874.78" 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="83" TotalAmount="887.79" OriginalAmount="879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17647-25203398/1928931160905211127/368" HotelName="TUBKAAK BOUTIQUE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1229100/1229019/42e09193_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1208.97" OriginalAmount="1197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0525934604118" Longitude="98.812006898956" StarRating="3" HotelCode="422537|irawan_house" HotelName="Irawan House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Massage Centre,Parking,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>287-287/2 Moo 5, Ao Nang Beach, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9d/879d009371bd98bc2b6d7c700dde8249f041e881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at Irawan House in Krabi, you'll be near the beach and minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1314.14" OriginalAmount="1301.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.006369" Longitude="98.838603" StarRating="5" HotelCode="|31510" HotelName="Rayavadee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>214 MOO 2, TUMBON AO-NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/1/0/31510_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004 has 5 villas. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a cafÃ©, shops, a hairdresser's, a bar and a restaurant with air-conditioning. It also has a conference room, internet, room service, a medical care service and a laundry service. SITUATION: This hotel is 50 metres away from a beach. 800 metres away, guests can find Bangkok it is just 28 kilometres away from the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1434.20" OriginalAmount="1420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3896-25192005/1928931160905211127/357" HotelName="RAYAVADEE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874200/874163/c90f4dbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1485.71" OriginalAmount="1471" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1261138-26609367/1928931160905211127/393" HotelName="BANYAN TREE KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/54000000/53850000/53845200/53845156/f5ddbafd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1943.24" OriginalAmount="1924" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0851778210496" Longitude="98.744945526123" StarRating="5" HotelCode="318161|55052" HotelName="Phulay Bay, a Ritz-Carlton Reserve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Moo 3, Nongthalay, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a8/33a8300b94b218dffc04c2e15c755aee8047bf43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort, situated in a secluded and pristine area of Krabi overlooking the magnificent Andaman Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Laundry,Swimming Pool,Telephone Service,Wheelchair Access,Shopping Arcade,Spa,Jacuzzi,Kitchen,Diet Meals,Nightclub,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Business Centre,Dining,Housekeeping,Library,Parking,Wake-up Call Service,Concierge,LCD/Projector,Valet Parking,Dry Cleaning</BasicAmenities>
    <HotelRating>5,3,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,SPA HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,VILLAGE,HOTEL,GUESTHOUSE,APARTMENT HOTEL,CITY HOTEL,RESORT,BED AND BREAKFASTS,APARTMENT,HOSTELS,VILLA,ECO HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,FINCA,GUEST HOUSES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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="462df724-1898-46ab-a793-ba0cea2756da">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-26T00:00:00" End="2026-08-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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:83b0acbf-493e-46fa-ab1b-90b6b94f9677
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
462df724-1898-46ab-a793-ba0cea2756da|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-23T08:33:51.478657+01:00" Version="0" EchoToken="Search" TransactionIdentifier="462df724-1898-46ab-a793-ba0cea2756da" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="73.90" OriginalAmount="73.17" 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 19/08/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="86.68" OriginalAmount="85.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.1093" Longitude="98.93498" StarRating="3" HotelCode="|244930" HotelName="B2 Krabi Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.067487" Longitude="98.808544" StarRating="3" HotelCode="166939|25350" HotelName="Palm Paradise Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Moo.3, T. Aonang, A. Muang, 81000 Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/37/083757878cf1df2cad9e405ab23f94e6f1e83c11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is situated between Ao Nang and Nopparattara beaches in Krabi Province, Thailand. It is 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|389228-25570433/1928931160905211127/1280" HotelName="J. HOLIDAY INN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11810000/11807000/11806930/7e3fb03d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06623227" Longitude="98.91072733" StarRating="3" HotelCode="362874|205114" HotelName="J.Holiday Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02497965" Longitude="98.85552936" StarRating="3" HotelCode="621391|262510" HotelName="Anyavee Nam Mao Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/08/2026" 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="94" TotalAmount="104.30" OriginalAmount="103.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.54423" Longitude="99.046812" StarRating="3" HotelCode="|178329" HotelName="Lanta Seafront Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/08/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="27" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0484153964939" Longitude="98.814747333527" StarRating="3" HotelCode="166941|19009" HotelName="Sunda Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/08/2026" 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="109.78" OriginalAmount="108.69" 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 21/08/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="63" TotalAmount="111.10" OriginalAmount="110.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 13/08/2026" 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="12" TotalAmount="113.24" OriginalAmount="112.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0506076562915" Longitude="98.915209891602" StarRating="3" HotelCode="312724|2619268|Bed &amp; Breakfast" HotelName="Marina Express Fisherman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" 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="83" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267562-28512729/1928931160905211127/44" HotelName="AONANG SILVER ORCHID RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8830000/8829600/8829532/7aa208de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0750803496233" Longitude="98.909870886513" StarRating="3" HotelCode="774435|376060" HotelName="The Pineapple Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/08/2026" 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="63" TotalAmount="117.16" OriginalAmount="116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.031743364608" Longitude="98.823887615344" StarRating="3" HotelCode="99801|ao_nang_orchid_resort" HotelName="Ao Nang Orchid Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/08/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="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1401551-32348928/1928931160905211127/1490" HotelName="ANYAVEE CHOM BY THE SEA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95340000/95331700/95331618/17e7725e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.19" OriginalAmount="119.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="Free CXL until 13/08/2026">
        <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="120.64" OriginalAmount="119.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04035" Longitude="98.81747" StarRating="3" HotelCode="|187920" HotelName="The Capuchin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/2026">
        <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="27" TotalAmount="121.20" OriginalAmount="120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03422" Longitude="98.831253" StarRating="3" HotelCode="296592|40454" HotelName="Ibis Styles Krabi Ao Nang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04334046" Longitude="98.81973081" StarRating="3" HotelCode="751765|304804" HotelName="Sky Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="127.19" OriginalAmount="125.93" 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="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07012977" Longitude="98.915607" StarRating="3" HotelCode="554593|219524" HotelName="Krabi SeaBass Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1213902-26553358/1928931160905211127/1038" HotelName="THE BROWN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39480000/39473700/39473617/00ad849e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03585" Longitude="98.83494" StarRating="4" HotelCode="468399|132419" HotelName="Centra by Centara Phu Pano Resort Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04331181" Longitude="98.81994194" StarRating="3" HotelCode="496134|219079" HotelName="Hula Hula Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Free CXL until 19/08/2026" 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="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03244138" Longitude="98.82342239" StarRating="3" HotelCode="563349|222333" HotelName="Wake Up Aonang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|267392-25491671/1928931160905211127/1286" HotelName="AO NANG BAAN SUAN RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6597800/6597781/2324f763_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0812821132363" Longitude="98.917862176895" StarRating="4" HotelCode="29564|1020" HotelName="Maritime Park &amp; Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/08/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="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.601568" Longitude="-89.9813" StarRating="3" HotelCode="0|182158-25367331/1928931160905211127/790" HotelName="THE VATIKA RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>313 Salem Place, Fairview Heights, 62208, IL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478700/5478618/feaed014_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 88. Suites: 6. Single-bedded accommodations: 44. Double bedrooms: 44. Smoking rooms: 0. Nonsmoking rooms: 88. Physically challenged rooms: 11. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Fairview Heights Hotel's Guests are Near St. Louis
Situated between Southern Illinois and the "Gateway to the West" is the Holiday Inn®Hotel St. Louis - Fairview Heights. This Illinois hotel's location allows you to enjoy a number of memorable attractions.
On vacation and looking for hotels near St. Louis and Scott Air Force Base; look no further. We're 15 minutes from the Gateway Arch in St. Louis, where you can enjoy the city view from atop the arch. Other nearby attractions include Busch Stadium and the Casino Queen in St. Louis. Summer travelers should take the family to Splash City Family Waterpark for a day of wet and wild fun.
If business brings you to Fairview Heights, our hotel's location and convenient amenities are designed for you. We're minutes from Scott Air Force Base, as well as ConocoPhilips, CSC, Lockheed Martin, and Midcoast Aviation. The four meeting rooms can accommodate up to 229 guests for a reception. With the state-of-the-art Business Center, you can prepare for a meeting, event or seminar.
Whether a business trip or vacation brings you to Fairview Heights, Illinois, our hotel's free high-speed, wired and wireless Internet access keeps you connected. Start your day with breakfast from Kem's Restaurant. Later, burn calories in the Fitness Center and swim laps in the indoor pool. If you're looking for an accommodating stay in Fairview Heights, our hotel's staff offers quality service and a name you can trust!. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 313 Salem Place, Fairview Heights, 62208, IL, US. Additional Phone Numbers: Fax - Other: 16182121301. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.04320785" Longitude="98.8198381" StarRating="3" HotelCode="621519|262563" HotelName="Kokotel Krabi Oasis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>230/4-7 Moo 3, Tambon Aonang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/4a/fe4a83f865c4e6005a13ca5813c983cfada91c95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582665-25730973/1928931160905211127/863" HotelName="GLOW AO NANG KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20220000/20218200/20218123/08232090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|252973-25474508/1928931160905211127/1487" HotelName="KOH JUM RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3910000/3907600/3907543/6670fcd0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.09" OriginalAmount="140.68" 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 16/08/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="143.42" OriginalAmount="142.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Eco Hotel" CnxPolicy="Free CXL until 12/08/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="16" TotalAmount="146.05" OriginalAmount="144.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0128179160018" Longitude="98.842975123515" StarRating="3" HotelCode="129882|1572598|Bed &amp; Breakfast" HotelName="Diamond Cave Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/2026" 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="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76436-28579966/1928931160905211127/170" HotelName="HERITAGE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108291/4c03946d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76434-25246056/1928931160905211127/956" HotelName="ANYAVEE AO NANG BAY RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1142400/1142335/24d98935_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03263575" Longitude="98.82384094" StarRating="3" HotelCode="856296|375988" HotelName="Alisa Hotel Aonang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026">
        <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="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|437495-25610584/1928931160905211127/714" HotelName="CENTRA BY CENTARA PHU PANO RESORT KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16140000/16130400/16130321/978f8c5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0384872340727" Longitude="98.817875620036" StarRating="3" HotelCode="900647|11980" HotelName="Timber House Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398530405225" Longitude="98.817858695984" StarRating="4" HotelCode="888372|11957" HotelName="Red Ginger Chic Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 M. 3, T. Ao Nang, A. Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/60/6060dd67f93e23cdc84812fdc789ede7d4b0d5d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located 200 m away from the centre of Ao Nang Beach, in Krabi province, in southern Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0383126471212" Longitude="98.817043304443" StarRating="3" HotelCode="104213|20765" HotelName="The Small Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05740644" Longitude="98.81851976" StarRating="3" HotelCode="386155|170036" HotelName="The Phu Beach Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.4287" Longitude="4.84035" StarRating="2" HotelCode="0|583400-25731283/1928931160905211127/1185" HotelName="LITTLE HOME AO NANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PIETER LIEFTINKWEG 10, ZAANDAM, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12840000/12830300/12830215/10449a0a_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Zaandam, ibis budget Amsterdam Zaandam is close to Czar Peter House and NDSM Werf. This hotel is within the vicinity of Westergasfabriek Culture Park and Noorderkerk.   Rooms   Make yourself at home in one of the 93 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided.   Rec, Spa, Premium Amenities   Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.   Business, Other Amenities   Featured amenities include a 24-hour front desk, luggage storage, and air conditioning in public areas. Free parking is available onsite.   Room Info:    National Rating   This property does not have a Netherlands Tourist Board rating. For the benefit of our customers, we have provided a rating based on our rating system.   Know Before You Go       Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Breakfast fee: EUR 7.50 per person (approximately)                                 The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Mandatory Fees and Taxes    Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:    A tax is imposed by the city: EUR 2.45 per person, per night      We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at noon  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" 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" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/08/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="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|191973-25387766/1928931160905211127/1214" HotelName="AO NANG VILLAGE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7840000/7832400/7832392/381a0e14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093681" Longitude="98.747571" StarRating="4" HotelCode="76008|21458" HotelName="Anyavee Tubkaek Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 15/08/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="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0397147695595" Longitude="98.817080550025" StarRating="4" HotelCode="352981|apple_a_day_resort" HotelName="Apple A Day Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" 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="83" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|182178-25367359/1928931160905211127/1174" HotelName="GREEN VIEW VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6250000/6249100/6249020/53a2cfdf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.65" OriginalAmount="165" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034717" Longitude="98.833651" StarRating="3" HotelCode="187181|53166" HotelName="Greenview Village Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" 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="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|497744-25659532/1928931160905211127/1119" HotelName="KRABI SEABASS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17670000/17668200/17668128/3c63c7e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.60" OriginalAmount="166.93" 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 21/08/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="169.54" OriginalAmount="167.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.539888" Longitude="99.048353" StarRating="3" HotelCode="|178316" HotelName="Lanta Nice Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.3233361" Longitude="-85.7550306" StarRating="3" HotelCode="0|182159-25367333/1928931160905211127/999" HotelName="MARINA EXPRESS - FISHERMAN - AONANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1419 Bales Lane, Clarksville, 47129, IN, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10930000/10925100/10925045/9e3c7587_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 104. Suites: 104. Single-bedded accommodations: 93. Double bedrooms: 11. Smoking rooms: 0. Nonsmoking rooms: 104. Physically challenged rooms: 7. Floors: 4. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-888-226-3539 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Louisville, KY Hotel's Spacious Suites Impress GuestsThe Candlewood Suites® Louisville - North hotel features a premier location just four miles from downtown Louisville in Clarksville, IN. Spend time in the hotel's heated indoor pool for a night of relaxation or travel just seconds away and shop at the Greentree Mall for the day. You can always count on the convenience of being close to major businesses, retailers and restaurants without worrying about the heavy traffic in downtown.Kentucky visitors looking for Louisville hotels with free Wi-Fi access need look no further. Offering premier business amenities, like a boardroom-style meeting space, the hotel provides corporate guests with the tools they need to be successful. This Clarksville, IN hotel's location allows for easy access to Norton Healthcare, Jewish Hospital and Clark &amp;amp; Floyd Memorial Hospitals.When you're visiting Kentucky, the staff at this Louisville hotel's facility can help direct you to nearby attractions, like the home of the Kentucky Derby at Churchill Downs. Check out the giant baseball bat replica building at the Louisville Slugger Museum where you can tour the manufacturing process of this legendary bat.Guests feel right at home thanks to a free guest laundry facility and a convenient 24-hour Fitness Center. Come and enjoy the welcoming surroundings of this extended-stay, 100% nonsmoking hotel in Clarksville, Indiana. Make your reservations today!. Onsite facilities information- ParkingProperty was built in 2009. Hotel Currency: USD. Additional Addresses: Other: 1419 Bales Lane, Clarksville, 47129, IN, US. Additional Phone Numbers: Fax - Other: 18122846114. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|166145-28551526/1928931160905211127/12" HotelName="AONANG ORCHID RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2922300/2922281/74a521e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.032508" Longitude="98.824381" StarRating="3" HotelCode="89160|57465" HotelName="Verandah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/08/2026" 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="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039109" Longitude="98.81732" StarRating="4" HotelCode="176764|23536" 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.65" OriginalAmount="172.92" 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="Free CXL until 08/08/2026">
        <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="27" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03251192" Longitude="98.82881554" StarRating="3" HotelCode="754233|376089" HotelName="Sea Seeker Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="178.06" OriginalAmount="176.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0379537" Longitude="98.8178135" StarRating="3" HotelCode="|404728" HotelName="T2 Ao Nang Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="180.75" OriginalAmount="178.96" 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 21/08/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="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.039595" Longitude="98.815726" StarRating="4" HotelCode="187179|57188" HotelName="Srisuksant Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 M. 3, Noppharattara Beach 81000, Ao-Nang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a3/62a3b5edcee705cd1840ebf38657903d9e6196a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Nopparat Thara Beach, Ao Nang, Krabi. The hotel is just a stone’s throw away...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|603826-25759595/1928931160905211127/499" HotelName="SEA SEEKER KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27096900/27096804/f93f89bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410720718438" Longitude="98.82007420063" StarRating="4" HotelCode="316904|1834" HotelName="Cha-Da Krabi Thai Village Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Village" CnxPolicy="Free CXL until 20/08/2026" 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="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582722-25731003/1928931160905211127/1362" HotelName="JINGJIT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9200000/9199200/9199120/24b4ad98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.042416" Longitude="98.818377" StarRating="3" HotelCode="36334|205100" HotelName="Deevana Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="27" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.08047896" Longitude="98.91212343" StarRating="3" HotelCode="359633|53244" HotelName="Jingjit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/08/2026" 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="94" TotalAmount="191.65" OriginalAmount="189.75" 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="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.481696" Longitude="106.232073" StarRating="2" HotelCode="0|217999-25421120/1928931160905211127/1519" HotelName="LADA KRABI RESIDENCE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>No.160 Beijing Middle Rd, Yinchuan, 750002, P.R.China, CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6590100/6590086/db99fc10_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Luxury. Property Type: Full service. Nonsmoking rooms: 60. Suites: 39. Floors: 17. Executive floor: 1. Double bedrooms: 163. Total rooms: 409. Rooms with internet access: 409. Total rooms and suites: 409. Single-bedded accommodations: 205. All rooms non-smoking: 60. Property location- Located in the heart of Yinchuan City in the Jinfeng District,No.160 Beijing Middle Road.. Miscellaneous information- All rates are including service charge but excluding tax. No additional charge for children 5 years of age and below sharing room with parents, using existing bedding. 50 pct discount on the extra bed and breakfast charge for children between 6 and 12 years.
All reservations will be held untill 18:00 unless guranteed deposit is being made in advance. Check out time is 12:00 noon. All major credit cards are accepted.. Property description- kempinski Hotel Yinchuan is across from the International Conference &amp;amp; Exhibition Center, Museum of Ningxia,Seience &amp;amp; Exhibitions Center,Museum of Ningxia,Seience &amp;amp; Technology Museum and the Peoples Squarc, The hotel includes an attached shopping mall and business tower making the kempinski Hotel Yinchuan the idea place for business and shopping.Each of he kempinski Hotel Yinchuan's 409 accommodations offers luxury and services of world-class international hotel with elegance and charm,In every room are all the modern conveniences and state of the art technology for business and leisure travelers. Onsite facilities information- ParkingProperty was built in 2010. Property was renovated in 2010. Hotel Currency: CNY. Ratings: OHG Rating: D, Property is ISO Certified: N. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|599347-25752142/1928931160905211127/1013" HotelName="CHERMANTRA AONANG RESORT AND POOL SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32090000/32087500/32087435/9d0d6faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0660547364186" Longitude="98.91604187563" StarRating="2" HotelCode="392707|57864" HotelName="Lada Krabi Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/08/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="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035412" Longitude="98.8173" StarRating="4" HotelCode="395006|3757" HotelName="Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 19/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Moo 2 Tambol Ao-Nang, Amphur Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c2/c2/c2c25501826ba4d20a9c5d776331d69319d3b9e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property enjoys a prime location around a 5-minute walk from Ao Nang Beach, close to dining venu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|95010-25262074/1928931160905211127/838" HotelName="VERANDAH (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5330000/5321900/5321843/fa98669b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497936-28572257/1928931160905211127/320" HotelName="HULA HULA RESORT AONANG BEACH (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15660000/15658800/15658780/0fe2cafc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.54" OriginalAmount="198.55" 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="83" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.795528" Longitude="-92.222521" StarRating="2" HotelCode="0|182177-25367357/1928931160905211127/1437" HotelName="PHRANANG PLACE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3925 McCain Park Drive, North Little Rock, 72116, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5294300/5294277/570c76cc_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 54. Floors: 2. Property description- Welcome to the North Little Rock/McCain Super 8. Our property is located just off 67/167 near I-40 for your convenience.  We provide the Complimentary SuperStart Breakfast, High Speed Wireless Internet access, Free local calls. All guest rooms have Microwaves, Refrigerators, Coffee-Makers, Hairdryers, Iron, Ironing Board, Am-Fm Clock Radio, Wi-Fi and hard wired.  Hot tub rooms available. Children under 17 are FREE in the same room with adult family member.

We are within walking distance from the McCain Mall and numerous restaurants. The Altell Arena and the Clinton Library are only minutes away.  

Our heated indoor swimming pool will relax you after a long day.  

Lobby Business Center and on site Guest Laundry - open 24 hours 

When you are in the North Little Rock Area, make Super 8 your choice.   

FREE Coffee Travel Mug program.  

Earn WyndhamRewards on your stay.

Pet fee 25.00 dollars per pet per night non refundable.. Onsite facilities information- ParkingProperty was built in 1996. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.100838" Longitude="14.49163" StarRating="4" HotelCode="0|172399-28570688/1928931160905211127/268" HotelName="DEEVANA PLAZA KRABI AONANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>NOVOVYSOCANSKA 163/25,PRAGUE, CZECH REPUBLIC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4565200/4565192/4c0aa2ca_b.jpg</HotelPictures>
        <HotelDescription>Hotel´s brand new facilities are supported with the latest technology and their special devotion to each of our guest, very friendly staff and high quality of service leads to guests' full satisfaction with their stay. Our warm and pleasant environment makes us recognizable and favorite place to stay among all of our guests. Located just 20 min. by public transportation from the down town of Prague, Relax Inn goes beyond the limits of the expectations of each of our guests by offering: Wellness centre (relaxing swimming pool, sauna, massages), Relaxing swimming pool 7m x 3m with massage bench, aquatic countercurrent and lighting Massage bathtubs, whirlpool baths, Peaceful and safe location Free WiFi in rooms and public areas, SAT TV, Stylish bar and restaurant(only for breakfasts now), Private parking, Garage. 							 							 							 &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.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="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0399805210937" Longitude="98.817520737648" StarRating="4" HotelCode="888183|12304" HotelName="Ananta Burin Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Moo 3, Tambon Ao Nang, Ampher Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/25/6a25c716f048f354c30b0769ab457801cfc3a299.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is located on the Ao Nang beach in Krabi, a place where guests can enjoy their day...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.035738" Longitude="98.818494" StarRating="3" HotelCode="26333|1310" HotelName="Krabi Heritage Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192351-25390420/1928931160905211127/389" HotelName="RAMADA BY WYNDHAM AONANG KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5291400/5291350/1115d96c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.40" OriginalAmount="206.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0332912922635" Longitude="98.832152211605" StarRating="3" HotelCode="853590|655748|Bed &amp; Breakfast" HotelName="Andaman Breeze Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Business Centre,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Library,Parking,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>424/1 Soi 11/1 Moo 2, Ao Nang, Muang, Krabi 81180</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/41/5141e4f1b024dce92f758ec928646e17a4eb5191.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely resort is located in Ao Nang Beach. This establishment offers a total of 73 guests rooms...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0468962820188" Longitude="98.802208006382" StarRating="3" HotelCode="100224|51059" HotelName="Krabi Aquamarine Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/08/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="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|166149-25341148/1928931160905211127/458" HotelName="CENTARA ANDA DHEVI AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4670000/4669800/4669787/2cc64aad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|433997-28552922/1928931160905211127/33" HotelName="DEEVANA KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15490000/15481100/15481035/7414ed79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|119395-25288072/1928931160905211127/1298" HotelName="AQUAMARINE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4630000/4629400/4629322/60009ada_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|599345-25752138/1928931160905211127/1129" HotelName="ANDAMAN BREEZE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33100000/33097800/33097734/0fc33549_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.09" OriginalAmount="219.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0410409" Longitude="98.8201586" StarRating="4" HotelCode="|27893" HotelName="Chada Thai Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|498092-25659694/1928931160905211127/643" HotelName="WAKE UP AONANG HOTEL (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18090000/18086600/18086563/84413d18_edited_12eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.22" OriginalAmount="222.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="Free CXL until 20/08/2026" 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="230.45" OriginalAmount="228.17" 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="Free CXL until 15/08/2026">
        <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="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|501236-25665021/1928931160905211127/960" HotelName="KOKOTEL KRABI AO NANG (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18800000/18798500/18798410/ef52f18a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|125294-25293231/1928931160905211127/814" HotelName="GOLDEN BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2760000/2758000/2757922/487cb66a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="232.30" OriginalAmount="230" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|17641-28551369/1928931160905211127/283" HotelName="KRABI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/977300/977300/33dd7faf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.97" OriginalAmount="231.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.066459" Longitude="98.914066" StarRating="2" HotelCode="56692|52693|Bed &amp; Breakfast" HotelName="Thepparat Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 19/08/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="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|192073-25390942/1928931160905211127/758" HotelName="AONANG PHU PI MAAN RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598800/6598756/6ef7d365_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="235.33" OriginalAmount="233" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|218043-25421150/1928931160905211127/1377" HotelName="NATTHA WAREE HOT SPRING RESORT AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9680000/9679400/9679342/c3a183aa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.92" OriginalAmount="237.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.06667" Longitude="98.9144" StarRating="3" HotelCode="|28243" HotelName="Thepparat Lodge Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/08/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="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0374123110283" Longitude="98.818652629852" StarRating="4" HotelCode="10224|pakasai_resort" HotelName="Pakasai Resort" Meals="BED &amp; BREAKFAST" 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="241.09" OriginalAmount="238.70" 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="242.40" OriginalAmount="240" 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="Free CXL until 19/08/2026" 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="8" TotalAmount="242.43" OriginalAmount="240.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.041033" Longitude="98.81733" StarRating="3" HotelCode="96813|100117|Bed &amp; Breakfast" HotelName="Areetara Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/08/2026" 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="246.76" OriginalAmount="244.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034575" Longitude="98.8294672" StarRating="3" HotelCode="|26201" HotelName="The Cliff Elegance Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85/2 MOO 2, AO NANG 85/2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/2/0/1/26201_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 24 bungalows, The establishment boasts a lobby, a cafÃ©, a reception, a currency exchange service and a safety deposit box service. Our guests can find a mini-market, a bar, a television room and an Ã  la carte restaurant with air-conditioning, The establishment also offers internet, a car park, room service, a medical care service and a laundry service. SITUATION: It is in the outskirts of the city centre, 30 minutes away from the establishment, you can find the airport. ROOM: The establishment has bungalows with a bathroom, a hairdryer, a direct line telephone, satellite or cable TV and a radio. They also have a stereo, a mini-bar, a double bed, tiled floors and a safety deposit box (available for a fee). FACILITIES: Clients can find a swimming pool, deck chairs, parasols and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte lunch. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.21" OriginalAmount="244.76" 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="Free CXL until 14/08/2026">
        <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="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|365573-25551969/1928931160905211127/695" HotelName="BLUESOTEL KRABI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12530000/12527500/12527479/63a41405_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|3897-25189876/1928931160905211127/841" HotelName="CHADA THAI VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1108300/1108292/2c49c842_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.034846" Longitude="98.829708" StarRating="4" HotelCode="76241|12641" 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="8" TotalAmount="258.04" OriginalAmount="255.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.07237923" Longitude="98.91662368" StarRating="3" HotelCode="620605|633022|Bed &amp; Breakfast" HotelName="River Front Krabi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/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>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|439343-28552844/1928931160905211127/331" HotelName="THE LAI THAI (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14830000/14825300/14825265/8c2c2ed8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.00" OriginalAmount="256.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0425005" Longitude="98.8180751" StarRating="4" HotelCode="|104206" HotelName="Deevana Plaza Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/08/2026">
        <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="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.03235462" Longitude="98.82555143" StarRating="4" HotelCode="613758|262573" HotelName="Panan Krabi Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|497996-28572348/1928931160905211127/27" HotelName="MANEETEL KRABI BEACHFRONT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17130000/17123400/17123384/4a223338_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.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="261.89" OriginalAmount="259.30" 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="Non Refundable">
        <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="266.01" OriginalAmount="263.38" 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="27" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062195" Longitude="98.746828" StarRating="4" HotelCode="165936|51060" HotelName="Elements Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/08/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="83" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|428159-28543217/1928931160905211127/96" HotelName="HOLIDAY STYLE AO NANG BEACH RESORT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83320700/83320645/4e27b61c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582779-25731035/1928931160905211127/858" HotelName="RIVER FRONT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21830000/21824800/21824742/4e01d26b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.81" OriginalAmount="267.14" 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 22/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="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="48.84538" Longitude="2.30994" StarRating="4" HotelCode="0|39114-27713784/1928931160905211127/1056" HotelName="THE CLIFF AO NANG RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>92 BOULEVARD GARIBALDI, PARIS, FR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60610000/60608500/60608472/061b2cbd_b.jpg</HotelPictures>
        <HotelDescription>This striking city hotel is located between the Eiffel Tower and Les Invalides. The UNESCO headquarters are nearby. There are also plenty of shopping and entertainment opportunities located close to the hotel, around 1 km away. Orly airport is roughly 12 km away and Charles de Gaulle is 30 km from the hotel.

The inviting hotel consists of 2 4-storey buildings with a total of 19 rooms, of which 8 are suites. The hotel includes a reception open 24 hours, a lift and a safe, as well as a TV room, room and laundry service available for guests' use.

The comfortable rooms come with an en suite bathroom, a hairdryer, a direct dial telephone, satellite/ cable TV, Internet access, a hire safe and a minibar. Air conditioning and heating are individually regulated.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1453095-32740434/1928931160905211127/1502" HotelName="GRAND MERCURE KRABI AO NANG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/124000000/123520000/123519300/123519202/603885f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|583169-28533241/1928931160905211127/329" HotelName="KRABI HOME RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21390000/21386800/21386712/4d0cc058_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="285.83" OriginalAmount="283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.212275" Longitude="-91.967591" StarRating="3" HotelCode="0|182181-28511042/1928931160905211127/64" HotelName="ARAWAN KRABI BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3008 Market Street, Pine Bluff, 71601, AR, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11830000/11823900/11823856/b143c020_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Motel. Total rooms and suites: 51. Floors: 2. Property description- Welcome to the Super 8 of Pine Bluff, AR. The hotel is conveniently located just off US 65 and Interstate 530 across from the Pines Mall. Pine Bluff has many local attractions and restaurants within minutes of the hotel. While visiting our hotel, enjoy our beautiful landscape and Breakfast is included and that we have a breakfast buffet. Free High Speed Internet at Property and All Guests Rooms. Thank you for visiting the Super 8 of Pine Bluff.. Onsite facilities information- ParkingProperty was built in 2001. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1370789-28590838/1928931160905211127/216" HotelName="VENICE KRABI VILLA RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46240000/46240000/46239939/2ee79996_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.24" OriginalAmount="286.38" 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="Non Refundable">
        <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="290.78" OriginalAmount="287.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0333387" Longitude="98.8262821" StarRating="4" HotelCode="|35684" HotelName="Holiday Inn Resort Krabi Ao Nang Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>244 MOO 2, AO NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/6/8/4/35684_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated complex in 2010, has 3 floors and 78 rooms. The establishment boasts a safety deposit box service, a lobby, a reception, a currency exchange service, a cloakroom, a cafÃ© and a restaurant. The establishment also offers a conference room, internet, room service, a laundry service, bicycle rental and a car park. SITUATION: Krabi 25 minutes away from the establishment, clients can find next to the establishment, guests have the beach. ROOM: The establishment has deluxe suites and honeymoon suites. They have a balcony, a king-size bed, an air-conditioning system, a satellite TV, a fridge, a direct line telephone, a safety deposit box and a desk. They also have a mini-bar, umbrellas, a bathroom, a hairdryer, complimentary bathroom items, coat, towels and slippers. FACILITIES: The establishment has a pool that has a children's area, a gym, a massage service, hydrotherapy, deck chairs, parasols and an outdoor bar. For a fee, guests can enjoy a sauna and a Turkish bath. 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: The establishment accepts Mastercard, American Express, Diners Club, JCB and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|105206-25281527/1928931160905211127/585" HotelName="PEACE LAGUNA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2421100/2421042/4202eb96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="292.68" OriginalAmount="289.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0411532481445" Longitude="98.838271917197" StarRating="3" HotelCode="310629|7265598|Bed &amp; Breakfast" HotelName="Ban Sainai Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>550 Soi Aonang 11/1, Moo 2, Tambon Aonang, Amphur Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7712d0af17f929fc2e01394deeb52e260fad9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|59225-28551502/1928931160905211127/17" HotelName="LA PLAYA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3550000/3546800/3546782/8f047b03_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.59" OriginalAmount="298.60" 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="Free CXL until 08/08/2026">
        <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="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119184-25287896/1928931160905211127/547" HotelName="SRISUKSANT RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4600000/4596000/4595934/b5a7ed73_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|76441-25246064/1928931160905211127/638" HotelName="TONSAI BAY RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6590000/6589900/6589897/76890a16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|218221-25421306/1928931160905211127/1109" HotelName="SEA STAR HOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92020000/92011800/92011797/2e00aab3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.65" OriginalAmount="313.51" 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 15/08/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="94" TotalAmount="318.39" OriginalAmount="315.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0323669" Longitude="98.8234246" StarRating="4" HotelCode="|26199" HotelName="Krabi Tipa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 19/08/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="319.49" OriginalAmount="316.33" 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="Free CXL until 19/08/2026">
        <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="27" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02944737" Longitude="98.86716265" StarRating="4" HotelCode="871107|367363" HotelName="Villa Cha-Cha Krabi Beachfront Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>325 Moo 5, Saithai, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1b/cd1bb95730767b15a5b5e605a78e0af1ce803811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Krabi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="325.22" OriginalAmount="322" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|595471-25746192/1928931160905211127/729" HotelName="VILLA CHA-CHA KRABI BEACHFRONT RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31950000/31948000/31947937/c3c82aab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|79178-28510513/1928931160905211127/127" HotelName="SAND SEA RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3894100/3894070/184ab41a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.44" OriginalAmount="325.19" 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="330.28" OriginalAmount="327.01" 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="349.14" OriginalAmount="345.68" 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="Free CXL until 19/08/2026">
        <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="354.04" OriginalAmount="350.53" 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 19/08/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="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|388505-25853703/1928931160905211127/809" HotelName="AONANG FIORE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14760000/14755300/14755277/8e130080_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.044363" Longitude="98.81878475" StarRating="4" HotelCode="586210|andakiri_pool_villa" HotelName="Andakiri Pool Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="357.05" OriginalAmount="353.51" 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 19/08/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="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.0894" Longitude="25.1594" StarRating="3" HotelCode="0|599351-25752146/1928931160905211127/743" HotelName="THE SCENE CLIFF VIEW VILLAS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PARIKIA, 84400 PAROS, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29750000/29744100/29744052/d09bda24_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   With a stay at Angelina Studios in Paros (Parikia), you'll be minutes from Livadia Beach and close to Paros Archaeological Museum. This aparthotel is within close proximity of Church of One Hundred Gates and Ekatontapyliani Church.   Rooms   Make yourself at home in one of the 14 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access is available to keep you connected. Housekeeping is provided once per stay, and cribs/infant beds can be requested.   Business, Other Amenities   The front desk is staffed during limited hours. A roundtrip airport shuttle is complimentary (available on request).   Room Info:    Know Before You Go       Cash transactions at this property cannot exceed EUR 1500, due to national regulations. For further details, please contact the property using information in the booking confirmation.   Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation.        Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    No onsite parking is available.     Property Information:  Pets allowed    Check-in time starts at 2 PM  Check-out time is noon&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.46" OriginalAmount="358.87" 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="83" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077487-26329994/1928931160905211127/1409" HotelName="AMADHA VILLAS RETREAT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34530000/34527900/34527845/e2d9522c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.062586" Longitude="98.747085" StarRating="5" HotelCode="61993|9483" HotelName="Sofitel Krabi Phokeethra Golf &amp; Spa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 14/08/2026" 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="27" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.05505" Longitude="98.8564" StarRating="4" HotelCode="954940|396588" 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="27" TotalAmount="379.76" OriginalAmount="376" 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 14/08/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="381.03" OriginalAmount="377.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.7888536" Longitude="98.9829666" StarRating="2" HotelCode="|179768" HotelName="Joy Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|243695-25459917/1928931160905211127/766" HotelName="BAN SAINAI RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6598900/6598818/bfa27530_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013628" Longitude="98.842786" StarRating="3" HotelCode="187182|railay_phutawan_resort" HotelName="Railay Phutawan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Moo 2, Ao Nang 81000, Muang, Krabi</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/4d/2f4d6c555feda4e9339cbe997591fea6bac92d53.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the Eastside Beach of Ao Nang Krabi, the resort is set among the lush greenery of mountai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="387.30" OriginalAmount="383.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.040316" Longitude="98.817375" StarRating="3" HotelCode="115858|110542|Bed &amp; Breakfast" HotelName="Apasari Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Aonang, Moo 3, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a1/56a1e7990c1871a119d094178b513611391c3ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Krabi, this hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.84" OriginalAmount="384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.093853" Longitude="98.74752" StarRating="5" HotelCode="70842|amari_vogue_krabi_2" 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="388.49" OriginalAmount="384.64" 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 18/08/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="389.55" OriginalAmount="385.69" 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="63" TotalAmount="394.91" OriginalAmount="391.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="Free CXL until 06/08/2026" 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="83" TotalAmount="406.02" OriginalAmount="402" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|76442-25246066/1928931160905211127/678" HotelName="TUP KAEK SUNSET BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3900000/3893200/3893187/48d5fbfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="408.36" OriginalAmount="404.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.02760262" Longitude="98.88757306" StarRating="5" HotelCode="440796|74073746|Bed &amp; Breakfast" HotelName="The Shellsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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="408.66" OriginalAmount="404.61" 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="83" TotalAmount="412.08" OriginalAmount="408" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|76438-28570008/1928931160905211127/39" HotelName="RAILAY VILLAGE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3870000/3865900/3865892/3b4f388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.02" OriginalAmount="408.93" 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 15/08/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="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|389459-25570531/1928931160905211127/1444" HotelName="BLU MONKEY POOLTARA KRABI HOTEL AND VILLAS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13120000/13117900/13117842/8a33439f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|267572-25491761/1928931160905211127/1361" HotelName="BLISS RESORT KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10480000/10470400/10470302/03fb60ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.64" OriginalAmount="418.46" 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="83" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|119167-25287886/1928931160905211127/529" HotelName="BHU NGA THANI RESORT AND SPA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2783600/2783517/5cda80f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.33" OriginalAmount="421.12" 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="83" TotalAmount="427.23" OriginalAmount="423" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|217517-25420714/1928931160905211127/540" HotelName="AONANG PRINCEVILLE VILLA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1620000/1611100/1611050/8bc1d453_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.24" OriginalAmount="424" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.013579" Longitude="98.842588" StarRating="4" HotelCode="900079|15873" HotelName="Bhu Nga Thani 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,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="432.88" OriginalAmount="428.59" 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 19/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="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146053-28569925/1928931160905211127/55" HotelName="ELEMENTS RESORTS (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4040000/4032800/4032737/e91f9963_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.98" OriginalAmount="458.40" 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 19/08/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="83" TotalAmount="465.61" OriginalAmount="461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401550-27597372/1928931160905211127/1460" HotelName="ADAM KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100300000/100293300/100293262/93b29bfa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="480.58" OriginalAmount="475.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0398143" Longitude="98.8151029" StarRating="0" HotelCode="|49639" HotelName="Holiday Ao Nang Beach Resort, Krabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>123 Moo 3 Ao Nang, Muang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/6/3/9/49639_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, was built in 2008, has 59 standard rooms, a lobby, a reception, a safety deposit box service, a lift, a kiosk and a bar. The establishment also offers room service, a laundry service, a car park and bicycle rental. SITUATION: This complex is near beaches. It is situated 10 minutes away from the shopping centre Ao Nang. In front of the hotel there is a bus stop. It is 30 kilometres away from Krabi Airport. ROOM: Each room has a bathroom with a shower, a bath, an individual air-conditioning system, a balcony or terrace, a direct line telephone, internet and a radio. They also have a stereo, cable television, a DVD player, a mini-bar, a fridge, a coffee maker, a kettle, a safety deposit box, an ironing set and a hairdryer. FACILITIES: The establishment has a swimming pool that has an area for children, an outdoor bar, a terrace, deck chairs, a gym and a massage service. MEALS: Clients have at their disposal 3 restaurants. The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.82" OriginalAmount="482.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="Free CXL until 16/08/2026">
        <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="497.56" OriginalAmount="492.63" 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="Free CXL until 15/08/2026">
        <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="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|79177-28580071/1928931160905211127/76" HotelName="RAILAY BAY RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2186400/2186324/c49e12d4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="526.90" OriginalAmount="521.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0534321519075" Longitude="98.756154477596" StarRating="5" HotelCode="26536|1076708|Bed &amp; Breakfast" HotelName="Dusit Thani Krabi Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" 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="83" TotalAmount="527.22" OriginalAmount="522" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|497792-28591981/1928931160905211127/137" HotelName="THE SHELLSEA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15670000/15666200/15666184/3168c5cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="534.29" OriginalAmount="529" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401549-27591413/1928931160905211127/1339" HotelName="VARANA KRABI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90300000/90296800/90296715/6b783dde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="547.42" OriginalAmount="542" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|522332-28572332/1928931160905211127/22" HotelName="ALISEA POOL VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16530000/16527000/16526936/w2887h2158x0y3-1133d1b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0542341896264" Longitude="98.750519156456" StarRating="4" HotelCode="55338|219532" HotelName="Nakamanda Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 08/08/2026" 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="83" TotalAmount="568.63" OriginalAmount="563" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|107751-25282205/1928931160905211127/382" HotelName="DUSIT THANI KRABI BEACH RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11070000/11067400/11067367/59e7307c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="572.93" OriginalAmount="567.26" 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 15/08/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="83" TotalAmount="599.94" OriginalAmount="594" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|582632-32594268/1928931160905211127/2" HotelName="DE MALEE POOL VILLAS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19990000/19983500/19983458/3b4e641f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="606.28" OriginalAmount="600.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0917104163564" Longitude="98.748115897179" StarRating="4" HotelCode="50876|25776|Bed &amp; Breakfast" HotelName="The Tubkaak Krabi Boutique Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/08/2026" 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>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1077359-26329758/1928931160905211127/1068" HotelName="THA LANE BAY VILLA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22710000/22703000/22702944/3dcc065c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|59226-28596975/1928931160905211127/4" HotelName="NAKAMANDA RESORT AND SPA (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1060000/1054600/1054568/46bec1bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.17443308" Longitude="98.74864215" StarRating="3" HotelCode="540050|376110" HotelName="Tha Lane Bay Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 15/08/2026">
        <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="63" TotalAmount="705.99" OriginalAmount="699.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0453425595166" Longitude="98.850493533349" StarRating="4" HotelCode="378799|pimann_buri_pool_villa_resort_3" 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="760.50" OriginalAmount="752.97" 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="766.65" OriginalAmount="759.06" 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="63" TotalAmount="787.80" OriginalAmount="780.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="7.8035425676636" Longitude="98.971826762429" StarRating="4" HotelCode="320437|koh_jum_beach_villas" HotelName="Koh Jum Beach Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="883.53" OriginalAmount="874.78" 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="83" TotalAmount="887.79" OriginalAmount="879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|17647-25203398/1928931160905211127/368" HotelName="TUBKAAK BOUTIQUE RESORT (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1230000/1229100/1229019/42e09193_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1208.97" OriginalAmount="1197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0525934604118" Longitude="98.812006898956" StarRating="3" HotelCode="422537|irawan_house" HotelName="Irawan House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Lounge,Massage Centre,Parking,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>287-287/2 Moo 5, Ao Nang Beach, Krabi, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9d/879d009371bd98bc2b6d7c700dde8249f041e881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location When you stay at Irawan House in Krabi, you'll be near the beach and minutes from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1314.14" OriginalAmount="1301.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.006369" Longitude="98.838603" StarRating="5" HotelCode="|31510" HotelName="Rayavadee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>214 MOO 2, TUMBON AO-NANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/1/0/31510_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004 has 5 villas. The establishment boasts a lobby with a reception, a safety deposit box service, a currency exchange service, a cafÃ©, shops, a hairdresser's, a bar and a restaurant with air-conditioning. It also has a conference room, internet, room service, a medical care service and a laundry service. SITUATION: This hotel is 50 metres away from a beach. 800 metres away, guests can find Bangkok it is just 28 kilometres away from the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1434.20" OriginalAmount="1420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|3896-25192005/1928931160905211127/357" HotelName="RAYAVADEE (SHA)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/880000/874200/874163/c90f4dbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1485.71" OriginalAmount="1471" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1261138-26609367/1928931160905211127/393" HotelName="BANYAN TREE KRABI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/54000000/53850000/53845200/53845156/f5ddbafd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1943.24" OriginalAmount="1924" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="8.0851778210496" Longitude="98.744945526123" StarRating="5" HotelCode="318161|55052" HotelName="Phulay Bay, a Ritz-Carlton Reserve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Moo 3, Nongthalay, Muang, Krabi 81000</AddressLine>
          </AddressLines>
          <CityName>Krabi</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a8/33a8300b94b218dffc04c2e15c755aee8047bf43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort, situated in a secluded and pristine area of Krabi overlooking the magnificent Andaman Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Laundry,Swimming Pool,Telephone Service,Wheelchair Access,Shopping Arcade,Spa,Jacuzzi,Kitchen,Diet Meals,Nightclub,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Business Centre,Dining,Housekeeping,Library,Parking,Wake-up Call Service,Concierge,LCD/Projector,Valet Parking,Dry Cleaning</BasicAmenities>
    <HotelRating>5,3,4,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,SPA HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HOTEL,VILLAGE,GUESTHOUSE,APARTMENT HOTEL,CITY HOTEL,RESORT,ECO HOTEL,BED AND BREAKFASTS,BUSINESS HOTEL,APARTMENT,HOSTELS,VILLA,FINCA,GUEST HOUSES,CONFERENCE HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
462df724-1898-46ab-a793-ba0cea2756da|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="462df724-1898-46ab-a793-ba0cea2756da">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="7" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73610" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-26T00:00:00" End="2026-08-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|33192" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ALLYTRIP53@GMAIL.COM" Password="Allytrip$2026" 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
462df724-1898-46ab-a793-ba0cea2756da|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="462df724-1898-46ab-a793-ba0cea2756da" TimeStamp="0001-01-01T00:00:00" HotelName="Ao Nang Bay Resort" HotelCode="33192" GTCityId="73610" CountryCode="TH" CityName="Krabi" CountryName="Thailand" Address="31/3 Moo 2 Ao Nang 31/3" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="33192H1_H1HNHN2o12g|1784792104.DIZEAQG-GBRA7e3aaoffG|99.16|94|OTkuMTZ8RVVSfHN1cHBsaWVyZGVhZGxpbmU=" OriginalAmount="85" TotalPrice="85.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-23T08:35:07.0671949+01:00" End="2026-07-23T08:35:07.0671949+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="84.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Family room" RoomTypeCode="33192H65_H1HNHN109ei7|1784792104.DIZEAQG-GBRA7e3aaoffG|123.23|94|MTIzLjIzfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="105" TotalPrice="106.21" 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-23T08:35:07.0671949+01:00" End="2026-07-23T08:35:07.0671949+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="105.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Suite" RoomTypeCode="33192H41_8H1HRHR109jjd|1784792104.DIZEAQG-GBRA7e3aaoffG|162.77|94|MTYyLjc3fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="139" TotalPrice="140.30" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/08/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-17T00:00:00" End="2026-08-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Suite" RoomTypeCode="33192H41_8H2HNHN109nld|1784792104.DIZEAQG-GBRA7e3aaoffG|194.69|94|MTk0LjY5fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="166" TotalPrice="167.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-23T08:35:07.0671949+01:00" End="2026-07-23T08:35:07.0671949+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="166.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_4.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/3/3/1/9/2/33192_9.jpg" /></Images><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><Facilities><HotelFacilities><Type>Room</Type><Description>TV</Description><Value>TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Internet access</Description><Value>Internet access</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>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Shower</Description><Value>Shower</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Minibar</Description><Value>Minibar</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Iron and ironing board</Description><Value>Iron and ironing board</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>Satellite/cable TV</Description><Value>Satellite/cable TV</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</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>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Meeting / banquet rooms</Description><Value>Meeting / banquet rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</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>Transfer to places of interest</Description><Value>Transfer to places of interest</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>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>No pets allowed</Description><Value>No pets allowed</Value></HotelFacilities></Facilities></HotelRoomRS>||True