<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
c78810dc-2709-468c-a096-8a9190a9ef64|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="c78810dc-2709-468c-a096-8a9190a9ef64">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="41603" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-29T00:00:00" End="2026-09-06T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="rajesh@crbnsholidays.com" Password="Anantsonuraj@6674" 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
c78810dc-2709-468c-a096-8a9190a9ef64|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c78810dc-2709-468c-a096-8a9190a9ef64|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
c78810dc-2709-468c-a096-8a9190a9ef64|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
c78810dc-2709-468c-a096-8a9190a9ef64|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
c78810dc-2709-468c-a096-8a9190a9ef64|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
c78810dc-2709-468c-a096-8a9190a9ef64|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:3d0e6c51-520c-48da-9b5e-8794c0ef82b1
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
c78810dc-2709-468c-a096-8a9190a9ef64|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-22T11:47:51.560082+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c78810dc-2709-468c-a096-8a9190a9ef64" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="3848.21" OriginalAmount="3810.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.99942" Longitude="-0.98856" StarRating="4" HotelCode="|169853" HotelName="Villiers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CASTLE STREET 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/8/5/3/169853_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating />
    <BedType />
    <Meals>ROOM ONLY</Meals>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
c78810dc-2709-468c-a096-8a9190a9ef64|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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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="dd0117a2-54bf-44d5-b05f-0c72a2623873">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="4" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-09T00:00:00" End="2026-11-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ashwamedhtourism@gmail.com" Password="@Niruddha220192" 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
dd0117a2-54bf-44d5-b05f-0c72a2623873|HotelbedsSearch|error while generating search request: Exception - Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.SmyRooms.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 54|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dd0117a2-54bf-44d5-b05f-0c72a2623873|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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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-22T11:53:31.4179346+01:00" Version="0" EchoToken="Search" TransactionIdentifier="dd0117a2-54bf-44d5-b05f-0c72a2623873" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="29.99" OriginalAmount="29.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2162" Longitude="103.96136" StarRating="0" HotelCode="|231299" HotelName="Kim Hong Nhat Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>130 Bach Dang, KP1, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/9/9/231299_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.30" OriginalAmount="30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.22258454172" Longitude="103.96241614444" StarRating="1" HotelCode="376425|157022" HotelName="Phuong Hang Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Nguyen Trung Truc, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/8c/e08c24861c96795fa5840365c124161626c9c405.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.44" OriginalAmount="32.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.01555" Longitude="104.0107" StarRating="0" HotelCode="|522729" HotelName="Y Thu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Khu Pho 2, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/2/9/522729_770f48b1119.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.34" OriginalAmount="34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21622763" Longitude="103.96126683" StarRating="1" HotelCode="385591|155130" HotelName="Kim Hong Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Bach Dang, KP1, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a4/47a4a0a633ccc21d3ed6fecb920da453cc8c6e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.96" OriginalAmount="34.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.217193" Longitude="103.960122" StarRating="0" HotelCode="|525048" HotelName="Ngan Giang Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5/17 Nguyen An Ninh Street, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/0/4/8/525048_a1549741125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.19" OriginalAmount="34.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21581" Longitude="103.961759" StarRating="2" HotelCode="|522725" HotelName="Phu Hong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>16 Bach Dang Street, KP2, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/2/5/522725_c795e3e1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.04" OriginalAmount="35.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.226376" Longitude="103.973031" StarRating="2" HotelCode="|542817" HotelName="The Lam Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Hoang Van Thu, KP5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/2/8/1/7/542817_79239281037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.38" OriginalAmount="38.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.215842" Longitude="103.9617833" StarRating="2" HotelCode="587479|phu_hong_hotel" HotelName="Phu Hong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Bach Dang, KP2, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ff/dbffb51f821288688d67b9494ac0fa89cce99798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.78" OriginalAmount="44.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21809" Longitude="103.9599" StarRating="0" HotelCode="|522738" HotelName="Kim Hong Anh Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>51/8 Nguyen Dinh Chieu, KP2, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/3/8/522738_0e04f421030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.00" OriginalAmount="45.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.206278548231" Longitude="103.96306873352" StarRating="2" HotelCode="396979|1728118" HotelName="Dong Xuan Hong Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>81 Tran Hung Dao, Block 7, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/10/e510773faa9b01c44541e5770147a8a13754b2cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.46" OriginalAmount="46.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21562795" Longitude="103.96204962" StarRating="2" HotelCode="586867|nipola_hotel" HotelName="Nipola Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bach Dang 40, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/ed/58ed23fee73f7b6e3c53fe71a513e952424c4dfc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.13" OriginalAmount="48.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.22986" Longitude="103.96362" StarRating="0" HotelCode="|534406" HotelName="Blue Dragon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cach Mang Thang 8 Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/4/0/6/534406_3721a5b1439.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.69" OriginalAmount="49.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.227949" Longitude="103.953652" StarRating="0" HotelCode="|533654" HotelName="The Poplar Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6XH3 5F3, TT. Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/6/5/4/533654_d5536691133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.29658743" Longitude="103.91797898" StarRating="2" HotelCode="774697|thuy_van_bungalow_phu_quoc" HotelName="Thuy Van Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Le Bat Group, Cua Can, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/39/253976449d970458f23fa62af749a3b00a60a9da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.74" OriginalAmount="51.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.215182" Longitude="103.967641" StarRating="0" HotelCode="|529639" HotelName="Hill Star Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>172/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/3/9/529639_7f764f11059.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.52" OriginalAmount="52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.22980496" Longitude="103.96369884" StarRating="2" HotelCode="550328|202833" HotelName="Blue Dragon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Cach Mang Thang 8 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/bf/49bf59cbdd0684a217edf4706633101397ca89c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.01" OriginalAmount="52.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.214163" Longitude="103.966504" StarRating="2" HotelCode="|481611" HotelName="Huy Hoang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.106, 30/4 Street, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/6/1/1/481611_227c7bf1810.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21837462" Longitude="103.95907257" StarRating="3" HotelCode="615636|thuan_hai_hotel" HotelName="Thuan Hai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>26 Nguyen Du, kp 2, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/be/80be9b6b7566db411074eb5db4307e548746c02f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.34" OriginalAmount="55.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.210198" Longitude="103.960838" StarRating="2" HotelCode="|523774" HotelName="Victoria Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63 Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/7/7/4/523774_fa1675d1134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.29" OriginalAmount="57.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.0315" Longitude="104.00561" StarRating="2" HotelCode="|526248" HotelName="ROVA HOTEL PHU QUOC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>41-43 Positano Dia Trung Hai, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/2/4/8/526248_0ab2a3e1114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18746949" Longitude="103.9696854" StarRating="2" HotelCode="621187|157018" HotelName="Nhat Huy Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap Hamlet, Duong To, Ba Phong Bridge, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/4f/a74f2c3c09bef329e1249302cd0f3635aae17e27.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.54" OriginalAmount="60.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20143" Longitude="103.96632" StarRating="0" HotelCode="|235858" HotelName="Little Garden Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>113/5 Tran Hung Dao Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/5/8/235858_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.40" OriginalAmount="63.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.186288" Longitude="103.968871" StarRating="2" HotelCode="|478271" HotelName="Sun and Sea Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/2/7/1/478271_c0e54701208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.65" OriginalAmount="65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19148646" Longitude="103.9668927" StarRating="2" HotelCode="553585|155119" HotelName="Hanh Ngoc Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>155 Tran Hung Dao Street, Khu pho 7, Duong Dong Ward, Phu Quoc, Ki?n Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/38/4d382e2f6148ba6f340aa97e78f6bb265602f996.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="66.17" OriginalAmount="65.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.034371" Longitude="104.012279" StarRating="0" HotelCode="|554717" HotelName="Sunset Bay Retreat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Positano , An Thoi , Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/7/1/7/554717_fd506931405.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.308130536066" Longitude="103.87099262542" StarRating="2" HotelCode="376760|157079" HotelName="Vung Bau Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau, Cua Can, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a8/07a8e6ec87f014de3cea9c5e99e83dc68226467c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort comprises a total of 28 rooms. Services and facilities at the hotel include a restaurant,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.30" OriginalAmount="66.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2064" Longitude="103.96299" StarRating="2" HotelCode="|228497" HotelName="Dong Xuan Hong" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>81 Tran Hung Dao, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/4/9/7/228497_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21493221" Longitude="103.96201615" StarRating="3" HotelCode="552488|155094" HotelName="Blue Sky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>65 du?ng 30/04, Th? tr?n Duong Ðông, Phú Qu?c, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/67/0467cc8a28bbf9144072b561ed46dd87c3266836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="0" HotelCode="985010|7s_hotel_ruby_phu_quoc" HotelName="7S Hotel Ruby Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Suoi Lon, Duong To, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/d9/b4d9d8bd529869f501f591cd32affd074a03577c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.18" OriginalAmount="67.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.044368" Longitude="104.015603" StarRating="3" HotelCode="|421335" HotelName="B Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nguyen Van Cu Street No. 2/36/461, Group 7, Quarter 4, An Thoi, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/3/3/5/421335_354a4b71749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.25" OriginalAmount="68.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21468" Longitude="103.96223" StarRating="3" HotelCode="|233414" HotelName="Blue Sky Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>65 Street 30/4, KP 1, Duong Dong, Phu Quoc, Kien Giang Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/4/1/4/233414_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="3" HotelCode="857494|b_stay_hotel" HotelName="B Stay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36/461 Nguyen Van Cu, An Thoi, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/49/10498f35be5784d411432e2b6bf0fad2db4b3247.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.31" OriginalAmount="71.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21719" Longitude="103.96013" StarRating="0" HotelCode="|233803" HotelName="Kim Huong Quang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen An Ninh Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/0/3/233803_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.85" OriginalAmount="72.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.17044" Longitude="103.97102" StarRating="0" HotelCode="|240760" HotelName="Nguyen Toan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/7/6/0/240760_9d794be1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.89" OriginalAmount="72.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.182647" Longitude="103.972235" StarRating="2" HotelCode="|523144" HotelName="Dương Đông" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hem Cau Ba Phong, Street Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/4/4/523144_d2064660926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2449965" Longitude="103.96167931" StarRating="3" HotelCode="482096|209871" HotelName="The Garden House Phu Quoc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Bar,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Zone 1, Gành Gió Hamlet, Cua Duong Commune, Phu Quoc 920000, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/5d/895d8fc0bdd4182345e638ce87003d04da2b0a92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="856024|an_phu_hotel_2" HotelName="An Phu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>185 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/38/1c3892c07f4ff50d8b8aec784c9e7f6e002df092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="856963|venus_hotel_massage_sky_bar" HotelName="Venus Hotel Massage &amp; Sky Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60A Tran Hung Dao Street</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/19/a619083d3ae4b7191c1b1acb21910459fafc77e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.17869599" Longitude="103.96993098" StarRating="2" HotelCode="435857|155184" HotelName="Phu Quoc Villas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chua Ong, Cua Lap, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5c/cc5c06c3c6bac9b3dceee39a498825419f4bf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.23247376" Longitude="103.95531139" StarRating="3" HotelCode="615741|hung_vuong_resort" HotelName="Hung Vuong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>182A Tran Phu Street, 1/39 Lane, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/01/8601b6b58db39c6b7fcdf75dc8708d836536a3c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20570754" Longitude="103.96372328" StarRating="2" HotelCode="610145|mai_phuong_binh_bungalow" HotelName="Mai Phuong Binh Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>91/1 Tran Hung Dao, KP7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e7/1ae7c6a5e9f24081962422c6a5cebc58ae40ec31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.05" OriginalAmount="85.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.309042" Longitude="103.91628" StarRating="4" HotelCode="|528646" HotelName="NatalieLe\'s Homestay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ap 3, Cua Can</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/6/4/6/528646_ab75c0c1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.81" OriginalAmount="87.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.303128" Longitude="103.905223" StarRating="3" HotelCode="|423559" HotelName="Rainforest Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 15/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Resident 4, Cua Can Ward Phu Quoc Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/5/9/423559_791b0e71729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.21" OriginalAmount="89.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.02562" Longitude="104.009766" StarRating="2" HotelCode="|526963" HotelName="Lalar Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>M209, Milan, Dia Trung Hai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/6/3/526963_4beac731003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.53" OriginalAmount="90.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.327523" Longitude="103.85917" StarRating="3" HotelCode="|535442" HotelName="Xan Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>duong Hoi He, Grandworld, Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/4/4/2/535442_50d1ce31124.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19890258" Longitude="103.96855053" StarRating="3" HotelCode="587099|216433" HotelName="Golden Daisy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Tran Hung Dao St, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/cb/aecbc16754f710354a000e97ad54deeee6543f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.267203" Longitude="103.938132" StarRating="3" HotelCode="|525410" HotelName="Green Bungalow Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 2, Ong Lang, Cua Duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/1/0/525410_7b98f811003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20211598" Longitude="103.9649079" StarRating="3" HotelCode="586143|245620" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>107/1 Tran Hung Dao Street, KP7 Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/ab/d1ab5328fcb99ba8a103800d10f38e45fdf04667.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="0" HotelCode="755362|summer_dream_hotel_phu_quoc" HotelName="Summer Dream Hotel Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hamlet 8, Tran Hung Dao, Ward 7, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/15/c6150f7f168b0234f4aabaaec1b7fa0424fdd530.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.25823869" Longitude="103.94927372" StarRating="0" HotelCode="980416|402694" HotelName="Phu Quoc Bambusa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Ganh Gio, Cua Duong, Phu Quoc 92507, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/4c/3d4caf21680de1c52bd157aea70978833bc25892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.60" OriginalAmount="103.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19489" Longitude="103.96456" StarRating="3" HotelCode="|560665" HotelName="Phuong Binh House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alley 118, Tran Hung Dao, Group 8, KP7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/6/6/5/560665_4e0f2de1738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.70" OriginalAmount="103.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20172" Longitude="103.96333" StarRating="3" HotelCode="|238042" HotelName="Sea Star Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>98/2 Tran Hung Dao Str, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/0/4/2/238042_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.86" OriginalAmount="103.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.213385" Longitude="103.965418" StarRating="0" HotelCode="|525382" HotelName="CALI PHU QUOC HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/8/2/525382_6ea73041050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20697498" Longitude="103.96330836" StarRating="3" HotelCode="554489|155153" HotelName="Miana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Tran Hung Dao, Quarter 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e697b14d86a4291fa572066d4a51f87d042f2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="2" HotelCode="965757|areca_garden_bungalow" HotelName="Areca Garden Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 5 Cua Lap, Duong To, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2c/592ca545c9cedf200ce02a247a5bd6a1dfff2057.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18469937" Longitude="103.97482982" StarRating="3" HotelCode="549386|245595" HotelName="Le Forest Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Hamlet Cua Lap, Duong To Village, Phu Quoc District, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5d/9b5d0e906c1f9847d639d820f15dfe2bc05f3190.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.17" OriginalAmount="107.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.115509" Longitude="103.984346" StarRating="0" HotelCode="|466792" HotelName="Kalia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ap Duong Bao, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/7/9/2/466792_c41b8751612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20478173" Longitude="103.96384967" StarRating="3" HotelCode="397453|155127" HotelName="Hotel The Sailing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/11/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90A Tran Hung Dao Street, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/68/2f6894b8330aec7d8acd2608e000bdfda36bb0e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.00" OriginalAmount="111.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20918328" Longitude="103.96137293" StarRating="3" HotelCode="369226|1753978" HotelName="Hoa Binh Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Smoking Rooms,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>71 Tran Hung Dao Street, Duong Dong Town, Phu Quoc Island, Kien Giang Provine</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/df/b2df955e1e15ba60188b4fba2b77cf945167d6ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the center of Duong Dong Town, Phu Quoc Province, leaning against Ba Keo Hill and facing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20008237" Longitude="103.96442417" StarRating="0" HotelCode="784940|canary_bungalow" HotelName="Canary Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101A/1V Tran Hung Dao Street, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/79/4e792d9265560644405146e9f37d1492555264b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="2" HotelCode="854876|y_nghia_bungalow" HotelName="Y Nghia Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mien Dat Tu Do, Ong Lang, Phu Quoc  922200, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca46af1b171aac344d664d665758c904ea7ec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.27" OriginalAmount="114.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.192893" Longitude="103.965157" StarRating="3" HotelCode="|423038" HotelName="Coral Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hamlet 8, Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/0/3/8/423038_086286a1736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18494608" Longitude="103.96855877" StarRating="3" HotelCode="556501|countryside_garden_resort_bar" HotelName="Countryside Garden Resort &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap, Duong To, Phu Quoc, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e9/61e9f3403353d6bf4d2dd6f87fe8982b2c1cf3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.28" OriginalAmount="115.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.198709" Longitude="103.968346" StarRating="3" HotelCode="|419603" HotelName="Golden Daisy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/0/3/419603_e2144271754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="117.51" OriginalAmount="116.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.205692" Longitude="103.963431" StarRating="3" HotelCode="|421198" HotelName="Doi Sao Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91/5B Duong Tran Hung Dao Kp7 Tt Duong Dong Phu Quoc Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/1/9/8/421198_07a4ebf1703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.193549541926" Longitude="103.96720070069" StarRating="2" HotelCode="489329|157027" HotelName="Phu House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>122 Tran Hung Dao, Ward 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/12/dc12c984ed7c5a70a3cbedb37dda28cda23d0a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.30" OriginalAmount="117.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.307730540897" Longitude="103.8643739402" StarRating="3" HotelCode="398734|1787938" HotelName="Bamboo Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/11/2026" HotelFacility="Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau Bay, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/27/2427135e875354e6f1cca0b7c0520a21bbb12926.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.42" OriginalAmount="118.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2065" Longitude="103.96613" StarRating="2" HotelCode="|234613" HotelName="Phu House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>122 Tran Hung Dao, KP7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/1/3/234613_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.98" OriginalAmount="118.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.222323" Longitude="103.966695" StarRating="3" HotelCode="|522983" HotelName="Nhu House Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>so 7A, duong nguyen van nhi, duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/9/8/3/522983_cde94de1145.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21615827" Longitude="103.95988274" StarRating="0" HotelCode="967065|varia_hotel_2" HotelName="Varia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 30/4 Street, Duong Dong, Phu Quoc 92506</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/34/3934f699f1c49deaea1dbaa7751f1bfccd380a11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.28" OriginalAmount="121.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26359" Longitude="103.94254" StarRating="2" HotelCode="|240398" HotelName="Ong Lang Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Ong Lang, Cua Duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/9/8/240398_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.01" OriginalAmount="124.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.256256" Longitude="103.944055" StarRating="3" HotelCode="|419612" HotelName="Golden Topaz Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>5, Ap Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/6/1/2/419612_e879b621700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26354759" Longitude="103.94252909" StarRating="2" HotelCode="624119|ong_lang_garden" HotelName="Ong Lang Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Ong Lang, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ff/4aff8ded741dede41a30cb9b17b30a07c15c8c66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.18" OriginalAmount="126.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20679" Longitude="103.96278" StarRating="3" HotelCode="|239655" HotelName="Gaia Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>71 Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/5/5/239655_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20130582" Longitude="103.96936333" StarRating="3" HotelCode="463252|hoi_an_phu_quoc_resort" HotelName="Hoi An Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123/5 Tran Hung Dao, Duong Dong Town, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/91/3d913b881167a5f75863fff8b85da8a7640f9177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2492438" Longitude="104.07978797" StarRating="3" HotelCode="587408|mango_beach_resort_7" HotelName="Mango Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Cay Sao Village, Ham Ninh Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/49/ac49d2830376a2abb369b35371fee9f5483c41b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2069293" Longitude="103.96277125" StarRating="3" HotelCode="610090|245575" HotelName="Gaia Hotel Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Tran Hung Dao Street, Duong Dong Town, Kien Giang, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2a/d92adf231ced521733886c99c5ba8b92c3a5ffb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.21372894" Longitude="103.96599364" StarRating="2" HotelCode="595914|lm_hotel_3" HotelName="L&amp;M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>98 30/4 Street, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ea/a4ea18f23d718cba8bf2a24bf1fe23c8fe654ebe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="136.03" OriginalAmount="134.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.188229" Longitude="103.970916" StarRating="4" HotelCode="|421156" HotelName="Nadine Phu Quoc Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Cua Lap, Duong Dong, Pu Kok, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/1/5/6/421156_f5c18241745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.13" OriginalAmount="136.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.036099" Longitude="104.028819" StarRating="0" HotelCode="|523150" HotelName="JM Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bai Khem, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/5/0/523150_d8442950932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.29" OriginalAmount="136.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.211118" Longitude="103.96027" StarRating="3" HotelCode="|420614" HotelName="Stellar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Aalley 63, Tran Hung Dao street, quarter 7, Duong Dong town, Phu Quoc district, Kien Giang province, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/6/1/4/420614_5c123f51712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.27" OriginalAmount="138.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.183428" Longitude="103.971799" StarRating="3" HotelCode="|421638" HotelName="La Nube Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 3 Cua Lap Hamlet Duong To Village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/3/8/421638_b8824061700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.286289844402" Longitude="103.98067260315" StarRating="2" HotelCode="300896|mai_phuong_resort_phu_quoc" HotelName="Mai Phuong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vung Bau, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/36/75366dcf436c5793ac848ebb4388a5ee3450f8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This ranch is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.20" OriginalAmount="139.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.125342" Longitude="103.995627" StarRating="0" HotelCode="|447267" HotelName="The Landing Resort Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>to 3 suoi da duong to, 36, Phu Quoc, Phu Quoc, 920000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/6/7/447267_70dff051044.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18852486" Longitude="103.97077958" StarRating="3" HotelCode="623085|302084" HotelName="Nadine Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Cua Lap, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2d/f82d9a3f001ca48af5cfb3256f9588286f6a8ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.24443192" Longitude="104.02721537" StarRating="3" HotelCode="882944|maison_du_vietnam_resort_spa" HotelName="Maison Du Vietnam Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 12, Ap Ben Tràm, Phú Quoc, Xa Cua Duong, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2b/9a2b860cc3746a01b32f9c369deb2979c0545116.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26400755" Longitude="103.94366504" StarRating="3" HotelCode="554492|palm_hill_resort_2" HotelName="Palm Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, ap Ong Lang, Xa Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/53/5f538d1d57a00e8bbfe46e714f8bdf85e18c40f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.17914102" Longitude="103.96936056" StarRating="3" HotelCode="755281|402679" HotelName="Ola Phu Quoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap, Phu Quoc  922200, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.35" OriginalAmount="152.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.200459" Longitude="103.966396" StarRating="3" HotelCode="|423568" HotelName="Night Sea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>124 Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/6/8/423568_7de8fd31733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.78" OriginalAmount="153.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.027934" Longitude="104.008502" StarRating="3" HotelCode="|524602" HotelName="Le Bonheur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>A32-A34, Amalfi st, Sunset town, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/0/2/524602_4fe84a90903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1863252" Longitude="103.96908057" StarRating="3" HotelCode="554554|godiva_phu_quoc_hotel" HotelName="Godiva Phu Quoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 20/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 2, Cua Lap Hamlet, Phu Quoc, Duong</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/82/cb82783efcd9b0839dffed6fd3f5ed79237f11a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1829578" Longitude="103.96880434" StarRating="3" HotelCode="386614|155142" HotelName="Langchia Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap Hamlet, Long Beach,Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/28/9f2861633196ce2f4e6e5419c0b463e708d2314c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.199685635734" Longitude="103.96340847015" StarRating="3" HotelCode="50830|tropicana_resort" HotelName="Tropicana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 20/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>100C/4 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e9/6de9549e76374fbd6844b0be5352a3bc5ce43816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the resort will captivate the mind. The hotel is nestled in a tropical garden of lus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="0" HotelCode="983370|island_lodge_phu_quoc" HotelName="Island Lodge Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/a9/75a921bc202f245fb4bcd6db20692608879ef54a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.66" OriginalAmount="160.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.027395" Longitude="104.008462" StarRating="0" HotelCode="|532177" HotelName="Royal Boutique Phu Quoc Island" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>A20, Sunset Town, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/1/7/7/532177_93657c11039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="777656|402747" HotelName="Palma Phu Quoc Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 5 Tran Hung Dao</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4b/fb4beab6dffdb225134ad5b450ad53e2645b52b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.62" OriginalAmount="164.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.038489" Longitude="104.007928" StarRating="3" HotelCode="|523439" HotelName="HARRY PHU QUOC HOTEL 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong L3,KDT Sun Grand City New, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/3/9/523439_5c45e860944.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.226851696254" Longitude="104.07445998154" StarRating="2" HotelCode="435886|wildland_resort" HotelName="Wildland Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>T? 5, ?p Cây Sao, Hàm Ninh, Phú Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5f/c05f8f6319b5c71b083f13bb67f177c7e46b1c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.24420061" Longitude="104.07848368" StarRating="3" HotelCode="615695|245571" HotelName="Cosiana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Km 8 Dong Dao Road, Group 5, Cay Sao Hamlet, Ham Ninh, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/67/1b679e3384c4205f06aaf51898e11d7883fb47c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.28" OriginalAmount="186.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.188164" Longitude="103.971098" StarRating="0" HotelCode="|478673" HotelName="Blue Paradise Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 4, Tran Hung Dao, Cua Lap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/7/3/478673_178545b1331.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.93" OriginalAmount="190.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.0183209" Longitude="104.0151121" StarRating="3" HotelCode="|421474" HotelName="Phung Hung Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 - 62 Nguyen Van Cu, Zone 3, An Thoi Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/7/4/421474_4b394590443.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.78" OriginalAmount="191.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20884" Longitude="103.96058" StarRating="4" HotelCode="|83818" HotelName="Saigon Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>62 Tran Hung Dao street, Duong Dong town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/1/8/83818_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2012, has 100 bungalows and chalets. In the establishment entrance, guests will find a lobby and a reception. The establishment has various facilities, such as a safety deposit box service, a currency exchange service, a playground, a cafÃ©, a bar and a restaurant. The establishment also has conference facilities, internet, room service, a laundry service and a car park (for a fee). SITUATION: This complex is opposite the beach. It is situated 10 minutes walk away from the city centre where you can find shops. In front of the establishment, you can find taxis. Is 12 kilometres from Tan Son Nhat Airport. ROOM: All the rooms have a balcony with garden or sea views, a bathroom with a shower, a bath, a hairdryer, a double bed, an extra bed, WiFi, a satellite television, an air-conditioning system, a safety deposit box and a mini-bar. You are offered welcome drink and fruit. It also has press, scales, an iron, a washing machine, a direct line telephone, a kitchen with fridge, a coffee maker and a kettle.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.65" OriginalAmount="192.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.214035" Longitude="103.962389" StarRating="3" HotelCode="|421233" HotelName="Tuyet Hien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 DUONG 30/4 KHU PHO 1,Duong Dong, Duong Dong, 95000, Kien Giang, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/2/3/3/421233_12a68091714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18560346" Longitude="103.9674371" StarRating="0" HotelCode="787476|haveda_resort" HotelName="Haveda Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap, Duong To, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f5/f9f5151ca0b852e6cfe7791aec1c31cbc726e77a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.87" OriginalAmount="195.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.207061" Longitude="103.9674" StarRating="0" HotelCode="|525394" HotelName="Hong Bin Bungalow Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>91 Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/9/4/525394_fae34481110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.87" OriginalAmount="197.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.327394" Longitude="103.862072" StarRating="1" HotelCode="|533664" HotelName="Lalisa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Grand World Phu Quoc, TH1 -80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/6/6/4/533664_ddd02321141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.83" OriginalAmount="201.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.146811" Longitude="103.977517" StarRating="3" HotelCode="|421642" HotelName="Melica Resort and Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 22/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Slot 581 Map 10 Group 3 Cua Lap Hamlet Duong To Vi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/4/2/421642_bad76e31702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.01827781" Longitude="104.01506187" StarRating="3" HotelCode="694477|371994" HotelName="Phung Hung Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60-62 Nguyen Van Cu, Khu Pho 3, T.T An Thoi, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/39/3439890b26faa4b9233568d502e7f2685bf677b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.48" OriginalAmount="212.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.331377" Longitude="103.856557" StarRating="3" HotelCode="|423597" HotelName="Vinholidays Fiesta Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ganh Dau Cua Can, Ganh Dau, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/5/9/7/423597_921c86a1754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20235903" Longitude="103.97116709" StarRating="3" HotelCode="744563|tom_hill_resort_spa_phu_quoc" HotelName="Tom Hill Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>121 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/29/2e299d48c72e2de539bef11208d2d4c598b10250.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.184463089433" Longitude="103.96838059901" StarRating="4" HotelCode="477048|155197" HotelName="Famiana Green Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, ?p C?a L?p, Xã Duong To, Huy?n Phú Qu?c, T?nh Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/585191/585191a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the center of Duong Dong Town and only 4 km away from Phu Quoc International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20677005" Longitude="103.96538761" StarRating="3" HotelCode="573285|lahana_resort_phu_quoc" HotelName="Lahana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao Street, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/6f/f96f60ffb6a21d4e04644b95a703866bda13512d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.254371379227" Longitude="103.94295050248" StarRating="3" HotelCode="495115|154212" HotelName="Elwood Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang, Cua Duong, Phu Quoc Island, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/10/9e10098fa79c74ac422a3c1e38a681c31d2fd122.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.243936245548" Longitude="103.94845100594" StarRating="5" HotelCode="212988|the_shells_resort__spa" HotelName="The Shells Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ganh Gio Beach, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/cb/39cb1788d309ee1b37d91796474d5532fb166557.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a safe, a bar, room service, a laundry service, a confe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.205047289136" Longitude="103.96375701295" StarRating="3" HotelCode="376080|orange_resort_3" HotelName="Orange Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>So 88/5 Tran Hung D?o, Khu Pho 7, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/07/c00722f92a24a3bdec7dab7c2abb9a4073fae681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.09" OriginalAmount="221.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.209051" Longitude="103.96632" StarRating="0" HotelCode="|534235" HotelName="HANZ Son Tra Hills Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/3/5/534235_41b7d671137.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1791075" Longitude="103.97343306" StarRating="3" HotelCode="440373|myplace_siena_garden_resort" HotelName="MyPlace Siena Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Suoi May Street, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fb/9dfb886ec5eaa0496a4871f61e7a9502bcc7932a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.214287653389" Longitude="103.96608729751" StarRating="2" HotelCode="376202|phu_quoc_village" HotelName="Phu Quoc Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 20/10/2026" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>52B 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/5d/385d85203c39da915b8df08788c6f05780e2d688.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20608104" Longitude="103.96720411" StarRating="3" HotelCode="773963|azura_phu_quoc_resort" HotelName="Azura Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>101/5 Tran Hung Dao Street, Duong Dong Centrer, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0a/210a0df997e2f4374dd4f49dde25a3f390433bf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.83" OriginalAmount="248.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.036684" Longitude="104.031043" StarRating="3" HotelCode="|532049" HotelName="Laputa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>D218-D220 Bai Khem, To 5, KP 6, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/0/4/9/532049_57df1e01039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.30" OriginalAmount="248.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.192371" Longitude="103.966935" StarRating="3" HotelCode="|419958" HotelName="Daisy Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1, Quarter 7, Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/9/5/8/419958_59756d81753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.95" OriginalAmount="249.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.146144" Longitude="103.977303" StarRating="5" HotelCode="|209508" HotelName="Sol By Meliá Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area, Zone 1, Bai Truong Complex, Duong To, Phu Quoc District, Kien Giang.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/5/0/8/209508_f75999e1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.23" OriginalAmount="255.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.03487" Longitude="104.027436" StarRating="0" HotelCode="|534595" HotelName="La Grotta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Emerald Bay, Quarter 6, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/9/5/534595_e70228a1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.92" OriginalAmount="257.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.259189" Longitude="103.9413" StarRating="0" HotelCode="|419584" HotelName="Kingo Retreat Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Cua Duong, Ong Lang, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/8/4/419584_d9b27441745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1463018" Longitude="103.97729961" StarRating="4" HotelCode="435504|157048" HotelName="Kappa Club Sol Beach house Phu Quoc 5" Meals="BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.26791733" Longitude="103.93710819" StarRating="0" HotelCode="782573|phu_quoc_pomelo_garden" HotelName="Phu Quoc Pomelo Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 2</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/4e/0f4e1d545bafd77f6d36e8d1543f9eb22ca9d631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.82" OriginalAmount="268.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.035024" Longitude="104.027621" StarRating="5" HotelCode="|417699" HotelName="Premier Residences Phu Quoc Emerald Bay Managed By Accor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach An Thoi Town District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/6/9/9/417699_06330281258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.207676514422" Longitude="103.96224811991" StarRating="3" HotelCode="435956|phu_quoc_ocean_pearl" HotelName="Phu Quoc Ocean Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bb/29bba18297989066616fe09bb08fbe46ca6400dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.61" OriginalAmount="273.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.292758" Longitude="103.904337" StarRating="4" HotelCode="|83839" HotelName="Chez Carole Beach Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>HAMLET 4, CUA CAN, PHU QUOC ISLAND Group 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/3/9/83839_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Cua Can the beach. HOTEL: It has has 50 rooms and bungalows.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.56" OriginalAmount="274.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.034223" Longitude="104.004354" StarRating="0" HotelCode="|533929" HotelName="Sunset Town Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>M203 Milan, Sunset Town, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/2/9/533929_7f17b1e1123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.45" OriginalAmount="283.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.12903" Longitude="103.98152" StarRating="5" HotelCode="|232211" HotelName="Novotel Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/2/1/1/232211_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.0356202" Longitude="104.02892041" StarRating="5" HotelCode="779874|377998" HotelName="Premier Residences Phu Quoc Emerald Bay Managed by AccorHotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach, An Thoi Town, Phu Quoc District, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/80/0480f61b67e7878179a268396f79fdccf6d53b20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Premier Residences Phu Quoc Emerald Bay resort is the latest cosmopolitan addition to the unexplored...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.66" OriginalAmount="291.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.207162" Longitude="103.961782" StarRating="4" HotelCode="|83772" HotelName="L'azure Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>64 TRAN HUNG DAO ST, DUONG DONG TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/7/7/2/83772_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.37358378" Longitude="103.85870776" StarRating="3" HotelCode="424443|gold_coast_phu_quoc_resort_2" HotelName="Gold Coast Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Hamlet 8 Chuong Vich, Ganh Dau, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/3a/133a542a73a2dda5ef25a2c1070cb449b8ff29d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Phu Quoc Island, Gold Coast Resort puts everything the city has to offer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.66" OriginalAmount="293.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.331226" Longitude="103.852328" StarRating="5" HotelCode="|170560" HotelName="Vinpearl Resort and Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/0/5/6/0/170560_1_1992.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a swimming pool, a private beach, great views and WiFi (free of charge). The establishment offers guests a reception, a business centre, a banquet hall and meeting rooms. SITUATION: This establishment is 43 kilometres from Tranh Waterfall, 47 kilometres away from Ham Ninh. Is 28 kilometres from Phu Quoc Airport. ROOM: The rooms have an air-conditioning system, a wardrobe, a safe, a mini-bar, a sitting room, cable television, a bathroom with a shower, a hairdryer and complimentary bathroom items. FACILITIES: Guests are offered a massage service, a spa, karaoke, has a luggage room, ticket sales, a launderette, car hire and a transfer service to the airport (available for a fee). OTHERS: have at their disposal a restaurant, a bar and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20794" Longitude="103.962121" StarRating="4" HotelCode="64049|sasco_blue_lagoon_resort" HotelName="Sasco Blue Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/10/2026" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tran Hung Dao St, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b1/72b11e9f26539d993b101e4324c5688be1a3fdcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.19" OriginalAmount="306.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20554" Longitude="103.96275" StarRating="0" HotelCode="|417018" HotelName="Thien Thanh Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao Ward 7 Duong Dong?Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/0/1/8/417018_30551c31008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2149762" Longitude="103.95863639" StarRating="4" HotelCode="610064|seashells_phu_quoc_hotel_spa" HotelName="Seashells Phu Quoc Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Vo Thi Sau, Ganh Gio Beach, Kiên Giang, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/9e/139eb9c28952a0fa40e237407419a66dc629f4d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.162219" Longitude="103.972776" StarRating="4" HotelCode="311311|mercure_phu_quoc_resort_opening_march_2015" HotelName="Mercury Phu Quoc Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, Duong To, Tp. Phú Qu?c, t?nh Kiên Giang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/97/c09782b38a88faac6b1754a7807de2a0b886e9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.260594522041" Longitude="103.93427575161" StarRating="3" HotelCode="383662|86139" HotelName="Ancarine Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, Ong Lang Beach, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c4/80c42c93ea7b11f2ccf0c470abaa2deccf69199c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.26" OriginalAmount="326" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20504345" Longitude="103.96205175" StarRating="3" HotelCode="424775|393266" HotelName="Thien Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao St., 7 ward, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/8739484c98e6d21ab8714170725644317da23b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Thien Thanh Resort offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.306104341259" Longitude="103.86100167592" StarRating="5" HotelCode="935739|41669" HotelName="Vinpearl Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau, Phu Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/92/779240d8a498e301e7a5891c9adbde39f96ea41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.43" OriginalAmount="341.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.213126" Longitude="103.958983" StarRating="0" HotelCode="|420291" HotelName="M Phu Quoc" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 21/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/2/9/1/420291_ca2d72d1746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.48" OriginalAmount="348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19445650311" Longitude="103.96585323677" StarRating="3" HotelCode="435865|tt_resort" HotelName="T&amp;T Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>118/8 Tran Hung Dao, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e6/8ae6942eedd501c02e139f976bec49f4c422f935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.34" OriginalAmount="351.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.191795" Longitude="103.965732" StarRating="3" HotelCode="|421435" HotelName="Vida Loca Resort and Sunset Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>118/18 Tran Hung Dao Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/4/3/5/421435_64671761736.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.17" OriginalAmount="352.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1624" Longitude="103.97142" StarRating="4" HotelCode="|171202" HotelName="Mercury Phu Quoc Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>TO 1 AP DUONG TO XA DUONG TO HUYEN PHU QUOC TINH KIEN GIANG 95000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/2/0/2/171202_fe4d4ed1322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.75" OriginalAmount="369.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.283008" Longitude="103.924173" StarRating="5" HotelCode="|417704" HotelName="Mövenpick Resort Waverly Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Hamlet Cua Duong Village District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/4/417704_1a027c51218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.49" OriginalAmount="371.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.120242" Longitude="103.983464" StarRating="5" HotelCode="|418356" HotelName="Pullman Phu Quoc Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 6 Ban Quy Hamlet Duong To Commune, Duong To, Phu Quoc,Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/3/5/6/418356_7c213971148.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.25" OriginalAmount="373.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.283008" Longitude="103.924173" StarRating="5" HotelCode="|417703" HotelName="Mövenpick Villas and Residences Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach Cua Duong Village District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/3/417703_f1ca0c41149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="381.35" OriginalAmount="377.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.325883" Longitude="103.861767" StarRating="0" HotelCode="|524577" HotelName="Trai Bi Do - Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Grand World- ShopHouse TH2-51, DTH1-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/5/7/7/524577_3fa3ffb0947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.91" OriginalAmount="391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.20738903" Longitude="103.96756665" StarRating="3" HotelCode="492868|hong_bin_bungalow" HotelName="Hong Bin Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>To 10 Tran Hung Dao, KP 7, Duong Dong District, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/6c/116cc51466c3932e05511b596589626cbd161faa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="400.48" OriginalAmount="396.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.225903257072" Longitude="103.95606994629" StarRating="3" HotelCode="56091|1715718" HotelName="Cassia Cottage" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Kien Giang, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c41376146fb43044f67c1d73aa8ae8f894539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18253819" Longitude="103.9681838" StarRating="3" HotelCode="595748|you_we_phu_quoc_resort" HotelName="Anja Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Cua Lap Hamlet, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/58/0858e9e9a7e6002bccfb62e4604504f133334472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.53" OriginalAmount="413.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.32789" Longitude="103.8512" StarRating="5" HotelCode="|221451" HotelName="Radisson Blu Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/5/1/221451_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.86" OriginalAmount="413.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2042662" Longitude="103.9622363" StarRating="5" HotelCode="|83912" HotelName="La Veranda Resort Phu Quoc - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WARD 1, DUONG DONG BEACH, TRAN HUNG DAO STREET 93</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/1/2/83912_16ee00e0718.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 43 standard rooms, a currency exchange service, conference facilities, a restaurant, room service and a laundry service. SITUATION: This hotel is in the surounding areas of Duong Dong. It is situated near the airport. ROOM: All the rooms have comfortable facilities. They have bedding and a balcony. OTHERS: have at their disposal a swimming pool. The establishment offers a massage service. The establishment also has a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.54" OriginalAmount="424.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.3374552" Longitude="103.8498851" StarRating="5" HotelCode="|448329" HotelName="Sheraton Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/3/2/9/448329_11ae3d51525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.33" OriginalAmount="433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18443733" Longitude="103.96820696" StarRating="4" HotelCode="221829|77880" HotelName="Famiana Resort &amp; Spa - Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, ?p C?a L?p, Xã Duong To, Huy?n Phú Qu?c, T?nh Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/1d/cc1d687c1d070b56a4ffe78ae59f4fc117aba66a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.39" OriginalAmount="439.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.11242932" Longitude="103.98376994" StarRating="4" HotelCode="612953|intercontinental_phu_quoc_long_beach_resort" HotelName="InterContinental Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To Ward, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/12/e61206f2eedccf6dfebfddeb0dd3e6152bcf918a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="459.55" OriginalAmount="455.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.37196987" Longitude="103.84052946" StarRating="5" HotelCode="452719|vinpearl_phu_quoc_resort_golf_3" HotelName="Vinpearl Resort &amp; Golf Phu Quoc" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f7/dff75f6a7c098c775582d64500089ef57a6aa7fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="465.61" OriginalAmount="461" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.194063859303" Longitude="103.96456626124" StarRating="4" HotelCode="56056|7484" HotelName="La Veranda Resort Phu Quoc - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Beach, Phu Quoc 95000, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/b0/0eb036f3f885e442800961fc556d8c2ee0aefa78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just outside the main town of Duong Dong, a short car ride from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.25300479" Longitude="103.9425412" StarRating="3" HotelCode="630277|camia_resort_spa" HotelName="Camia Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/10/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e6/49e643abe515f76c5445fad450e71448b3d31873.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.05" OriginalAmount="468.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.188693" Longitude="103.968036" StarRating="4" HotelCode="|83848" HotelName="WorldHotels Long Beach Resort Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>CUA LAP HAMLET, DUONG TO COMMUNE 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/4/8/83848_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 72 rooms, a lobby with express check-out, a reception, a safety deposit box service and a currency exchange service. The establishment offers a bar, restaurants, conference facilities, internet, room service, a laundry service, a car park and a hairdresser's. SITUATION: This hotel is in Phu Quoc the beach 10 minutes away from the establishment, guests will find Phu Quoc Airport the city centre and the dock. it is 25 minutes away from Phu Quoc the National Park of 20 minutes away from the establishment, you can find Chuas the Mountain of. ROOM: The establishment has 72 rooms with an air-conditioning system, a direct line telephone, flat-screen satellite television, a safety deposit box, a mini-bar, a bathroom, a shower, a bath, luxurious bathrobes and slippers. They also have a double or king-size bed, a desk, internet, a coffee maker, a kettle, an ironing set and an individual air-conditioning system. Some rooms have a balcony with views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474.70" OriginalAmount="470" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.29081" Longitude="103.899246" StarRating="3" HotelCode="172655|73874" HotelName="Chez Carole Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1, Hamlet 4, Cua Can Village, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ad/96/ad969d821049f83f2717ce0b018abffdd8fe6e01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 14 km from the north of Duong Dong city centre and right at the beach, the hotel is surround...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="475.71" OriginalAmount="471.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.15244" Longitude="103.97367" StarRating="5" HotelCode="933962|salinda_phu_quoc_island_resort_and_spa" HotelName="Salinda Resort Phu Quoc Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap Hamlet, Duong To Kommune, Phu Quoc, Kien Giang Provinz</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a1/32a11dfbc504bd26b7974c5199017c72f140a6d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="478.90" OriginalAmount="474.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.33719" Longitude="103.85694" StarRating="0" HotelCode="|239059" HotelName="Wyndham Grand Phu Quoc  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 20/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area Ganh Dau Commune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/0/5/9/239059_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.81" OriginalAmount="478.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.255421" Longitude="103.940373" StarRating="4" HotelCode="|554861" HotelName="Grand Ocean Bay Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>120 Dinh Ba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/6/1/554861_4e39cb21530.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.82" OriginalAmount="482.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.29117717" Longitude="103.9000909" StarRating="4" HotelCode="571184|green_bay_phu_quoc_resort_spa" HotelName="Green Bay Phu Quoc Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Cua Can Hamlet, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/a7/82a7bf93c5b23156221d87c937d53a833624771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="492.88" OriginalAmount="488" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.13081564" Longitude="103.98062659" StarRating="0" HotelCode="946924|345330" HotelName="Best Western Premier Sonasea Phu Quoc" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Kien Giang, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/4c/914c912623fee60b7c071681cf11b3df675edc2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="506.10" OriginalAmount="501.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.205676" Longitude="103.963282" StarRating="3" HotelCode="|446962" HotelName="Haya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Tran Hung Dao, Duong Dong, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/6/2/446962_e607e830742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="509.97" OriginalAmount="504.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.029482" Longitude="104.007514" StarRating="5" HotelCode="|552528" HotelName="La Festa Phu Quoc, Curio Collection By Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 02/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sunset Town, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/2/8/552528_bc8ff241348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.34" OriginalAmount="534.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.252256" Longitude="103.943451" StarRating="3" HotelCode="56092|mango_bay_resort_2" HotelName="Mango Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/10/2026" HotelFacility="Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0e/0c0ebb2aeeb1845725466d67eaa4e16a11ccca7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set on grounds spanning 20 hectares, with a 700-metre-long beach, offering guests a wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="547.86" OriginalAmount="542.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.34559584" Longitude="103.8467952" StarRating="4" HotelCode="572179|41831588" HotelName="Vinpearl Discovery 2 Phu Quoc" Meals="BED &amp; BREAKFAST,BREAKFAST BUFFET,HALF BOARD,FULL BOARD,ALL INCLUSIVE,PREMIUM ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/746826/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort offers a restaurant, a transfer service, room service and a business centre. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="550.84" OriginalAmount="545.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.025409" Longitude="104.007753" StarRating="0" HotelCode="|532134" HotelName="Roma Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sorrento 312-316, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/1/3/4/532134_7d6ec6f1017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.69" OriginalAmount="569.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.261331268789" Longitude="103.93378176279" StarRating="3" HotelCode="318731|sea_sense_resort" HotelName="Sea Sense Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f0/2df035ab2ff9761eb172b129e15571c7fbd06bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="587.37" OriginalAmount="581.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.374887" Longitude="103.854604" StarRating="3" HotelCode="|421625" HotelName="Peppercorn Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 31/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 8 Ap Chuong Vich Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/6/2/5/421625_b142c781753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="601.46" OriginalAmount="595.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.34034" Longitude="103.85029" StarRating="4" HotelCode="|238379" HotelName="Vinpearl Discovery Greenhill Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune, Phu Quoc City, Kien Giang Province, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/3/7/9/238379_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="608.02" OriginalAmount="602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.18905092" Longitude="103.9696795" StarRating="2" HotelCode="553599|ocean_phu_quoc_resort_2" HotelName="Ocean Phu Quoc Resort" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Free CXL until 28/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 4, Cua Lap Hamlet, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/26/45268d936e90f3e26cb2635b67b0ff22c4703cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="608.57" OriginalAmount="602.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.34605" Longitude="103.8466" StarRating="4" HotelCode="|238633" HotelName="Meliá Vinpearl Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/3/3/238633_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="617.12" OriginalAmount="611.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.252583" Longitude="103.942135" StarRating="4" HotelCode="|423707" HotelName="Ocean Bay Phu Quoc Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>ONG LANG Hamlet, CUA DUONG Commune, Ong Lang, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/3/7/0/7/423707_308e3f31112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="618.12" OriginalAmount="612" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.212978882315" Longitude="103.95923411045" StarRating="3" HotelCode="435881|302096" HotelName="Sunrise Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/11/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Tran Hung Dao Street, Duong Dong Hamlet, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/37/9f3707cd553d8a887d5190c0562806155d206ebb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.14" OriginalAmount="614.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="736000|golden_phu_quoc_hotel" HotelName="Golden Phu Quoc Hotel &amp; Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>SS05 Duong To, Sonasea Villas &amp; Resort Group, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/19/c919272d73575e1ac8e55d4ffff8d74f6c010928.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="629.23" OriginalAmount="623" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="4" HotelCode="979514|403084" HotelName="Vinpearl Discovery 3 Phu Quoc" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="638.32" OriginalAmount="632.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.3403389" Longitude="103.85028797" StarRating="5" HotelCode="571860|vinpearl_discovery_1_phu_quoc_2" HotelName="Vinpearl Discovery 1 Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee464b53d179aaffbb67b81d0286a7ba0de906ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="639.33" OriginalAmount="633.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.225769" Longitude="103.95595" StarRating="4" HotelCode="115870|chen_sea_resort_spa_phu_quoc_centara_boutique_collection_2" HotelName="Chen Sea Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Xep, Ong Lang, Cua Duong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/44/3544868005a9c2809197f12a384f37b0990164a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a private and quiet bay with a 300-metre golden beach, this resort offers total solitude ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="719.12" OriginalAmount="712.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.333885058532" Longitude="103.85078931381" StarRating="4" HotelCode="452747|vinpearl_villa_phu_quoc" HotelName="Vinpearl Villa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/57/725760ee84ca59a09068ede591f5cfcd97c1dcda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="767.60" OriginalAmount="760.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.19458001" Longitude="103.96759074" StarRating="3" HotelCode="585245|sunset_hill_resort_2" HotelName="Sunset Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Free CXL until 19/10/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131 Tran Hung Dao, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d6/8bd61866c8d8f4d870c447e3aef68fb0087e985b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="836.78" OriginalAmount="828.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.0115" Longitude="104.04425" StarRating="5" HotelCode="|224591" HotelName="Premier Village Phu Quoc Resort Managed By Accorhotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Doi Cape, An Thoi Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/5/9/1/224591_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="861.53" OriginalAmount="853" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.00528527" Longitude="104.05184703" StarRating="5" HotelCode="636400|302093" HotelName="Premier Village Phu Quoc Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Doi Cape, An Thoi Town, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/51/d151c893f3e1f3d478972b2409370fc16dbf9697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="875.49" OriginalAmount="866.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.032114" Longitude="104.028389" StarRating="5" HotelCode="|215825" HotelName="Jw Marriott Phu Quoc Emerald Bay Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>AN THOI WARD, PHU QUOC DISTRICT, KIEN GIANG .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/8/2/5/215825_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="894.32" OriginalAmount="885.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.11198" Longitude="103.98205" StarRating="0" HotelCode="|240430" HotelName="Intercontinental Phu Quoc Long Beach Resort, An Ihg" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 01/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/4/3/0/240430_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="911.02" OriginalAmount="902" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.03228325" Longitude="104.02870388" StarRating="5" HotelCode="434763|216440" HotelName="JW Marriott Phu Quoc Emerald Bay Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bai Khem, Phu Quoc District, An Thoi</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/0e/560e0e7efdc80f0924902a489e59ebd5be135666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1041.26" OriginalAmount="1030.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2509456" Longitude="103.9443018" StarRating="4" HotelCode="|83906" HotelName="Chen Sea Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 30/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>BAI XEP - ONG LANG HAMLET, CUA DUONG VILLAGE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/9/0/6/83906_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is on the beachfront. Is situated in Phu Quoc Island. ROOM: The establishment has villas. They have a private pool and a living room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1131.09" OriginalAmount="1119.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.116741" Longitude="103.984012" StarRating="4" HotelCode="|529362" HotelName="MARINA SEASIDE BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B3-105 Marina Intergrated Centre - Water</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/3/6/2/529362_189a61e1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1158.47" OriginalAmount="1147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.12951678" Longitude="103.98208099" StarRating="3" HotelCode="610127|371978" HotelName="Audrey's Villa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SS01 SS02 SS03 Sonasea, Duong Bao Hamlet, Duong To, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/73/2a7394d28280c8e267c95960429f78d77af78d7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1181.56" OriginalAmount="1169.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.134124" Longitude="103.978409" StarRating="3" HotelCode="|418661" HotelName="Sonaga Beach Resort and Villas Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/11/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Duong Bao Hamlet, Duong To, Phu Quoc Island Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/6/6/1/418661_8bd7db60659.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1236.91" OriginalAmount="1224.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.153097" Longitude="103.97359" StarRating="4" HotelCode="|418714" HotelName="Sunset Sanato Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Duong Bao, Duong To Phu Quoc Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/7/1/4/418714_1bb882b0847.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1364.51" OriginalAmount="1351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1520592" Longitude="103.97477005" StarRating="3" HotelCode="882921|sunset_sanato_resort_spa" HotelName="Sunset Sanato Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Duong Bao, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/7c/387c1729e72b5cfbd9746c48aab471e525c9291c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1365.52" OriginalAmount="1352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.188495" Longitude="103.968145" StarRating="4" HotelCode="66372|long_beach_resort_phu_quoc_island_2" HotelName="Long Beach Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Village" CnxPolicy="Free CXL until 29/10/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Group of Households 4, Cua Lap Hamlet, Duong To Commune, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/ee/72eeb75bb43901e445b27da7c9720d49612c53e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located directly on the beautiful beach of Phú Qu?c Island, only 10 minutes away from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1482.60" OriginalAmount="1467.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.130265" Longitude="103.979765" StarRating="4" HotelCode="|446737" HotelName="Best Western Premier Sonasea Villas Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/3/7/446737_f3891361223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1524.62" OriginalAmount="1509.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.323243" Longitude="103.856564" StarRating="3" HotelCode="|469463" HotelName="Wyndham Garden Grandworld Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khu Du Lich Bai Dai, Ganh Dau</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/4/6/3/469463_c847e910712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1573.22" OriginalAmount="1557.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.211885" Longitude="103.959887" StarRating="0" HotelCode="|471337" HotelName="Tahiti Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 DUONG TRAN HUNG DAO, DUONG DONG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/3/3/7/471337_cd3764d1933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3033.96" OriginalAmount="3003.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.109385" Longitude="103.982744" StarRating="5" HotelCode="|418047" HotelName="Regent Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To, Phu Quoc, Kien Giang, 92509, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/8/0/4/7/418047_49896fd1205.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.26" OriginalAmount="107.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="0" Longitude="0" StarRating="2" HotelCode="|83896" HotelName="Sea Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>98/2 Tran Hung Dao Str, Duong Dong Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This building has 37 standard rooms, a business centre, a beauty centre, a lobby with safety deposit boxes and a currency exchange service. The hotel has a TV room, a bar and a restaurant. SITUATION: The hotel is 5 minutes drive away from the city centre. It is 20 minutes drive away from Phnom Penh Airport. ROOM: Each room has individual air-conditioning, a bathroom with a shower, cold water, heating, a direct line telephone, a mini-bar, a satellite TV, a double bed, a safety deposit box, a coffee maker, a kettle and a balcony or terrace. FACILITIES: The establishment has a swimming pool, a sauna, a massage service, a karaoke room and a nightclub. MEALS: Guests are offered a breakfast service and Ã  la carte or set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Bicycle Rental,Currency Exchange,Garden,Golf,Laundry,Sauna,Wheelchair Access,Designated Smoking Area,Swimming Pool,Kitchen,Jacuzzi,Nightclub,Concierge,Airport Transfer (on Demand),Babysitting,Kids Play Area,24 Hour Security,Banquet Hall,Dining,Meeting Room,Parking,Printer,Spa,Valet Parking,Wake-up Call Service,24 Hour Front Desk,Business Centre,Coffee Shop,Dry Cleaning,Luggage Storage,Smoking Rooms,Diet Meals,24 Hour Room Service,LCD/Projector,Vending Machine</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,VILLAGE,SPA HOTEL,RESORT,HOTEL,GUEST HOUSES,BUNGALOW COMPLEX,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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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="dd0117a2-54bf-44d5-b05f-0c72a2623873">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="4" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-09T00:00:00" End="2026-11-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Full Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ashwamedhtourism@gmail.com" Password="@Niruddha220192" 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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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-22T11:54:09.8578378+01:00" Version="0" EchoToken="Search" TransactionIdentifier="dd0117a2-54bf-44d5-b05f-0c72a2623873" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="785.24" OriginalAmount="777.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.34559584" Longitude="103.8467952" StarRating="4" HotelCode="572179|41831588|Full Board" HotelName="Vinpearl Discovery 2 Phu Quoc" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/746826/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort offers a restaurant, a transfer service, room service and a business centre. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="816.08" OriginalAmount="808" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.32809549" Longitude="103.8537183" StarRating="5" HotelCode="760340|319343" HotelName="Radisson Blu Resort Phu Quoc" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="resort" CnxPolicy="Free CXL until 31/10/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Beauty Salon,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ff/25ff0cb8e1fc1b0610269af1efbad850d35ac165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Welcome to the Radisson Blu Resort Phu Quoc, which places you in the heart of one of Vietnam's most ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="955.46" OriginalAmount="946" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="4" HotelCode="979514|403084" HotelName="Vinpearl Discovery 3 Phu Quoc" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 15/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1002.93" OriginalAmount="993" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.306104341259" Longitude="103.86100167592" StarRating="5" HotelCode="935739|41669" HotelName="Vinpearl Resort &amp; Spa Phu Quoc" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 01/11/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Ganh Dau, Phu Qu?c</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/92/779240d8a498e301e7a5891c9adbde39f96ea41a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1073.63" OriginalAmount="1063" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.194063859303" Longitude="103.96456626124" StarRating="4" HotelCode="56056|7484" HotelName="La Veranda Resort Phu Quoc - MGallery by Sofitel" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 06/10/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Beach, Phu Quoc 95000, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/b0/0eb036f3f885e442800961fc556d8c2ee0aefa78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located just outside the main town of Duong Dong, a short car ride from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1385.48" OriginalAmount="1371.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1520592" Longitude="103.97477005" StarRating="3" HotelCode="882921|2349755|Full Board" HotelName="Sunset Sanato Resort &amp; Villas" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Duong Bao, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/7c/387c1729e72b5cfbd9746c48aab471e525c9291c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1724.07" OriginalAmount="1707" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.29117717" Longitude="103.9000909" StarRating="4" HotelCode="571184|216435" HotelName="Green Bay Phu Quoc Resort &amp; Spa" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Cua Can Hamlet, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/a7/82a7bf93c5b23156221d87c937d53a833624771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1764.47" OriginalAmount="1747" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.3403389" Longitude="103.85028797" StarRating="5" HotelCode="571860|216475" HotelName="Vinpearl Discovery 1 Phu Quoc" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 21/10/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee464b53d179aaffbb67b81d0286a7ba0de906ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Bicycle Rental,Currency Exchange,Golf,Laundry,Sauna,Wheelchair Access,Jacuzzi,Designated Smoking Area,Meeting Room,Parking,Valet Parking,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Beauty Salon,Dining,Housekeeping,Printer,Spa,Wake-up Call Service</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>FULL BOARD</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,RESORT,VILLAGE,SPA HOTEL,HOTEL,GUEST HOUSES,BUNGALOW COMPLEX,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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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="dd0117a2-54bf-44d5-b05f-0c72a2623873">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="4" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-09T00:00:00" End="2026-11-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>All Inclusive</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ashwamedhtourism@gmail.com" Password="@Niruddha220192" 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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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-22T11:54:11.247803+01:00" Version="0" EchoToken="Search" TransactionIdentifier="dd0117a2-54bf-44d5-b05f-0c72a2623873" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="702.96" OriginalAmount="696" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.1463018" Longitude="103.97729961" StarRating="4" HotelCode="435504|157048" HotelName="Kappa Club Sol Beach house Phu Quoc 5" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="" CnxPolicy="Free CXL until 06/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="894.84" OriginalAmount="885.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.34559584" Longitude="103.8467952" StarRating="4" HotelCode="572179|41831588|All Inclusive" HotelName="Vinpearl Discovery 2 Phu Quoc" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Beach, Ganh Dau Commune, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/746826/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort offers a restaurant, a transfer service, room service and a business centre. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1086.76" OriginalAmount="1076" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="4" HotelCode="979514|403084" HotelName="Vinpearl Discovery 3 Phu Quoc" Meals="ALL INCLUSIVE" BedType="ALL INCLUSIVE" PropertyType="" CnxPolicy="Free CXL until 15/10/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ALL INCLUSIVE</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,RESORT,VILLAGE,SPA HOTEL,HOTEL,BUNGALOW COMPLEX,GUEST HOUSES,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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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="dd0117a2-54bf-44d5-b05f-0c72a2623873">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
          <GuestCount PaxCode="8" Age="4" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-11-09T00:00:00" End="2026-11-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="435504|157048" SourceId="27" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ashwamedhtourism@gmail.com" Password="@Niruddha220192" 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
dd0117a2-54bf-44d5-b05f-0c72a2623873|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
dd0117a2-54bf-44d5-b05f-0c72a2623873|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dd0117a2-54bf-44d5-b05f-0c72a2623873|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
dd0117a2-54bf-44d5-b05f-0c72a2623873|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="dd0117a2-54bf-44d5-b05f-0c72a2623873" TimeStamp="0001-01-01T00:00:00" HotelName="Kappa Club Sol Beach house Phu Quoc 5" HotelCode="435504|sol_beach_house_phu_quoc" StarRating="4" GTCityId="84866" CountryCode="VN" CityName="Phu Quoc" CountryName="Viet Nam" Address="Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc" PostCode="" PhoneNo="+84773869999" FaxNo="+84773781111" Email="reservations@solbhphuquoc.vn" CheckInTime="14:00" CheckOutTime="12:00" Latitude="10.1463018" Longitude="103.97729961" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard" RoomTypeCode="0|1331|135781945|1784717664110329B2129B4||no|2156795|16|MjUyLjQ1fEdCUHwyMDI2LTA4LTEx" OriginalAmount="252" TotalPrice="254.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property is professionally cleaned&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Stay Safe with Meliá (Meliá)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport. To arrange pick-up, guests must contact the property 48 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. The credit card used to book the reservation must be presented by the cardholder at check-in along with matching photo identification. Other arrangements must be coordinated with the property prior to arrival. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools. This property does not permit name changes on reservations. The name on the booking must match the name of the guest who is checking in and staying at the property; photo ID is required.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: VND 4000000 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Pet fee: VND 675000 per pet (varies based on length of stay)&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 1300000.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property is professionally cleaned.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2-4 people: 91.74 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2-4 people: 42.54 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2-4 people: 64.02 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-07T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="254.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, KING BED" RoomTypeCode="0|1331|1265181335|1784717665004363B2119B3||no|2156795|16|MjU2LjIzfEdCUHwyMDI2LTA4LTA5" OriginalAmount="256" TotalPrice="258.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="258.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|1331|1264306025|1784717665004363B2119B0||no|2156795|16|MjU2LjIzfEdCUHwyMDI2LTA4LTA5" OriginalAmount="256" TotalPrice="258.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="258.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room" RoomTypeCode="272079104|3|259|27|MjU5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="259" TotalPrice="261.59" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-07T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="259" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (bed type is subject to availability, extra bed not included)" RoomTypeCode="h-d7f566cf-64c0-5ba2-930b-341d236a0ad7|63|MjYyLjAwfEdCUHwyMDI2LTA4LTEw" OriginalAmount="262" TotalPrice="264.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><AdditionalDetails>GBP 11.59-- service fee is included in the room rate.&lt;br/&gt;GBP 18.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, OCEAN VIEW" RoomTypeCode="0|1331|1264060265|1784717664088881B2142B8||no|2156795|16|Mjc3LjkxfEdCUHwyMDI2LTA4LTEw" OriginalAmount="278" TotalPrice="280.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/08/2026"><AdditionalDetails>BF2.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="280.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room with ocean view (full double bed) (bed type is subject to availability, extra bed not included)" RoomTypeCode="h-18ea93fc-c3a5-53ba-a287-c1e0127c7a71|63|Mjc5LjAwfEdCUHwyMDI2LTA4LTEw" OriginalAmount="279" TotalPrice="281.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><AdditionalDetails>GBP 12.35-- service fee is included in the room rate.&lt;br/&gt;GBP 19.75-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="281.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior" RoomTypeCode="0|1331|222377405|1784717664110329B2129B10||no|2156795|16|Mjg1LjQ5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="285" TotalPrice="288.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property is professionally cleaned&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Stay Safe with Meliá (Meliá)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport. To arrange pick-up, guests must contact the property 48 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. The credit card used to book the reservation must be presented by the cardholder at check-in along with matching photo identification. Other arrangements must be coordinated with the property prior to arrival. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools. This property does not permit name changes on reservations. The name on the booking must match the name of the guest who is checking in and staying at the property; photo ID is required.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: VND 4000000 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Pet fee: VND 675000 per pet (varies based on length of stay)&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 1300000.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property is professionally cleaned.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2-4 people: 97.35 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2-4 people: 48.09 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2-4 people: 69.60 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-07T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="288.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, KING BED" RoomTypeCode="0|1331|1265181385|1784717665004363B2119B15||no|2156795|16|Mjg5Ljc3fEdCUHwyMDI2LTA4LTA5" OriginalAmount="290" TotalPrice="292.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="292.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, TWIN BEDS" RoomTypeCode="0|1331|1264306035|1784717665004363B2119B12||no|2156795|16|Mjg5Ljc3fEdCUHwyMDI2LTA4LTA5" OriginalAmount="290" TotalPrice="292.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="292.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Superior" RoomTypeCode="225502262|3|293|27|MjkzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="293" TotalPrice="295.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-07T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="293" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability, extra bed not included)" RoomTypeCode="h-440c4ebc-d556-55d2-bb43-cb4b7f45c165|63|Mjk2LjAwfEdCUHwyMDI2LTA4LTEw" OriginalAmount="296" TotalPrice="298.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><AdditionalDetails>GBP 13.10-- service fee is included in the room rate.&lt;br/&gt;GBP 20.96-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="298.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room with ocean view (full double bed) (bed type is subject to availability, Child bed is not included, extra bed not included)" RoomTypeCode="h-ea1bdb54-af01-5107-a5ad-c152e6ae8808|63|MzExLjAwfEdCUHwyMDI2LTA4LTA5" OriginalAmount="311" TotalPrice="314.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/08/2026"><AdditionalDetails>GBP 13.76-- service fee is included in the room rate.&lt;br/&gt;GBP 22.02-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="314.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, OCEAN VIEW" RoomTypeCode="0|1331|1263787305|1784717664088881B2142B20||no|2156795|16|MzEyLjA2fEdCUHwyMDI2LTA4LTEw" OriginalAmount="312" TotalPrice="315.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/08/2026"><AdditionalDetails>BF2.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="315.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room with ocean view (full double bed) (bed type is subject to availability, extra bed not included)" RoomTypeCode="h-57bf65c5-8f98-57a2-ac6e-0502293c92c7|63|MzE1LjAwfEdCUHwyMDI2LTA4LTEw" OriginalAmount="315" TotalPrice="318.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><AdditionalDetails>GBP 13.94-- service fee is included in the room rate.&lt;br/&gt;GBP 22.30-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="318.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, POOL ACCESS" RoomTypeCode="0|1331|1273631065|1784717664110329B2129B1||no|2156795|16|MzE4LjUzfEdCUHwyMDI2LTA4LTEx" OriginalAmount="319" TotalPrice="321.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property is professionally cleaned&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Stay Safe with Meliá (Meliá)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport. To arrange pick-up, guests must contact the property 48 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. The credit card used to book the reservation must be presented by the cardholder at check-in along with matching photo identification. Other arrangements must be coordinated with the property prior to arrival. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools. This property does not permit name changes on reservations. The name on the booking must match the name of the guest who is checking in and staying at the property; photo ID is required.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: VND 4000000 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Pet fee: VND 675000 per pet (varies based on length of stay)&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 1300000.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property is professionally cleaned.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2-4 people: 102.90 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2-4 people: 53.67 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2-4 people: 75.18 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-07T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="321.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, KING BED, POOL ACCESS" RoomTypeCode="0|1331|1283720235|1784717665004363B2119B33||no|2156795|16|MzIzLjMyfEdCUHwyMDI2LTA4LTA5" OriginalAmount="323" TotalPrice="326.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="326.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, TWIN BEDS, POOL ACCESS" RoomTypeCode="0|1331|1283720225|1784717665004363B2119B30||no|2156795|16|MzIzLjMyfEdCUHwyMDI2LTA4LTA5" OriginalAmount="323" TotalPrice="326.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="326.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Pool Access Double room (full double bed) (bed type is subject to availability, extra bed not included, pool access)" RoomTypeCode="h-8c5f0bed-b209-51bf-bbc0-bd062a295bd8|63|MzMxLjAwfEdCUHwyMDI2LTA4LTEw" OriginalAmount="331" TotalPrice="334.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><AdditionalDetails>GBP 14.65-- service fee is included in the room rate.&lt;br/&gt;GBP 23.43-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="334.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room King bed" RoomTypeCode="305281636|3|339|27|MzM5fEdCUHwyMDI2LTA4LTA5" OriginalAmount="339" TotalPrice="342.39" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T17:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="339" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: XTRA SOL, JUNIOR SUITE" RoomTypeCode="0|1331|1263830595|1784717664110329B2129B7||no|2156795|16|MzU0Ljg5fEdCUHwyMDI2LTA4LTEx" OriginalAmount="355" TotalPrice="358.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special cancellation policies or charges may apply for group reservations (more than 8 rooms for the same property / stay dates)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a smoke detector&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property is professionally cleaned&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Stay Safe with Meliá (Meliá)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport. To arrange pick-up, guests must contact the property 48 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. The credit card used to book the reservation must be presented by the cardholder at check-in along with matching photo identification. Other arrangements must be coordinated with the property prior to arrival. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools. This property does not permit name changes on reservations. The name on the booking must match the name of the guest who is checking in and staying at the property; photo ID is required.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Deposit: VND 4000000 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Pet fee: VND 675000 per pet (varies based on length of stay)&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 1300000.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 3 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property is professionally cleaned.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2-4 people: 109.02 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2-4 people: 59.82 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2-4 people: 81.30 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-07T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="358.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: XTRA SOL, JUNIOR SUITE, KING BED" RoomTypeCode="0|1331|1264306045|1784717665004363B2119B48||no|2156795|16|MzYwLjIzfEdCUHwyMDI2LTA4LTA5" OriginalAmount="360" TotalPrice="363.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="363.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard room" RoomTypeCode="270803144|3|365|27|MzY1fEdCUHwyMDI2LTA3LTIy" OriginalAmount="365" TotalPrice="368.65" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T11:54:27.4775183+01:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="365" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: XTRA Sol Junior Suite" RoomTypeCode="h-781e2d8b-2703-5fd1-8e2c-9bba3a38c9c7|63|MzY2LjAwfEdCUHwyMDI2LTA4LTEw" OriginalAmount="366" TotalPrice="369.66" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/08/2026"><AdditionalDetails>GBP 16.19-- service fee is included in the room rate.&lt;br/&gt;GBP 25.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="369.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Pool Access Double room (full double bed) (bed type is subject to availability, Child bed is not included, extra bed not included, pool access)" RoomTypeCode="h-10403558-2099-531e-8d30-0aaa8db8dbd9|63|MzY4LjAwfEdCUHwyMDI2LTA4LTA5" OriginalAmount="368" TotalPrice="371.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/08/2026"><AdditionalDetails>GBP 16.28-- service fee is included in the room rate.&lt;br/&gt;GBP 26.05-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="371.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: XTRA Sol Junior Suite (Child bed is not included)" RoomTypeCode="h-d3c0be7a-8b09-53f7-a465-bde6755c6bfd|63|MzY5LjAwfEdCUHwyMDI2LTA4LTA5" OriginalAmount="369" TotalPrice="372.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/08/2026"><AdditionalDetails>GBP 16.33-- service fee is included in the room rate.&lt;br/&gt;GBP 26.12-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="372.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (bed type is subject to availability, Child bed is not included, extra bed not included)" RoomTypeCode="h-c0d9214e-23a4-5c23-a2ac-ba8755556388|63|MzgxLjAwfEdCUHwyMDI2LTA3LTIy" OriginalAmount="381" TotalPrice="384.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 16.86-- service fee is included in the room rate.&lt;br/&gt;GBP 26.97-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-17T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="384.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite" RoomTypeCode="141779769|3|382|27|MzgyfEdCUHwyMDI2LTA4LTEw" OriginalAmount="382" TotalPrice="385.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T09:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="382" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (Child bed is not included, extra bed not included)" RoomTypeCode="h-1faa47c1-d2c0-5311-ac65-7a6acf390132|63|MzkxLjAwfEdCUHwyMDI2LTA3LTIy" OriginalAmount="391" TotalPrice="394.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 17.30-- service fee is included in the room rate.&lt;br/&gt;GBP 27.68-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-17T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="394.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe" RoomTypeCode="0|1331|135781955|1784717664107801B2036B12||yes|2156795|16|MzkzLjE4fEdCUHwyMDI2LTA3LTIy" OriginalAmount="393" TotalPrice="397.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="397.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: De luxe" RoomTypeCode="328132796|3|404|27|NDA0fEdCUHwyMDI2LTA3LTIy" OriginalAmount="404" TotalPrice="408.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T11:54:28.3341308+01:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="404" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior - Ocean view" RoomTypeCode="293683386|3|423|27|NDIzfEdCUHwyMDI2LTA3LTIy" OriginalAmount="423" TotalPrice="427.23" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T11:54:29.0627689+01:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="423" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE OR TWIN BED, OCEAN VIEW" RoomTypeCode="0|1331|1264145635|1784717665047990B2073B3||yes|2156795|16|NDI1LjY3fEdCUHwyMDI2LTA3LTIy" OriginalAmount="426" TotalPrice="429.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Check In Policy - The room can only be checked in after 12am on Jan 1 and before 12am on Jan 1 NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="429.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Superior" RoomTypeCode="282084640|3|441|27|NDQxfEdCUHwyMDI2LTA3LTIy" OriginalAmount="441" TotalPrice="445.41" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T11:54:29.6781898+01:00" End="2026-11-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="441" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room with ocean view (full double bed) (bed type is subject to availability, Child bed is not included, extra bed not included)" RoomTypeCode="h-a7d355d4-6be8-5676-84af-205d3f641235|63|NDQyLjAwfEdCUHwyMDI2LTA3LTIy" OriginalAmount="442" TotalPrice="446.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 19.56-- service fee is included in the room rate.&lt;br/&gt;GBP 31.29-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-17T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="446.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability, Child bed is not included, extra bed not included)" RoomTypeCode="h-083c5984-0c2e-53fd-b92d-9205f36e47a9|63|NDYyLjAwfEdCUHwyMDI2LTA3LTIy" OriginalAmount="462" TotalPrice="466.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 20.44-- service fee is included in the room rate.&lt;br/&gt;GBP 32.71-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-17T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="466.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED, SEA VIEW" RoomTypeCode="0|1331|1345249345|1784717665047990B2073B0||yes|2156795|16|NDY3LjA4fEdCUHwyMDI2LTA3LTIy" OriginalAmount="467" TotalPrice="471.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Check In Policy - The room can only be checked in after 12am on Jan 1 and before 12am on Jan 1 NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="471.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Junior Suite" RoomTypeCode="0|1331|106002125|1784717664107801B2036B21||yes|2156795|16|NDY4Ljk2fEdCUHwyMDI2LTA3LTIy" OriginalAmount="469" TotalPrice="473.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="473.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: LOFT, POOL ACCESS" RoomTypeCode="0|1331|1345249365|1784717665047990B2073B6||yes|2156795|16|NDg3LjQzfEdCUHwyMDI2LTA3LTIy" OriginalAmount="487" TotalPrice="492.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Check In Policy - The room can only be checked in after 12am on Jan 1 and before 12am on Jan 1 NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Shower|Bathtub|Hairdryer|Internet access|Minibar|Fridge|King-size Bed|Air conditioning (centrally regulated)|Safe|Balcony/Terrace|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-22T00:00:00" End="2026-11-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="492.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Superior Pool Access Double room (full double bed) (bed type is subject to availability, extra bed not included, Child bed is not included, pool access)" RoomTypeCode="h-e08de540-1860-52ed-b4e6-a9d3ae0e7a5a|63|NTE0LjAwfEdCUHwyMDI2LTA4LTA5" OriginalAmount="514" TotalPrice="519.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/08/2026"><AdditionalDetails>GBP 22.74-- service fee is included in the room rate.&lt;br/&gt;GBP 36.39-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="519.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Standard Double room (full double bed) (extra bed not included, Child bed is not included)" RoomTypeCode="h-6b98bd12-9cf3-5ccc-b311-438c72352171|63|NTQ3LjAwfEdCUHwyMDI2LTA3LTIy" OriginalAmount="547" TotalPrice="552.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 24.20-- service fee is included in the room rate.&lt;br/&gt;GBP 38.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-17T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="552.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Superior Double room with ocean view (full double bed) (bed type is subject to availability, extra bed not included, Child bed is not included)" RoomTypeCode="h-fc1a09ac-1a07-5103-a5ad-0a880e21f9e7|63|NjE3LjAwfEdCUHwyMDI2LTA3LTIy" OriginalAmount="617" TotalPrice="623.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 27.30-- service fee is included in the room rate.&lt;br/&gt;GBP 43.68-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-17T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="623.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: all-inclusive" FilterMealType="ALL-INCLUSIVE" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability, extra bed not included, Child bed is not included)" RoomTypeCode="h-9c90ee71-7747-5483-a356-b37acbb0ea3c|63|ODYzLjAwfEdCUHwyMDI2LTA3LTIy" OriginalAmount="863" TotalPrice="871.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 38.19-- service fee is included in the room rate.&lt;br/&gt;GBP 61.10-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Fridge|Family room|Cable TV|TV|Minibar|Bathrobe|Safe (in room)|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-17T00:00:00" End="2026-11-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="871.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8a/67/8a6788c1b15f10501845866bc0b190373d9870de.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/5f/86/5f864ab21ba8435ac613bb9c0aa04ce2273026c2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/2f/442f9c57ca0011495fd28b6913b2861193034299.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/48/35/4835773e1bf7774edf997fce9db0390129cd7de3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/45/4e/454eb4ba324ef923be0edd34c7d8368fdcac2e7a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/08/d8/08d81b90043fd1d59dd3ae18864ba134d7e6b321.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9c/7a/9c7a9e4ca1109e5e0b55f6857ba904d1265e5207.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0e/62/0e628ce11a6aea93bcb9055128f3373560b3363e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d6/de/d6de57290d658b148e9e1d7a165c3f4cab2dd23c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3b/0c/3b0cbf29e3ce6222b3e51b0fe6822518c0edc1b0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/9b/fb9b8cad3e970152916430c2f83890cf406cd3d7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/3a/ca3a0b8dce46726eaa2974de53e7bd92fd7d6105.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/ba/1fbae3db0040df9dfa6909df922d36929a6187ec.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/23/71/237116777e9b3bfcdff2ee5a59eb65bd37254a30.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/01/87/01879d76513b628af5747507c5bdccd39a9c36fe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/3b/e33b8efc8a942508025b14f3a789d776beec0fbc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/fb/e7fb01a7f47e29cf4ad23eb83457b470c1da25e7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f9/9c/f99c8bea0039cbe36182820909c9ac99bfc7d73f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/17/72/1772bb73bcbf34e1d7a70138c0cbaf14946d511e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a8/59/a85925d998b0c08fa085bea738665a77a5414968.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/09/4f09f2e2bd18f1e331ab1163b4634a532abfed58.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3a/fd/3afda3d41bfe6fb23c8a113466f309a165a9979e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ab/78/ab7805e73c4748a98b41d2a1576caed3294b003a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e4/53/e4535a273ae7e4f42aaa2550890757d1cb294c51.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/fe/4cfe57c0dd2a8e232a2e8d41e7adde397f8abff5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d8/4f/d84fd7b8cfa7bc284859e3f28d97d2c6a6a50c53.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/93/f1/93f134b69a5278d841654f476ac2cbe0654b0080.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ef/dc/efdc920eaa6e2c69b7d96eb7cad2601808d49555.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1c/7f/1c7fe2276924a9ad99ed62a7ad87b80f87c763e6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/92/42/9242c995bccf5fce1d0f6baacc8ca521d4c39275.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/41/ea41c6352d1f46fbb3885826f2ced5956d7e2b48.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9d/42/9d425b6839d1081d59c92338afd58f07ea00e5ea.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bb/2d/bb2d64a52f81573feb2ad83c24e9613eaec50a2c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f2/04/f204f909cf17b4c06669e1ac0e40e2f3acdb8a8a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6d/af/6dafbc053b930e5cc1ba34a236b4232a3ffe2606.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/07/f3/07f394b73ab36dbc4f389e8f28e1acb2e761018d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d1/49/d149b3a351861a4b555d20e07284093771ca6bb3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/80/33/80336116dd8ba826c48c52ee30d87c9baf3655a0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/86/f8865f1c2004eb193219de80e3713321563bf594.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/a4/b4a45ab6715c1b863bf64f07281cea2db9fe6dcd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/98/6198047abf32b7aa7756941788a7f2a42855c745.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b1/a8/b1a80cfd8fa27fd2e01bb507f375c970aba3a3a0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/be/07/be076850d283a27746138590e25b605642effc5f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/52/c1/52c12a54ca45bea3b6803075189112d02a28affe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0c/b2/0cb2d56c625faaa079d8c6e4874ab42ac01f3dfe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/eb/d7eb5cbfad5c745626fcd7234b3f15fe753645d1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b8/1c/b81cfaa70e0fbb7e4d869826388969c24eda856a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e4/5d/e45d53f4720ed9b92ef50ddd3ef16bd0c8555602.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ef/77/ef77c9a3f096a2f8d60413c003893c1e21a79137.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;This hotel has a lift and a reception desk. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a safe, a playroom, room service, a conference room and a business centre. Wireless internet access is provided in public areas. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. Guests can enjoy the sea view from a balcony or terrace. Rooms include a king-size bed. Separate bedrooms are available. Children's beds can be requested for younger guests. There is also a safe and a desk or, for an additional fee, a minibar. A refrigerator and a tea/coffee station are standard features. Equipped with a telephone, a TV and WiFi (no extra charge), the rooms provide many ways for guests to stay connected and entertained. Slippers are included. The bathrooms have a shower and a bathtub. A hairdryer, a vanity mirror and bathrobes are available for daily use. The hotel has non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The pool complex promises pleasant and carefree swimming. Sun loungers and parasols on the sun terrace create a perfect space for guests to relax and unwind. Guests can choose from a range of leisure activities, including cycling/mountain biking, aquafit, a gym, yoga and a spa. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Catering options available at the accommodation include half board and full board. Guests can choose to book options such as breakfast, lunch or dinner. The hotel also offers snacks.</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Shopping on site</Description><Value>Shopping on site</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Computer</Description><Value>Computer</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>24-hour reception</Description><Value>24-hour reception</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Security guard</Description><Value>Security guard</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Newspapers</Description><Value>Newspapers</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Ticket assistance</Description><Value>Ticket assistance</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Gift shop</Description><Value>Gift shop</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Express check-in/check-out</Description><Value>Express check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Terrace</Description><Value>Terrace</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>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</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>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bar</Description><Value>Bar</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Coffee/tea for guests</Description><Value>Coffee/tea for guests</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Snack bar</Description><Value>Snack bar</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Transfer</Type><Description>Airport transportation</Description><Value>Airport transportation</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Tourist services</Type><Description>Tour assistance</Description><Value>Tour assistance</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Library</Description><Value>Library</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Bike rental</Description><Value>Bike rental</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Nightclub</Description><Value>Nightclub</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Fishing</Description><Value>Fishing</Value></HotelFacilities><HotelFacilities><Type>Recreation</Type><Description>Suitable for Events</Description><Value>Suitable for Events</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking nearby</Description><Value>Parking nearby</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Indoor Pool</Description><Value>Indoor Pool</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Outdoor pool</Description><Value>Outdoor pool</Value></HotelFacilities><HotelFacilities><Type>Pool and beach</Type><Description>Private beach</Description><Value>Private beach</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference Hall</Description><Value>Conference Hall</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Diving</Description><Value>Diving</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Cycling</Description><Value>Cycling</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Snorkelling</Description><Value>Snorkelling</Value></HotelFacilities><HotelFacilities><Type>Sports</Type><Description>Fitness facilities</Description><Value>Fitness facilities</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>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Beauty and wellness</Type><Description>First Aid Kit</Description><Value>First Aid Kit</Value></HotelFacilities><HotelFacilities><Type>Kids</Type><Description>Children's playground</Description><Value>Children's playground</Value></HotelFacilities><HotelFacilities><Type>Kids</Type><Description>Children swimming pool</Description><Value>Children swimming pool</Value></HotelFacilities><HotelFacilities><Type>Kids</Type><Description>Family/Kid Friendly</Description><Value>Family/Kid Friendly</Value></HotelFacilities><HotelFacilities><Type>Kids</Type><Description>Kids club</Description><Value>Kids club</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets allowed</Description><Value>Pets allowed</Value></HotelFacilities></Facilities></HotelRoomRS>||True