<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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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="ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-03T00:00:00" End="2026-06-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Suvidhtravels" Password="Cheeni@2005" 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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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-05-20T14:20:49.6987818+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="15.04" OriginalAmount="14.60" MarkupRule="3.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 29/05/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="94" TotalAmount="15.31" OriginalAmount="14.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.205517" Longitude="103.963453" StarRating="2" HotelCode="|522710" HotelName="Langchia Home - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Alley 91, Tran Hung Dao Street, KP7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/7/1/0/522710_70447711112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="16.48" OriginalAmount="16.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20526276" Longitude="103.96356444" StarRating="1" HotelCode="600924|langchia_hostel_" HotelName="Langchia Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>84 Tran Hung Dao, Duong Dong, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/f3/1ff38acf1c0e15889e24be06224e8fc37d7c35a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.85" OriginalAmount="17.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.190348" Longitude="103.968569" StarRating="3" HotelCode="|446698" HotelName="CALI HILL RESORT and SPA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>167 Tr?n H?ng ??o Duong To, Cua Lap, Duong To, Phu Quoc 92000 Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/9/8/446698_ebc45681111.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.60" OriginalAmount="18.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.22191" Longitude="103.96211" StarRating="0" HotelCode="|231296" HotelName="Phuong Hang Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86 Nguyen Trung Truc, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/2/9/6/231296_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.68" OriginalAmount="18.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="2" HotelCode="965757|3447485" HotelName="Areca Garden Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/05/2026">
        <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="94" TotalAmount="18.82" OriginalAmount="18.27" MarkupRule="3.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="16" TotalAmount="19.28" OriginalAmount="18.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="856963|3448265" HotelName="Venus Hotel Massage &amp; Sky Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <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="94" TotalAmount="19.35" OriginalAmount="18.79" MarkupRule="3.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 25/05/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="94" TotalAmount="19.35" OriginalAmount="18.79" MarkupRule="3.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 25/05/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="94" TotalAmount="20.32" OriginalAmount="19.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.221971" Longitude="103.962164" StarRating="0" HotelCode="|555415" HotelName="Alanis Lodge Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>96 Nguyen Trung Truc, KP8, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/4/1/5/555415_96e29231518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.21622763" Longitude="103.96126683" StarRating="1" HotelCode="385591|1845808" HotelName="Kim Hong Nhat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Bach Dang, KP1, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a4/47a4a0a633ccc21d3ed6fecb920da453cc8c6e8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="20.60" OriginalAmount="20.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.22636079" Longitude="103.97275364" StarRating="2" HotelCode="424659|the_lam_homestay_" HotelName="The Lam Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>42 Hoang Van Thu Street, . KP5, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/5e/115e8ec3b439c301f20d3864e4349a320d73179d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.44" OriginalAmount="21.79" MarkupRule="3.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 29/05/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="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.32807527" Longitude="103.95548091" StarRating="1" HotelCode="424765|pepper_farm_phu_quoc" HotelName="Pepper Farm Phu Quoc Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Bar,Concierge,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Xom Moi Village, Bai Thom Commune, Phu Quoc Island, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/41/1841ef4f1a15d1d5dc2296c9c98e87800800863f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pepper Farm Phu Quoc Bungalow is a popular choice amongst travelers in Phu Quoc Island, whether expl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.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="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="3" HotelCode="857494|377997" HotelName="B Stay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36/461 Nguyen Van Cu, An Thoi, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/49/10498f35be5784d411432e2b6bf0fad2db4b3247.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.218123789602" Longitude="103.95993586004" StarRating="1" HotelCode="397999|86096" HotelName="Hai Hien Guesthouse Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Nguyen Dinh Chieu, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fa/abfa99dbae7db45cbf94894f46a88da50c4f5f10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.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 27/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Bach Dang, KP2, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ff/dbffb51f821288688d67b9494ac0fa89cce99798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.02846637" Longitude="104.01685482" StarRating="3" HotelCode="754327|thanh_vy_hotel" HotelName="Thanh Vy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>86 Nguyen Truong To, An Thoi, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/5a/475ae319b0949c6137b8c5db0246b4a1ff48b7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.13045123" Longitude="103.98239236" StarRating="2" HotelCode="853486|may_hotel_5" HotelName="May Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SS07 Sonasea, Bai Truong Beach, Duong Bao Hamle, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/c8/72c803e58e751170930d7a29c96c4f56b31924ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.03" OriginalAmount="24.30" MarkupRule="3.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="94" TotalAmount="25.04" OriginalAmount="24.31" MarkupRule="3.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="94" TotalAmount="26.36" OriginalAmount="25.59" MarkupRule="3.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 30/05/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="94" TotalAmount="27.00" OriginalAmount="26.21" MarkupRule="3.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 27/05/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="94" TotalAmount="27.01" OriginalAmount="26.22" MarkupRule="3.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 29/05/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="94" TotalAmount="27.39" OriginalAmount="26.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.187963" Longitude="103.966954" StarRating="0" HotelCode="|537869" HotelName="Luna Oriental" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sonasea, Bai Truong, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/8/6/9/537869_e6be7e40918.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.44" OriginalAmount="26.64" MarkupRule="3.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 30/05/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="27.58" OriginalAmount="26.78" MarkupRule="3.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="94" TotalAmount="27.76" OriginalAmount="26.95" MarkupRule="3.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 28/05/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="63" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.206278548231" Longitude="103.96306873352" StarRating="2" HotelCode="396979|dong_xuan_hong_guest_house" HotelName="Dong Xuan Hong Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/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="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.17054272" Longitude="103.97108319" StarRating="2" HotelCode="638676|hotel_nguyen_toan" HotelName="Hotel Nguyen Toan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/da/cdda16a7de02366ee6ae03263e3bfadb061eef1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.26" OriginalAmount="27.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.215182" Longitude="103.967641" StarRating="0" HotelCode="|529639" HotelName="Hill Star Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="28.31" OriginalAmount="27.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.131187" Longitude="103.984246" StarRating="2" HotelCode="|420560" HotelName="Bayya Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1-2, lot SS 14 shopping center, Sonasea Villa and resort tourist complex, Duong Bao hamlet, Duong To commune, Phu Quoc district, Kien Giang provin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/5/6/0/420560_46f04a81750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.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 28/05/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="29.53" OriginalAmount="28.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0315" Longitude="104.00561" StarRating="2" HotelCode="|526248" HotelName="ROVA HOTEL PHU QUOC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="29.65" OriginalAmount="28.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.038752" Longitude="104.008192" StarRating="2" HotelCode="|525136" HotelName="Calidum Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>An Thoi, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/1/3/6/525136_f7aee881151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.22346381" Longitude="103.95629159" StarRating="3" HotelCode="435908|halona_hotel" HotelName="Halona Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Tran Phu Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/bc/5dbc0df1a7e6a391e86368c87116dcaf80c2cc5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.22980496" Longitude="103.96369884" StarRating="2" HotelCode="550328|blue_dragon_hotel" HotelName="Blue Dragon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.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="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="0" HotelCode="985534|bayya_hotel_phu_quoc" HotelName="Bayya Hotel Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Lot SS14 Shopping Center Zone, Sonasea Villa And Resort Tourism Complex, Phu Quoc 91000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/7b/b17b937c81542559601622b010304dd068cc3a79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.32" OriginalAmount="29.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.109589" Longitude="103.987579" StarRating="3" HotelCode="|529217" HotelName="SK BOUTIEQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marina Square, Bai Truong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/2/1/7/529217_cacf0391058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.63" OriginalAmount="29.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.115963" Longitude="103.983092" StarRating="0" HotelCode="|523546" HotelName="Golden Dragon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>B5-604 Marina, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/5/4/6/523546_97cd21b0943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.63" OriginalAmount="29.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18703" Longitude="103.968536" StarRating="3" HotelCode="|566948" HotelName="Phú Long Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao street, Cua lap</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/9/4/8/566948_ee177be1218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.70" OriginalAmount="29.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.337528" Longitude="104.07221" StarRating="0" HotelCode="|526935" HotelName="Hideway Beach Glamping Camp Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mui Dinh, Bai Bon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/3/5/526935_3b9d0a51047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.76" OriginalAmount="29.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.26177838" Longitude="103.93886448" StarRating="3" HotelCode="374242|3441695" HotelName="Cottage Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Concierge,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Village 03, Ong Lang, Cua Duong, Ong Lang Beach, Phu Quoc Island, Kien Giang, Vietnam, Duong Dong</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/7f/ed7f49b38a17f5dea47eed357abe744840d78fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Cottage Village offers comfort and convenience whether you're on business or holiday in P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="30.90" OriginalAmount="30.00" MarkupRule="3.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 25/05/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="30.90" OriginalAmount="30.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.21654867" Longitude="103.96004187" StarRating="0" HotelCode="701044|hong_anh_phu_quoc" HotelName="Hong Anh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Trai</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/88/5c88b6259738ffa04f9eaea8b2385f6c1639cfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.96" OriginalAmount="30.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.199201" Longitude="103.968142" StarRating="2" HotelCode="|481175" HotelName="Lucky Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>127D, Tran Hung Dao St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/1/7/5/481175_b82747b1844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.53" OriginalAmount="30.61" MarkupRule="3.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 29/05/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="27" TotalAmount="31.93" OriginalAmount="31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19924705" Longitude="103.96825933" StarRating="2" HotelCode="587077|245600" HotelName="Lucky Phu Quoc Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>127D Tran Hung Dao, Group 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089164219e37322d4498378759bc3f4afec7c9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.48" OriginalAmount="31.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.224769" Longitude="103.962222" StarRating="0" HotelCode="|546102" HotelName="Hong Anh Night Market Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Nguyen Trai, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/1/0/2/546102_f2ebfa51014.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.55" OriginalAmount="31.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.26827" Longitude="103.93831" StarRating="2" HotelCode="|234097" HotelName="Ninila Fruit Farm Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Hamlet Cua Duong Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/0/9/7/234097_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.65" OriginalAmount="31.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20144" Longitude="103.9648" StarRating="0" HotelCode="|233608" HotelName="Sunlight Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>100C/1 Tran Hung Dao, KP7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/6/0/8/233608_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.21837462" Longitude="103.95907257" StarRating="3" HotelCode="615636|245618" HotelName="Thuan Hai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.287862744085" Longitude="103.99058604767" StarRating="2" HotelCode="420178|ninila_fruit_farm_bungalow" HotelName="Ninila Fruitfarm Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/20/ff2079ed2cea575967cd1e7459d60debcb46311b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1829578" Longitude="103.96880434" StarRating="3" HotelCode="386614|langchia_village" HotelName="Langchia Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="33.37" OriginalAmount="32.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20616" Longitude="103.96547" StarRating="0" HotelCode="|235751" HotelName="9 Station Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/5/1/235751_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.52" OriginalAmount="32.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.21468" Longitude="103.96223" StarRating="3" HotelCode="|233414" HotelName="Blue Sky Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20605" Longitude="103.961769" StarRating="3" HotelCode="100183|thien_hai_son_resort" HotelName="Thien Hai Son Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>68 Tran Huong Dao Street, Duong Dong Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/a1/1ca1ede5189d7e6322e673b09e58bd077ae9a63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.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="Free CXL until 27/05/2026" 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="34.73" OriginalAmount="33.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.24953" Longitude="103.948079" StarRating="0" HotelCode="|526896" HotelName="Le Palmier Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VH111 Vu Hoi Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/8/9/6/526896_26179511026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20614488" Longitude="103.96537495" StarRating="3" HotelCode="550515|170558" HotelName="9 Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/0d/1c0dd7eda2e4dfd8e16d854557adc402157d5e8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.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="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chua Ong, Cua Lap, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5c/cc5c06c3c6bac9b3dceee39a498825419f4bf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18560346" Longitude="103.9674371" StarRating="0" HotelCode="787476|haveda_resort" HotelName="Haveda Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Cua Lap, Duong To, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f5/f9f5151ca0b852e6cfe7791aec1c31cbc726e77a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.05" OriginalAmount="34.03" MarkupRule="3.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="35.10" OriginalAmount="34.08" MarkupRule="3.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 28/05/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="35.23" OriginalAmount="34.20" MarkupRule="3.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="35.91" OriginalAmount="34.86" MarkupRule="3.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="Non Refundable">
        <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="27" TotalAmount="36.05" OriginalAmount="35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2135919" Longitude="103.96458587" StarRating="3" HotelCode="587030|245572" HotelName="Dao Ngoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76A Duong 30/4, Duong Dong, Phu Quoc, Kien Gian</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/06/3a0624dba73932277b72f7e6c576c42d276a5997.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="36.05" OriginalAmount="35.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.21493221" Longitude="103.96201615" StarRating="3" HotelCode="552488|blue_sky_phu_quoc_hotel" HotelName="Blue Sky Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="36.05" OriginalAmount="35.00" MarkupRule="3.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 23/05/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="36.82" OriginalAmount="35.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.188373" Longitude="103.966331" StarRating="0" HotelCode="|523479" HotelName="Coastal Village PQ" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/7/9/523479_7277e380906.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.93" OriginalAmount="35.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.207061" Longitude="103.9674" StarRating="0" HotelCode="|525394" HotelName="Hong Bin Bungalow Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="37.05" OriginalAmount="35.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.270587" Longitude="103.929477" StarRating="0" HotelCode="|538129" HotelName="Coco Garden Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong N-02, Ap Ong Lang, Cua Duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/1/2/9/538129_d5c75d72117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.07" OriginalAmount="35.99" MarkupRule="3.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 29/05/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="27" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.184515289913" Longitude="103.96837701749" StarRating="2" HotelCode="387226|155107" HotelName="Duc Anh Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alley 5, Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/67/46676dd48de482fe10651b21f845c3f499a76a36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1863252" Longitude="103.96908057" StarRating="3" HotelCode="554554|170565" HotelName="Godiva Phu Quoc Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 2, Cua Lap Hamlet, Phu Quoc, Duong</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/82/cb82783efcd9b0839dffed6fd3f5ed79237f11a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.193549541926" Longitude="103.96720070069" StarRating="2" HotelCode="489329|q_hao" HotelName="Phu House Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>122 Tran Hung Dao, Ward 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/12/dc12c984ed7c5a70a3cbedb37dda28cda23d0a97.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.194420763784" Longitude="103.96740287654" StarRating="3" HotelCode="396793|arcadia_phu_quoc_resort" HotelName="Arcadia Phu Quoc Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Ward 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b0/96b034b55cdb1dd4c7156726497f19c7a430600f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.08" OriginalAmount="36.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.23247376" Longitude="103.95531139" StarRating="3" HotelCode="615741|hung_vuong_resort" HotelName="Hung Vuong Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>182A Tran Phu Street, 1/39 Lane, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/01/8601b6b58db39c6b7fcdf75dc8708d836536a3c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.20" OriginalAmount="36.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20738903" Longitude="103.96756665" StarRating="3" HotelCode="492868|1719778" HotelName="Hong Bin Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>To 10 Tran Hung Dao, KP 7, Duong Dong District, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/6c/116cc51466c3932e05511b596589626cbd161faa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.21" OriginalAmount="37.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.222397" Longitude="103.966597" StarRating="0" HotelCode="|566858" HotelName="Nhu Huose Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Nguyen Van Nhi, Duong dong , Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/8/5/8/566858_7d3a8101149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.68" OriginalAmount="37.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.214035" Longitude="103.962389" StarRating="3" HotelCode="|421233" HotelName="Tuyet Hien" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="38.86" OriginalAmount="37.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.115714" Longitude="103.982393" StarRating="3" HotelCode="|446950" HotelName="Myrtle Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B5 801-802 Khu Luxury Hotels, Duong To, Duong To, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/5/0/446950_a2d732f0642.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.92" OriginalAmount="37.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.187885" Longitude="103.970963" StarRating="3" HotelCode="|446960" HotelName="Leaf Hotel Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap, Duong To, Phu Quoc, 92000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/6/0/446960_f293e9c0738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.21720367" Longitude="103.96022168" StarRating="2" HotelCode="518377|kim_huong_quang_hotel" HotelName="Kim Huong Quang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Nguyen An Ninh, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e9/4ce9b28f820d9c89bb0031b5bf5fe29ec95b9ec7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.23" OriginalAmount="38.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.05633258151" Longitude="104.03555818392" StarRating="2" HotelCode="368399|1842348" HotelName="My Lan Hotel &amp; Restaurant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Village 4, An Thoi Townlet, Bai Sao Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</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="39.46" OriginalAmount="38.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.056425" Longitude="104.034918" StarRating="2" HotelCode="|525299" HotelName="My Lan Resort and Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Village 4, An Thoi Townlet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/2/9/9/525299_a66919f1146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.47" OriginalAmount="38.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.25823869" Longitude="103.94927372" StarRating="0" HotelCode="980416|3426255" HotelName="Phu Quoc Bambusa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Ganh Gio, Cua Duong, Phu Quoc 92507, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/4c/3d4caf21680de1c52bd157aea70978833bc25892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.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 29/05/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="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.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 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mien Dat Tu Do, Ong Lang, Phu Quoc  922200, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca46af1b171aac344d664d665758c904ea7ec6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.17" OriginalAmount="39.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20008237" Longitude="103.96442417" StarRating="0" HotelCode="784940|canary_bungalow" HotelName="Canary Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="16" TotalAmount="41.28" OriginalAmount="40.08" MarkupRule="3.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 29/05/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="41.47" OriginalAmount="40.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20673" Longitude="103.96278" StarRating="3" HotelCode="|232936" HotelName="Miana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Tran Hung Dao, Quarter 7 Duong Dong Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/3/6/232936_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.54" OriginalAmount="40.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20478173" Longitude="103.96384967" StarRating="3" HotelCode="397453|1844318" HotelName="Hotel The Sailing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/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="94" TotalAmount="42.01" OriginalAmount="40.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.210227" Longitude="103.960843" StarRating="3" HotelCode="|523149" HotelName="PHUC THANG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 TRAN HUNG DAO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/4/9/523149_d78003d0931.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.21195386" Longitude="103.95942877" StarRating="3" HotelCode="586694|ngoc_chau_phu_quoc_hotel" HotelName="Ngoc Chau Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>66D Tran Hung Dao Street, Block 9, Ward 7, Duong Dong Town, Phu Quoc District, Phu Quoc, Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c95444d7ecd69da538eb60540c1a501086e02084.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.51" OriginalAmount="41.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.037032" Longitude="104.008557" StarRating="3" HotelCode="|537709" HotelName="Hoang Long Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AT63 New An Thoi, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/0/9/537709_8564a440941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20211598" Longitude="103.9649079" StarRating="3" HotelCode="586143|vanda_hotel_4" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="94" TotalAmount="43.34" OriginalAmount="42.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.222323" Longitude="103.966695" StarRating="3" HotelCode="|522983" HotelName="Nhu House Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.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="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.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="44.30" OriginalAmount="43.01" MarkupRule="3.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 26/05/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="44.87" OriginalAmount="43.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.115445" Longitude="103.982302" StarRating="0" HotelCode="|523497" HotelName="Anna Beach Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>B5-305, Waterfront, Bai Truong, Duong To</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/4/9/7/523497_7b976b80915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.14" OriginalAmount="43.83" MarkupRule="3.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 25/05/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="45.71" OriginalAmount="44.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.327394" Longitude="103.862072" StarRating="1" HotelCode="|533664" HotelName="Lalisa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="46.16" OriginalAmount="44.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.195969" Longitude="103.968148" StarRating="2" HotelCode="|479084" HotelName="Rum Bungalow Resort Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>139 Tran Hung Dao, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/0/8/4/479084_aab38bf1310.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.23" OriginalAmount="44.88" MarkupRule="3.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="94" TotalAmount="46.28" OriginalAmount="44.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.205692" Longitude="103.963431" StarRating="3" HotelCode="|421198" HotelName="Doi Sao Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 23/05/2026">
        <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="63" TotalAmount="46.35" OriginalAmount="45.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18494608" Longitude="103.96855877" StarRating="3" HotelCode="556501|countryside_garden_resort_bar" HotelName="Countryside Garden Resort &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Cua Lap, Duong To, Phu Quoc, Kiên Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/e9/61e9f3403353d6bf4d2dd6f87fe8982b2c1cf3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.39" OriginalAmount="45.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.060657" Longitude="104.025131" StarRating="0" HotelCode="|447279" HotelName="Dad Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 8, Khu Pho 4, An Thoi Ward, Phu Quoc, Kien Giang, 920000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/2/7/9/447279_56119db1110.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.76" OriginalAmount="45.40" MarkupRule="3.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 28/05/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="94" TotalAmount="46.80" OriginalAmount="45.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.25843" Longitude="103.93881" StarRating="3" HotelCode="|231095" HotelName="Vela Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3, Ong Lang Cua Duong Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/0/9/5/231095_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.02" OriginalAmount="45.65" MarkupRule="3.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 27/05/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="47.02" OriginalAmount="45.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.192371" Longitude="103.966935" StarRating="3" HotelCode="|419958" HotelName="Daisy Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="47.04" OriginalAmount="45.67" MarkupRule="3.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 29/05/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="16" TotalAmount="47.32" OriginalAmount="45.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20608104" Longitude="103.96720411" StarRating="3" HotelCode="773963|3446695" HotelName="Azura Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>101/5 Tran Hung Dao Street, Duong Dong Centrer, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0a/210a0df997e2f4374dd4f49dde25a3f390433bf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.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="Non Refundable" 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="94" TotalAmount="47.85" OriginalAmount="46.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20294" Longitude="103.96455" StarRating="3" HotelCode="|228039" HotelName="La Mer Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Tran Hung Dao, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/0/3/9/228039_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.193015409342" Longitude="103.96707040739" StarRating="2" HotelCode="376263|nhat_lan_resort" HotelName="Nhat Lan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118/16 Tran Hung Dao, Khu Pho 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/ca/b3cabd9c041f752d25fec3cb96a3573898efc471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20031374" Longitude="103.96792137" StarRating="3" HotelCode="595938|mango_resort" HotelName="Mango Resort &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5/121 Tran Hung Dao Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7f/937f1ecf02a052a38aa9bdc4857926c86dd38178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.99" OriginalAmount="48.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18452" Longitude="103.97273" StarRating="3" HotelCode="|608137" HotelName="Palm Bay Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/8/1/3/7/608137_1614cea0046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.185941639723" Longitude="103.96862826224" StarRating="3" HotelCode="378729|praha_hotel_3" HotelName="Praha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3a/2e3ad9e19b37f26decc2aa22e5c815d8dda015e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19445650311" Longitude="103.96585323677" StarRating="3" HotelCode="435865|tt_resort" HotelName="T&amp;T Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>118/8 Tran Hung Dao, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e6/8ae6942eedd501c02e139f976bec49f4c422f935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.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 26/05/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="94" TotalAmount="50.53" OriginalAmount="49.06" MarkupRule="3.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="Non Refundable">
        <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="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="856024|an_phu_hotel_2" HotelName="An Phu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/38/1c3892c07f4ff50d8b8aec784c9e7f6e002df092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.65" OriginalAmount="50.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19492" Longitude="103.96429" StarRating="3" HotelCode="|238648" HotelName="Brenta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alley 118 Tran Hung Dao Street, Ward 7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/4/8/238648_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.37" OriginalAmount="50.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.034223" Longitude="104.004354" StarRating="0" HotelCode="|533929" HotelName="Sunset Town Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 29/05/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="52.40" OriginalAmount="50.87" MarkupRule="3.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="94" TotalAmount="52.45" OriginalAmount="50.92" MarkupRule="3.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 29/05/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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19239243" Longitude="103.96519634" StarRating="3" HotelCode="368034|viet_thanh_resort" HotelName="Viet Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Town, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ab/98ab8e7da9779d7dcaeef578af6b8cd26b0293da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.26400755" Longitude="103.94366504" StarRating="3" HotelCode="554492|156976" 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="63" TotalAmount="53.56" OriginalAmount="52.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.37309478" Longitude="103.86142971" StarRating="3" HotelCode="771877|phu_quoc_dumbo_bungalow" HotelName="Phu Quoc Dumbo Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>To 7 Ap Chuong Vich, Xa Ganh Dau, Phu Quoc 922252, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/17/b717921395bbfa16280e45197c2bc8d8b9f45d18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.56" OriginalAmount="52.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.211118" Longitude="103.96027" StarRating="3" HotelCode="|420614" HotelName="Stellar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/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="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20077601" Longitude="103.96422167" StarRating="3" HotelCode="550179|sandy_phu_quoc_hotel" HotelName="Sandy Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/83/5e835fae0404f3ad8b0df866c3851be40e2053be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant and room service. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2449965" Longitude="103.96167931" StarRating="3" HotelCode="482096|the_garden_house_phu_quoc" HotelName="The Garden House Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Non Refundable" 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="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.254371379227" Longitude="103.94295050248" StarRating="3" HotelCode="495115|coco_garden_resort_2" HotelName="Elwood Resort Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang, Cua Duong, Phu Quoc Island, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/10/9e10098fa79c74ac422a3c1e38a681c31d2fd122.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18815596" Longitude="103.97152267" StarRating="2" HotelCode="435697|ladera_3" HotelName="Ladera Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chua Ong Cua Lap, Duong To, Phu Quoc 950000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/96/e8962b3f64d4c62478373d5e5557750f0332afec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.199685635734" Longitude="103.96340847015" StarRating="3" HotelCode="50830|tropicana_resort" HotelName="Tropicana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>100C/4 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e9/6de9549e76374fbd6844b0be5352a3bc5ce43816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the resort will captivate the mind. The hotel is nestled in a tropical garden of lus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.86" OriginalAmount="54.23" MarkupRule="3.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="Non Refundable">
        <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="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.191238797226" Longitude="103.96687063007" StarRating="2" HotelCode="433020|free_beach_resort" HotelName="Free Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong Tran Hung Dao, Phia Sau Long Beach Center, Khu Pho 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/52/4d528fb217ebb8fcaded3361cfcbacf742f406f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19890258" Longitude="103.96855053" StarRating="3" HotelCode="587099|golden_daisy_hotel" HotelName="Golden Daisy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Tran Hung Dao St, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/cb/aecbc16754f710354a000e97ad54deeee6543f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="56.98" OriginalAmount="55.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.244227" Longitude="104.078438" StarRating="3" HotelCode="|420879" HotelName="Cosiana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Km 8, Dong Dao Road, Group 5 , Cay Sao Hamlet , Ham Ninh, Phu Quoc, Ham Ninh, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/8/7/9/420879_ac999a61732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.327523" Longitude="103.85917" StarRating="3" HotelCode="|535442" HotelName="Xan Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18852486" Longitude="103.97077958" StarRating="3" HotelCode="623085|nadine_phu_quoc_resort" HotelName="Nadine Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="94" TotalAmount="59.28" OriginalAmount="57.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.263164" Longitude="103.970665" StarRating="3" HotelCode="|455806" HotelName="Hillside Luxury Phu Quoc Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Burano street, Sunset town, Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/8/0/6/455806_de9d56d1710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.74" OriginalAmount="58.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.37650956" Longitude="103.85256642" StarRating="3" HotelCode="621356|hula_hula_beachfront_phu_quoc" HotelName="Hula Hula Beachfront Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Chuong Vich Hamlet, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/49/7a49e4a67cef3d92cdc08b188314382eeb05084e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.17" OriginalAmount="58.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.179282" Longitude="103.972555" StarRating="3" HotelCode="|446946" HotelName="Minh Vuong Village Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cua lap, Suoi May, Duong To, Phu Quoc, Kien Giang Province, 925000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/4/6/446946_7d05cae0601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20270086516" Longitude="103.96447839229" StarRating="3" HotelCode="396818|phu_quoc_kim__bungalow_on_the_beach" HotelName="Phu Quoc Kim Bungalow On The Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118/2/1/1 Tran Dung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ec/afeca044cfbc3fc15eb9fee6a34cec6f2e5b73c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.77" OriginalAmount="59.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="885227|kosmos_apart_hotel" HotelName="Kosmos Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Duong Bao Hamlet, Shophouse SS02 &amp; SS06, Sonasea Villas &amp; Resort, Duong To, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/3a/063a381a2c47e90b0dce816ae4651bc6c654d389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.14" OriginalAmount="59.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="777656|3440885" HotelName="Palma Phu Quoc Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>To 5 Tran Hung Dao</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4b/fb4beab6dffdb225134ad5b450ad53e2645b52b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.19" OriginalAmount="59.41" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="61.50" OriginalAmount="59.71" MarkupRule="3.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="94" TotalAmount="62.80" OriginalAmount="60.97" MarkupRule="3.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 29/05/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="94" TotalAmount="63.03" OriginalAmount="61.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.198709" Longitude="103.968346" StarRating="3" HotelCode="|419603" HotelName="Golden Daisy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/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="63.26" OriginalAmount="61.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20397" Longitude="103.96272" StarRating="3" HotelCode="|83819" HotelName="Kim Hoa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/2 Tran Hung Dao, Duong Dong Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/1/9/83819_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, bungalows, WiFi (free of charge) and a transfer service to the airport, (on request). SITUATION: This hotel is in Duong Dong the city centre of it is in Phu Quoc the Island of 10 minutes away, you can find Phu Quoc Airport Ho Chi Minh City 50 minutes away from the establishment clients have Hanou it is 2 hours away from 10 minutes away from the establishment, guests will find the night market. ROOM: The rooms have an air-conditioning system, a fan, a bathroom with a shower, a television and a patio. FACILITIES: Guests are offered a private beach, tourist information, motorcycle rental and excursions. 5 kilometres away, clients can enjoy the beach. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a bar, a barbecue and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.38" OriginalAmount="61.53" MarkupRule="3.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="Non Refundable">
        <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="16" TotalAmount="63.81" OriginalAmount="61.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20235903" Longitude="103.97116709" StarRating="3" HotelCode="744563|2642155" 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="94" TotalAmount="63.93" OriginalAmount="62.07" MarkupRule="3.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 27/05/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="64.07" OriginalAmount="62.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.116591" Longitude="103.981747" StarRating="0" HotelCode="|554842" HotelName="Stella Marina Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>B9 202-205 Waterfront, Phu Quoc Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/4/2/554842_95800e31525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.11" OriginalAmount="63.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1791075" Longitude="103.97343306" StarRating="3" HotelCode="440373|2097065" HotelName="MyPlace Siena Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Suoi May Street, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fb/9dfb886ec5eaa0496a4871f61e7a9502bcc7932a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.33" OriginalAmount="63.43" MarkupRule="3.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="Non Refundable">
        <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="65.35" OriginalAmount="63.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20124" Longitude="103.9649" StarRating="3" HotelCode="|235808" HotelName="Nesta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/0/8/235808_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.36" OriginalAmount="63.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.249183" Longitude="104.079219" StarRating="3" HotelCode="|420881" HotelName="Mango Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Cay Sao, Ham Ninh, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/8/8/1/420881_ae53e071734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.40" OriginalAmount="63.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.191795" Longitude="103.965732" StarRating="3" HotelCode="|421435" HotelName="Vida Loca Resort and Sunset Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.308130536066" Longitude="103.87099262542" StarRating="2" HotelCode="376760|vung_bau_resort" HotelName="Vung Bau Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.26354759" Longitude="103.94252909" StarRating="2" HotelCode="624119|ong_lang_garden" HotelName="Ong Lang Garden Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Ong Lang, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ff/4aff8ded741dede41a30cb9b17b30a07c15c8c66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.41" OriginalAmount="65.45" MarkupRule="3.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="Non Refundable" 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="67.98" OriginalAmount="66.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="691029|trung_huynh_bungalow" HotelName="Trung Huynh Bungalow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>125 Tran Hung Dao Street</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/bf/dcbf1dd1dbca3171a6f2ee4ba84c1f93f2f1cd78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.01" OriginalAmount="66.03" MarkupRule="3.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 23/05/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="94" TotalAmount="68.78" OriginalAmount="66.78" MarkupRule="3.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 29/05/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="63" TotalAmount="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.088237586382" Longitude="104.01508458608" StarRating="3" HotelCode="404751|resort_montana" HotelName="Montana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>To 7, Ap Suoi Lon, Duong To, Bai Sao, Bai Khem Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/cf/28cf68c6ad3939b2d39500acd81df182b57c6b61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.38" OriginalAmount="68.33" MarkupRule="3.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 25/05/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="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.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="Non Refundable" 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="74.43" OriginalAmount="72.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.024576" Longitude="104.00787" StarRating="3" HotelCode="|469792" HotelName="Casepia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sorrento 302-304, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/9/2/469792_a77c9fc1239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.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="75.59" OriginalAmount="73.39" MarkupRule="3.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 27/05/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="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.132447844119" Longitude="103.9803386261" StarRating="3" HotelCode="540501|muong_thanh_luxury_phu_quoc_hotel" HotelName="Muong Thanh Luxury Phu Quoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>CH1 Khu ph?c h?p Bãi Tru?ng, ?p Ðu?ng Bào, Xã Duong To, Phú Qu?c, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/7c/7a7c22f0cfcd30924d69299f7d29b3708f34ae09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a transfer service and a business centre are available to guests of the hotel. Wireless inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.25" OriginalAmount="77.91" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="83.64" OriginalAmount="81.20" MarkupRule="3.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="Non Refundable">
        <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="16" TotalAmount="84.14" OriginalAmount="81.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.266006" Longitude="103.92924" StarRating="3" HotelCode="306561|1682388" HotelName="Phu Quoc Eco Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94658a4ee7a0c6a49f3f0783cf066ee951cf4998.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.25809594" Longitude="104.07924458" StarRating="3" HotelCode="774355|the_pier_phu_quoc_resort" HotelName="The Pier Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ap Cay Sao, Ham Ninh, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ed/eeed3dc4463e79e7a7aef9e47b06c59725c9c379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.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="Non Refundable" 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="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.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="Non Refundable" 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="94" TotalAmount="87.78" OriginalAmount="85.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.13237" Longitude="103.98075" StarRating="5" HotelCode="|238020" HotelName="Muong Thanh Luxury 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/2/3/8/0/2/0/238020_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.84" OriginalAmount="86.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.252256" Longitude="103.943451" StarRating="3" HotelCode="56092|572435" HotelName="Mango Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0e/0c0ebb2aeeb1845725466d67eaa4e16a11ccca7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set on grounds spanning 20 hectares, with a 700-metre-long beach, offering guests a wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.94" OriginalAmount="86.35" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.260594522041" Longitude="103.93427575161" StarRating="3" HotelCode="383662|blue_sea_resort_2" HotelName="Ancarine Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, Ong Lang Beach, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c4/80c42c93ea7b11f2ccf0c470abaa2deccf69199c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.90" OriginalAmount="90.19" MarkupRule="3.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="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18253819" Longitude="103.9681838" StarRating="3" HotelCode="595748|you_we_phu_quoc_resort" HotelName="Anja Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Cua Lap Hamlet, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/58/0858e9e9a7e6002bccfb62e4604504f133334472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.61" OriginalAmount="92.83" MarkupRule="3.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="95.73" OriginalAmount="92.94" MarkupRule="3.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 23/05/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="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,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="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.261331268789" Longitude="103.93378176279" StarRating="3" HotelCode="318731|sea_sense_resort" HotelName="Sea Sense Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f0/2df035ab2ff9761eb172b129e15571c7fbd06bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1811036" Longitude="103.96732927" StarRating="4" HotelCode="945628|amarin_resort_phu_quoc" HotelName="Amarin Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/f5/d0f576307992f11509e7b2c767758e940b347a0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.31" OriginalAmount="94.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20884" Longitude="103.96058" StarRating="4" HotelCode="|83818" HotelName="Saigon Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.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="94" TotalAmount="100.13" OriginalAmount="97.21" MarkupRule="3.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 27/05/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="94" TotalAmount="101.82" OriginalAmount="98.85" MarkupRule="3.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="103.05" OriginalAmount="100.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.215875" Longitude="103.959816" StarRating="3" HotelCode="|419529" HotelName="Sunset Beach Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao str, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/2/9/419529_be427b71718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.98" OriginalAmount="100.95" MarkupRule="3.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 23/05/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="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.162219" Longitude="103.972776" StarRating="4" HotelCode="311311|86129" HotelName="Mercury Phu Quoc Resort &amp; Villas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, Duong To, Tp. Phú Qu?c, t?nh Kiên Giang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/97/c09782b38a88faac6b1754a7807de2a0b886e9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1463018" Longitude="103.97729961" StarRating="4" HotelCode="435504|sol_beach_house_phu_quoc" HotelName="Kappa Club Sol Beach house Phu Quoc 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.207676514422" Longitude="103.96224811991" StarRating="3" HotelCode="435956|phu_quoc_ocean_pearl" HotelName="Phu Quoc Ocean Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bb/29bba18297989066616fe09bb08fbe46ca6400dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19458001" Longitude="103.96759074" StarRating="3" HotelCode="585245|sunset_hill_resort_2" HotelName="Sunset Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131 Tran Hung Dao, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d6/8bd61866c8d8f4d870c447e3aef68fb0087e985b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18905092" Longitude="103.9696795" StarRating="2" HotelCode="553599|ocean_phu_quoc_resort_2" HotelName="Ocean Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 4, Cua Lap Hamlet, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/26/45268d936e90f3e26cb2635b67b0ff22c4703cc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.01827781" Longitude="104.01506187" StarRating="3" HotelCode="694477|oyo_163_phung_hung_boutique_hotel" 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="110.00" OriginalAmount="106.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.13124" Longitude="103.980667" StarRating="5" HotelCode="|417709" HotelName="Best Western Premier Sonasea Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/9/417709_61637cb1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.210684885609" Longitude="103.96034528504" StarRating="3" HotelCode="383660|trang_an_phu_quoc_beach_resort__spa" HotelName="Trang An Phu Quoc Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/c6/6ac61c79ab0cda923d16a2fe23ed06eb59a5dd2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.49" OriginalAmount="109.21" MarkupRule="3.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="Non Refundable">
        <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="114.15" OriginalAmount="110.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.185538" Longitude="103.966989" StarRating="3" HotelCode="|554293" HotelName="The Palmy Luxury Beach Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong To 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/9/3/554293_09cebad1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.03" OriginalAmount="113.62" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Kien Giang, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c41376146fb43044f67c1d73aa8ae8f894539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.80" OriginalAmount="120.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.213126" Longitude="103.958983" StarRating="0" HotelCode="|420291" HotelName="M 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/2/0/2/9/1/420291_ca2d72d1746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.10" OriginalAmount="120.49" MarkupRule="3.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="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.32807482" Longitude="103.85567956" StarRating="3" HotelCode="600221|216473" HotelName="VinOasis Phu Quoc Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5b/5bb5f41cef5e833b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.27" OriginalAmount="122.59" MarkupRule="3.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="Free CXL until 27/05/2026">
        <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="94" TotalAmount="128.40" OriginalAmount="124.66" MarkupRule="3.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="Non Refundable">
        <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="129.28" OriginalAmount="125.51" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.25300479" Longitude="103.9425412" StarRating="3" HotelCode="630277|camia_resort_spa" HotelName="Camia Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e6/49e643abe515f76c5445fad450e71448b3d31873.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="131.80" OriginalAmount="127.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.32809549" Longitude="103.8537183" StarRating="5" HotelCode="760340|67383622" HotelName="Radisson Blu Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" 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="94" TotalAmount="131.80" OriginalAmount="127.96" MarkupRule="3.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 23/05/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="94" TotalAmount="131.94" OriginalAmount="128.10" MarkupRule="3.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="Non Refundable">
        <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="27" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.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="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.12903297" Longitude="103.98211983" StarRating="5" HotelCode="430015|novotel_phu_quoc_resort" HotelName="Novotel Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Duong To Commune, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0a/990a262fa643f01fe0919ca762ab12d8c67863dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on one of the island's most well-known beaches, Truong Beach, the 5-star Novotel Phu Quoc Resort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.31" OriginalAmount="135.25" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="139.93" OriginalAmount="135.85" MarkupRule="3.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="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20794" Longitude="103.962121" StarRating="4" HotelCode="64049|sasco_blue_lagoon_resort" HotelName="Sasco Blue Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tran Hung Dao St, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b1/72b11e9f26539d993b101e4324c5688be1a3fdcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.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,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="94" TotalAmount="145.90" OriginalAmount="141.65" MarkupRule="3.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 23/05/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="147.38" OriginalAmount="143.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.188693" Longitude="103.968036" StarRating="4" HotelCode="|83848" HotelName="Long Beach Resort Phu Quoc Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/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="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.212978882315" Longitude="103.95923411045" StarRating="3" HotelCode="435881|302096" HotelName="Sunrise Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="149.93" OriginalAmount="145.56" MarkupRule="3.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="Free CXL until 22/05/2026">
        <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="16" TotalAmount="153.80" OriginalAmount="149.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20504345" Longitude="103.96205175" StarRating="3" HotelCode="424775|2440725" HotelName="Thien Thanh Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao St., 7 ward, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/8739484c98e6d21ab8714170725644317da23b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Thien Thanh Resort offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.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 21/05/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="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.29081" Longitude="103.899246" StarRating="3" HotelCode="172655|chez_carole_resort_2" HotelName="Chez Carole Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="159.77" OriginalAmount="155.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.030463" Longitude="104.005687" StarRating="0" HotelCode="|553214" HotelName="Venice Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 - 17 Venice Street, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/2/1/4/553214_3865a471244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.37196987" Longitude="103.84052946" StarRating="5" HotelCode="452719|vinpearl_phu_quoc_resort_golf_3" HotelName="Vinpearl Resort &amp; Golf Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="94" TotalAmount="165.34" OriginalAmount="160.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.116123" Longitude="103.98423" StarRating="3" HotelCode="|533847" HotelName="Minh Anh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waterfront, Phu Quoc Marina Complex</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/8/4/7/533847_4a909d21130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.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="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2149762" Longitude="103.95863639" StarRating="4" HotelCode="610064|245611" HotelName="Seashells Phu Quoc Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/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="94" TotalAmount="177.42" OriginalAmount="172.25" MarkupRule="3.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 25/05/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="16" TotalAmount="185.92" OriginalAmount="180.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="4" HotelCode="979514|2344525" HotelName="Vinpearl Discovery 3 Phu Quoc" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="187.28" OriginalAmount="181.83" MarkupRule="3.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="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.194063859303" Longitude="103.96456626124" StarRating="4" HotelCode="56056|la_veranda_resort_phu_quoc" HotelName="La Veranda Resort Phu Quoc - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,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="195.70" OriginalAmount="190.00" MarkupRule="3.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="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,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="199.42" OriginalAmount="193.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2509456" Longitude="103.9443018" StarRating="4" HotelCode="|83906" HotelName="Chen Sea Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/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="204.75" OriginalAmount="198.79" MarkupRule="3.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="206.32" OriginalAmount="200.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.3374552" Longitude="103.8498851" StarRating="5" HotelCode="|448329" HotelName="Sheraton Phu Quoc Long Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <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="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0356202" Longitude="104.02892041" StarRating="5" HotelCode="779874|premier_residences_phu_quoc_emerald_bay_managed_by_accorhotels" HotelName="Premier Residences Phu Quoc Emerald Bay Managed by AccorHotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach, An Thoi Town, Phu Quoc District, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/80/0480f61b67e7878179a268396f79fdccf6d53b20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Premier Residences Phu Quoc Emerald Bay resort is the latest cosmopolitan addition to the unexplored...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.95" OriginalAmount="202.86" MarkupRule="3.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="12" TotalAmount="211.05" OriginalAmount="204.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.34559584" Longitude="103.8467952" StarRating="4" HotelCode="572179|41831588" HotelName="Vinpearl Discovery 2 Phu Quoc" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,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="216.61" OriginalAmount="210.30" MarkupRule="3.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="218.17" OriginalAmount="211.82" MarkupRule="3.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="Non Refundable">
        <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="245.14" OriginalAmount="238.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.29117717" Longitude="103.9000909" StarRating="4" HotelCode="571184|green_bay_phu_quoc_resort_spa" HotelName="Green Bay Phu Quoc Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Cua Can Hamlet, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/a7/82a7bf93c5b23156221d87c937d53a833624771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.00" OriginalAmount="245.63" MarkupRule="3.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 23/05/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="63" TotalAmount="268.83" OriginalAmount="261.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.11242932" Longitude="103.98376994" StarRating="4" HotelCode="612953|intercontinental_phu_quoc_long_beach_resort" HotelName="InterContinental Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To Ward, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/12/e61206f2eedccf6dfebfddeb0dd3e6152bcf918a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.84" OriginalAmount="261.01" MarkupRule="3.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="Non Refundable">
        <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="27" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.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="Non Refundable" 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="94" TotalAmount="292.97" OriginalAmount="284.44" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="94" TotalAmount="318.71" OriginalAmount="309.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.11198" Longitude="103.98205" StarRating="0" HotelCode="|240430" HotelName="Intercontinental Phu Quoc Long Beach Resort, An Ihg" 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/4/0/4/3/0/240430_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="349.98" OriginalAmount="339.79" MarkupRule="3.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="Non Refundable">
        <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="350.20" OriginalAmount="340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.3403389" Longitude="103.85028797" StarRating="5" HotelCode="571860|vinpearl_discovery_1_phu_quoc_2" HotelName="Vinpearl Discovery 1 Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee464b53d179aaffbb67b81d0286a7ba0de906ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.32" OriginalAmount="342.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1520592" Longitude="103.97477005" StarRating="3" HotelCode="882921|2349755" HotelName="Sunset Sanato Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="375.84" OriginalAmount="364.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.130265" Longitude="103.979765" StarRating="4" HotelCode="|446737" HotelName="Best Western Premier Sonasea Villas Phu Quoc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/7/3/7/446737_f3891361223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404.79" OriginalAmount="393" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.00528527" Longitude="104.05184703" StarRating="5" HotelCode="636400|302093" HotelName="Premier Village Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 23/05/2026" 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="406.91" OriginalAmount="395.06" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="94" TotalAmount="465.23" OriginalAmount="451.68" MarkupRule="3.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 23/05/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="27" TotalAmount="467.62" OriginalAmount="454" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.12951678" Longitude="103.98208099" StarRating="3" HotelCode="610127|371978" HotelName="Audrey's Villa Phu Quoc" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="27" TotalAmount="500.58" OriginalAmount="486" MarkupRule="3.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,HALF BOARD" 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="534.88" OriginalAmount="519.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.109385" Longitude="103.982744" StarRating="5" HotelCode="|418047" HotelName="Regent Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="1457.45" OriginalAmount="1415.00" MarkupRule="3.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="94" TotalAmount="51081.67" OriginalAmount="49593.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.210542" Longitude="103.959966" StarRating="0" HotelCode="|447390" HotelName="Sun Viet Resort Beach and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, 60, Phu Quoc, Kien Giang, 92000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/9/0/447390_7c117bf1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.62" OriginalAmount="61.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="0" Longitude="0" StarRating="2" HotelCode="|83896" HotelName="Sea Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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>Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access,Air Conditioning,Golf,Internet,Laundry,Conference Hall,Room Service,Fax,Telephone Service,Lounge,Kitchen,Bicycle Rental,Designated Smoking Area,Garden,Swimming Pool,Spa,Central Heating,Jacuzzi,Nightclub,Concierge,24 Hour Power Supply,24 Hour Security,ATM/Cash Machine,Banquet Hall,Beauty Salon,Dining,Housekeeping,Meeting Room,Parking,Printer,Valet Parking,Wake-up Call Service,24 Hour Front Desk,Business Centre,Coffee Shop,Dry Cleaning,Luggage Storage,Smoking Rooms,24 Hour Room Service,LCD/Projector,Vending Machine,Diet Meals</BasicAmenities>
    <HotelRating>5,3,2,4,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>HOTEL,VILLAGE,BEACH HOTEL,CLUB RESORT,SPA HOTEL,RESORT,HOSTELS,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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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="ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-03T00:00:00" End="2026-06-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Suvidhtravels" Password="Cheeni@2005" 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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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-05-20T14:21:28.52707+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="30.32" OriginalAmount="29.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.109589" Longitude="103.987579" StarRating="3" HotelCode="|529217" HotelName="SK BOUTIEQUE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marina Square, Bai Truong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/2/1/7/529217_cacf0391058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.76" OriginalAmount="29.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.26177838" Longitude="103.93886448" StarRating="3" HotelCode="374242|3441695|Bed &amp; Breakfast" HotelName="Cottage Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Concierge,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Village 03, Ong Lang, Cua Duong, Ong Lang Beach, Phu Quoc Island, Kien Giang, Vietnam, Duong Dong</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/7f/ed7f49b38a17f5dea47eed357abe744840d78fe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Cottage Village offers comfort and convenience whether you're on business or holiday in P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.37" OriginalAmount="32.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20616" Longitude="103.96547" StarRating="0" HotelCode="|235751" HotelName="9 Station Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/7/5/1/235751_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20614488" Longitude="103.96537495" StarRating="3" HotelCode="550515|170558" HotelName="9 Station Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>91/3 Tran Hung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/0d/1c0dd7eda2e4dfd8e16d854557adc402157d5e8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.91" OriginalAmount="34.86" MarkupRule="3.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="Non Refundable">
        <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="37.05" OriginalAmount="35.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.270587" Longitude="103.929477" StarRating="0" HotelCode="|538129" HotelName="Coco Garden Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong N-02, Ap Ong Lang, Cua Duong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/1/2/9/538129_d5c75d72117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.47" OriginalAmount="38.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.25823869" Longitude="103.94927372" StarRating="0" HotelCode="980416|3426255|Bed &amp; Breakfast" HotelName="Phu Quoc Bambusa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 5, Ganh Gio, Cua Duong, Phu Quoc 92507, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/4c/3d4caf21680de1c52bd157aea70978833bc25892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.28" OriginalAmount="40.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.307730540897" Longitude="103.8643739402" StarRating="3" HotelCode="398734|1787938|Bed &amp; Breakfast" HotelName="Bamboo Cottages" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/05/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="41.47" OriginalAmount="40.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20673" Longitude="103.96278" StarRating="3" HotelCode="|232936" HotelName="Miana Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/4 Tran Hung Dao, Quarter 7 Duong Dong Town</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/9/3/6/232936_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19924705" Longitude="103.96825933" StarRating="2" HotelCode="587077|245600" HotelName="Lucky Phu Quoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>127D Tran Hung Dao, Group 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/89/d089164219e37322d4498378759bc3f4afec7c9c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.21195386" Longitude="103.95942877" StarRating="3" HotelCode="586694|ngoc_chau_phu_quoc_hotel" HotelName="Ngoc Chau Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>66D Tran Hung Dao Street, Block 9, Ward 7, Duong Dong Town, Phu Quoc District, Phu Quoc, Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/54/c95444d7ecd69da538eb60540c1a501086e02084.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.28" OriginalAmount="41.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18560346" Longitude="103.9674371" StarRating="0" HotelCode="787476|3442925|Bed &amp; Breakfast" 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="42.51" OriginalAmount="41.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.037032" Longitude="104.008557" StarRating="3" HotelCode="|537709" HotelName="Hoang Long Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>AT63 New An Thoi, An Thoi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/7/0/9/537709_8564a440941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20211598" Longitude="103.9649079" StarRating="3" HotelCode="586143|vanda_hotel_4" HotelName="Vanda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="27" TotalAmount="44.29" OriginalAmount="43" MarkupRule="3.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="45.14" OriginalAmount="43.83" MarkupRule="3.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 25/05/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="16" TotalAmount="46.65" OriginalAmount="45.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20570754" Longitude="103.96372328" StarRating="2" HotelCode="610145|1757448|Bed &amp; Breakfast" HotelName="Mai Phuong Binh Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="46.80" OriginalAmount="45.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.25843" Longitude="103.93881" StarRating="3" HotelCode="|231095" HotelName="Vela Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3, Ong Lang Cua Duong Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/0/9/5/231095_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.02" OriginalAmount="45.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.192371" Longitude="103.966935" StarRating="3" HotelCode="|419958" HotelName="Daisy Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="16" TotalAmount="47.32" OriginalAmount="45.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20608104" Longitude="103.96720411" StarRating="3" HotelCode="773963|3446695|Bed &amp; Breakfast" HotelName="Azura Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/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="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20605" Longitude="103.961769" StarRating="3" HotelCode="100183|506753" HotelName="Thien Hai Son Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>68 Tran Huong Dao Street, Duong Dong Beach, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/a1/1ca1ede5189d7e6322e673b09e58bd077ae9a63a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.38" OriginalAmount="46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.23247376" Longitude="103.95531139" StarRating="3" HotelCode="615741|245580" HotelName="Hung Vuong Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="47.38" OriginalAmount="46.00" MarkupRule="3.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="Non Refundable" 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="16" TotalAmount="47.66" OriginalAmount="46.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1829578" Longitude="103.96880434" StarRating="3" HotelCode="386614|1827688|Bed &amp; Breakfast" HotelName="Langchia Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 23/05/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="94" TotalAmount="47.85" OriginalAmount="46.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20294" Longitude="103.96455" StarRating="3" HotelCode="|228039" HotelName="La Mer Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 Tran Hung Dao, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/0/3/9/228039_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.17869599" Longitude="103.96993098" StarRating="2" HotelCode="435857|155184" HotelName="Phu Quoc Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chua Ong, Cua Lap, Duong To, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5c/cc5c06c3c6bac9b3dceee39a498825419f4bf0de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20078631" Longitude="103.96477962" StarRating="2" HotelCode="553677|157054" HotelName="Sunlight Bungalow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100C/1 Tran Hung Dao Street, Town 7, Duong Dong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ab/b1ab9bf9aa3545c96536b8b49a5ab938b8b9ab52.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.193015409342" Longitude="103.96707040739" StarRating="2" HotelCode="376263|nhat_lan_resort" HotelName="Nhat Lan Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118/16 Tran Hung Dao, Khu Pho 7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/ca/b3cabd9c041f752d25fec3cb96a3573898efc471.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the centre of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.44" OriginalAmount="48.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20031374" Longitude="103.96792137" StarRating="3" HotelCode="595938|mango_resort" HotelName="Mango Resort &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>5/121 Tran Hung Dao Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/7f/937f1ecf02a052a38aa9bdc4857926c86dd38178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.99" OriginalAmount="48.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18452" Longitude="103.97273" StarRating="3" HotelCode="|608137" HotelName="Palm Bay Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/8/1/3/7/608137_1614cea0046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.185941639723" Longitude="103.96862826224" StarRating="3" HotelCode="378729|praha_hotel_3" HotelName="Praha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, Duong To, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3a/2e3ad9e19b37f26decc2aa22e5c815d8dda015e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.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 26/05/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="94" TotalAmount="50.53" OriginalAmount="49.06" MarkupRule="3.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="Non Refundable">
        <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="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.05633258151" Longitude="104.03555818392" StarRating="2" HotelCode="368399|155157" HotelName="My Lan Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Village 4, An Thoi Townlet, Bai Sao Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.50" OriginalAmount="50.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="3" HotelCode="856024|an_phu_hotel_2" HotelName="An Phu Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185 30/4 Street, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/38/1c3892c07f4ff50d8b8aec784c9e7f6e002df092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.65" OriginalAmount="50.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19492" Longitude="103.96429" StarRating="3" HotelCode="|238648" HotelName="Brenta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Alley 118 Tran Hung Dao Street, Ward 7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/4/8/238648_19.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.40" OriginalAmount="50.87" MarkupRule="3.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="94" TotalAmount="52.45" OriginalAmount="50.92" MarkupRule="3.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 29/05/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="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19239243" Longitude="103.96519634" StarRating="3" HotelCode="368034|viet_thanh_resort" HotelName="Viet Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Town, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ab/98ab8e7da9779d7dcaeef578af6b8cd26b0293da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.26400755" Longitude="103.94366504" StarRating="3" HotelCode="554492|156976" 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="16" TotalAmount="54.17" OriginalAmount="52.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20008237" Longitude="103.96442417" StarRating="0" HotelCode="784940|3452695|Bed &amp; Breakfast" 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="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20077601" Longitude="103.96422167" StarRating="3" HotelCode="550179|sandy_phu_quoc_hotel" HotelName="Sandy Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/83/5e835fae0404f3ad8b0df866c3851be40e2053be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant and room service. Wireless internet access ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.86" OriginalAmount="54.23" MarkupRule="3.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="Non Refundable">
        <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="56.65" OriginalAmount="55.00" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="56.98" OriginalAmount="55.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.244227" Longitude="104.078438" StarRating="3" HotelCode="|420879" HotelName="Cosiana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Km 8, Dong Dao Road, Group 5 , Cay Sao Hamlet , Ham Ninh, Phu Quoc, Ham Ninh, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/8/7/9/420879_ac999a61732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.64" OriginalAmount="56.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.254371379227" Longitude="103.94295050248" StarRating="3" HotelCode="495115|2097075|Bed &amp; Breakfast" HotelName="Elwood Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/05/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="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18852486" Longitude="103.97077958" StarRating="3" HotelCode="623085|nadine_phu_quoc_resort" HotelName="Nadine Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="94" TotalAmount="60.17" OriginalAmount="58.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.179282" Longitude="103.972555" StarRating="3" HotelCode="|446946" HotelName="Minh Vuong Village Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cua lap, Suoi May, Duong To, Phu Quoc, Kien Giang Province, 925000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/4/6/446946_7d05cae0601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.14" OriginalAmount="59.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2028" Longitude="103.962" StarRating="0" HotelCode="777656|3440885|Bed &amp; Breakfast" HotelName="Palma Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>To 5 Tran Hung Dao</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4b/fb4beab6dffdb225134ad5b450ad53e2645b52b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.03" OriginalAmount="61.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.198709" Longitude="103.968346" StarRating="3" HotelCode="|419603" HotelName="Golden Daisy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/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="63.26" OriginalAmount="61.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20397" Longitude="103.96272" StarRating="3" HotelCode="|83819" HotelName="Kim Hoa Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88/2 Tran Hung Dao, Duong Dong Phu Quoc</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/3/8/1/9/83819_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, bungalows, WiFi (free of charge) and a transfer service to the airport, (on request). SITUATION: This hotel is in Duong Dong the city centre of it is in Phu Quoc the Island of 10 minutes away, you can find Phu Quoc Airport Ho Chi Minh City 50 minutes away from the establishment clients have Hanou it is 2 hours away from 10 minutes away from the establishment, guests will find the night market. ROOM: The rooms have an air-conditioning system, a fan, a bathroom with a shower, a television and a patio. FACILITIES: Guests are offered a private beach, tourist information, motorcycle rental and excursions. 5 kilometres away, clients can enjoy the beach. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a bar, a barbecue and room service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.38" OriginalAmount="61.53" MarkupRule="3.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="Non Refundable">
        <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="16" TotalAmount="63.81" OriginalAmount="61.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20235903" Longitude="103.97116709" StarRating="3" HotelCode="744563|2642155|Bed &amp; Breakfast" 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="94" TotalAmount="64.07" OriginalAmount="62.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.116591" Longitude="103.981747" StarRating="0" HotelCode="|554842" HotelName="Stella Marina Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>B9 202-205 Waterfront, Phu Quoc Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/4/2/554842_95800e31525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.11" OriginalAmount="63.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1791075" Longitude="103.97343306" StarRating="3" HotelCode="440373|2097065|Bed &amp; Breakfast" HotelName="MyPlace Siena Garden Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 1 Suoi May Street, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fb/9dfb886ec5eaa0496a4871f61e7a9502bcc7932a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.33" OriginalAmount="63.43" MarkupRule="3.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="Non Refundable">
        <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="65.35" OriginalAmount="63.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20124" Longitude="103.9649" StarRating="3" HotelCode="|235808" HotelName="Nesta Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao, KP7, Duong Dong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/0/8/235808_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.36" OriginalAmount="63.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.249183" Longitude="104.079219" StarRating="3" HotelCode="|420881" HotelName="Mango Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Group 3, Cay Sao, Ham Ninh, Phu Quoc, Vietnam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/0/8/8/1/420881_ae53e071734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.40" OriginalAmount="63.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.191795" Longitude="103.965732" StarRating="3" HotelCode="|421435" HotelName="Vida Loca Resort and Sunset Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/05/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="27" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19890258" Longitude="103.96855053" StarRating="3" HotelCode="587099|216433" HotelName="Golden Daisy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Tran Hung Dao St, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/cb/aecbc16754f710354a000e97ad54deeee6543f75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.308130536066" Longitude="103.87099262542" StarRating="2" HotelCode="376760|vung_bau_resort" HotelName="Vung Bau Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="16" TotalAmount="66.71" OriginalAmount="64.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2449965" Longitude="103.96167931" StarRating="3" HotelCode="482096|2305305|Bed &amp; Breakfast" HotelName="The Garden House Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Free CXL until 23/05/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="16" TotalAmount="67.41" OriginalAmount="65.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20918328" Longitude="103.96137293" StarRating="3" HotelCode="369226|1753978|Bed &amp; Breakfast" HotelName="Hoa Binh Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" 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="94" TotalAmount="68.01" OriginalAmount="66.03" MarkupRule="3.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 23/05/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="70.04" OriginalAmount="68.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.088237586382" Longitude="104.01508458608" StarRating="3" HotelCode="404751|resort_montana" HotelName="Montana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>To 7, Ap Suoi Lon, Duong To, Bai Sao, Bai Khem Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/cf/28cf68c6ad3939b2d39500acd81df182b57c6b61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc. The nearest airport is Ho Chi Minh City (SGN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.38" OriginalAmount="68.33" MarkupRule="3.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 25/05/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="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.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="Non Refundable" 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="16" TotalAmount="73.82" OriginalAmount="71.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.199685635734" Longitude="103.96340847015" StarRating="3" HotelCode="50830|826265|Bed &amp; Breakfast" HotelName="Tropicana Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,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="94" TotalAmount="74.43" OriginalAmount="72.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.024576" Longitude="104.00787" StarRating="3" HotelCode="|469792" HotelName="Casepia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sorrento 302-304, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/9/2/469792_a77c9fc1239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.132447844119" Longitude="103.9803386261" StarRating="3" HotelCode="540501|muong_thanh_luxury_phu_quoc_hotel" HotelName="Muong Thanh Luxury Phu Quoc Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>CH1 Khu ph?c h?p Bãi Tru?ng, ?p Ðu?ng Bào, Xã Duong To, Phú Qu?c, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/7c/7a7c22f0cfcd30924d69299f7d29b3708f34ae09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar, a transfer service and a business centre are available to guests of the hotel. Wireless inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.31" OriginalAmount="77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.37650956" Longitude="103.85256642" StarRating="3" HotelCode="621356|302075" HotelName="Hula Hula Beachfront Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Group 7, Chuong Vich Hamlet, Ganh Dau, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/49/7a49e4a67cef3d92cdc08b188314382eeb05084e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.64" OriginalAmount="81.20" MarkupRule="3.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="Non Refundable">
        <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="16" TotalAmount="84.14" OriginalAmount="81.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.266006" Longitude="103.92924" StarRating="3" HotelCode="306561|1682388|Bed &amp; Breakfast" HotelName="Phu Quoc Eco Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/65/94658a4ee7a0c6a49f3f0783cf066ee951cf4998.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.46" OriginalAmount="82.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.25809594" Longitude="104.07924458" StarRating="3" HotelCode="774355|the_pier_phu_quoc_resort" HotelName="The Pier Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ap Cay Sao, Ham Ninh, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ed/eeed3dc4463e79e7a7aef9e47b06c59725c9c379.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.55" OriginalAmount="85" MarkupRule="3.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="Non Refundable" 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="94" TotalAmount="87.78" OriginalAmount="85.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.13237" Longitude="103.98075" StarRating="5" HotelCode="|238020" HotelName="Muong Thanh Luxury 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/2/3/8/0/2/0/238020_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.84" OriginalAmount="86.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.252256" Longitude="103.943451" StarRating="3" HotelCode="56092|572435|Bed &amp; Breakfast" HotelName="Mango Bay Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ong Lang Beach, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/0e/0c0ebb2aeeb1845725466d67eaa4e16a11ccca7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set on grounds spanning 20 hectares, with a 700-metre-long beach, offering guests a wo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.94" OriginalAmount="86.35" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.260594522041" Longitude="103.93427575161" StarRating="3" HotelCode="383662|blue_sea_resort_2" HotelName="Ancarine Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Area 3, Ong Lang Beach, Cua Duong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/c4/80c42c93ea7b11f2ccf0c470abaa2deccf69199c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.23" OriginalAmount="89.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20270086516" Longitude="103.96447839229" StarRating="3" HotelCode="396818|1168388|Bed &amp; Breakfast" HotelName="Phu Quoc Kim Bungalow On The Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118/2/1/1 Tran Dung Dao, Duong Dong, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ec/afeca044cfbc3fc15eb9fee6a34cec6f2e5b73c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18253819" Longitude="103.9681838" StarRating="3" HotelCode="595748|you_we_phu_quoc_resort" HotelName="Anja Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Cua Lap Hamlet, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/58/0858e9e9a7e6002bccfb62e4604504f133334472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.73" OriginalAmount="92.94" MarkupRule="3.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 23/05/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="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.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="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,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="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.261331268789" Longitude="103.93378176279" StarRating="3" HotelCode="318731|sea_sense_resort" HotelName="Sea Sense Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/f0/2df035ab2ff9761eb172b129e15571c7fbd06bfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1811036" Longitude="103.96732927" StarRating="4" HotelCode="945628|amarin_resort_phu_quoc" HotelName="Amarin Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao Street, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/f5/d0f576307992f11509e7b2c767758e940b347a0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.31" OriginalAmount="94.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20884" Longitude="103.96058" StarRating="4" HotelCode="|83818" HotelName="Saigon Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.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="94" TotalAmount="100.13" OriginalAmount="97.21" MarkupRule="3.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 27/05/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="94" TotalAmount="103.05" OriginalAmount="100.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.215875" Longitude="103.959816" StarRating="3" HotelCode="|419529" HotelName="Sunset Beach Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100C/2 Tran Hung Dao str, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/9/5/2/9/419529_be427b71718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.98" OriginalAmount="100.95" MarkupRule="3.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 23/05/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="104.03" OriginalAmount="101" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.162219" Longitude="103.972776" StarRating="4" HotelCode="311311|86129" HotelName="Mercury Phu Quoc Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tr?n Hung Ð?o, Duong To, Tp. Phú Qu?c, t?nh Kiên Giang, Vietnam</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/97/c09782b38a88faac6b1754a7807de2a0b886e9b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1463018" Longitude="103.97729961" StarRating="4" HotelCode="435504|sol_beach_house_phu_quoc" HotelName="Kappa Club Sol Beach house Phu Quoc 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duc Viet Tourist Area Zone 1, Bai Truong Complex, Duong To Commune, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/80/a580343e6fad67d9168ae2d0400314dba3ae52ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Phu Quoc, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.207676514422" Longitude="103.96224811991" StarRating="3" HotelCode="435956|phu_quoc_ocean_pearl" HotelName="Phu Quoc Ocean Pearl Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/bb/29bba18297989066616fe09bb08fbe46ca6400dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.19458001" Longitude="103.96759074" StarRating="3" HotelCode="585245|sunset_hill_resort_2" HotelName="Sunset Hill Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131 Tran Hung Dao, Duong Dong, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d6/8bd61866c8d8f4d870c447e3aef68fb0087e985b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.18905092" Longitude="103.9696795" StarRating="2" HotelCode="553599|ocean_phu_quoc_resort_2" HotelName="Ocean Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/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="110.00" OriginalAmount="106.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.13124" Longitude="103.980667" StarRating="5" HotelCode="|417709" HotelName="Best Western Premier Sonasea Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/7/0/9/417709_61637cb1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.210684885609" Longitude="103.96034528504" StarRating="3" HotelCode="383660|trang_an_phu_quoc_beach_resort__spa" HotelName="Trang An Phu Quoc Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Tran Hung Dao Street, Ward 7, Duong Dong Town, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/c6/6ac61c79ab0cda923d16a2fe23ed06eb59a5dd2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in the heart of Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.49" OriginalAmount="109.21" MarkupRule="3.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="Non Refundable">
        <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="114.15" OriginalAmount="110.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.185538" Longitude="103.966989" StarRating="3" HotelCode="|554293" HotelName="The Palmy Luxury Beach Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 29/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Duong To 80</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/2/9/3/554293_09cebad1301.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.03" OriginalAmount="113.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.225903257072" Longitude="103.95606994629" StarRating="3" HotelCode="56091|1715718|Bed &amp; Breakfast" HotelName="Cassia Cottage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Golf,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khu Pho 7, Duong Dong, Kien Giang, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7c/cb7c41376146fb43044f67c1d73aa8ae8f894539.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.80" OriginalAmount="120.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.213126" Longitude="103.958983" StarRating="0" HotelCode="|420291" HotelName="M 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/2/0/2/9/1/420291_ca2d72d1746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.10" OriginalAmount="120.49" MarkupRule="3.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="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.32807482" Longitude="103.85567956" StarRating="3" HotelCode="600221|216473" HotelName="VinOasis Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai Area, Ganh Dau, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5b/5bb5f41cef5e833b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.27" OriginalAmount="122.59" MarkupRule="3.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="Free CXL until 27/05/2026">
        <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="94" TotalAmount="128.40" OriginalAmount="124.66" MarkupRule="3.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="Non Refundable">
        <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="129.28" OriginalAmount="125.51" MarkupRule="3.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="Free CXL until 29/05/2026">
        <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="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.25300479" Longitude="103.9425412" StarRating="3" HotelCode="630277|camia_resort_spa" HotelName="Camia Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3 Ong Lang Hamlet, Cua Duong Ward, Phu Quoc, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e6/49e643abe515f76c5445fad450e71448b3d31873.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="131.80" OriginalAmount="127.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.32809549" Longitude="103.8537183" StarRating="5" HotelCode="760340|67383622|Bed &amp; Breakfast" HotelName="Radisson Blu Resort Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" 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="94" TotalAmount="131.80" OriginalAmount="127.96" MarkupRule="3.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 23/05/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="94" TotalAmount="131.94" OriginalAmount="128.10" MarkupRule="3.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="Non Refundable">
        <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="27" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.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="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.12903297" Longitude="103.98211983" StarRating="5" HotelCode="430015|novotel_phu_quoc_resort" HotelName="Novotel Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Duong Bao Hamlet, Duong To Commune, Kien Giang Province, Phu Quoc Island</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/0a/990a262fa643f01fe0919ca762ab12d8c67863dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on one of the island's most well-known beaches, Truong Beach, the 5-star Novotel Phu Quoc Resort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.31" OriginalAmount="135.25" MarkupRule="3.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="Non Refundable">
        <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="94" TotalAmount="139.93" OriginalAmount="135.85" MarkupRule="3.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="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20794" Longitude="103.962121" StarRating="4" HotelCode="64049|sasco_blue_lagoon_resort" HotelName="Sasco Blue Lagoon Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Tran Hung Dao St, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b1/72b11e9f26539d993b101e4324c5688be1a3fdcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Phu Quoc. The nearest airport is Phu Quoc (PQC).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.20" OriginalAmount="140" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.306104341259" Longitude="103.86100167592" StarRating="5" HotelCode="935739|41669" HotelName="Vinpearl Resort &amp; Spa Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/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="94" TotalAmount="145.90" OriginalAmount="141.65" MarkupRule="3.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 23/05/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="147.38" OriginalAmount="143.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.188693" Longitude="103.968036" StarRating="4" HotelCode="|83848" HotelName="Long Beach Resort Phu Quoc Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/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="148.32" OriginalAmount="144" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.212978882315" Longitude="103.95923411045" StarRating="3" HotelCode="435881|302096" HotelName="Sunrise Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="149.93" OriginalAmount="145.56" MarkupRule="3.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="Free CXL until 22/05/2026">
        <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="16" TotalAmount="153.80" OriginalAmount="149.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.20504345" Longitude="103.96205175" StarRating="3" HotelCode="424775|2440725|Bed &amp; Breakfast" HotelName="Thien Thanh Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>78 Tran Hung Dao St., 7 ward, Duong Dong Town, Phu Quoc Island, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/8739484c98e6d21ab8714170725644317da23b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3-star Thien Thanh Resort offers comfort and convenience whether you're on business or holiday i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.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 21/05/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="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.29081" Longitude="103.899246" StarRating="3" HotelCode="172655|chez_carole_resort_2" HotelName="Chez Carole Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 22/05/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="94" TotalAmount="159.77" OriginalAmount="155.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.030463" Longitude="104.005687" StarRating="0" HotelCode="|553214" HotelName="Venice Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 - 17 Venice Street, An Thoi Ward</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/2/1/4/553214_3865a471244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.37196987" Longitude="103.84052946" StarRating="5" HotelCode="452719|vinpearl_phu_quoc_resort_golf_3" HotelName="Vinpearl Resort &amp; Golf Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="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="63" TotalAmount="174.07" OriginalAmount="169.00" MarkupRule="3.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="27" TotalAmount="177.16" OriginalAmount="172" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2149762" Longitude="103.95863639" StarRating="4" HotelCode="610064|245611" HotelName="Seashells Phu Quoc Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/05/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="94" TotalAmount="177.42" OriginalAmount="172.25" MarkupRule="3.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 25/05/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="16" TotalAmount="185.92" OriginalAmount="180.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2108" Longitude="103.965" StarRating="4" HotelCode="979514|2344525|Bed &amp; Breakfast" HotelName="Vinpearl Discovery 3 Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="187.28" OriginalAmount="181.83" MarkupRule="3.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="63" TotalAmount="188.49" OriginalAmount="183.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.194063859303" Longitude="103.96456626124" StarRating="4" HotelCode="56056|la_veranda_resort_phu_quoc" HotelName="La Veranda Resort Phu Quoc - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,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="195.70" OriginalAmount="190.00" MarkupRule="3.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="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,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="199.42" OriginalAmount="193.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.2509456" Longitude="103.9443018" StarRating="4" HotelCode="|83906" HotelName="Chen Sea Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/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="204.75" OriginalAmount="198.79" MarkupRule="3.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="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.0356202" Longitude="104.02892041" StarRating="5" HotelCode="779874|premier_residences_phu_quoc_emerald_bay_managed_by_accorhotels" HotelName="Premier Residences Phu Quoc Emerald Bay Managed by AccorHotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Bar,Currency Exchange,Kids Play Area,Massage Centre,Restaurant,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khem Beach, An Thoi Town, Phu Quoc District, Phu Quoc 920000</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/80/0480f61b67e7878179a268396f79fdccf6d53b20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Premier Residences Phu Quoc Emerald Bay resort is the latest cosmopolitan addition to the unexplored...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.95" OriginalAmount="202.86" MarkupRule="3.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="12" TotalAmount="211.05" OriginalAmount="204.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.34559584" Longitude="103.8467952" StarRating="4" HotelCode="572179|41831588|Bed &amp; Breakfast" HotelName="Vinpearl Discovery 2 Phu Quoc" Meals="BED &amp; BREAKFAST" 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="218.17" OriginalAmount="211.82" MarkupRule="3.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="Non Refundable">
        <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="245.14" OriginalAmount="238.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.29117717" Longitude="103.9000909" StarRating="4" HotelCode="571184|green_bay_phu_quoc_resort_spa" HotelName="Green Bay Phu Quoc Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Cua Can Hamlet, Phu Quoc, Kien Giang Province</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/82/a7/82a7bf93c5b23156221d87c937d53a833624771a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.00" OriginalAmount="245.63" MarkupRule="3.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 23/05/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="63" TotalAmount="268.83" OriginalAmount="261.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.11242932" Longitude="103.98376994" StarRating="4" HotelCode="612953|intercontinental_phu_quoc_long_beach_resort" HotelName="InterContinental Phu Quoc Long Beach Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Bai Truong, Duong To Ward, Phu Quoc 920000, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/12/e61206f2eedccf6dfebfddeb0dd3e6152bcf918a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.84" OriginalAmount="261.01" MarkupRule="3.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="Non Refundable">
        <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="27" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.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="Non Refundable" 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="94" TotalAmount="292.97" OriginalAmount="284.44" MarkupRule="3.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="Free CXL until 26/05/2026">
        <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="94" TotalAmount="318.71" OriginalAmount="309.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.11198" Longitude="103.98205" StarRating="0" HotelCode="|240430" HotelName="Intercontinental Phu Quoc Long Beach Resort, An Ihg" 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/4/0/4/3/0/240430_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.98" OriginalAmount="339.79" MarkupRule="3.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="Non Refundable">
        <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="350.20" OriginalAmount="340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.3403389" Longitude="103.85028797" StarRating="5" HotelCode="571860|vinpearl_discovery_1_phu_quoc_2" HotelName="Vinpearl Discovery 1 Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bai Dai, Phu Quoc District, Kien Giang</AddressLine>
          </AddressLines>
          <CityName>Phu Quoc</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/46/ee464b53d179aaffbb67b81d0286a7ba0de906ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Phu Quoc.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.32" OriginalAmount="342.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.1520592" Longitude="103.97477005" StarRating="3" HotelCode="882921|2349755|Bed &amp; Breakfast" HotelName="Sunset Sanato Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="404.79" OriginalAmount="393" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.00528527" Longitude="104.05184703" StarRating="5" HotelCode="636400|302093" HotelName="Premier Village Phu Quoc Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 23/05/2026" 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="406.91" OriginalAmount="395.06" MarkupRule="3.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="Free CXL until 23/05/2026">
        <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="94" TotalAmount="465.23" OriginalAmount="451.68" MarkupRule="3.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 23/05/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="27" TotalAmount="467.62" OriginalAmount="454" MarkupRule="3.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="27" TotalAmount="500.58" OriginalAmount="486" MarkupRule="3.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="534.88" OriginalAmount="519.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.109385" Longitude="103.982744" StarRating="5" HotelCode="|418047" HotelName="Regent Phu Quoc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="1457.45" OriginalAmount="1415.00" MarkupRule="3.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="94" TotalAmount="51081.67" OriginalAmount="49593.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="10.210542" Longitude="103.959966" StarRating="0" HotelCode="|447390" HotelName="Sun Viet Resort Beach and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tran Hung Dao, 60, Phu Quoc, Kien Giang, 92000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/9/0/447390_7c117bf1716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.62" OriginalAmount="61.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="0" Longitude="0" StarRating="2" HotelCode="|83896" HotelName="Sea Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Jacuzzi,Nightclub,Sauna,Golf,Airport Transfer (on Demand),Babysitting,Kids Play Area,Wheelchair Access,24 Hour Front Desk,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Luggage Storage,Meeting Room,Parking,Smoking Rooms,Valet Parking,Central Heating,24 Hour Power Supply,24 Hour Security,ATM/Cash Machine,Banquet Hall,Beauty Salon,Dining,Housekeeping,Printer,Spa,Wake-up Call Service,Kitchen,Swimming Pool,24 Hour Room Service,LCD/Projector,Vending Machine,Diet Meals</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>BEACH HOTEL,CLUB RESORT,HOTEL,RESORT,VILLAGE,SPA HOTEL,HOSTELS,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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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="ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="84866" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-03T00:00:00" End="2026-06-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="760340|67383622|Bed &amp; Breakfast" SourceId="12" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="Suvidhtravels" Password="Cheeni@2005" 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
|Exception|Deserialize:-There is an error in XML document (2, 2).|System.InvalidOperationException: There is an error in XML document (2, 2). ---> System.InvalidOperationException: <ErrorRS xmlns=''> was not expected.
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderHotelRoomRS.Read11_HotelRoomRS()
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
   at Core.Common.Deserialize[T](String toDeserialize) in D:\Projects\WorldwideDMCV2\Core\Common\Common\Common.cs:line 20||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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|CoordinatorError|There is an error in XML document (2, 2).|System.InvalidOperationException: There is an error in XML document (2, 2). ---> System.InvalidOperationException: <ErrorRS xmlns=''> was not expected.
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderHotelRoomRS.Read11_HotelRoomRS()
   --- End of inner exception stack trace ---
   at Core.Common.Deserialize[T](String toDeserialize) in D:\Projects\WorldwideDMCV2\Core\Common\Common\Common.cs:line 25
   at HotelCoordinator.Coordinator.Price(Object pSearchData) in D:\Projects\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 1157||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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|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="ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f" TimeStamp="0001-01-01T00:00:00" HotelName="Radisson Blu Resort Phu Quoc" HotelCode="760340|67383622" StarRating="5" GTCityId="84866" CountryCode="VN" CityName="Phu Quoc" CountryName="VIET NAM" Address="Bai Dai Area, Ganh Dau Commune, Phu Quoc, Kien Giang" PostCode="" PhoneNo="+842973660000" FaxNo="+842973661111" Email="reservations.phuquoc.blu@radisson.com" CheckInTime="14:00" CheckOutTime="12:00" Latitude="10.32809549" Longitude="103.8537183" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE TWIN/DOUBLE" RoomTypeCode="3343683890-1-0|733343683890|2|0|12|MTI3Ljk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="128" TotalPrice="131.80" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe room" RoomTypeCode="296621237|1|132|27|MTMyfEdCUHwyMDI2LTA1LTIw" OriginalAmount="132" TotalPrice="135.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:51.0997499+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="132" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-65263f89-96f8-51d1-91a0-75201756a382|63|MTMyLjAwfEdCUHwyMDI2LTA1LTIw" OriginalAmount="132" TotalPrice="135.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 5.84-- service fee is included in the room rate.&lt;br/&gt;GBP 9.35-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-15T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="135.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1285961235|1779283308039827B2095B0||yes|2284275|16|MTMzLjM2fEdCUHwyMDI2LTA1LTIw" OriginalAmount="133" TotalPrice="137.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe" RoomTypeCode="0|1331|1157055445|1779283309025202B2191B0||yes|2284275|16|MTM0Ljk0fEdCUHwyMDI2LTA1LTIw" OriginalAmount="135" TotalPrice="138.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. Pets are not allowed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="138.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - De Luxe" RoomTypeCode="319978609|3|137|27|MTM3fEdCUHwyMDI2LTA1LTI2" OriginalAmount="137" TotalPrice="141.11" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T03:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="137" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE TWIN/DOUBLE MOUNTAIN VIEW" RoomTypeCode="435656591-1-0|730435656591|2|0|12|MTQxLjgxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="142" TotalPrice="146.06" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS" RoomTypeCode="0|1331|1286520895|1779283308058665B2119B0||yes|2284275|16|MTQyLjU5fEdCUHwyMDI2LTA1LTIw" OriginalAmount="143" TotalPrice="146.87" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="146.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, KING BED" RoomTypeCode="0|1331|1286520915|1779283308058665B2119B6||yes|2284275|16|MTQyLjU5fEdCUHwyMDI2LTA1LTIw" OriginalAmount="143" TotalPrice="146.87" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="146.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe" RoomTypeCode="301896146|3|143|27|MTQzfEdCUHwyMDI2LTA1LTIw" OriginalAmount="143" TotalPrice="147.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:51.3241782+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="143" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe, Pool View" RoomTypeCode="0|1331|1157525255|1779283308039827B2095B6||yes|2284275|16|MTQ0Ljg2fEdCUHwyMDI2LTA1LTIw" OriginalAmount="145" TotalPrice="149.21" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="149.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - De Luxe - Mountain view" RoomTypeCode="301845983|1|145|27|MTQ1fEdCUHwyMDI2LTA1LTIw" OriginalAmount="145" TotalPrice="149.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:51.426269+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/King room - De Luxe" RoomTypeCode="298434767|3|145|27|MTQ1fEdCUHwyMDI2LTA1LTIw" OriginalAmount="145" TotalPrice="149.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:51.8586038+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe, Mountain View" RoomTypeCode="0|1331|1157525235|1779283308039827B2095B12||yes|2284275|16|MTQ2LjQ3fEdCUHwyMDI2LTA1LTIw" OriginalAmount="146" TotalPrice="150.86" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="150.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Deluxe Double room with mountain view (full double bed) (bed type is subject to availability)" RoomTypeCode="h-29d206e5-12ea-50ab-8ba6-0ebdbdd2ee41|63|MTQ3LjAwfEdCUHwyMDI2LTA1LTIw" OriginalAmount="147" TotalPrice="151.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 6.50-- service fee is included in the room rate.&lt;br/&gt;GBP 10.41-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-15T00:00:00" End="2026-06-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED, MOUNTAIN VIEW" RoomTypeCode="0|1331|1286065415|1779283309025202B2191B2||yes|2284275|16|MTQ4LjIwfEdCUHwyMDI2LTA1LTIw" OriginalAmount="148" TotalPrice="152.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. Pets are not allowed. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="152.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - De Luxe - Mountain view" RoomTypeCode="319970159|3|151|27|MTUxfEdCUHwyMDI2LTA1LTI2" OriginalAmount="151" TotalPrice="155.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T03:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="151" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe - Balcony" RoomTypeCode="307944537|3|154|27|MTU0fEdCUHwyMDI2LTA1LTI2" OriginalAmount="154" TotalPrice="158.62" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T07:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="154" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED, BALCONY" RoomTypeCode="0|1331|1527313625|1779283312042521B2144B1||no|2284275|16|MTU0LjEyfEdCUHwyMDI2LTA1LTI2" OriginalAmount="154" TotalPrice="158.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="158.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS, MOUNTAIN VIEW" RoomTypeCode="0|1331|1286504665|1779283308058665B2119B12||yes|2284275|16|MTU4LjI0fEdCUHwyMDI2LTA1LTIw" OriginalAmount="158" TotalPrice="162.99" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="162.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, KING BED, MOUNTAIN VIEW" RoomTypeCode="0|1331|1286504675|1779283308058665B2119B18||yes|2284275|16|MTU4LjI0fEdCUHwyMDI2LTA1LTIw" OriginalAmount="158" TotalPrice="162.99" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="162.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, TWIN BEDS, POOL VIEW" RoomTypeCode="0|1331|1286504685|1779283308058665B2119B24||yes|2284275|16|MTY0LjEzfEdCUHwyMDI2LTA1LTIw" OriginalAmount="164" TotalPrice="169.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, KING BED, POOL VIEW" RoomTypeCode="0|1331|1286504695|1779283308058665B2119B30||yes|2284275|16|MTY0LjEzfEdCUHwyMDI2LTA1LTIw" OriginalAmount="164" TotalPrice="169.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="169.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - De Luxe - Pool View" RoomTypeCode="269618396|3|165|27|MTY1fEdCUHwyMDI2LTA1LTIw" OriginalAmount="165" TotalPrice="169.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:52.1796543+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="165" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe - Mountain view" RoomTypeCode="253697855|3|167|27|MTY3fEdCUHwyMDI2LTA1LTI2" OriginalAmount="167" TotalPrice="172.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T07:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="167" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE WITH BALCONY DOUBLE" RoomTypeCode="3689794899-1-0|733689794899|2|0|12|MTczLjM2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="173" TotalPrice="178.56" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe - Pool View" RoomTypeCode="290810242|3|174|27|MTc0fEdCUHwyMDI2LTA1LTI2" OriginalAmount="174" TotalPrice="179.22" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T07:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED, POOL VIEW" RoomTypeCode="0|1331|1286014265|1779283312042521B2144B2||no|2284275|16|MTc0LjMxfEdCUHwyMDI2LTA1LTI2" OriginalAmount="174" TotalPrice="179.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="179.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe - Sea View" RoomTypeCode="307911091|3|180|27|MTgwfEdCUHwyMDI2LTA1LTI2" OriginalAmount="180" TotalPrice="185.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T07:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="180" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - De Luxe - View" RoomTypeCode="301837719|3|181|27|MTgxfEdCUHwyMDI2LTA1LTI1" OriginalAmount="181" TotalPrice="186.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-21T03:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="181" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, DOUBLE BED, SEA VIEW" RoomTypeCode="0|1331|1527210325|1779283312042521B2144B3||no|2284275|16|MTgxLjA2fEdCUHwyMDI2LTA1LTI2" OriginalAmount="181" TotalPrice="186.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="186.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin room - De Luxe" RoomTypeCode="301926795|3|185|27|MTg1fEdCUHwyMDI2LTA1LTIw" OriginalAmount="185" TotalPrice="190.55" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:52.9349499+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="185" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE MOUNTAIN VIEW DOUBLE" RoomTypeCode="1050372381-1-0|731050372381|2|0|12|MTg4LjUyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="189" TotalPrice="194.18" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Deluxe, Sea View" RoomTypeCode="0|1331|1222075605|1779283308076436B2153B6||no|2284275|16|MTg5Ljg1fEdCUHwyMDI2LTA1LTI2" OriginalAmount="190" TotalPrice="195.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="195.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE" RoomTypeCode="0|1331|1286163265|1779283308039827B2095B18||yes|2284275|16|MTkwLjYxfEdCUHwyMDI2LTA1LTIw" OriginalAmount="191" TotalPrice="196.33" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="196.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE POOL VIEW DOUBLE" RoomTypeCode="2892037892-1-0|732892037892|2|0|12|MTk2LjA2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="196" TotalPrice="201.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: DELUXE SEA VIEW DOUBLE" RoomTypeCode="567921866-1-0|730567921866|2|0|12|MjAzLjY2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="204" TotalPrice="209.77" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite 1 bedroom" RoomTypeCode="225476263|3|207|27|MjA3fEdCUHwyMDI2LTA1LTIw" OriginalAmount="207" TotalPrice="213.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:53.1016666+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED" RoomTypeCode="0|1331|1286504735|1779283308058665B2119B36||yes|2284275|16|MjA5LjcxfEdCUHwyMDI2LTA1LTIw" OriginalAmount="210" TotalPrice="216.00" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="216.00" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, SUITE, DOUBLE BED, BALCONY" RoomTypeCode="0|1331|1527378175|1779283312042521B2144B4||no|2284275|16|MjI0Ljc5fEdCUHwyMDI2LTA1LTI2" OriginalAmount="225" TotalPrice="231.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/05/2026"><AdditionalDetails>EXCLUSIONS. This rate is NOT applicable for nationals of the following countries:: Vietnam&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-22T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="231.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Double" RoomTypeCode="320152294|3|233|27|MjMzfEdCUHwyMDI2LTA1LTI1" OriginalAmount="233" TotalPrice="239.99" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 21/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-21T03:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="233" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: 1-BEDROOM SUITE WITH BALCONY DOUBLE" RoomTypeCode="1628599224-1-0|731628599224|2|0|12|MjUyLjg2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="253" TotalPrice="260.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite, Sea View" RoomTypeCode="0|1331|1153127195|1779283308039827B2095B24||yes|2284275|16|Mjg5LjkyfEdCUHwyMDI2LTA1LTIw" OriginalAmount="290" TotalPrice="298.62" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="298.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Twin/Double room - De Luxe" RoomTypeCode="301845913|4|294|27|Mjk0fEdCUHwyMDI2LTA1LTIw" OriginalAmount="294" TotalPrice="302.82" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:51.2095126+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="294" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: DELUXE, TWIN BEDS" RoomTypeCode="0|1335|1286520895|1779283308058665B2119B5||no|2284275|16|MzA1LjIzfEdCUHwyMDI2LTA1LTMx" OriginalAmount="305" TotalPrice="314.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="314.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: DELUXE, KING BED" RoomTypeCode="0|1335|1286520915|1779283308058665B2119B11||no|2284275|16|MzA1LjIzfEdCUHwyMDI2LTA1LTMx" OriginalAmount="305" TotalPrice="314.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="314.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: DELUXE, TWIN BEDS, MOUNTAIN VIEW" RoomTypeCode="0|1335|1286504665|1779283308058665B2119B17||no|2284275|16|MzE5LjY1fEdCUHwyMDI2LTA1LTMx" OriginalAmount="320" TotalPrice="329.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="329.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: DELUXE, KING BED, MOUNTAIN VIEW" RoomTypeCode="0|1335|1286504675|1779283308058665B2119B23||no|2284275|16|MzE5LjY1fEdCUHwyMDI2LTA1LTMx" OriginalAmount="320" TotalPrice="329.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="329.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, KING BED, SEA VIEW" RoomTypeCode="0|1331|1286504745|1779283308058665B2119B42||yes|2284275|16|MzIyLjUzfEdCUHwyMDI2LTA1LTIw" OriginalAmount="323" TotalPrice="332.21" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="332.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: DELUXE, TWIN BEDS, POOL VIEW" RoomTypeCode="0|1335|1286504685|1779283308058665B2119B29||no|2284275|16|MzI0Ljk4fEdCUHwyMDI2LTA1LTMx" OriginalAmount="325" TotalPrice="334.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="334.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: DELUXE, KING BED, POOL VIEW" RoomTypeCode="0|1335|1286504695|1779283308058665B2119B35||no|2284275|16|MzI0Ljk4fEdCUHwyMDI2LTA1LTMx" OriginalAmount="325" TotalPrice="334.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="334.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED" RoomTypeCode="0|1335|1286504735|1779283308058665B2119B41||no|2284275|16|MzY4LjIxfEdCUHwyMDI2LTA1LTMx" OriginalAmount="368" TotalPrice="379.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="379.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, APARTMENT" RoomTypeCode="0|1331|1286133945|1779283308039827B2095B30||yes|2284275|16|MzcyLjk5fEdCUHwyMDI2LTA1LTIw" OriginalAmount="373" TotalPrice="384.18" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="384.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Sea View" RoomTypeCode="296633970|3|405|27|NDA1fEdCUHwyMDI2LTA1LTIw" OriginalAmount="405" TotalPrice="417.15" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:53.5116652+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="405" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, APARTMENT, KING BED" RoomTypeCode="0|1331|1286504755|1779283308058665B2119B48||yes|2284275|16|NDEwLjM2fEdCUHwyMDI2LTA1LTIw" OriginalAmount="410" TotalPrice="422.67" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="422.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Studio" RoomTypeCode="320179595|3|420|27|NDIwfEdCUHwyMDI2LTA2LTAx" OriginalAmount="420" TotalPrice="432.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T09:00:00" End="2026-05-28T09:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="420" /></CancelPenalty><CancelPenalty Start="2026-05-29T09:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="420" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: SUITE, KING BED, SEA VIEW" RoomTypeCode="0|1335|1286504745|1779283308058665B2119B47||no|2284275|16|NDgxLjAyfEdCUHwyMDI2LTA1LTMx" OriginalAmount="481" TotalPrice="495.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="495.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Apartment 1 bedroom - Double" RoomTypeCode="301896122|3|514|27|NTE0fEdCUHwyMDI2LTA1LTIw" OriginalAmount="514" TotalPrice="529.42" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:53.9000911+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="514" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: 1 BEDROOM, APARTMENT, KING BED" RoomTypeCode="0|1335|1286504755|1779283308058665B2119B53||no|2284275|16|NTY4Ljg2fEdCUHwyMDI2LTA1LTMx" OriginalAmount="569" TotalPrice="585.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="585.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: Suite - Sea View" RoomTypeCode="220730848|5|609|27|NjA5fEdCUHwyMDI2LTA1LTI5" OriginalAmount="609" TotalPrice="627.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 25/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T15:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="609" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: Apartment 1 bedroom - Double" RoomTypeCode="301845984|5|720|27|NzIwfEdCUHwyMDI2LTA1LTI5" OriginalAmount="720" TotalPrice="741.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 25/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-25T15:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="720" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Villa 2 bedrooms" RoomTypeCode="301896120|3|829|27|ODI5fEdCUHwyMDI2LTA1LTIw" OriginalAmount="829" TotalPrice="853.87" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:54.0033103+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="829" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, VILLA" RoomTypeCode="0|1331|1286033995|1779283308043787B2129B51||yes|2284275|16|ODQ4Ljg0fEdCUHwyMDI2LTA1LTIw" OriginalAmount="849" TotalPrice="874.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card 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;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&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;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&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 affirms that it follows the cleaning and disinfection practices of Safety Protocol (Radisson)&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: 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. Information provided by the property may be translated using automated translation tools. It is the property’s policy that children under 18 years of age cannot be accommodated at the property without an accompanying parent or legal guardian. Guests are required to provide proof of the parental or legal guardian relationship and authorization upon arrival. Guests must confirm arrival time on check-in day using the information on the booking confirmation. Guests booked in Breakfast, Half Board, and Full Board rates receive breakfast for adults and up to 2 children under 11 years old registered in the same room. Guests booked in Half Board rate plans receive lunch for adults and children under 6 years old; lunch fees apply for children aged 6-11 registered in the same room. Full board rate plans include lunch and dinner for adults and children under 6 years old; lunch and dinner fees apply for children aged 6-11. Fees are collected at the property.,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 5000000 per accommodation, 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; This property&amp;#039;s listed general deposit is refundable via credit card after check-out, pending room inspection.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for full breakfast: approximately VND 562000 for adults and VND 280665 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 1587600.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;Pool access available from 6:00 AM to 7:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Up to 2 children 11 years old and younger stay 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;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in is available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 165.90 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 143.42 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="874.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, VILLA, KING BED" RoomTypeCode="0|1331|1286504765|1779283308058665B2119B54||yes|2284275|16|ODU3LjU1fEdCUHwyMDI2LTA1LTIw" OriginalAmount="858" TotalPrice="883.28" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="883.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 2 BEDROOMS, VILLA" RoomTypeCode="0|1334|1286033995|1779283308043787B2129B54||no|2284275|16|OTM5LjE3fEdCUHwyMDI2LTA2LTAx" OriginalAmount="939" TotalPrice="967.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/05/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;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&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;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&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 affirms that it follows the cleaning and disinfection practices of Safety Protocol (Radisson)&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: 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. Information provided by the property may be translated using automated translation tools. It is the property’s policy that children under 18 years of age cannot be accommodated at the property without an accompanying parent or legal guardian. Guests are required to provide proof of the parental or legal guardian relationship and authorization upon arrival. Guests must confirm arrival time on check-in day using the information on the booking confirmation. Guests booked in Breakfast, Half Board, and Full Board rates receive breakfast for adults and up to 2 children under 11 years old registered in the same room. Guests booked in Half Board rate plans receive lunch for adults and children under 6 years old; lunch fees apply for children aged 6-11 registered in the same room. Full board rate plans include lunch and dinner for adults and children under 6 years old; lunch and dinner fees apply for children aged 6-11. Fees are collected at the property.,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 5000000 per accommodation, 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; This property&amp;#039;s listed general deposit is refundable via credit card after check-out, pending room inspection.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for full breakfast: approximately VND 562000 for adults and VND 280665 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 1587600.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;Pool access available from 6:00 AM to 7:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Up to 2 children 11 years old and younger stay 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;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in is available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 169.92 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 147.44 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 158.68 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="967.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Villa 3 bedrooms" RoomTypeCode="296637166|3|957|27|OTU3fEdCUHwyMDI2LTA1LTIw" OriginalAmount="957" TotalPrice="985.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T14:21:54.087385+01:00" End="2026-06-05T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="957" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, VILLA" RoomTypeCode="0|1331|1286033945|1779283308043787B2129B31||yes|2284275|16|OTgwLjM3fEdCUHwyMDI2LTA1LTIw" OriginalAmount="980" TotalPrice="1009.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card 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;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&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;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&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 affirms that it follows the cleaning and disinfection practices of Safety Protocol (Radisson)&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: 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. Information provided by the property may be translated using automated translation tools. It is the property’s policy that children under 18 years of age cannot be accommodated at the property without an accompanying parent or legal guardian. Guests are required to provide proof of the parental or legal guardian relationship and authorization upon arrival. Guests must confirm arrival time on check-in day using the information on the booking confirmation. Guests booked in Breakfast, Half Board, and Full Board rates receive breakfast for adults and up to 2 children under 11 years old registered in the same room. Guests booked in Half Board rate plans receive lunch for adults and children under 6 years old; lunch fees apply for children aged 6-11 registered in the same room. Full board rate plans include lunch and dinner for adults and children under 6 years old; lunch and dinner fees apply for children aged 6-11. Fees are collected at the property.,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 5000000 per accommodation, 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; This property&amp;#039;s listed general deposit is refundable via credit card after check-out, pending room inspection.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for full breakfast: approximately VND 562000 for adults and VND 280665 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 1587600.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;Pool access available from 6:00 AM to 7:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Up to 2 children 11 years old and younger stay 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;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in is available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 188.14 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 165.62 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1009.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, VILLA, KING BED" RoomTypeCode="0|1331|1286504775|1779283308058665B2119B60||yes|2284275|16|OTkwLjQxfEdCUHwyMDI2LTA1LTIw" OriginalAmount="990" TotalPrice="1020.12" 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-20T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1020.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: 2 BEDROOMS, VILLA, KING BED" RoomTypeCode="0|1335|1286504765|1779283308058665B2119B59||no|2284275|16|MTAxNi4wM3xHQlB8MjAyNi0wNS0zMQ==" OriginalAmount="1016" TotalPrice="1046.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1046.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 3 BEDROOMS, VILLA" RoomTypeCode="0|1334|1286033945|1779283308043787B2129B34||no|2284275|16|MTA3MC42OXxHQlB8MjAyNi0wNi0wMQ==" OriginalAmount="1071" TotalPrice="1102.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/05/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;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&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;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&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 affirms that it follows the cleaning and disinfection practices of Safety Protocol (Radisson)&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: 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. Information provided by the property may be translated using automated translation tools. It is the property’s policy that children under 18 years of age cannot be accommodated at the property without an accompanying parent or legal guardian. Guests are required to provide proof of the parental or legal guardian relationship and authorization upon arrival. Guests must confirm arrival time on check-in day using the information on the booking confirmation. Guests booked in Breakfast, Half Board, and Full Board rates receive breakfast for adults and up to 2 children under 11 years old registered in the same room. Guests booked in Half Board rate plans receive lunch for adults and children under 6 years old; lunch fees apply for children aged 6-11 registered in the same room. Full board rate plans include lunch and dinner for adults and children under 6 years old; lunch and dinner fees apply for children aged 6-11. Fees are collected at the property.,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 5000000 per accommodation, 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; This property&amp;#039;s listed general deposit is refundable via credit card after check-out, pending room inspection.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for full breakfast: approximately VND 562000 for adults and VND 280665 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: VND 1587600.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;Pool access available from 6:00 AM to 7:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Up to 2 children 11 years old and younger stay 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;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;A car is not required for transportation to and from this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in is available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 192.16 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 169.64 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 180.90 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="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-28T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1102.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: 3 BEDROOMS, VILLA, KING BED" RoomTypeCode="0|1335|1286504775|1779283308058665B2119B65||no|2284275|16|MTE0OC45MnxHQlB8MjAyNi0wNS0zMQ==" OriginalAmount="1149" TotalPrice="1183.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/05/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Shower|Bathtub|Hairdryer|Toiletries|Bathrobes|Slippers|Make-up mirror|Telephone in the bathroom|Wi-fi|Internet access|Direct dial telephone|TV|Satellite TV |Cable TV|220V power supply|Alarm clock|Plug adaptor|Minibar ( Payable At Establishment)|Tea and coffee making facilities |Carpeted floors|Individually adjustable air conditioning|Safe|Balcony|Wheelchair-accessible|Wake-up service|Desk|Smoke detector|Housekeeping ( Payable At Establishment)|Cot on demand|Wired Internet</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-27T00:00:00" End="2026-05-30T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1183.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/25/ff/25ff0cb8e1fc1b0610269af1efbad850d35ac165.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/00/60/00600ac39539f5c97cb583078b9f6e01e0dc2a65.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d2/ee/d2eef1b7e0f7e5de3c6b7990a76a35fd58123296.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/57/10/5710a319c25f41382a1f48619d8146ab422655c4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/65/ae/65ae68622348bdabebd394d3757df6c46ad6e4bf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9e/3f/9e3f0e86b53404a2f599e5112d9b43f44e676e8c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ca/3b/ca3b3b1981c97c34830b7ade5c118a4c9dd7bac7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/7a/0a7ab205006af9df795cc14f068f19eca63841b5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cc/3d/cc3d2fec2d5abd8ef15e220c17fbc98a7f872d70.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/bd/4fbdbec372860590ada0a7458253e746fdd6e2d0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a3/d8/a3d829a8062fd13c19b54004c11b20e3003ac877.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/9d/fb9d86200b9c02294d99dc07f768f10005b22a45.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f9/99/f99955cb0f4d26121c625c7c0e832cfbb0be545e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a9/6a/a96a336ed8ef25484a4c828440b1d45199f4a64b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ec/e7/ece7dd764187f7f068fa409dd75f8b7a353d6971.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3e/07/3e072f685419917aa55d9be5ed70f8019c63b76d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/bb/d7bbeba8379c33d43a1e409bb688fbaba70f22f0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/25/78/2578060607c2f002abf461912057dbb47076fab0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/74/7e/747efe90250fffb1a21f1c298cb997e43f659ec9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/41/80/4180b872719659c81816dc93ea49fcdbf6df6fca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/c6/0fc6fc23e3aa7bcc9ebab4f5c3ff911360b558f9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/01/5c/015c743fd87863f9ba660cdd7eb9807c50bd8700.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/23/b2/23b21a2371f5b096f73cbbbc5920b1c7c18b2353.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/83/68/8368835502b0cc4f33c2a3d118a42973738b3de8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a5/bd/a5bdc514607e007dc208c4620e2d2374fe8b7716.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/14/e3/14e306f261c64bf2f4ae2290cf9ac7d445b020bb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9b/61/9b61407a884c941555a4361fe225b3cf7cf6f7d9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/62/d362b1fd74dc9a77e4f29581db3f18e392aca743.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7d/2a/7d2a0df7c298d9673b33ace3756c70e2303d0761.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d1/15/d115d9271e0da3e3d629e65f298f3a529a736f3b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1e/43/1e43e967fd0490bfec0c85b53d91e7153847f27d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/b7/1a/b71ae735650906fe8b7fe378caf7a942b400816e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/34/90/34907ab89ad8dee93cce86347b834af61cd4efd5.JPEG" /></Images><HotelDescription>&lt;br/&gt;Welcome to the Radisson Blu Resort Phu Quoc, which places you in the heart of one of Vietnam's most popular holiday destinations in the Gulf of Thailand. From the hotel, you can walk to the beaches of Bai Dai for some sun, sand and snorkeling. After a morning under the coconut palms, make a trip to Vinpearl Land, where you can fly down thrilling rides, cool off on waterslides, and go on a safari to see the king of the jungle. Ready to relax after your day of adventure? Unwind in one of our rooms and suites, each with free Wi-Fi as well as tea and coffee facilities. You can choose from one of 12 loft rooms with a view of either the garden or the pool. For the ultimate holiday, reserve one of 10 beachfront villas, each with a private swimming pool and your choice of two, three or six bedrooms. Savor a quiet meal with a glass of wine at our all-day dining restaurant, serving delicious inte&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee.&lt;br /&gt;Taxes are included in the accommodation price.</HotelDescription><Facilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2018</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Total number of rooms</Description><Value>514</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of floors (main building)</Description><Value>8</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Twin rooms</Description><Value>163</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Suites</Description><Value>105</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Villas</Description><Value>10</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Disability-friendly rooms</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Hotel Type</Type><Description>resort</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Visa</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City centre</Description><Value>22000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Airport</Description><Value>35000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Harbour</Description><Value>35900 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Beach</Description><Value>50 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Golf course</Description><Value>1000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Entertainment Area</Description><Value>25 Meters</Value></HotelFacilities><HotelFacilities><Type>Room Facilities</Type><Description>Electric Kettle</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wheelchair-accessible</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-in hour From 14:00:00 To 14:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-out hour From 12:00:00 To 12:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wi-fi</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Local and international calls</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car hire ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Transfer service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Secure parking</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Valet parking</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Airport Shuttle</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bicycle hire service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Babysitting service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Multilingual staff</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour security</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bellboy service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning in public areas</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Smoke detector</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel safe</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency exchange facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lift access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Terrace</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Sun terrace</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Gym</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspapers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Luggage room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Toaster</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Dining area</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>BBQ facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Grill/BBQ</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Private pool</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Private beach area</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Electric kettle</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bikes available</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Bar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Restaurant</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Non-smoking area</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Smoking area</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Highchairs</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Poolside snack bar</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Banquet hall</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Show cooking</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Air conditioning in Restaurant</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Conference room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Meeting room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Printer</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Photocopier ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor freshwater pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children’s swimming area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sun loungers</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Parasols</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Kids’ club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Entertainment programme for children</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Casino</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>TV lounge</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Theatre / auditorium</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Health</Type><Description>Sauna</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Health</Type><Description>Steam bath</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Health</Type><Description>Massage ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Health</Type><Description>Spa treatments ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Health</Type><Description>Beauty salon ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast served to the table</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Hot breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Early bird breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>À la carte lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Buffet dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>À la carte dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast and dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast and lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half board without drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half board with non-alcoholic drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half board with drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full board without drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full board with non-alcoholic drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full board with drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Gluten-free meals </Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Vegetarian meal</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Snacks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Things to keep in mind</Type><Description>Deposit on arrival</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Things to keep in mind</Type><Description>Identification card at arrival</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Things to keep in mind</Type><Description>Flight information required</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Things to keep in mind</Type><Description>Minimum check-in age</Description><Value>18</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Fitness</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Golf ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tennis ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Safari ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Business hotels </Description><Value /></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Golf hotels </Description><Value /></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Beach hotels</Description><Value /></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Hotels with spa</Description><Value /></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Family hotels </Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Casino</Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Duong Dong Market</Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Water Park</Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Dinh Cau Temple</Description><Value /></HotelFacilities><HotelFacilities><Type>Points of interest</Type><Description>Vinpearl Safari, Amusement Park</Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f">
  <Rooms>
    <Room RoomType="Room 1: DELUXE TWIN/DOUBLE" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="Suvidhtravels" Password="Cheeni@2005" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="760340|67383622" SourceId="12" RoomTypeCode="3343683890-1-0|733343683890|2|0|12|MTI3Ljk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-06-03T00:00:00" End="2026-06-05T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
ada0c996-bbc5-4ab2-8bcc-1c6cf1558a8f|TravellandaBlock|successfully done supplier prebooking||Travellanda|True