<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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
16b28041-1197-45e6-90a6-736d48e9c016|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="16b28041-1197-45e6-90a6-736d48e9c016">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62513" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-27T00:00:00" End="2025-01-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="findtriptours" Password="Nabeel@123" RequestedCurrency="PKR" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
16b28041-1197-45e6-90a6-736d48e9c016|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
16b28041-1197-45e6-90a6-736d48e9c016|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
16b28041-1197-45e6-90a6-736d48e9c016|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="2025-01-02T13:37:12.5934713+00:00" Version="0" EchoToken="Search" TransactionIdentifier="16b28041-1197-45e6-90a6-736d48e9c016" Currency="PKR">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="10934.33" OriginalAmount="10219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3335094270159" Longitude="99.86179906127" StarRating="2" HotelCode="403446|151790" HotelName="Best Seven Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 09/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>29 and 30 Lorong Berlian 1, Taman Berlian, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/04274/2104274/23.jpg?f=15507357</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11446.86" OriginalAmount="10698" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.323937" Longitude="99.846413" StarRating="3" HotelCode="146009|29375" HotelName="Citin Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Pekan Kuah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/132985/132985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Langkawi, in the town of Kuah. It is within walking distance of various duty free shops and 5 minutes from the local jetty with ferries to the mainland. The scenic beach of Pantai Cenang is about a 20-minute drive from the establishment. Langkawi International Airport is just 30 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11804.24" OriginalAmount="11032" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3133728698955" Longitude="99.85620505967" StarRating="1" HotelCode="398614|152089" HotelName="Rose Inn Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>88, Kampang Bendang Baru, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253638/253638a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12820.74" OriginalAmount="11982" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3130539767866" Longitude="99.859318548733" StarRating="1" HotelCode="385339|151975" HotelName="Motel Seri Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Business Centre,Garden,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penarak, Kampung Penarak, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/219014/219014a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuah, the hotel is an ideal spot from which to discover Langkawi. From the hotel, guests can enjoy easy access to the city's main attractions and landmarks, such as the Langkawi Saga Shopping Center, the shopping street and Plaza Langkawi. At the hotel, the excellent service and superior facilities make for an unforgettable stay. The hotel provides concierge services, a car park, Wi-Fi in public areas, a business centre and a family room to ensure our guests the greatest comfort. In addition, all guestrooms feature a variety of amenities such as air conditioning, complimentary bottled water and a balcony or terrace to please even the most discerning guest. Guests can also enjoy the hotel's recreational facilities such as the garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13910.00" OriginalAmount="13000" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3183742559564" Longitude="99.851057536523" StarRating="2" HotelCode="915711|151903" HotelName="Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 and4 Jalan Persiaran Putra, Langkawi, Kuah, 07000 Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/195790/195790a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14886.91" OriginalAmount="13913" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3228683" Longitude="99.75640317" StarRating="2" HotelCode="411070|61923" HotelName="The Box Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/01/2025" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>1 Lote 1107 Jalan Batu Belah Batu Bertangkup, Kampung Caruk Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/03515/2103515/1.jpg?f=15056713</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15234.66" OriginalAmount="14238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3267406187403" Longitude="99.84285305413" StarRating="3" HotelCode="177483|151907" HotelName="Hotel Bahagia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-78 Persiaran Bunga Raya, Langkawi Mall, Phase II, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/162897/162897a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is about a 10-minute drive from Kuah Jetty. Several popular landmarks, interesting areas, shopping venues and restaurants surround the hotel, making it very conveniently placed. The city hotel is about a 25-minute drive from Langkawi International Airport</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15948.35" OriginalAmount="14905" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2853863912437" Longitude="99.732224544951" StarRating="2" HotelCode="398207|151692" HotelName="Desa Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Jalan Pantai Tengah, Pantai Cenang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574107/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16567.88" OriginalAmount="15484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29510708" Longitude="99.73955649" StarRating="2" HotelCode="436047|151972" HotelName="Motel Aurora Damai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, Simpang 3, Temonyong, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/599832/aaa01bacfcba3c0d0a48d6fa87ffbf56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pantai Cenang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17038.68" OriginalAmount="15924" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31748001" Longitude="99.85003253" StarRating="2.5" HotelCode="623272|283246" HotelName="Baron Waterfront Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bandar Baru Baron, Bandar Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/796737/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18354.78" OriginalAmount="17154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3620595890099" Longitude="99.711642972564" StarRating="2" HotelCode="383862|60605" HotelName="Idaman Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kampung Kuala Teriang, Mukim Padang Matsirat, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/68311/2268311/38.jpg?f=15523550</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18758.17" OriginalAmount="17531" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32427769" Longitude="99.84488354" StarRating="2.5" HotelCode="538218|152102" HotelName="Season Inn - Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Persiaran Mutiara Pusat Dagangan, Kelana Mas, 07000 Kedah, Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/706556/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18935.79" OriginalAmount="17697" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.350837" Longitude="99.719901" StarRating="3" HotelCode="300293|63221" HotelName="Bella Vista Express Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kuala Muda, Kampung Padang Matsirat, 07100 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/163389/163389a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. A safe, a conference room and a business centre are available to guests of the accommodation. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19224.69" OriginalAmount="17967" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32898151" Longitude="99.83267233" StarRating="2" HotelCode="776115|368000" HotelName="Gm Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Kampung Kelibang, Mukim Kuah, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056876/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19253.58" OriginalAmount="17994" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.4138983" Longitude="99.83427072" StarRating="3" HotelCode="602131|304333" HotelName="Lyaa Resthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ayer Hangat, Kampung Sungai Itau, Mukim Ulu Melaka, Ayer Hangat, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/52607/2852607/1.jpg?f=15054883</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20925.99" OriginalAmount="19557" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="0" HotelCode="977986|486755" HotelName="We Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>1,2,3 &amp; 3A Jalan Mahawangsa, Mahacity Business Centre, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/29474/3729474/46.jpg?f=15639747</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22218.55" OriginalAmount="20765" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3275449406382" Longitude="99.838017455048" StarRating="2" HotelCode="69090|151913" HotelName="Hotel Langkasuka Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/4 Batu A-14-15, Pokok Asam, Kuah, 07000 Pulau Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/91055/a_91055_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family—friendly city hotel is located in Langkawi's Kuah Town, at the centre of the island's rich culture. The property is connected to the Langkawi Parade shopping centre and offers easy access to the Teow Soon Huat department store and supermarket, more than 40 duty-free shops, food and beverage outlets and a cineplex. The establishment is only a 10-minute drive from Kuah jetty and a 25-minute drive from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22339.46" OriginalAmount="20878" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.34294853" Longitude="99.82879284" StarRating="3" HotelCode="822222|367997" HotelName="Chill Box Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2827 Kg Dato Syed, Nahar Langkawi Kedah, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056872/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22349.09" OriginalAmount="20887" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31763377" Longitude="99.74978851" StarRating="2.5" HotelCode="945574|283271" HotelName="Langkawi Anjung Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3124 Jalan Batu Belah, Mukim Kedawang, Langkawi 07000, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/47957/2847957/1.jpg?f=15097088</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22968.62" OriginalAmount="21466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3237706" Longitude="99.85543861" StarRating="2" HotelCode="354172|152022" HotelName="Riverra Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 290 Kampung Padang Lalang, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/195507/195507a_hb_a_912.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23220.07" OriginalAmount="21701" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3365083569628" Longitude="99.723887796295" StarRating="3" HotelCode="305940|62731" HotelName="Alia Residence Business Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Lot 954 Mukim Padang Matsirat, Jalan Kuala Muda, Kampung Padang Masirat, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/215376/215376a_hb_a_035.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23410.53" OriginalAmount="21879" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2807682553978" Longitude="99.730052445506" StarRating="2" HotelCode="398265|151686" HotelName="Corrie Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/11353/2211353/1.jpg?f=15082534</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23989.40" OriginalAmount="22420" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="2" HotelCode="692582|304374" HotelName="Sri Melor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Kampung Padang Puteh Mukim Kedawang, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6475132</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24405.63" OriginalAmount="22809" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32659847" Longitude="99.84961981" StarRating="3" HotelCode="852312|388497" HotelName="Greenish Hotel Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 263 Jalan Air Hangat, Mukim Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056881/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24628.19" OriginalAmount="23017" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.43316246" Longitude="99.79744388" StarRating="2" HotelCode="412169|152130" HotelName="Tanjung Puteri Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Yu, Pantai Pasir Hitam, Along Tanjung Rhu beach, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/251287/251287a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24863.59" OriginalAmount="23237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31725065" Longitude="99.73411605" StarRating="2" HotelCode="761463|283255" HotelName="Chily Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>321A Kampung Gelam, Mk Kedawang, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5685694</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25047.63" OriginalAmount="23409" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.316902833342" Longitude="99.849660698902" StarRating="3" HotelCode="915712|151866" HotelName="De Baron Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bandar Baru Baron, 07000 Kuah Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191188/191188a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26209.65" OriginalAmount="24495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2872284277004" Longitude="99.729836594725" StarRating="2" HotelCode="447982|61602" HotelName="Landcons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Pantai Cenang, 07000 Langkawi, Kedah Darulaman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/612835/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26273.85" OriginalAmount="24555" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.33189468" Longitude="99.82397288" StarRating="2" HotelCode="385582|60365" HotelName="G langkawi Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 403, Plot C, Kampung Kelibang, Mukim Kuah, Daerah Langkawi, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/62021/2262021/1.jpg?f=15092751</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys can be reached by lift. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26506.04" OriginalAmount="24772" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32890911" Longitude="99.82530959" StarRating="2.5" HotelCode="421414|62533" HotelName="Nagoya Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,LCD/Projector,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40-48 Pusat Mas, Kg Kelibang, Batu 1, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/04648/2104648/1.jpg?f=15369352</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Nagoya Inn Hotel in Langkawi Kuah, you'll be close to Night Market and Al-Hana Mosque. This hotel is within close proximity of CHOGM Park and Lagenda Park.Rooms Make yourself at home in one of the 74 air-conditioned rooms featuring LED televisions. Wireless Internet access surcharge is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and coffee/tea makers, and you can also request irons/ironing boards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27780.41" OriginalAmount="25963" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2925443113833" Longitude="99.72567995672" StarRating="2" HotelCode="383885|152098" HotelName="Sandy Beach Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574881/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Langkawi, Sandy Beach Resort Langkawi is by the ocean and minutes from Pantai Cenang Beach and Cenang Mall. This beach hotel is within close proximity of Laman Padi Langkawi and Underwater World.Rooms Make yourself at home in one of the 180 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.Rec, Spa, Premium Amenities Take in the views from a garden and make use of amenities such as tour/ticket assistance.Dining Enjoy a satisfying meal at a restaurant serving guests of Sandy Beach Resort Langkawi.Business, Other Amenities Featured amenities include dry cleaning/laundry services, luggage storage, and a safe deposit box at the front desk. This hotel has 3 meeting rooms available for events. A roundtrip airport shuttle and a ferry terminal shuttle are provided for an additional charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27825.35" OriginalAmount="26005.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29811523" Longitude="99.72368335" StarRating="2.5" HotelCode="393534|chenang_inn" HotelName="Chenang Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 18 Kampung Pantai Cenang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574037/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28099.27" OriginalAmount="26261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.327541" Longitude="99.83695" StarRating="3" HotelCode="68119|27925" HotelName="Grand Continental Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/01/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 398, MK. Kuah, Keilbang, 07000 Kuah, Pulau Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88103/a_88103_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located in the heart of Kuah on the island of Langkawi. It offers easy access to shopping centres and commercial areas. Eagle Square is about a 10-minute drive away. It is an ideal place for travellers looking for an idyllic getaway, as well as being a shopping haven due to the island's Duty Free status. Langkawi Cable Car is about 50 minutes away by car, while it is an hour drive to Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28326.11" OriginalAmount="26473" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32499443" Longitude="99.84950252" StarRating="3" HotelCode="343918|151899" HotelName="HIG Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1852 Jalan Penarak, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/39061/3839061/1.jpg?f=15676833</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28346.44" OriginalAmount="26492" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31469266" Longitude="99.72466672" StarRating="2" HotelCode="488943|151953" HotelName="Lavigo Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lote 2764 Jalan Kuala Muda, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/63942/3663942/1.jpg?f=15260056</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29046.22" OriginalAmount="27146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30530388" Longitude="99.72427847" StarRating="3.5" HotelCode="584263|218872" HotelName="Destini Akef Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 511 Jalan Pantai Chenang, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/48536/2848536/29.jpg?f=15648759</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29918.27" OriginalAmount="27961" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3236375075344" Longitude="99.843127727509" StarRating="3" HotelCode="162525|30565" HotelName="Bella Vista Waterfront Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Mutiara 2, Pusat Dagangan Kelana Mas, Langkawi, 07000 Kuah, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/229065/w_229065_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the western portion of the island amongst a strip of hotels in Langkawi, facing the Andaman Sea. The hotel is within easy reach of local attractions including Langkawi Underwater World and the Langkawi Caves and Mangroves. It features a very comfortable location being just 5 minutes' drive from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31292.15" OriginalAmount="29245" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.314885" Longitude="99.855884" StarRating="3" HotelCode="909461|151948" HotelName="Langkawi Seaview Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40 Jalan Penarak, 07000 Kuah, Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59382/de5e5a19-6ce3-43a4-9d61-8d3f27d6eb1e.jpg?d=636596527170000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35608.53" OriginalAmount="33279" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2877523695181" Longitude="99.734834041734" StarRating="3" HotelCode="260769|61076" HotelName="The Villa Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 993 Pantai Tengah, Mukim Kedawang, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/235038/235038a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pantai Tengah. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35943.44" OriginalAmount="33592" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29097249" Longitude="99.72741079" StarRating="3" HotelCode="437992|151990" HotelName="Nadias Hotel Cenang Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet,Jacuzzi,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Lot 977, Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/601486/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36206.66" OriginalAmount="33838" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29119503" Longitude="99.72707805" StarRating="3" HotelCode="852957|367992" HotelName="Adya Hotel Chenang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1057747/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38632.35" OriginalAmount="36105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.35085133" Longitude="99.71995091" StarRating="2" HotelCode="411432|152010" HotelName="Perdana Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/01/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 79 Jalan Kuala Melaka, Padang Matsirat, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/450490/450490a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38924.46" OriginalAmount="36378" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29282641" Longitude="99.7259934" StarRating="3" HotelCode="958622|388502" HotelName="Sandy Garden Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056905/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39730.17" OriginalAmount="37131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.290170222138" Longitude="99.728070045014" StarRating="2" HotelCode="384709|60659" HotelName="Langgura Baron Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2608 Jalan Pantai Cenang, Tanjung Mali, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191189/191189a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40661.07" OriginalAmount="38001" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3266220896601" Longitude="99.839897983398" StarRating="4" HotelCode="345687|151709" HotelName="Adya Hotel Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1 PT, 4001 Persiaran Mutiara 2, Mukim Kuah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/392898/392898a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41552.38" OriginalAmount="38834.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.323185" Longitude="99.849074" StarRating="4" HotelCode="65772|bayview_hotel_langkawi" HotelName="Bayview Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pandak Mayah 1, Pusat Bandar Kuah, 07000 Pulau, Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/85204/a_85204_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the downtown Kuah, Bayview Hotel Langkawi is a 25-minute drive from the airport. The local attractions nearby include Black Sand Beach, Mahsuri Memorial Mausoleum, Langkawi Wildlife Park as well as the Payar Island Marine Park. It is just 5 minutes to the jetty where ferry boats travel to and from the mainland.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42546.41" OriginalAmount="39763" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.28717108" Longitude="99.74352919" StarRating="3" HotelCode="593237|228210" HotelName="Chuu Pun Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lote 1018 Kampung Kulala Temonyong, Mukim Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/51148/2851148/35.jpg?f=15502529</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43357.47" OriginalAmount="40521" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2926704" Longitude="99.72603139" StarRating="3" HotelCode="511455|152091" HotelName="Royal Agate Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1659 Jalan Pantai Cenang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/680672/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pantai Cenang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44488.46" OriginalAmount="41578" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2918763615751" Longitude="99.727805004291" StarRating="2" HotelCode="383884|368021" HotelName="Shell Out Cenang Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/01/2025" HotelFacility="Air Conditioning,Bar,Golf">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599 Jalan Cenang, Mukin Kedawang, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253622/253622a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47682.41" OriginalAmount="44563" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30292758" Longitude="99.85168215" StarRating="3" HotelCode="553521|151951" HotelName="Royal Langkawi Yacht Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dato Syed Omar, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/556983/556983a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe, a restaurant, a bar and a transfer service are available to guests of the club. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49922.99" OriginalAmount="46657" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31709234" Longitude="99.85464664" StarRating="3" HotelCode="447915|191832" HotelName="Seaview Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40 Jalan Penarak, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59369/f172cfe0-eba6-4a9f-a73a-e23886729f19.jpg?d=636596508970000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a café. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52311.23" OriginalAmount="48889.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.294117" Longitude="99.724796" StarRating="2" HotelCode="909465|malibest_resort" HotelName="Malibest Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/233045/233045a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pantai Tengah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53020.64" OriginalAmount="49552" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.260884" Longitude="99.736155" StarRating="3.5" HotelCode="59744|27924" HotelName="Resorts World Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tanjung Malai, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77357/f_77357_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the south-western tip of the mythical Langkawi, an island famed for its legends and duty-free status, the Mediterranean inspired-design hotel is a charming holiday resort. Guests can stroll along its breezy boardwalk and discover the beauty of the sunset on the horizon of nearby islands. Kuah town centre is 35 minutes away by car, whilst the Atma Alam Batik Art Village and the Langkawi Cable Car are a 15 and 45 minute drive away respectively. The hotel is 20 mins from Penang, 50 mins from Kuala Lumpur and 1 hour and 25 mins from Singapore by air. Star Cruises Jetty port, where ferry trips to Kuala Kedah and Kuala Perlis are available, is located next to the resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53366.25" OriginalAmount="49875" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3195955" Longitude="99.85057859" StarRating="3" HotelCode="948720|388496" HotelName="Goldsands Hotel Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 557 &amp; 559, Pusat Bandar Kuah, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02902/2102902/1.jpg?f=15067666</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63716.36" OriginalAmount="59548" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.35020623" Longitude="99.73078515" StarRating="3" HotelCode="505412|218893" HotelName="The Smith House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT. 297, HSM 772, Bandar Padang Matsirat, 07100 Daerah Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/50/503221/503221a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64371.20" OriginalAmount="60160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.269891" Longitude="99.73373525" StarRating="0" HotelCode="784750|491871" HotelName="Royale Chenang Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lot 735c Jalan Teluk Baru, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056979/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64818.46" OriginalAmount="60578" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29146898" Longitude="99.72714402" StarRating="2" HotelCode="686462|368018" HotelName="Paretto Seaview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599 Jalan Pantai Cenang, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/870291/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65950.52" OriginalAmount="61636" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3404356424797" Longitude="99.729390842922" StarRating="3" HotelCode="68120|24241" HotelName="Century Helang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 274 Jalan Lima Kuah, Padang Matsirat, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88104/a_88104_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set in the south-western part of the beautiful island of Langkawi. It is conveniently located between Langkawi International Airport and the Mahsuri International Exhibition Centre (MIEC). This Langkawi resort offers guests a tranquil getaway and a perfect retreat. It is just 5 minutes' walk from the airport and 3 minutes' walk from the Mahsuri International Exhibition Centre. Atma Alam Batik Art Village is 25 minutes away by car, Langkawi cable car is 35 minutes by car and it is a 45-minute drive to the centre of Kuah town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67304.07" OriginalAmount="62901" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.294365" Longitude="99.724782" StarRating="2" HotelCode="176572|60319" HotelName="White Lodge Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/161663/161663a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located at Cenang Beach, about 40 minutes’ drive from the jetty and shops in Kuah Town. It enjoys an idyllic setting in the heart of Langkawi near its two best beaches, which are Cenang Beach and Tengah Beach. There are restaurants, bars and nightclubs about 3 km away. Area attractions include Eagle Square, Underwater World and Langkawi Wildlife Park. It is also just about 15 minutes by car from the Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71541.27" OriginalAmount="66861" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29254663" Longitude="99.72630199" StarRating="2" HotelCode="954091|388494" HotelName="Arch Studio Cenang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/23/2374005/vugG3ixA_c20979b0c20f14937f8a7ab65dd50023.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77500.10" OriginalAmount="72430" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32483976" Longitude="99.83556317" StarRating="4" HotelCode="429840|151848" HotelName="Dayang Bay Serviced Apartment &amp; Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Garden,Housekeeping,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Printer,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Pelangi, 07100 Kelibang, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/363933/363933a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a prime situation in Langkawi, this outstanding establishment offers a great base from which to explore all this vibrant city has to offer. From here, guests can enjoy easy access to some of the most important tourist attractions of the area, including Chogm Park, ideal to spend a day with the whole family.Guests staying at this complex may take advantage of the extensive range of unrivalled services and amenities available at the property. 

The accommodation units can accommodate from 2 to 6 people, and come completely equipped with all the latest modern conveniences to guarantee guests enjoy a truly comfortable stay. The hotel's fitness centre is ideal for those visitors wishing to maintain their exercise routine, and the outdoor pool and spa area are perfect to enjoy a moment of relaxation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88563.90" OriginalAmount="82770" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3512191952045" Longitude="99.718393199312" StarRating="4" HotelCode="428712|61805" HotelName="Ombak Villa Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Lot 78 Jalan Kuala Muda, 07100 Padang Matsirat, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Padang Matsirat</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/210555/210555a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a bar, a babysitting service, a childcare service, a transfer service, room service and a business centre are available to guests of the resort. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89077.50" OriginalAmount="83250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3213733409901" Longitude="99.81206356316" StarRating="3" HotelCode="933787|60524" HotelName="The Ocean Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/01/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ocean Front Estate, Bukit Benggali, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/26/261544/261544a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuah. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96908.83" OriginalAmount="90569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.308188" Longitude="99.723514" StarRating="4" HotelCode="909467|152143" HotelName="Temple Tree at Bon Ton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Langkawi 07000</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02891/2102891/2.jpg?f=15296946</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes from the main beach of Pantai Cenang on Langkawi Island. It offers easy access to local attractions and guests will be able to visit the duty free and local shops situated close by. The hotel is also conveniently located just 10 minutes from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109716.73" OriginalAmount="102539" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.279219" Longitude="99.731125" StarRating="4" HotelCode="38407|23630" HotelName="The Frangipani Langkawi Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru Pantai Tengah, Mukim Kedawang, PO Box 138, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63481/a_63481_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Pantai Tengah, in the south west of Langkawi, where a beach of soft golden sand stretches over around 400 metres. It lies about 10 minutes' walk from the hustle and bustle of Pantai Tengah's shopping arcades, some 25 minutes' drive from Kuah town, around 30 minutes' drive from the Craft Culture Complex and only around 15 minutes away from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113174.97" OriginalAmount="105771" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30218927" Longitude="99.72291872" StarRating="3" HotelCode="363110|152137" HotelName="Telaga Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Langkawi</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575033/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Telaga Terrace Boutique Resort to discover the wonders of Langkawi. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Facilities like free Wi-Fi in all rooms, convenience store, daily housekeeping, photocopying, printer are readily available for you to enjoy. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like complimentary instant coffee, internet access – wireless, non smoking rooms, air conditioning, internet access – LAN. Enjoy the hotel's recreational facilities, including outdoor pool, before retiring to your room for a well-deserved rest. No matter what your reasons are for visiting Langkawi, Telaga Terrace Boutique Resort will make you feel instantly at home.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143220.57" OriginalAmount="133851" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.27466361" Longitude="99.73302442" StarRating="4" HotelCode="635478|283249" HotelName="Camar Resort Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 60183 Jalan Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/654322/654322a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167691.47" OriginalAmount="156721" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.27168009" Longitude="99.73206916" StarRating="4" HotelCode="670615|283258" HotelName="Dash Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, Mukim Kedawang, 07000 Kangkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/627818/627818a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pantai Tengah, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214376.64" OriginalAmount="200352" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2820904" Longitude="99.731962" StarRating="4" HotelCode="154826|63431" HotelName="Villa Molek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2863, Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196323/196323a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 12 rooms. Services and facilities at the hotel include a baggage storage service, a dining area and a transfer service. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216405.36" OriginalAmount="202248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2733244016867" Longitude="99.732663631439" StarRating="4" HotelCode="13859|7998" HotelName="Holiday Villa Beach Resort &amp; Spa Langkawi Kedah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1698 Pantai Tengah, Mukim Kedawang, 07000 Daerah Langkawi, Kedah Darulaman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15923/a_15923_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is situated beside one of the finest stretches of beach on the island, Panatai Tengah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274250.63" OriginalAmount="256309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2992276601507" Longitude="99.720850542328" StarRating="5" HotelCode="15778|8000" HotelName="Meritus Pelangi Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Cenang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18911/a_18911_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langkawi is located in the north west of Malaysia, on the west coast. The resort and spa is situated in 12 hectares of award-winning tropical garden, on a palm-fringed beach from which it is possible to see Pulau Rebak Kecil on the main island Meritus. Langkawi international airport is a 10-minute drive from the resort, the town centre is about 25 minutes away, and the tourist centre is some 20 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280316.46" OriginalAmount="261978" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.28820868" Longitude="99.73500715" StarRating="3.5" HotelCode="440195|61996" HotelName="La Villa Langkawi - Private Pool" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/01/2025" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Kitchen,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, Lot-5, Kampung Padang Putih, Mukim Kedawang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/604174/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339091.56" OriginalAmount="316908.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.366849" Longitude="99.667189" StarRating="4" HotelCode="38406|berjaya_langkawi_resort" HotelName="Berjaya Langkawi Resort" Meals="BED &amp; BREAKFAST,HALF-BOARD,BREAKFAST-FOR-2,HALF-BOARD-DINNER,BREAKFAST-FOR-1,FULL-BOARD,LUNCH" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 07/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Karung Berkunci 200, Burau Bay, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63478/a_63478_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Burau Bay on the island of Langkawi, an archipelago in the state of Kekah comprising 104 small islands, of which Langkawi is the largest. Rich in legends and folklore, historic sights, lush greenery and scenic lakes, the hotel is also ideally located within 15 minutes drive of the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375216.90" OriginalAmount="350670" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2696930608347" Longitude="99.733729008112" StarRating="4" HotelCode="915715|60977" HotelName="Ambong Ambong, Langkawi Rainforest Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196388/196388a_hb_a_904.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="387334.65" OriginalAmount="361995" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.300793685804" Longitude="99.855156063824" StarRating="5" HotelCode="316910|27926" HotelName="The Westin Langkawi Resort &amp; Spa" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Dato Syed Omar, Kedah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31784/a_31784_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langkawi is located in the state of Kedah on the northern tip of Malaysia. A duty-free port and an island of scenic, tranquil landscapes, Langkawi is about an hour's flight from Kuala Lumpur, the capital city of Malaysia. Set in an idyllic natural retreat of the island, with its own private beach just 500 m away, this beach hotel is only 1km from the main harbour of Langkawi, 3 km from the main shopping area, Kuah Town and strategically located just 20 minutes from the Langkawi International Airport with easy access of 1 km from the jetty.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413827.85" OriginalAmount="386755" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2959301" Longitude="99.86243827" StarRating="5" HotelCode="421913|152181" HotelName="The St. Regis Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Beringin, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/532374/a_532374_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding property Langkawi is nestled on the southern tip of Langkawi, the first UNESCO Global Geopark designated in Southeast Asia. Situated on an exclusive cove, this discreet address overlooks a sparkling white-sand beach, swaying palm trees, and the glistening turquoise Andaman Sea. Langkawi International Airport (LGK) can be reached by car in just 30 minutes. 

This intimate resort offers the ideal departure point for exploring the Jewel of Kedah, and offers a selection of luxurious accommodation units which range from the suites to the outstanding villa. Guests will be delighted in the excellent facilities available at the hotel, including a magnificent outdoor infinity pool overlooking the waters of the Andaman Sea, and the state-of-the-art spa.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421398.10" OriginalAmount="393830" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.367827" Longitude="99.681551" StarRating="5" HotelCode="161111|24239" HotelName="The Danna Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telaga Harbour Park, Pantai Kok, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/135300/135300a_hb_a_026.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west coast of the legendary island of Langkawi, surrounded by 3 acres of greenery. It enjoys a breathtaking view of the green mountains and the marina and is minutes away from the cable car. Attractions in the surrounding area include Underwater World Langkawi (a 25-minute drive) and Kuah Town (35 minutes). Langkawi Airport is 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479609.31" OriginalAmount="448233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.297708" Longitude="99.86088" StarRating="6" HotelCode="529656|218891" HotelName="The Ritz-Carlton, Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kok, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/571021/571021a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Langkawi, this hotel is about 5 minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="921265.72" OriginalAmount="860996" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.4468454688224" Longitude="99.808106124401" StarRating="5" HotelCode="29573|18996" HotelName="Four Seasons Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tanjung Rhu, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47497/a_47497_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Tanjung Rhu, one of the best beaches in Langkawi and a tropical paradise of lush green and dramatic cliffs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2512697.05" OriginalAmount="2348315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2676685679711" Longitude="99.732865195107" StarRating="4" HotelCode="738527|283244" HotelName="Ambong Pool Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/10264/2210264/1.jpg?f=15048046</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="46307.27" OriginalAmount="43277.82" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAL014000" HotelName="BAYVIEW" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="136861.24" OriginalAmount="127907.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBQ226200" HotelName="MERCURE LANGKAWI PANTAI CENANG" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="225604.05" OriginalAmount="210844.91" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBE879100" HotelName="ALOFT LANGKAWI PENTAI TENGAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="284002.33" OriginalAmount="265422.74" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAW922500" HotelName="WESTIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="296469.37" OriginalAmount="277074.18" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBQ380800" HotelName="PARKROYAL LANGKAWI RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="364548.89" OriginalAmount="340699.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAW928100" HotelName="BERJAYA LANGKAWI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa,Swimming Pool,Laundry,Kitchen,Lounge,Massage Centre,Fax,Telephone Service,Designated Smoking Area,Garden,24 Hour Security,ATM/Cash Machine,Banquet Hall,Housekeeping,Kids Play Area,Meeting Room,Printer,Currency Exchange,Jacuzzi,Sauna,Nightclub,Bicycle Rental,24 Hour Front Desk,Elevator,LCD/Projector,Luggage Storage,Parking,Coffee Shop,Dry Cleaning,Business Centre,Central Heating</BasicAmenities>
    <HotelRating>4,3,2,2.5,3.5,5,1,6</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,DINNER,LUNCH</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,BEACH HOTEL,MOTEL,VILLAGE,INNS,BOUTIQUE HOTEL,SPA HOTEL,BUSINESS HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f15ab82e-ccff-40c8-8e6c-43d1e88ab200|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="f15ab82e-ccff-40c8-8e6c-43d1e88ab200">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62513" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-27T00:00:00" End="2025-01-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="findtriptours" Password="Nabeel@123" RequestedCurrency="PKR" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f15ab82e-ccff-40c8-8e6c-43d1e88ab200|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f15ab82e-ccff-40c8-8e6c-43d1e88ab200|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f15ab82e-ccff-40c8-8e6c-43d1e88ab200|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="2025-01-02T13:37:45.9291192+00:00" Version="0" EchoToken="Search" TransactionIdentifier="f15ab82e-ccff-40c8-8e6c-43d1e88ab200" Currency="PKR">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="10934.33" OriginalAmount="10219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3335094270159" Longitude="99.86179906127" StarRating="2" HotelCode="403446|151790" HotelName="Best Seven Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 09/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>29 and 30 Lorong Berlian 1, Taman Berlian, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/04274/2104274/23.jpg?f=15507357</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11446.86" OriginalAmount="10698" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.323937" Longitude="99.846413" StarRating="3" HotelCode="146009|29375" HotelName="Citin Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Pekan Kuah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/132985/132985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Langkawi, in the town of Kuah. It is within walking distance of various duty free shops and 5 minutes from the local jetty with ferries to the mainland. The scenic beach of Pantai Cenang is about a 20-minute drive from the establishment. Langkawi International Airport is just 30 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11804.24" OriginalAmount="11032" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3133728698955" Longitude="99.85620505967" StarRating="1" HotelCode="398614|152089" HotelName="Rose Inn Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>88, Kampang Bendang Baru, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253638/253638a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12820.74" OriginalAmount="11982" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3130539767866" Longitude="99.859318548733" StarRating="1" HotelCode="385339|151975" HotelName="Motel Seri Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Business Centre,Garden,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penarak, Kampung Penarak, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/219014/219014a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuah, the hotel is an ideal spot from which to discover Langkawi. From the hotel, guests can enjoy easy access to the city's main attractions and landmarks, such as the Langkawi Saga Shopping Center, the shopping street and Plaza Langkawi. At the hotel, the excellent service and superior facilities make for an unforgettable stay. The hotel provides concierge services, a car park, Wi-Fi in public areas, a business centre and a family room to ensure our guests the greatest comfort. In addition, all guestrooms feature a variety of amenities such as air conditioning, complimentary bottled water and a balcony or terrace to please even the most discerning guest. Guests can also enjoy the hotel's recreational facilities such as the garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13910.00" OriginalAmount="13000" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3183742559564" Longitude="99.851057536523" StarRating="2" HotelCode="915711|151903" HotelName="Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 and4 Jalan Persiaran Putra, Langkawi, Kuah, 07000 Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/195790/195790a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14886.91" OriginalAmount="13913" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3228683" Longitude="99.75640317" StarRating="2" HotelCode="411070|61923" HotelName="The Box Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/01/2025" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>1 Lote 1107 Jalan Batu Belah Batu Bertangkup, Kampung Caruk Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/03515/2103515/1.jpg?f=15056713</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15234.66" OriginalAmount="14238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3267406187403" Longitude="99.84285305413" StarRating="3" HotelCode="177483|151907" HotelName="Hotel Bahagia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-78 Persiaran Bunga Raya, Langkawi Mall, Phase II, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/162897/162897a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is about a 10-minute drive from Kuah Jetty. Several popular landmarks, interesting areas, shopping venues and restaurants surround the hotel, making it very conveniently placed. The city hotel is about a 25-minute drive from Langkawi International Airport</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15948.35" OriginalAmount="14905" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2853863912437" Longitude="99.732224544951" StarRating="2" HotelCode="398207|151692" HotelName="Desa Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Jalan Pantai Tengah, Pantai Cenang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574107/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16567.88" OriginalAmount="15484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29510708" Longitude="99.73955649" StarRating="2" HotelCode="436047|151972" HotelName="Motel Aurora Damai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, Simpang 3, Temonyong, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/599832/aaa01bacfcba3c0d0a48d6fa87ffbf56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pantai Cenang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17038.68" OriginalAmount="15924" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31748001" Longitude="99.85003253" StarRating="2.5" HotelCode="623272|283246" HotelName="Baron Waterfront Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bandar Baru Baron, Bandar Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/796737/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18354.78" OriginalAmount="17154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3620595890099" Longitude="99.711642972564" StarRating="2" HotelCode="383862|60605" HotelName="Idaman Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kampung Kuala Teriang, Mukim Padang Matsirat, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/68311/2268311/38.jpg?f=15523550</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18758.17" OriginalAmount="17531" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32427769" Longitude="99.84488354" StarRating="2.5" HotelCode="538218|152102" HotelName="Season Inn - Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Persiaran Mutiara Pusat Dagangan, Kelana Mas, 07000 Kedah, Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/706556/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18935.79" OriginalAmount="17697" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.350837" Longitude="99.719901" StarRating="3" HotelCode="300293|63221" HotelName="Bella Vista Express Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kuala Muda, Kampung Padang Matsirat, 07100 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/163389/163389a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. A safe, a conference room and a business centre are available to guests of the accommodation. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19224.69" OriginalAmount="17967" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32898151" Longitude="99.83267233" StarRating="2" HotelCode="776115|368000" HotelName="Gm Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Kampung Kelibang, Mukim Kuah, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056876/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19253.58" OriginalAmount="17994" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.4138983" Longitude="99.83427072" StarRating="3" HotelCode="602131|304333" HotelName="Lyaa Resthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ayer Hangat, Kampung Sungai Itau, Mukim Ulu Melaka, Ayer Hangat, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/52607/2852607/1.jpg?f=15054883</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20925.99" OriginalAmount="19557" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="0" HotelCode="977986|486755" HotelName="We Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>1,2,3 &amp; 3A Jalan Mahawangsa, Mahacity Business Centre, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/29474/3729474/46.jpg?f=15639747</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22218.55" OriginalAmount="20765" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3275449406382" Longitude="99.838017455048" StarRating="2" HotelCode="69090|151913" HotelName="Hotel Langkasuka Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/4 Batu A-14-15, Pokok Asam, Kuah, 07000 Pulau Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/91055/a_91055_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family—friendly city hotel is located in Langkawi's Kuah Town, at the centre of the island's rich culture. The property is connected to the Langkawi Parade shopping centre and offers easy access to the Teow Soon Huat department store and supermarket, more than 40 duty-free shops, food and beverage outlets and a cineplex. The establishment is only a 10-minute drive from Kuah jetty and a 25-minute drive from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22339.46" OriginalAmount="20878" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.34294853" Longitude="99.82879284" StarRating="3" HotelCode="822222|367997" HotelName="Chill Box Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2827 Kg Dato Syed, Nahar Langkawi Kedah, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056872/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22349.09" OriginalAmount="20887" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31763377" Longitude="99.74978851" StarRating="2.5" HotelCode="945574|283271" HotelName="Langkawi Anjung Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3124 Jalan Batu Belah, Mukim Kedawang, Langkawi 07000, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/47957/2847957/1.jpg?f=15097088</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22968.62" OriginalAmount="21466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3237706" Longitude="99.85543861" StarRating="2" HotelCode="354172|152022" HotelName="Riverra Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 290 Kampung Padang Lalang, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/195507/195507a_hb_a_912.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23220.07" OriginalAmount="21701" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3365083569628" Longitude="99.723887796295" StarRating="3" HotelCode="305940|62731" HotelName="Alia Residence Business Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Lot 954 Mukim Padang Matsirat, Jalan Kuala Muda, Kampung Padang Masirat, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/215376/215376a_hb_a_035.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23410.53" OriginalAmount="21879" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2807682553978" Longitude="99.730052445506" StarRating="2" HotelCode="398265|151686" HotelName="Corrie Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/11353/2211353/1.jpg?f=15082534</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23989.40" OriginalAmount="22420" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="2" HotelCode="692582|304374" HotelName="Sri Melor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Kampung Padang Puteh Mukim Kedawang, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6475132</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24405.63" OriginalAmount="22809" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32659847" Longitude="99.84961981" StarRating="3" HotelCode="852312|388497" HotelName="Greenish Hotel Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 263 Jalan Air Hangat, Mukim Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056881/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24628.19" OriginalAmount="23017" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.43316246" Longitude="99.79744388" StarRating="2" HotelCode="412169|152130" HotelName="Tanjung Puteri Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Yu, Pantai Pasir Hitam, Along Tanjung Rhu beach, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/251287/251287a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24863.59" OriginalAmount="23237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31725065" Longitude="99.73411605" StarRating="2" HotelCode="761463|283255" HotelName="Chily Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>321A Kampung Gelam, Mk Kedawang, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5685694</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25047.63" OriginalAmount="23409" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.316902833342" Longitude="99.849660698902" StarRating="3" HotelCode="915712|151866" HotelName="De Baron Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bandar Baru Baron, 07000 Kuah Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191188/191188a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26209.65" OriginalAmount="24495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2872284277004" Longitude="99.729836594725" StarRating="2" HotelCode="447982|61602" HotelName="Landcons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Pantai Cenang, 07000 Langkawi, Kedah Darulaman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/612835/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26273.85" OriginalAmount="24555" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.33189468" Longitude="99.82397288" StarRating="2" HotelCode="385582|60365" HotelName="G langkawi Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 403, Plot C, Kampung Kelibang, Mukim Kuah, Daerah Langkawi, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/62021/2262021/1.jpg?f=15092751</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys can be reached by lift. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26506.04" OriginalAmount="24772" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32890911" Longitude="99.82530959" StarRating="2.5" HotelCode="421414|62533" HotelName="Nagoya Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,LCD/Projector,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40-48 Pusat Mas, Kg Kelibang, Batu 1, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/04648/2104648/1.jpg?f=15369352</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Nagoya Inn Hotel in Langkawi Kuah, you'll be close to Night Market and Al-Hana Mosque. This hotel is within close proximity of CHOGM Park and Lagenda Park.Rooms Make yourself at home in one of the 74 air-conditioned rooms featuring LED televisions. Wireless Internet access surcharge is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and coffee/tea makers, and you can also request irons/ironing boards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27780.41" OriginalAmount="25963" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2925443113833" Longitude="99.72567995672" StarRating="2" HotelCode="383885|152098" HotelName="Sandy Beach Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574881/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Langkawi, Sandy Beach Resort Langkawi is by the ocean and minutes from Pantai Cenang Beach and Cenang Mall. This beach hotel is within close proximity of Laman Padi Langkawi and Underwater World.Rooms Make yourself at home in one of the 180 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.Rec, Spa, Premium Amenities Take in the views from a garden and make use of amenities such as tour/ticket assistance.Dining Enjoy a satisfying meal at a restaurant serving guests of Sandy Beach Resort Langkawi.Business, Other Amenities Featured amenities include dry cleaning/laundry services, luggage storage, and a safe deposit box at the front desk. This hotel has 3 meeting rooms available for events. A roundtrip airport shuttle and a ferry terminal shuttle are provided for an additional charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27825.35" OriginalAmount="26005.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29811523" Longitude="99.72368335" StarRating="2.5" HotelCode="393534|chenang_inn" HotelName="Chenang Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 18 Kampung Pantai Cenang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574037/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28099.27" OriginalAmount="26261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.327541" Longitude="99.83695" StarRating="3" HotelCode="68119|27925" HotelName="Grand Continental Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/01/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 398, MK. Kuah, Keilbang, 07000 Kuah, Pulau Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88103/a_88103_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located in the heart of Kuah on the island of Langkawi. It offers easy access to shopping centres and commercial areas. Eagle Square is about a 10-minute drive away. It is an ideal place for travellers looking for an idyllic getaway, as well as being a shopping haven due to the island's Duty Free status. Langkawi Cable Car is about 50 minutes away by car, while it is an hour drive to Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28326.11" OriginalAmount="26473" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32499443" Longitude="99.84950252" StarRating="3" HotelCode="343918|151899" HotelName="HIG Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1852 Jalan Penarak, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/39061/3839061/1.jpg?f=15676833</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28346.44" OriginalAmount="26492" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31469266" Longitude="99.72466672" StarRating="2" HotelCode="488943|151953" HotelName="Lavigo Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lote 2764 Jalan Kuala Muda, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/63942/3663942/1.jpg?f=15260056</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29046.22" OriginalAmount="27146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30530388" Longitude="99.72427847" StarRating="3.5" HotelCode="584263|218872" HotelName="Destini Akef Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 511 Jalan Pantai Chenang, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/48536/2848536/29.jpg?f=15648759</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29918.27" OriginalAmount="27961" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3236375075344" Longitude="99.843127727509" StarRating="3" HotelCode="162525|30565" HotelName="Bella Vista Waterfront Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Mutiara 2, Pusat Dagangan Kelana Mas, Langkawi, 07000 Kuah, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/229065/w_229065_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the western portion of the island amongst a strip of hotels in Langkawi, facing the Andaman Sea. The hotel is within easy reach of local attractions including Langkawi Underwater World and the Langkawi Caves and Mangroves. It features a very comfortable location being just 5 minutes' drive from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31277.17" OriginalAmount="29231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.314885" Longitude="99.855884" StarRating="3" HotelCode="909461|151948" HotelName="Langkawi Seaview Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40 Jalan Penarak, 07000 Kuah, Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59382/de5e5a19-6ce3-43a4-9d61-8d3f27d6eb1e.jpg?d=636596527170000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35608.53" OriginalAmount="33279" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2877523695181" Longitude="99.734834041734" StarRating="3" HotelCode="260769|61076" HotelName="The Villa Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 993 Pantai Tengah, Mukim Kedawang, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/235038/235038a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pantai Tengah. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35943.44" OriginalAmount="33592" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29097249" Longitude="99.72741079" StarRating="3" HotelCode="437992|151990" HotelName="Nadias Hotel Cenang Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet,Jacuzzi,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Lot 977, Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/601486/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36206.66" OriginalAmount="33838" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29119503" Longitude="99.72707805" StarRating="3" HotelCode="852957|367992" HotelName="Adya Hotel Chenang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1057747/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38632.35" OriginalAmount="36105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.35085133" Longitude="99.71995091" StarRating="2" HotelCode="411432|152010" HotelName="Perdana Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/01/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 79 Jalan Kuala Melaka, Padang Matsirat, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/450490/450490a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38924.46" OriginalAmount="36378" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29282641" Longitude="99.7259934" StarRating="3" HotelCode="958622|388502" HotelName="Sandy Garden Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056905/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39730.17" OriginalAmount="37131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.290170222138" Longitude="99.728070045014" StarRating="2" HotelCode="384709|60659" HotelName="Langgura Baron Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2608 Jalan Pantai Cenang, Tanjung Mali, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191189/191189a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40661.07" OriginalAmount="38001" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3266220896601" Longitude="99.839897983398" StarRating="4" HotelCode="345687|151709" HotelName="Adya Hotel Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1 PT, 4001 Persiaran Mutiara 2, Mukim Kuah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/392898/392898a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41552.38" OriginalAmount="38834.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.323185" Longitude="99.849074" StarRating="4" HotelCode="65772|bayview_hotel_langkawi" HotelName="Bayview Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pandak Mayah 1, Pusat Bandar Kuah, 07000 Pulau, Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/85204/a_85204_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the downtown Kuah, Bayview Hotel Langkawi is a 25-minute drive from the airport. The local attractions nearby include Black Sand Beach, Mahsuri Memorial Mausoleum, Langkawi Wildlife Park as well as the Payar Island Marine Park. It is just 5 minutes to the jetty where ferry boats travel to and from the mainland.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42546.41" OriginalAmount="39763" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.28717108" Longitude="99.74352919" StarRating="3" HotelCode="593237|228210" HotelName="Chuu Pun Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lote 1018 Kampung Kulala Temonyong, Mukim Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/51148/2851148/35.jpg?f=15502529</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43357.47" OriginalAmount="40521" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2926704" Longitude="99.72603139" StarRating="3" HotelCode="511455|152091" HotelName="Royal Agate Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1659 Jalan Pantai Cenang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/680672/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pantai Cenang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44488.46" OriginalAmount="41578" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2918763615751" Longitude="99.727805004291" StarRating="2" HotelCode="383884|368021" HotelName="Shell Out Cenang Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/01/2025" HotelFacility="Air Conditioning,Bar,Golf">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599 Jalan Cenang, Mukin Kedawang, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253622/253622a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47682.41" OriginalAmount="44563" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30292758" Longitude="99.85168215" StarRating="3" HotelCode="553521|151951" HotelName="Royal Langkawi Yacht Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dato Syed Omar, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/556983/556983a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe, a restaurant, a bar and a transfer service are available to guests of the club. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49922.99" OriginalAmount="46657" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31709234" Longitude="99.85464664" StarRating="3" HotelCode="447915|191832" HotelName="Seaview Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40 Jalan Penarak, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59369/f172cfe0-eba6-4a9f-a73a-e23886729f19.jpg?d=636596508970000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a café. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52311.23" OriginalAmount="48889.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.294117" Longitude="99.724796" StarRating="2" HotelCode="909465|malibest_resort" HotelName="Malibest Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/233045/233045a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pantai Tengah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53020.64" OriginalAmount="49552" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.260884" Longitude="99.736155" StarRating="3.5" HotelCode="59744|27924" HotelName="Resorts World Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tanjung Malai, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77357/f_77357_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the south-western tip of the mythical Langkawi, an island famed for its legends and duty-free status, the Mediterranean inspired-design hotel is a charming holiday resort. Guests can stroll along its breezy boardwalk and discover the beauty of the sunset on the horizon of nearby islands. Kuah town centre is 35 minutes away by car, whilst the Atma Alam Batik Art Village and the Langkawi Cable Car are a 15 and 45 minute drive away respectively. The hotel is 20 mins from Penang, 50 mins from Kuala Lumpur and 1 hour and 25 mins from Singapore by air. Star Cruises Jetty port, where ferry trips to Kuala Kedah and Kuala Perlis are available, is located next to the resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53366.25" OriginalAmount="49875" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3195955" Longitude="99.85057859" StarRating="3" HotelCode="948720|388496" HotelName="Goldsands Hotel Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 557 &amp; 559, Pusat Bandar Kuah, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02902/2102902/1.jpg?f=15067666</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54989.44" OriginalAmount="51392" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.291454" Longitude="99.726607" StarRating="3" HotelCode="909463|151792" HotelName="Best Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT 892, Jalan Pantai Cenang, Mk Kedawang, 07100 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232574/232574a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pantai Tengah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63716.36" OriginalAmount="59548" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.35020623" Longitude="99.73078515" StarRating="3" HotelCode="505412|218893" HotelName="The Smith House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT. 297, HSM 772, Bandar Padang Matsirat, 07100 Daerah Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/50/503221/503221a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64371.20" OriginalAmount="60160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.269891" Longitude="99.73373525" StarRating="0" HotelCode="784750|491871" HotelName="Royale Chenang Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lot 735c Jalan Teluk Baru, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056979/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64818.46" OriginalAmount="60578" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29146898" Longitude="99.72714402" StarRating="2" HotelCode="686462|368018" HotelName="Paretto Seaview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599 Jalan Pantai Cenang, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/870291/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65950.52" OriginalAmount="61636" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3404356424797" Longitude="99.729390842922" StarRating="3" HotelCode="68120|24241" HotelName="Century Helang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 274 Jalan Lima Kuah, Padang Matsirat, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88104/a_88104_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set in the south-western part of the beautiful island of Langkawi. It is conveniently located between Langkawi International Airport and the Mahsuri International Exhibition Centre (MIEC). This Langkawi resort offers guests a tranquil getaway and a perfect retreat. It is just 5 minutes' walk from the airport and 3 minutes' walk from the Mahsuri International Exhibition Centre. Atma Alam Batik Art Village is 25 minutes away by car, Langkawi cable car is 35 minutes by car and it is a 45-minute drive to the centre of Kuah town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67304.07" OriginalAmount="62901" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.294365" Longitude="99.724782" StarRating="2" HotelCode="176572|60319" HotelName="White Lodge Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/161663/161663a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located at Cenang Beach, about 40 minutes’ drive from the jetty and shops in Kuah Town. It enjoys an idyllic setting in the heart of Langkawi near its two best beaches, which are Cenang Beach and Tengah Beach. There are restaurants, bars and nightclubs about 3 km away. Area attractions include Eagle Square, Underwater World and Langkawi Wildlife Park. It is also just about 15 minutes by car from the Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71541.27" OriginalAmount="66861" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29254663" Longitude="99.72630199" StarRating="2" HotelCode="954091|388494" HotelName="Arch Studio Cenang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/23/2374005/vugG3ixA_c20979b0c20f14937f8a7ab65dd50023.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77500.10" OriginalAmount="72430" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32483976" Longitude="99.83556317" StarRating="4" HotelCode="429840|151848" HotelName="Dayang Bay Serviced Apartment &amp; Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Garden,Housekeeping,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Printer,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Pelangi, 07100 Kelibang, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/363933/363933a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a prime situation in Langkawi, this outstanding establishment offers a great base from which to explore all this vibrant city has to offer. From here, guests can enjoy easy access to some of the most important tourist attractions of the area, including Chogm Park, ideal to spend a day with the whole family.Guests staying at this complex may take advantage of the extensive range of unrivalled services and amenities available at the property. 

The accommodation units can accommodate from 2 to 6 people, and come completely equipped with all the latest modern conveniences to guarantee guests enjoy a truly comfortable stay. The hotel's fitness centre is ideal for those visitors wishing to maintain their exercise routine, and the outdoor pool and spa area are perfect to enjoy a moment of relaxation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88563.90" OriginalAmount="82770" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3512191952045" Longitude="99.718393199312" StarRating="4" HotelCode="428712|61805" HotelName="Ombak Villa Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Lot 78 Jalan Kuala Muda, 07100 Padang Matsirat, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Padang Matsirat</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/210555/210555a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a bar, a babysitting service, a childcare service, a transfer service, room service and a business centre are available to guests of the resort. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89077.50" OriginalAmount="83250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3213733409901" Longitude="99.81206356316" StarRating="3" HotelCode="933787|60524" HotelName="The Ocean Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/01/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ocean Front Estate, Bukit Benggali, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/26/261544/261544a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuah. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96908.83" OriginalAmount="90569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.308188" Longitude="99.723514" StarRating="4" HotelCode="909467|152143" HotelName="Temple Tree at Bon Ton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Langkawi 07000</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02891/2102891/2.jpg?f=15296946</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes from the main beach of Pantai Cenang on Langkawi Island. It offers easy access to local attractions and guests will be able to visit the duty free and local shops situated close by. The hotel is also conveniently located just 10 minutes from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109716.73" OriginalAmount="102539" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.279219" Longitude="99.731125" StarRating="4" HotelCode="38407|23630" HotelName="The Frangipani Langkawi Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru Pantai Tengah, Mukim Kedawang, PO Box 138, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63481/a_63481_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Pantai Tengah, in the south west of Langkawi, where a beach of soft golden sand stretches over around 400 metres. It lies about 10 minutes' walk from the hustle and bustle of Pantai Tengah's shopping arcades, some 25 minutes' drive from Kuah town, around 30 minutes' drive from the Craft Culture Complex and only around 15 minutes away from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113174.97" OriginalAmount="105771" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30218927" Longitude="99.72291872" StarRating="3" HotelCode="363110|152137" HotelName="Telaga Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Langkawi</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575033/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Telaga Terrace Boutique Resort to discover the wonders of Langkawi. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Facilities like free Wi-Fi in all rooms, convenience store, daily housekeeping, photocopying, printer are readily available for you to enjoy. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like complimentary instant coffee, internet access – wireless, non smoking rooms, air conditioning, internet access – LAN. Enjoy the hotel's recreational facilities, including outdoor pool, before retiring to your room for a well-deserved rest. No matter what your reasons are for visiting Langkawi, Telaga Terrace Boutique Resort will make you feel instantly at home.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126494.33" OriginalAmount="118219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.27466361" Longitude="99.73302442" StarRating="4" HotelCode="635478|283249" HotelName="Camar Resort Langkawi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 60183 Jalan Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/654322/654322a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167691.47" OriginalAmount="156721" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.27168009" Longitude="99.73206916" StarRating="4" HotelCode="670615|283258" HotelName="Dash Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, Mukim Kedawang, 07000 Kangkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/627818/627818a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pantai Tengah, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214376.64" OriginalAmount="200352" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2820904" Longitude="99.731962" StarRating="4" HotelCode="154826|63431" HotelName="Villa Molek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2863, Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196323/196323a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 12 rooms. Services and facilities at the hotel include a baggage storage service, a dining area and a transfer service. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216405.36" OriginalAmount="202248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2733244016867" Longitude="99.732663631439" StarRating="4" HotelCode="13859|7998" HotelName="Holiday Villa Beach Resort &amp; Spa Langkawi Kedah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1698 Pantai Tengah, Mukim Kedawang, 07000 Daerah Langkawi, Kedah Darulaman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15923/a_15923_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is situated beside one of the finest stretches of beach on the island, Panatai Tengah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274250.63" OriginalAmount="256309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2992276601507" Longitude="99.720850542328" StarRating="5" HotelCode="15778|8000" HotelName="Meritus Pelangi Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Cenang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18911/a_18911_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langkawi is located in the north west of Malaysia, on the west coast. The resort and spa is situated in 12 hectares of award-winning tropical garden, on a palm-fringed beach from which it is possible to see Pulau Rebak Kecil on the main island Meritus. Langkawi international airport is a 10-minute drive from the resort, the town centre is about 25 minutes away, and the tourist centre is some 20 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280316.46" OriginalAmount="261978" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.28820868" Longitude="99.73500715" StarRating="3.5" HotelCode="440195|61996" HotelName="La Villa Langkawi - Private Pool" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/01/2025" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Kitchen,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, Lot-5, Kampung Padang Putih, Mukim Kedawang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/604174/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281835.86" OriginalAmount="263398" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.27219182" Longitude="99.73352196" StarRating="3" HotelCode="783164|371657" HotelName="Aloft Langkawi Pantai Tengah" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT 701 Jalan Pantai Tengah, Mukim, Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056977/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is in Langkawi. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339091.56" OriginalAmount="316908.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.366849" Longitude="99.667189" StarRating="4" HotelCode="38406|berjaya_langkawi_resort" HotelName="Berjaya Langkawi Resort" Meals="BED &amp; BREAKFAST,HALF-BOARD,BREAKFAST-FOR-2,HALF-BOARD-DINNER,FULL-BOARD,LUNCH" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 07/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Karung Berkunci 200, Burau Bay, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63478/a_63478_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Burau Bay on the island of Langkawi, an archipelago in the state of Kekah comprising 104 small islands, of which Langkawi is the largest. Rich in legends and folklore, historic sights, lush greenery and scenic lakes, the hotel is also ideally located within 15 minutes drive of the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375216.90" OriginalAmount="350670" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2696930608347" Longitude="99.733729008112" StarRating="4" HotelCode="915715|60977" HotelName="Ambong Ambong, Langkawi Rainforest Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196388/196388a_hb_a_904.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="387334.65" OriginalAmount="361995" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.300793685804" Longitude="99.855156063824" StarRating="5" HotelCode="316910|27926" HotelName="The Westin Langkawi Resort &amp; Spa" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Dato Syed Omar, Kedah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31784/a_31784_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langkawi is located in the state of Kedah on the northern tip of Malaysia. A duty-free port and an island of scenic, tranquil landscapes, Langkawi is about an hour's flight from Kuala Lumpur, the capital city of Malaysia. Set in an idyllic natural retreat of the island, with its own private beach just 500 m away, this beach hotel is only 1km from the main harbour of Langkawi, 3 km from the main shopping area, Kuah Town and strategically located just 20 minutes from the Langkawi International Airport with easy access of 1 km from the jetty.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413827.85" OriginalAmount="386755" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2959301" Longitude="99.86243827" StarRating="5" HotelCode="421913|152181" HotelName="The St. Regis Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Beringin, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/532374/a_532374_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding property Langkawi is nestled on the southern tip of Langkawi, the first UNESCO Global Geopark designated in Southeast Asia. Situated on an exclusive cove, this discreet address overlooks a sparkling white-sand beach, swaying palm trees, and the glistening turquoise Andaman Sea. Langkawi International Airport (LGK) can be reached by car in just 30 minutes. 

This intimate resort offers the ideal departure point for exploring the Jewel of Kedah, and offers a selection of luxurious accommodation units which range from the suites to the outstanding villa. Guests will be delighted in the excellent facilities available at the hotel, including a magnificent outdoor infinity pool overlooking the waters of the Andaman Sea, and the state-of-the-art spa.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421398.10" OriginalAmount="393830" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.367827" Longitude="99.681551" StarRating="5" HotelCode="161111|24239" HotelName="The Danna Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telaga Harbour Park, Pantai Kok, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/135300/135300a_hb_a_026.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west coast of the legendary island of Langkawi, surrounded by 3 acres of greenery. It enjoys a breathtaking view of the green mountains and the marina and is minutes away from the cable car. Attractions in the surrounding area include Underwater World Langkawi (a 25-minute drive) and Kuah Town (35 minutes). Langkawi Airport is 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479609.31" OriginalAmount="448233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.297708" Longitude="99.86088" StarRating="6" HotelCode="529656|218891" HotelName="The Ritz-Carlton, Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kok, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/571021/571021a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Langkawi, this hotel is about 5 minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="921265.72" OriginalAmount="860996" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.4468454688224" Longitude="99.808106124401" StarRating="5" HotelCode="29573|18996" HotelName="Four Seasons Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tanjung Rhu, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47497/a_47497_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Tanjung Rhu, one of the best beaches in Langkawi and a tropical paradise of lush green and dramatic cliffs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2512697.05" OriginalAmount="2348315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2676685679711" Longitude="99.732865195107" StarRating="4" HotelCode="738527|283244" HotelName="Ambong Pool Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/10264/2210264/1.jpg?f=15048046</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="46307.27" OriginalAmount="43277.82" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAL014000" HotelName="BAYVIEW" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="136861.24" OriginalAmount="127907.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBQ226200" HotelName="MERCURE LANGKAWI PANTAI CENANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="225604.05" OriginalAmount="210844.91" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBE879100" HotelName="ALOFT LANGKAWI PENTAI TENGAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="284002.33" OriginalAmount="265422.74" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAW922500" HotelName="WESTIN" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="296469.37" OriginalAmount="277074.18" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBQ380800" HotelName="PARKROYAL LANGKAWI RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="364548.89" OriginalAmount="340699.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAW928100" HotelName="BERJAYA LANGKAWI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa,Swimming Pool,Laundry,Kitchen,Lounge,Massage Centre,Fax,Telephone Service,Designated Smoking Area,Garden,24 Hour Security,ATM/Cash Machine,Banquet Hall,Housekeeping,Kids Play Area,Meeting Room,Printer,Currency Exchange,Jacuzzi,Sauna,Nightclub,Bicycle Rental,24 Hour Front Desk,Elevator,LCD/Projector,Luggage Storage,Parking,Coffee Shop,Dry Cleaning,Business Centre,Central Heating</BasicAmenities>
    <HotelRating>4,3,2,2.5,3.5,5,1,6</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,DINNER,LUNCH</Meals>
    <PropertyType>HOTEL,CITY HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,BEACH HOTEL,MOTEL,VILLAGE,INNS,BOUTIQUE HOTEL,SPA HOTEL,BUSINESS HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
faae4299-388a-4ecf-a360-f23670865391|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="faae4299-388a-4ecf-a360-f23670865391">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="62513" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-01-27T00:00:00" End="2025-01-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="findtriptours" Password="Nabeel@123" RequestedCurrency="PKR" ClientNationality="PK" 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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
faae4299-388a-4ecf-a360-f23670865391|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
faae4299-388a-4ecf-a360-f23670865391|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
faae4299-388a-4ecf-a360-f23670865391|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="2025-01-02T13:38:57.1915017+00:00" Version="0" EchoToken="Search" TransactionIdentifier="faae4299-388a-4ecf-a360-f23670865391" Currency="PKR">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="10934.33" OriginalAmount="10219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3335094270159" Longitude="99.86179906127" StarRating="2" HotelCode="403446|151790" HotelName="Best Seven Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Free CXL until 09/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>29 and 30 Lorong Berlian 1, Taman Berlian, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/04274/2104274/23.jpg?f=15507357</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11446.86" OriginalAmount="10698" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.323937" Longitude="99.846413" StarRating="3" HotelCode="146009|29375" HotelName="Citin Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Jalan Pekan Kuah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/132985/132985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Langkawi, in the town of Kuah. It is within walking distance of various duty free shops and 5 minutes from the local jetty with ferries to the mainland. The scenic beach of Pantai Cenang is about a 20-minute drive from the establishment. Langkawi International Airport is just 30 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11804.24" OriginalAmount="11032" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3133728698955" Longitude="99.85620505967" StarRating="1" HotelCode="398614|152089" HotelName="Rose Inn Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>88, Kampang Bendang Baru, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253638/253638a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12820.74" OriginalAmount="11982" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3130539767866" Longitude="99.859318548733" StarRating="1" HotelCode="385339|151975" HotelName="Motel Seri Mutiara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Business Centre,Garden,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Penarak, Kampung Penarak, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/219014/219014a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Kuah, the hotel is an ideal spot from which to discover Langkawi. From the hotel, guests can enjoy easy access to the city's main attractions and landmarks, such as the Langkawi Saga Shopping Center, the shopping street and Plaza Langkawi. At the hotel, the excellent service and superior facilities make for an unforgettable stay. The hotel provides concierge services, a car park, Wi-Fi in public areas, a business centre and a family room to ensure our guests the greatest comfort. In addition, all guestrooms feature a variety of amenities such as air conditioning, complimentary bottled water and a balcony or terrace to please even the most discerning guest. Guests can also enjoy the hotel's recreational facilities such as the garden.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13910.00" OriginalAmount="13000" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3183742559564" Longitude="99.851057536523" StarRating="2" HotelCode="915711|151903" HotelName="Asia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 and4 Jalan Persiaran Putra, Langkawi, Kuah, 07000 Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/195790/195790a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14886.91" OriginalAmount="13913" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3228683" Longitude="99.75640317" StarRating="2" HotelCode="411070|61923" HotelName="The Box Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/01/2025" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>1 Lote 1107 Jalan Batu Belah Batu Bertangkup, Kampung Caruk Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/03515/2103515/1.jpg?f=15056713</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15234.66" OriginalAmount="14238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3267406187403" Longitude="99.84285305413" StarRating="3" HotelCode="177483|151907" HotelName="Hotel Bahagia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68-78 Persiaran Bunga Raya, Langkawi Mall, Phase II, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/162897/162897a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is about a 10-minute drive from Kuah Jetty. Several popular landmarks, interesting areas, shopping venues and restaurants surround the hotel, making it very conveniently placed. The city hotel is about a 25-minute drive from Langkawi International Airport</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="15948.35" OriginalAmount="14905" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2853863912437" Longitude="99.732224544951" StarRating="2" HotelCode="398207|151692" HotelName="Desa Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Jalan Pantai Tengah, Pantai Cenang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574107/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16567.88" OriginalAmount="15484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29510708" Longitude="99.73955649" StarRating="2" HotelCode="436047|151972" HotelName="Motel Aurora Damai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, Simpang 3, Temonyong, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/599832/aaa01bacfcba3c0d0a48d6fa87ffbf56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pantai Cenang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17038.68" OriginalAmount="15924" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31748001" Longitude="99.85003253" StarRating="2.5" HotelCode="623272|283246" HotelName="Baron Waterfront Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Bandar Baru Baron, Bandar Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/796737/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18354.78" OriginalAmount="17154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3620595890099" Longitude="99.711642972564" StarRating="2" HotelCode="383862|60605" HotelName="Idaman Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kampung Kuala Teriang, Mukim Padang Matsirat, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/68311/2268311/38.jpg?f=15523550</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18758.17" OriginalAmount="17531" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32427769" Longitude="99.84488354" StarRating="2.5" HotelCode="538218|152102" HotelName="Season Inn - Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Persiaran Mutiara Pusat Dagangan, Kelana Mas, 07000 Kedah, Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/706556/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18935.79" OriginalAmount="17697" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.350837" Longitude="99.719901" StarRating="3" HotelCode="300293|63221" HotelName="Bella Vista Express Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kuala Muda, Kampung Padang Matsirat, 07100 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/163389/163389a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. A safe, a conference room and a business centre are available to guests of the accommodation. Those arriving in their own vehicles can leave them in the car park of the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19224.69" OriginalAmount="17967" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32898151" Longitude="99.83267233" StarRating="2" HotelCode="776115|368000" HotelName="Gm Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Kampung Kelibang, Mukim Kuah, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056876/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19253.58" OriginalAmount="17994" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.4138983" Longitude="99.83427072" StarRating="3" HotelCode="602131|304333" HotelName="Lyaa Resthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Ayer Hangat, Kampung Sungai Itau, Mukim Ulu Melaka, Ayer Hangat, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/52607/2852607/1.jpg?f=15054883</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20925.99" OriginalAmount="19557" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="0" HotelCode="977986|486755" HotelName="We Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>1,2,3 &amp; 3A Jalan Mahawangsa, Mahacity Business Centre, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/29474/3729474/46.jpg?f=15639747</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22218.55" OriginalAmount="20765" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3275449406382" Longitude="99.838017455048" StarRating="2" HotelCode="69090|151913" HotelName="Hotel Langkasuka Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/4 Batu A-14-15, Pokok Asam, Kuah, 07000 Pulau Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/91055/a_91055_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family—friendly city hotel is located in Langkawi's Kuah Town, at the centre of the island's rich culture. The property is connected to the Langkawi Parade shopping centre and offers easy access to the Teow Soon Huat department store and supermarket, more than 40 duty-free shops, food and beverage outlets and a cineplex. The establishment is only a 10-minute drive from Kuah jetty and a 25-minute drive from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22339.46" OriginalAmount="20878" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.34294853" Longitude="99.82879284" StarRating="3" HotelCode="822222|367997" HotelName="Chill Box Langkawi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2827 Kg Dato Syed, Nahar Langkawi Kedah, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056872/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22349.09" OriginalAmount="20887" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31763377" Longitude="99.74978851" StarRating="2.5" HotelCode="945574|283271" HotelName="Langkawi Anjung Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 3124 Jalan Batu Belah, Mukim Kedawang, Langkawi 07000, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/47957/2847957/1.jpg?f=15097088</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22968.62" OriginalAmount="21466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3237706" Longitude="99.85543861" StarRating="2" HotelCode="354172|152022" HotelName="Riverra Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 290 Kampung Padang Lalang, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/195507/195507a_hb_a_912.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23220.07" OriginalAmount="21701" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3365083569628" Longitude="99.723887796295" StarRating="3" HotelCode="305940|62731" HotelName="Alia Residence Business Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Lot 954 Mukim Padang Matsirat, Jalan Kuala Muda, Kampung Padang Masirat, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/215376/215376a_hb_a_035.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23410.53" OriginalAmount="21879" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2807682553978" Longitude="99.730052445506" StarRating="2" HotelCode="398265|151686" HotelName="Corrie Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/11353/2211353/1.jpg?f=15082534</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23989.40" OriginalAmount="22420" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31204" Longitude="99.7646" StarRating="2" HotelCode="692582|304374" HotelName="Sri Melor Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Kampung Padang Puteh Mukim Kedawang, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6475132</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24405.63" OriginalAmount="22809" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32659847" Longitude="99.84961981" StarRating="3" HotelCode="852312|388497" HotelName="Greenish Hotel Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 263 Jalan Air Hangat, Mukim Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056881/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24628.19" OriginalAmount="23017" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.43316246" Longitude="99.79744388" StarRating="2" HotelCode="412169|152130" HotelName="Tanjung Puteri Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Yu, Pantai Pasir Hitam, Along Tanjung Rhu beach, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/251287/251287a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24863.59" OriginalAmount="23237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31725065" Longitude="99.73411605" StarRating="2" HotelCode="761463|283255" HotelName="Chily Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>321A Kampung Gelam, Mk Kedawang, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5685694</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25047.63" OriginalAmount="23409" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.316902833342" Longitude="99.849660698902" StarRating="3" HotelCode="915712|151866" HotelName="De Baron Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bandar Baru Baron, 07000 Kuah Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191188/191188a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26209.65" OriginalAmount="24495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2872284277004" Longitude="99.729836594725" StarRating="2" HotelCode="447982|61602" HotelName="Landcons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Pantai Cenang, 07000 Langkawi, Kedah Darulaman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/612835/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26273.85" OriginalAmount="24555" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.33189468" Longitude="99.82397288" StarRating="2" HotelCode="385582|60365" HotelName="G langkawi Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 403, Plot C, Kampung Kelibang, Mukim Kuah, Daerah Langkawi, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/62021/2262021/1.jpg?f=15092751</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys can be reached by lift. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26506.04" OriginalAmount="24772" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32890911" Longitude="99.82530959" StarRating="2.5" HotelCode="421414|62533" HotelName="Nagoya Inn Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,LCD/Projector,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40-48 Pusat Mas, Kg Kelibang, Batu 1, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/04648/2104648/1.jpg?f=15369352</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Nagoya Inn Hotel in Langkawi Kuah, you'll be close to Night Market and Al-Hana Mosque. This hotel is within close proximity of CHOGM Park and Lagenda Park.Rooms Make yourself at home in one of the 74 air-conditioned rooms featuring LED televisions. Wireless Internet access surcharge is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and coffee/tea makers, and you can also request irons/ironing boards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27780.41" OriginalAmount="25963" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2925443113833" Longitude="99.72567995672" StarRating="2" HotelCode="383885|152098" HotelName="Sandy Beach Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574881/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Langkawi, Sandy Beach Resort Langkawi is by the ocean and minutes from Pantai Cenang Beach and Cenang Mall. This beach hotel is within close proximity of Laman Padi Langkawi and Underwater World.Rooms Make yourself at home in one of the 180 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms with showers are provided.Rec, Spa, Premium Amenities Take in the views from a garden and make use of amenities such as tour/ticket assistance.Dining Enjoy a satisfying meal at a restaurant serving guests of Sandy Beach Resort Langkawi.Business, Other Amenities Featured amenities include dry cleaning/laundry services, luggage storage, and a safe deposit box at the front desk. This hotel has 3 meeting rooms available for events. A roundtrip airport shuttle and a ferry terminal shuttle are provided for an additional charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="27825.35" OriginalAmount="26005.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29811523" Longitude="99.72368335" StarRating="2.5" HotelCode="393534|chenang_inn" HotelName="Chenang Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 18 Kampung Pantai Cenang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/574037/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28099.27" OriginalAmount="26261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.327541" Longitude="99.83695" StarRating="3" HotelCode="68119|27925" HotelName="Grand Continental Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/01/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 398, MK. Kuah, Keilbang, 07000 Kuah, Pulau Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88103/a_88103_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is strategically located in the heart of Kuah on the island of Langkawi. It offers easy access to shopping centres and commercial areas. Eagle Square is about a 10-minute drive away. It is an ideal place for travellers looking for an idyllic getaway, as well as being a shopping haven due to the island's Duty Free status. Langkawi Cable Car is about 50 minutes away by car, while it is an hour drive to Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28326.11" OriginalAmount="26473" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32499443" Longitude="99.84950252" StarRating="3" HotelCode="343918|151899" HotelName="HIG Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1852 Jalan Penarak, Kuah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/39061/3839061/1.jpg?f=15676833</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28346.44" OriginalAmount="26492" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31469266" Longitude="99.72466672" StarRating="2" HotelCode="488943|151953" HotelName="Lavigo Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lote 2764 Jalan Kuala Muda, Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/63942/3663942/1.jpg?f=15260056</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29046.22" OriginalAmount="27146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30530388" Longitude="99.72427847" StarRating="3.5" HotelCode="584263|218872" HotelName="Destini Akef Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 511 Jalan Pantai Chenang, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/48536/2848536/29.jpg?f=15648759</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29918.27" OriginalAmount="27961" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3236375075344" Longitude="99.843127727509" StarRating="3" HotelCode="162525|30565" HotelName="Bella Vista Waterfront Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Mutiara 2, Pusat Dagangan Kelana Mas, Langkawi, 07000 Kuah, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/229065/w_229065_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the western portion of the island amongst a strip of hotels in Langkawi, facing the Andaman Sea. The hotel is within easy reach of local attractions including Langkawi Underwater World and the Langkawi Caves and Mangroves. It features a very comfortable location being just 5 minutes' drive from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31277.17" OriginalAmount="29231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.314885" Longitude="99.855884" StarRating="3" HotelCode="909461|151948" HotelName="Langkawi Seaview Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40 Jalan Penarak, 07000 Kuah, Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59382/de5e5a19-6ce3-43a4-9d61-8d3f27d6eb1e.jpg?d=636596527170000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35608.53" OriginalAmount="33279" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2877523695181" Longitude="99.734834041734" StarRating="3" HotelCode="260769|61076" HotelName="The Villa Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 993 Pantai Tengah, Mukim Kedawang, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/235038/235038a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Pantai Tengah. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35943.44" OriginalAmount="33592" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29097249" Longitude="99.72741079" StarRating="3" HotelCode="437992|151990" HotelName="Nadias Hotel Cenang Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Golf,Internet,Jacuzzi,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Lot 977, Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/601486/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36206.66" OriginalAmount="33838" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29119503" Longitude="99.72707805" StarRating="3" HotelCode="852957|367992" HotelName="Adya Hotel Chenang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1057747/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38632.35" OriginalAmount="36105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.35085133" Longitude="99.71995091" StarRating="2" HotelCode="411432|152010" HotelName="Perdana Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/01/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 79 Jalan Kuala Melaka, Padang Matsirat, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/450490/450490a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located on Langkawi. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38924.46" OriginalAmount="36378" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29282641" Longitude="99.7259934" StarRating="3" HotelCode="958622|388502" HotelName="Sandy Garden Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056905/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39730.17" OriginalAmount="37131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.290170222138" Longitude="99.728070045014" StarRating="2" HotelCode="384709|60659" HotelName="Langgura Baron Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2608 Jalan Pantai Cenang, Tanjung Mali, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191189/191189a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40661.07" OriginalAmount="38001" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3266220896601" Longitude="99.839897983398" StarRating="4" HotelCode="345687|151709" HotelName="Adya Hotel Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1 PT, 4001 Persiaran Mutiara 2, Mukim Kuah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/392898/392898a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Kuah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41552.38" OriginalAmount="38834.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.323185" Longitude="99.849074" StarRating="4" HotelCode="65772|bayview_hotel_langkawi" HotelName="Bayview Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pandak Mayah 1, Pusat Bandar Kuah, 07000 Pulau, Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/85204/a_85204_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the downtown Kuah, Bayview Hotel Langkawi is a 25-minute drive from the airport. The local attractions nearby include Black Sand Beach, Mahsuri Memorial Mausoleum, Langkawi Wildlife Park as well as the Payar Island Marine Park. It is just 5 minutes to the jetty where ferry boats travel to and from the mainland.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42546.41" OriginalAmount="39763" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.28717108" Longitude="99.74352919" StarRating="3" HotelCode="593237|228210" HotelName="Chuu Pun Village Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lote 1018 Kampung Kulala Temonyong, Mukim Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0028/51148/2851148/35.jpg?f=15502529</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43357.47" OriginalAmount="40521" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2926704" Longitude="99.72603139" StarRating="3" HotelCode="511455|152091" HotelName="Royal Agate Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1659 Jalan Pantai Cenang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/680672/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pantai Cenang.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44488.46" OriginalAmount="41578" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2918763615751" Longitude="99.727805004291" StarRating="2" HotelCode="383884|368021" HotelName="Shell Out Cenang Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 22/01/2025" HotelFacility="Air Conditioning,Bar,Golf">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599 Jalan Cenang, Mukin Kedawang, 07100 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253622/253622a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47682.41" OriginalAmount="44563" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30292758" Longitude="99.85168215" StarRating="3" HotelCode="553521|151951" HotelName="Royal Langkawi Yacht Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dato Syed Omar, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/556983/556983a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe, a restaurant, a bar and a transfer service are available to guests of the club. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49922.99" OriginalAmount="46657" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.31709234" Longitude="99.85464664" StarRating="3" HotelCode="447915|191832" HotelName="Seaview Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot 40 Jalan Penarak, 07000 Kuah, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/59369/f172cfe0-eba6-4a9f-a73a-e23886729f19.jpg?d=636596508970000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service and a café. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52311.23" OriginalAmount="48889.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.294117" Longitude="99.724796" StarRating="2" HotelCode="909465|malibest_resort" HotelName="Malibest Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Mukim Kedawang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/233045/233045a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Pantai Tengah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53020.64" OriginalAmount="49552" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.260884" Longitude="99.736155" StarRating="3.5" HotelCode="59744|27924" HotelName="Resorts World Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tanjung Malai, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77357/f_77357_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the south-western tip of the mythical Langkawi, an island famed for its legends and duty-free status, the Mediterranean inspired-design hotel is a charming holiday resort. Guests can stroll along its breezy boardwalk and discover the beauty of the sunset on the horizon of nearby islands. Kuah town centre is 35 minutes away by car, whilst the Atma Alam Batik Art Village and the Langkawi Cable Car are a 15 and 45 minute drive away respectively. The hotel is 20 mins from Penang, 50 mins from Kuala Lumpur and 1 hour and 25 mins from Singapore by air. Star Cruises Jetty port, where ferry trips to Kuala Kedah and Kuala Perlis are available, is located next to the resort.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53366.25" OriginalAmount="49875" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3195955" Longitude="99.85057859" StarRating="3" HotelCode="948720|388496" HotelName="Goldsands Hotel Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 557 &amp; 559, Pusat Bandar Kuah, 07000 Kuah, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02902/2102902/1.jpg?f=15067666</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54989.44" OriginalAmount="51392" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.291454" Longitude="99.726607" StarRating="3" HotelCode="909463|151792" HotelName="Best Star Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT 892, Jalan Pantai Cenang, Mk Kedawang, 07100 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/232574/232574a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Pantai Tengah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63716.36" OriginalAmount="59548" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.35020623" Longitude="99.73078515" StarRating="3" HotelCode="505412|218893" HotelName="The Smith House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 20/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT. 297, HSM 772, Bandar Padang Matsirat, 07100 Daerah Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/50/503221/503221a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64371.20" OriginalAmount="60160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.269891" Longitude="99.73373525" StarRating="0" HotelCode="784750|491871" HotelName="Royale Chenang Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lot 735c Jalan Teluk Baru, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056979/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64818.46" OriginalAmount="60578" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29146898" Longitude="99.72714402" StarRating="2" HotelCode="686462|368018" HotelName="Paretto Seaview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2599 Jalan Pantai Cenang, Mukim Kedawang, 07000 Pantai Cenang</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/870291/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65950.52" OriginalAmount="61636" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3404356424797" Longitude="99.729390842922" StarRating="3" HotelCode="68120|24241" HotelName="Century Helang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 274 Jalan Lima Kuah, Padang Matsirat, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/88104/a_88104_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is set in the south-western part of the beautiful island of Langkawi. It is conveniently located between Langkawi International Airport and the Mahsuri International Exhibition Centre (MIEC). This Langkawi resort offers guests a tranquil getaway and a perfect retreat. It is just 5 minutes' walk from the airport and 3 minutes' walk from the Mahsuri International Exhibition Centre. Atma Alam Batik Art Village is 25 minutes away by car, Langkawi cable car is 35 minutes by car and it is a 45-minute drive to the centre of Kuah town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67304.07" OriginalAmount="62901" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.294365" Longitude="99.724782" StarRating="2" HotelCode="176572|60319" HotelName="White Lodge Chalet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 21/01/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Chenang, Mukim Kedawang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/161663/161663a_hb_a_012.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located at Cenang Beach, about 40 minutes’ drive from the jetty and shops in Kuah Town. It enjoys an idyllic setting in the heart of Langkawi near its two best beaches, which are Cenang Beach and Tengah Beach. There are restaurants, bars and nightclubs about 3 km away. Area attractions include Eagle Square, Underwater World and Langkawi Wildlife Park. It is also just about 15 minutes by car from the Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71541.27" OriginalAmount="66861" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.29254663" Longitude="99.72630199" StarRating="2" HotelCode="954091|388494" HotelName="Arch Studio Cenang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/23/2374005/vugG3ixA_c20979b0c20f14937f8a7ab65dd50023.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77500.10" OriginalAmount="72430" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.32483976" Longitude="99.83556317" StarRating="4" HotelCode="429840|151848" HotelName="Dayang Bay Serviced Apartment &amp; Resort" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Garden,Housekeeping,Internet,Kids Play Area,Laundry,Lounge,Massage Centre,Meeting Room,Printer,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Persiaran Pelangi, 07100 Kelibang, Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/363933/363933a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a prime situation in Langkawi, this outstanding establishment offers a great base from which to explore all this vibrant city has to offer. From here, guests can enjoy easy access to some of the most important tourist attractions of the area, including Chogm Park, ideal to spend a day with the whole family.Guests staying at this complex may take advantage of the extensive range of unrivalled services and amenities available at the property. 

The accommodation units can accommodate from 2 to 6 people, and come completely equipped with all the latest modern conveniences to guarantee guests enjoy a truly comfortable stay. The hotel's fitness centre is ideal for those visitors wishing to maintain their exercise routine, and the outdoor pool and spa area are perfect to enjoy a moment of relaxation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88563.90" OriginalAmount="82770" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3512191952045" Longitude="99.718393199312" StarRating="4" HotelCode="428712|61805" HotelName="Ombak Villa Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Lot 78 Jalan Kuala Muda, 07100 Padang Matsirat, Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName>Padang Matsirat</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/210555/210555a_hb_a_002.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A restaurant, a bar, a babysitting service, a childcare service, a transfer service, room service and a business centre are available to guests of the resort. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89077.50" OriginalAmount="83250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.3213733409901" Longitude="99.81206356316" StarRating="3" HotelCode="933787|60524" HotelName="The Ocean Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/01/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ocean Front Estate, Bukit Benggali, 07000 Kuah</AddressLine>
          </AddressLines>
          <CityName>Kuah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/26/261544/261544a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Kuah. The nearest airport is Langkawi (LGK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96908.83" OriginalAmount="90569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.308188" Longitude="99.723514" StarRating="4" HotelCode="909467|152143" HotelName="Temple Tree at Bon Ton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Langkawi 07000</AddressLine>
          </AddressLines>
          <CityName>Pantai Tengah</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/02891/2102891/2.jpg?f=15296946</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 5 minutes from the main beach of Pantai Cenang on Langkawi Island. It offers easy access to local attractions and guests will be able to visit the duty free and local shops situated close by. The hotel is also conveniently located just 10 minutes from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109716.73" OriginalAmount="102539" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.279219" Longitude="99.731125" StarRating="4" HotelCode="38407|23630" HotelName="The Frangipani Langkawi Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru Pantai Tengah, Mukim Kedawang, PO Box 138, 07100 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63481/a_63481_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Pantai Tengah, in the south west of Langkawi, where a beach of soft golden sand stretches over around 400 metres. It lies about 10 minutes' walk from the hustle and bustle of Pantai Tengah's shopping arcades, some 25 minutes' drive from Kuah town, around 30 minutes' drive from the Craft Culture Complex and only around 15 minutes away from Langkawi International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113174.97" OriginalAmount="105771" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.30218927" Longitude="99.72291872" StarRating="3" HotelCode="363110|152137" HotelName="Telaga Terrace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Cenang, Langkawi</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575033/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Telaga Terrace Boutique Resort to discover the wonders of Langkawi. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Facilities like free Wi-Fi in all rooms, convenience store, daily housekeeping, photocopying, printer are readily available for you to enjoy. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like complimentary instant coffee, internet access – wireless, non smoking rooms, air conditioning, internet access – LAN. Enjoy the hotel's recreational facilities, including outdoor pool, before retiring to your room for a well-deserved rest. No matter what your reasons are for visiting Langkawi, Telaga Terrace Boutique Resort will make you feel instantly at home.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126494.33" OriginalAmount="118219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.27466361" Longitude="99.73302442" StarRating="4" HotelCode="635478|283249" HotelName="Camar Resort Langkawi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lot 60183 Jalan Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/65/654322/654322a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167691.47" OriginalAmount="156721" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.27168009" Longitude="99.73206916" StarRating="4" HotelCode="670615|283258" HotelName="Dash Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, Mukim Kedawang, 07000 Kangkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/627818/627818a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located in Pantai Tengah, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214376.64" OriginalAmount="200352" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2820904" Longitude="99.731962" StarRating="4" HotelCode="154826|63431" HotelName="Villa Molek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/01/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 2863, Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName>Pantai Cenang</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196323/196323a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 12 rooms. Services and facilities at the hotel include a baggage storage service, a dining area and a transfer service. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216405.36" OriginalAmount="202248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2733244016867" Longitude="99.732663631439" StarRating="4" HotelCode="13859|7998" HotelName="Holiday Villa Beach Resort &amp; Spa Langkawi Kedah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lot 1698 Pantai Tengah, Mukim Kedawang, 07000 Daerah Langkawi, Kedah Darulaman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/15923/a_15923_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is situated beside one of the finest stretches of beach on the island, Panatai Tengah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274250.63" OriginalAmount="256309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2992276601507" Longitude="99.720850542328" StarRating="5" HotelCode="15778|8000" HotelName="Meritus Pelangi Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pantai Cenang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/18911/a_18911_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langkawi is located in the north west of Malaysia, on the west coast. The resort and spa is situated in 12 hectares of award-winning tropical garden, on a palm-fringed beach from which it is possible to see Pulau Rebak Kecil on the main island Meritus. Langkawi international airport is a 10-minute drive from the resort, the town centre is about 25 minutes away, and the tourist centre is some 20 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280316.46" OriginalAmount="261978" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.28820868" Longitude="99.73500715" StarRating="3.5" HotelCode="440195|61996" HotelName="La Villa Langkawi - Private Pool" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/01/2025" HotelFacility="Air Conditioning,Bicycle Rental,Golf,Internet,Kitchen,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Tengah, Lot-5, Kampung Padang Putih, Mukim Kedawang, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/604174/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281835.86" OriginalAmount="263398" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.27219182" Longitude="99.73352196" StarRating="3" HotelCode="783164|371657" HotelName="Aloft Langkawi Pantai Tengah" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lot PT 701 Jalan Pantai Tengah, Mukim, Kedawang, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1056977/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is in Langkawi. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331671.11" OriginalAmount="309973.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.366849" Longitude="99.667189" StarRating="4" HotelCode="38406|berjaya_langkawi_resort" HotelName="Berjaya Langkawi Resort" Meals="BED &amp; BREAKFAST,HALF-BOARD,BREAKFAST-FOR-2,HALF-BOARD-DINNER,FULL-BOARD,LUNCH" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 13/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Karung Berkunci 200, Burau Bay, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/63478/a_63478_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Burau Bay on the island of Langkawi, an archipelago in the state of Kekah comprising 104 small islands, of which Langkawi is the largest. Rich in legends and folklore, historic sights, lush greenery and scenic lakes, the hotel is also ideally located within 15 minutes drive of the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375216.90" OriginalAmount="350670" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2696930608347" Longitude="99.733729008112" StarRating="4" HotelCode="915715|60977" HotelName="Ambong Ambong, Langkawi Rainforest Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/01/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/196388/196388a_hb_a_904.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Langkawi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="387334.65" OriginalAmount="361995" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.300793685804" Longitude="99.855156063824" StarRating="5" HotelCode="316910|27926" HotelName="The Westin Langkawi Resort &amp; Spa" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Dato Syed Omar, Kedah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/31784/a_31784_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Langkawi is located in the state of Kedah on the northern tip of Malaysia. A duty-free port and an island of scenic, tranquil landscapes, Langkawi is about an hour's flight from Kuala Lumpur, the capital city of Malaysia. Set in an idyllic natural retreat of the island, with its own private beach just 500 m away, this beach hotel is only 1km from the main harbour of Langkawi, 3 km from the main shopping area, Kuah Town and strategically located just 20 minutes from the Langkawi International Airport with easy access of 1 km from the jetty.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413827.85" OriginalAmount="386755" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2959301" Longitude="99.86243827" StarRating="5" HotelCode="421913|152181" HotelName="The St. Regis Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Beringin, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/532374/a_532374_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding property Langkawi is nestled on the southern tip of Langkawi, the first UNESCO Global Geopark designated in Southeast Asia. Situated on an exclusive cove, this discreet address overlooks a sparkling white-sand beach, swaying palm trees, and the glistening turquoise Andaman Sea. Langkawi International Airport (LGK) can be reached by car in just 30 minutes. 

This intimate resort offers the ideal departure point for exploring the Jewel of Kedah, and offers a selection of luxurious accommodation units which range from the suites to the outstanding villa. Guests will be delighted in the excellent facilities available at the hotel, including a magnificent outdoor infinity pool overlooking the waters of the Andaman Sea, and the state-of-the-art spa.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421398.10" OriginalAmount="393830" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.367827" Longitude="99.681551" StarRating="5" HotelCode="161111|24239" HotelName="The Danna Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Telaga Harbour Park, Pantai Kok, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/135300/135300a_hb_a_026.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west coast of the legendary island of Langkawi, surrounded by 3 acres of greenery. It enjoys a breathtaking view of the green mountains and the marina and is minutes away from the cable car. Attractions in the surrounding area include Underwater World Langkawi (a 25-minute drive) and Kuah Town (35 minutes). Langkawi Airport is 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479609.31" OriginalAmount="448233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.297708" Longitude="99.86088" StarRating="6" HotelCode="529656|218891" HotelName="The Ritz-Carlton, Langkawi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Kok, 07000 Langkawi, Kedah</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/57/571021/571021a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Langkawi, this hotel is about 5 minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="921265.72" OriginalAmount="860996" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.4468454688224" Longitude="99.808106124401" StarRating="5" HotelCode="29573|18996" HotelName="Four Seasons Resort Langkawi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tanjung Rhu, 07000 Langkawi, Kedah Darul Aman</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47497/a_47497_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Tanjung Rhu, one of the best beaches in Langkawi and a tropical paradise of lush green and dramatic cliffs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2512697.05" OriginalAmount="2348315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="6.2676685679711" Longitude="99.732865195107" StarRating="4" HotelCode="738527|283244" HotelName="Ambong Pool Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/01/2025">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Teluk Baru, Pantai Tengah, 07000 Langkawi</AddressLine>
          </AddressLines>
          <CityName> Langkawi</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/10264/2210264/1.jpg?f=15048046</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="46307.27" OriginalAmount="43277.82" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CAL014000" HotelName="BAYVIEW" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 18/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="136861.24" OriginalAmount="127907.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBQ226200" HotelName="MERCURE LANGKAWI PANTAI CENANG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="225604.05" OriginalAmount="210844.91" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CBE879100" HotelName="ALOFT LANGKAWI PENTAI TENGAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="284002.33" OriginalAmount="265422.74" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAW922500" HotelName="WESTIN" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="296469.37" OriginalAmount="277074.18" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CBQ380800" HotelName="PARKROYAL LANGKAWI RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="364548.89" OriginalAmount="340699.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CAW928100" HotelName="BERJAYA LANGKAWI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/01/2025">
        <HotelDescription>&lt;b&gt;Tourism Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-There is a tourism tax in Malaysia of 10.00 Myr per room per night which is payable directly to all hotels by all guests except Malaysians and Malaysian Permanent Residents (MyKad &amp;amp; MyPR Holders).&lt;br/&gt;&lt;b&gt;City Tax from 2023-07-20 to 2030-12-31&lt;b&gt;:-Langkawi imposes a local council tax an additional fee of 5.00 Myr per room per night payable directly to the hotels by all guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Spa,Swimming Pool,Laundry,Kitchen,Lounge,Massage Centre,Fax,Telephone Service,Designated Smoking Area,Garden,24 Hour Security,ATM/Cash Machine,Banquet Hall,Housekeeping,Kids Play Area,Meeting Room,Printer,Currency Exchange,Jacuzzi,Sauna,Nightclub,Bicycle Rental,24 Hour Front Desk,Elevator,LCD/Projector,Luggage Storage,Parking,Coffee Shop,Dry Cleaning,Business Centre,Central Heating</BasicAmenities>
    <HotelRating>4,3,2,2.5,3.5,5,1,6</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,DINNER,LUNCH</Meals>
    <PropertyType>HOTEL,CITY HOTEL,APARTMENT HOTEL,CONFERENCE HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,BEACH HOTEL,MOTEL,VILLAGE,INNS,BOUTIQUE HOTEL,SPA HOTEL,BUSINESS HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
16b28041-1197-45e6-90a6-736d48e9c016|RateHawkSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
f15ab82e-ccff-40c8-8e6c-43d1e88ab200|RateHawkSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
faae4299-388a-4ecf-a360-f23670865391|RateHawkSearch|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 G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fbc0f214-80c7-4de5-b172-02aeeffeb690|HandlerError|Invalid Credential|Request:-<GetHotelCityRQ><GeneralInfo UserName="WorldwideDMCQM" Password="@w0r1dW1De8435qM$$." RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="GB" /><GTCityId CountryCode=""></GTCityId></GetHotelCityRQ>||False