{"id":10332,"date":"2023-07-20T08:03:53","date_gmt":"2023-07-20T01:03:53","guid":{"rendered":"https:\/\/daily.samtrippq.com\/about-us\/"},"modified":"2026-06-24T16:49:48","modified_gmt":"2026-06-24T09:49:48","slug":"about-us","status":"publish","type":"page","link":"https:\/\/daily.samtrippq.com\/en\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10332\" class=\"elementor elementor-10332 elementor-26\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7af00fa mdw-rotating-image-effect elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7af00fa\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9480462\" data-id=\"9480462\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-575ad77 elementor-widget elementor-widget-html\" data-id=\"575ad77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n[class^='mdw-rotating-image-effect'] .elementor-widget-image,\r\n[class*='mdw-rotating-image-effect'] .elementor-widget-image{\r\n    transition: none !important;\r\n}\r\n[class^='mdw-rotating-image-effect'] .mdw-rotating-images,\r\n[class*='mdw-rotating-image-effect'] .mdw-rotating-images{\r\n    perspective: 1000px;\r\n    transition: none !important;\r\n}\r\n[class^='mdw-rotating-image-effect'] .elementor-widget-image img,\r\n[class*='mdw-rotating-image-effect'] .elementor-widget-image img,\r\n[class^='mdw-rotating-image-effect'] .elementor-widget-image a,\r\n[class*='mdw-rotating-image-effect'] .elementor-widget-image a{\r\n    max-width: unset;\r\n}\r\n[class^='mdw-rotating-image-effect'] .mdw-rotating-image-content,\r\n[class*='mdw-rotating-image-effect'] .mdw-rotating-image-content,\r\n[class^='mdw-rotating-image-effect'] .mdw-rotating-images,\r\n[class*='mdw-rotating-image-effect'] .mdw-rotating-images{\r\n    opacity: 0;\r\n}\r\n[class^='mdw-rotating-image-effect'] .mdw-rotating-image-content,\r\n[class*='mdw-rotating-image-effect'] .mdw-rotating-image-content{\r\n    position: absolute;\r\n}\r\n[class^='mdw-rotating-image-effect'].init .mdw-rotating-image-content,\r\n[class*='mdw-rotating-image-effect'].init .mdw-rotating-image-content,\r\n[class^='mdw-rotating-image-effect'].init .mdw-rotating-images,\r\n[class*='mdw-rotating-image-effect'].init .mdw-rotating-images,\r\nhtml.elementor-html .mdw-rotating-image-content,\r\nhtml.elementor-html .mdw-rotating-images{\r\n    opacity: 1;\r\n}\r\n<\/style>\r\n<script src=\"https:\/\/code.jquery.com\/jquery-2.2.4.min.js\"><\/script>\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/gsap.min.js\"><\/script>\r\n<script>\r\nif(!MDWNonce112){\r\nvar MDWNonce112 = true;\r\n(function($){\r\nlet selector = '[class^=\"mdw-rotating-image-effect\"], [class*=\"mdw-rotating-image-effect\"]',\r\n    options = [],\r\n    isImageLoad = [],\r\n    isWindowLoaded = false,\r\n    isAnimated = [],\r\n    windowHeight,\r\n    bottomView,\r\n    topView\r\n\r\nfunction imageStackEntrance($this, i){\r\n    var breakPoint = '768px',\r\n    media = gsap.matchMedia()\r\n    media.add({\r\n        isDesktop: `(min-width: ${breakPoint})`,\r\n        isMobile: `(max-width: ${breakPoint})`,\r\n    },\r\n    (context) => {\r\n    var { isDesktop } = context.conditions,\r\n        imageContainer = $this.find('.mdw-rotating-images'),\r\n        content = $this.find('.mdw-rotating-image-content'),\r\n        images = $this.find('.elementor-widget-image'),\r\n        imageHeight = images.eq(0).height(),\r\n        count = images.length,\r\n        sliceAngle = (2*Math.PI)\/count,\r\n        radius1 = options[i].initRadius + imageHeight\/2,\r\n        radius2 = isDesktop ? options[i].radiusDesktop : options[i].radiusMobile,\r\n        cardFlip = options[i].flipCard\r\n        \r\n        radius2 -= options[i].initRadius\r\n    \r\n    $this.addClass('init')    \r\n    \r\n    gsap\r\n    .timeline()\r\n    .from(images, {\r\n        y: $this.find('.mdw-rotating-images').height()\/2 + imageHeight * 1.5,\r\n        rotateX: -180,\r\n        stagger: 0.1,\r\n        duration: 0.5,\r\n        opacity: 0.8,\r\n        scale: 3,\r\n    })\r\n    .set(images, {\r\n        transformOrigin: `center ${radius1 + imageHeight\/2}px`,\r\n    })\r\n    .set(imageContainer,{\r\n        transformStyle: 'preserve-3d',\r\n    })\r\n    .to(images,{\r\n        y: -radius1,\r\n        duration: 0.5,\r\n        ease: 'power1.out',\r\n    })\r\n    .to(images,{\r\n        rotation: (index) => index*360\/count,\r\n        rotateY: 15,\r\n        duration: 1,\r\n        ease: 'power1.out',\r\n    }, '<')\r\n    .to(images,{\r\n        rotation: (index) => (index+1) * (360 \/ count),\r\n        x: (index) => radius2*Math.sin((180-(index+1)*360\/count)*Math.PI\/180),\r\n        y: (index) => radius2*Math.cos((180-(index+1)*360\/count)*Math.PI\/180) - radius1\r\n    })\r\n    .to(images, {\r\n        rotateY: 180,\r\n        duration: 1,\r\n    }, '<')\r\n    .from(content, {\r\n        opacity: 0,\r\n        filter: 'blur(60px)',\r\n        duration: 1,\r\n    }, '<')\r\n    .to(images, {\r\n        repeat: -1,\r\n        duration: 2,\r\n        onRepeat: () => {\r\n        if(cardFlip){\r\n            gsap.to(images[Math.floor(Math.random() * count)], {\r\n                rotateY: '+=180',\r\n            });\r\n        }},\r\n    })\r\n    .to(imageContainer, {\r\n        rotation: 360,\r\n        duration: 20,\r\n        repeat: -1,\r\n        ease: 'none',\r\n    }, '<-=2')\r\n    })\r\n}\r\n\r\nfunction triggerAnimation(e){\r\n    if(e && e.type=='load') isWindowLoaded = true\r\n    if(!isWindowLoaded) return\r\n    $(selector).each(function(i){\r\n        var $this = $(this),\r\n        offset = $this[0].getBoundingClientRect(),\r\n        offsetTop = offset.top,\r\n        offsetBottom = offset.bottom\r\n        if(offsetTop < bottomView && offsetBottom > topView && !isAnimated[i] && isImageLoad[i] && isWindowLoaded){\r\n            isAnimated[i] = true\r\n            imageStackEntrance($this, i)\r\n        }\r\n    })\r\n}\r\n\r\nfunction getValues(){\r\n    $(selector).each(function(i){\r\n        let $this = $(this)\r\n            \r\n        className = $this.attr('class'),\r\n        classNameIndex = className.indexOf('mdw-rotating-image-effect'),\r\n        shortClass = className.substring(classNameIndex, className.indexOf(' ',classNameIndex)),\r\n        values = shortClass.split('-')\r\n        \r\n        options[i] = {\r\n            initRadius: 50,\r\n            radiusDesktop : 170,\r\n            radiusMobile: 90,\r\n            flipCard: true\r\n        }\r\n        \r\n        values.forEach(function(value, index){\r\n            if(value =='initradius' && values[index+1] && !isNaN(values[index+1])){ options[i].initRadius = parseFloat(values[index+1]) \r\n            }\r\n            if(value =='radius' && values[index+1] && !isNaN(values[index+1])){ options[i].radiusDesktop = parseFloat(values[index+1]) \r\n            }\r\n            if(value =='mobileradius' && values[index+1] && !isNaN(values[index+1])){ options[i].radiusMobile = parseFloat(values[index+1]) \r\n            }\r\n            if(value =='noflip'){ options[i].flipCard = false }\r\n        })\r\n    })\r\n}\r\n\r\nfunction init(){\r\n    $(selector).each(function(i){\r\n        isAnimated[i] = false\r\n        isImageLoad[i] = false\r\n        \r\n        var imageCount = 0,\r\n        img = $(this).find('.mdw-rotating-images img')\r\n        \r\n        img.each(function(){\r\n            \r\n            $(this).on('load', function() {\r\n                imageCount++\r\n                if(imageCount == img.length){\r\n                    isImageLoad[i] = true\r\n                    triggerAnimation()\r\n                }\r\n            })\r\n            if(this.complete){\r\n                $(this).trigger('load')\r\n            }\r\n        })\r\n        getValues()\r\n    })\r\n}\r\n\r\nfunction setValues(){\r\n    windowHeight = $(window).height()\r\n    bottomView = (windowHeight \/ 100) * 50\r\n    topView = (windowHeight \/ 100) * 50\r\n}\r\n\r\n$(document).ready(init)\r\n$(window).on('load resize', setValues)\r\n$(window).on('load scroll', triggerAnimation)\r\n\r\n})(jQuery)\r\n}\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-462b90f elementor-section-full_width elementor-section-height-min-height mdw-rotating-images elementor-section-height-default\" data-id=\"462b90f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0ab87be\" data-id=\"0ab87be\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c3cee20 elementor-absolute elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"c3cee20\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"945\" height=\"945\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/1.jpg\" class=\"attachment-large size-large wp-image-10310\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/1.jpg 945w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/1-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/1-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/1-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/1-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/1-650x650.jpg 650w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9790a64 elementor-absolute elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"9790a64\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"945\" height=\"945\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/2.jpg\" class=\"attachment-large size-large wp-image-10311\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/2.jpg 945w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/2-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/2-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/2-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/2-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/2-650x650.jpg 650w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7f93db elementor-absolute elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"b7f93db\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"945\" height=\"945\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/4.jpg\" class=\"attachment-large size-large wp-image-10312\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/4.jpg 945w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/4-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/4-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/4-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/4-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/4-650x650.jpg 650w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71fb045 elementor-absolute elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"71fb045\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"945\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/7.jpg\" class=\"attachment-large size-large wp-image-10313\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/7.jpg 945w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/7-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/7-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/7-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/7-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/7-650x650.jpg 650w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c8d8be elementor-absolute elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"9c8d8be\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"945\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/8.jpg\" class=\"attachment-large size-large wp-image-10314\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/8.jpg 945w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/8-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/8-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/8-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/8-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/8-650x650.jpg 650w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b14c1e elementor-absolute elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"3b14c1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"945\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/9.jpg\" class=\"attachment-large size-large wp-image-10315\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/9.jpg 945w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/9-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/9-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/9-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/9-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/9-650x650.jpg 650w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a36091f elementor-absolute elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"a36091f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"945\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/10.jpg\" class=\"attachment-large size-large wp-image-10316\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/10.jpg 945w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/10-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/10-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/10-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/10-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/10-650x650.jpg 650w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fced1f3 elementor-absolute elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"fced1f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"945\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/5.jpg\" class=\"attachment-large size-large wp-image-10317\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/5.jpg 945w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/5-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/5-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/5-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/5-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/5-650x650.jpg 650w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ca105d1 mdw-rotating-image-content elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ca105d1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-22931f2\" data-id=\"22931f2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0f68f38 elementor-widget elementor-widget-heading\" data-id=\"0f68f38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SAMTRIP ECOSYSTEM<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb7aa42 elementor-widget elementor-widget-heading\" data-id=\"fb7aa42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-d4d9ad2 e-flex e-con-boxed e-con e-parent\" data-id=\"d4d9ad2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-575893b e-con-full e-flex e-con e-child\" data-id=\"575893b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94a5cf6 subtitle-position-above elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-bexper-heading\" data-id=\"94a5cf6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"bexper-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-wrapper-inner\"><h2 class=\"elementor-heading-title elementor-size-default\">Making it easy for everyone to experience Phu Quoc<\/h2><div class=\"elementor-sub-title\">Our Experience<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c430b30 elementor-widget elementor-widget-heading\" data-id=\"c430b30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Samtrip Phu Quoc \u2013 Tourism Ecosystem &amp; Comprehensive Solutions<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7898cfe elementor-widget__width-initial elementor-widget-laptop__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"7898cfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"125\" data-end=\"192\"><strong data-start=\"125\" data-end=\"190\">Samtrip Phu Quoc \u2013 Tourism Ecosystem &#038; Comprehensive Solutions<\/strong><\/p>\n<p data-start=\"194\" data-end=\"435\">Samtrip Phu Quoc is proud to offer an all-inclusive tourism ecosystem that meets international standards while remaining deeply rooted in local identity. As a leading expert on the Pearl Island, Samtrip provides flexible solutions for both individual travelers and groups, domestic and international.<\/p>\n<p data-start=\"437\" data-end=\"573\">The ecosystem includes: <strong data-start=\"455\" data-end=\"512\">accommodation \u2013 transportation \u2013 tours \u2013 cuisine \u2013 events<\/strong>, all personalized to the needs of each customer.<\/p>\n<p data-start=\"575\" data-end=\"729\"><em data-start=\"579\" data-end=\"727\">Samtrip \u2013 a reliable local operating partner, committed to optimal solutions, transparent costs, and sustainable companionship on every journey in Phu Quoc.<\/em><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-baaa687 e-con-full e-flex e-con e-child\" data-id=\"baaa687\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-75d2a51 e-flex e-con-boxed e-con e-child\" data-id=\"75d2a51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f5e42c elementor-widget elementor-widget-image\" data-id=\"8f5e42c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"674\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1.jpg\" class=\"elementor-animation-float attachment-full size-full wp-image-10318\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1.jpg 1200w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1-300x169.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1-1024x575.jpg 1024w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1-768x431.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a6c3cc elementor-widget elementor-widget-image\" data-id=\"8a6c3cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1439\" height=\"1014\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/573942527_1290203486456656_6078301225304252472_n.jpg\" class=\"elementor-animation-float attachment-full size-full wp-image-10319\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/573942527_1290203486456656_6078301225304252472_n.jpg 1439w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/573942527_1290203486456656_6078301225304252472_n-300x211.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/573942527_1290203486456656_6078301225304252472_n-1024x722.jpg 1024w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/573942527_1290203486456656_6078301225304252472_n-768x541.jpg 768w\" sizes=\"(max-width: 1439px) 100vw, 1439px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bc5e2bc e-flex e-con-boxed e-con e-child\" data-id=\"bc5e2bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-92d9016 elementor-widget elementor-widget-image\" data-id=\"92d9016\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/Daily-tour-3-500x500.jpg\" class=\"elementor-animation-float attachment-ba-thumbnail-sq size-ba-thumbnail-sq wp-image-10320\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/Daily-tour-3-500x500.jpg 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/Daily-tour-3-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82897b5 elementor-widget elementor-widget-image\" data-id=\"82897b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/cong-vien-chu-de-1-500x500.webp\" class=\"elementor-animation-float attachment-ba-thumbnail-sq size-ba-thumbnail-sq wp-image-10321\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/cong-vien-chu-de-1-500x500.webp 500w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/cong-vien-chu-de-1-150x150.webp 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7022bf2 e-flex e-con-boxed e-con e-parent\" data-id=\"7022bf2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ad6e49 elementor-widget elementor-widget-video\" data-id=\"2ad6e49\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=PXCDlW1xmUc&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/samtrippq.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/PHU-QUOC-5.png&quot;,&quot;id&quot;:9112,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2026\/03\/PHU-QUOC-5.png);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-795a572 e-flex e-con-boxed e-con e-parent\" data-id=\"795a572\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0ac1dc subtitle-position-above elementor-align-center elementor-widget elementor-widget-bexper-heading\" data-id=\"b0ac1dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"bexper-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-wrapper-inner\"><h1 class=\"elementor-heading-title elementor-size-default\">What makes Samtrip different<\/h1><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3002120 e-con-full e-flex e-con e-child\" data-id=\"3002120\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-44102cb e-con-full e-flex e-con e-child\" data-id=\"44102cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6ce632 elementor-view-framed elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-shape-dashed-circle background-deco-yes elementor-icon-box-divider-horizontal-left elementor-icon-box-divider-vertical-top elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"a6ce632\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t    \t\t<div class=\"elementor-icon-box-wrapper\">\n    \t\t\t    \t\t\t<div class=\"elementor-icon-box-icon\">\n    \t\t\t\t<span class=\"elementor-icon elementor-animation-grow\" >\n    \t\t\t\t<i aria-hidden=\"true\" class=\"bexper-icon- bexper-icon-credit-card2\"><\/i>\n\n\n\n    \t\t\t\t<\/span>\n\n    \t\t\t<\/div>\n    \t\t\t    \t\t\t<div class=\"elementor-icon-box-content\">\n    \t\t\t\t<h3 class=\"elementor-icon-box-title\">\n    \t\t\t\t\t<span  >\n    \t\t\t\t\t\tMaximum flexibility    \t\t\t\t\t<\/span>\n    \t\t\t\t<\/h3>\n    \t\t\t\t    \t\t\t\t\t<p class=\"elementor-icon-box-description\">\n    \t\t\t\t\t\tEasy itinerary selection and payment    \t\t\t\t\t<\/p>\n    \t\t\t\t    \t\t\t<\/div>\n\n    \t\t<\/div>\n    \t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68dfae1 e-con-full e-flex e-con e-child\" data-id=\"68dfae1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e53df0 elementor-view-framed elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-shape-square background-deco-yes elementor-widget-laptop__width-initial elementor-icon-box-divider-horizontal-left elementor-icon-box-divider-vertical-top elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3e53df0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t    \t\t<div class=\"elementor-icon-box-wrapper\">\n    \t\t\t    \t\t\t<div class=\"elementor-icon-box-icon\">\n    \t\t\t\t<span class=\"elementor-icon elementor-animation-grow\" >\n    \t\t\t\t<i aria-hidden=\"true\" class=\"bexper-icon- bexper-icon-tourism\"><\/i>\n\n\n\n    \t\t\t\t<\/span>\n\n    \t\t\t<\/div>\n    \t\t\t    \t\t\t<div class=\"elementor-icon-box-content\">\n    \t\t\t\t<h3 class=\"elementor-icon-box-title\">\n    \t\t\t\t\t<span  >\n    \t\t\t\t\t\tMemorable experiences    \t\t\t\t\t<\/span>\n    \t\t\t\t<\/h3>\n    \t\t\t\t    \t\t\t\t\t<p class=\"elementor-icon-box-description\">\n    \t\t\t\t\t\tExplore Phu Quoc with unique itineraries    \t\t\t\t\t<\/p>\n    \t\t\t\t    \t\t\t<\/div>\n\n    \t\t<\/div>\n    \t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-88d18fa e-con-full e-flex e-con e-child\" data-id=\"88d18fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a719d74 elementor-view-framed elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-shape-square background-deco-yes elementor-icon-box-divider-horizontal-left elementor-icon-box-divider-vertical-top elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"a719d74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t    \t\t<div class=\"elementor-icon-box-wrapper\">\n    \t\t\t    \t\t\t<div class=\"elementor-icon-box-icon\">\n    \t\t\t\t<span class=\"elementor-icon elementor-animation-grow\" >\n    \t\t\t\t<i aria-hidden=\"true\" class=\"bexper-icon- bexper-icon-book\"><\/i>\n\n\n\n    \t\t\t\t<\/span>\n\n    \t\t\t<\/div>\n    \t\t\t    \t\t\t<div class=\"elementor-icon-box-content\">\n    \t\t\t\t<h3 class=\"elementor-icon-box-title\">\n    \t\t\t\t\t<span  >\n    \t\t\t\t\t\tQuality is the core    \t\t\t\t\t<\/span>\n    \t\t\t\t<\/h3>\n    \t\t\t\t    \t\t\t\t\t<p class=\"elementor-icon-box-description\">\n    \t\t\t\t\t\t<p data-start=\"205\" data-end=\"276\">Delivering high-quality and fulfilling tours<span style=\"color: rgb(88, 92, 99);\"><\/span><\/p>    \t\t\t\t\t<\/p>\n    \t\t\t\t    \t\t\t<\/div>\n\n    \t\t<\/div>\n    \t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0126cdd e-con-full e-flex e-con e-child\" data-id=\"0126cdd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88298bd elementor-view-framed elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-shape-square background-deco-yes elementor-icon-box-divider-horizontal-left elementor-icon-box-divider-vertical-top elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"88298bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t    \t\t<div class=\"elementor-icon-box-wrapper\">\n    \t\t\t    \t\t\t<div class=\"elementor-icon-box-icon\">\n    \t\t\t\t<span class=\"elementor-icon elementor-animation-grow\" >\n    \t\t\t\t<i aria-hidden=\"true\" class=\"bexper-icon- bexper-icon-trophy\"><\/i>\n\n\n\n    \t\t\t\t<\/span>\n\n    \t\t\t<\/div>\n    \t\t\t    \t\t\t<div class=\"elementor-icon-box-content\">\n    \t\t\t\t<h3 class=\"elementor-icon-box-title\">\n    \t\t\t\t\t<span  >\n    \t\t\t\t\t\tDedicated 24\/7 support    \t\t\t\t\t<\/span>\n    \t\t\t\t<\/h3>\n    \t\t\t\t    \t\t\t\t\t<p class=\"elementor-icon-box-description\">\n    \t\t\t\t\t\t<p data-start=\"278\" data-end=\"337\">Always ready to assist you at any time<span style=\"color: rgb(88, 92, 99);\"><\/span><\/p>    \t\t\t\t\t<\/p>\n    \t\t\t\t    \t\t\t<\/div>\n\n    \t\t<\/div>\n    \t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8887c9f e-flex e-con-boxed e-con e-parent\" data-id=\"8887c9f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9a25401 e-con-full e-flex e-con e-child\" data-id=\"9a25401\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9695c4c subtitle-position-above elementor-align-center elementor-widget elementor-widget-bexper-heading\" data-id=\"9695c4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"bexper-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-wrapper-inner\"><h2 class=\"elementor-heading-title elementor-size-default\">What they say about Samtrip<\/h2><div class=\"elementor-sub-title\">Customers<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7158b69 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"7158b69\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-03-at-00.48.56.png\" alt=\"Screenshot 2025-11-03 at 00.48.56\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-03-at-00.48.49.png\" alt=\"Screenshot 2025-11-03 at 00.48.49\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-03-at-00.48.38.png\" alt=\"Screenshot 2025-11-03 at 00.48.38\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-03-at-00.47.30.png\" alt=\"Screenshot 2025-11-03 at 00.47.30\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9fb0df e-con-full e-flex e-con e-child\" data-id=\"d9fb0df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c4b5cd e-transform elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"8c4b5cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-27.19,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"438\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/6f2761fe-cach-di-dao-phu-quoc-1540694.jpg\" class=\"elementor-animation-rotate attachment-full size-full wp-image-10326\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/6f2761fe-cach-di-dao-phu-quoc-1540694.jpg 700w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/6f2761fe-cach-di-dao-phu-quoc-1540694-300x188.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c54d481 elementor-absolute e-transform elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"c54d481\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:11.49,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile_extra&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"674\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1.jpg\" class=\"elementor-animation-rotate attachment-full size-full wp-image-10318\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1.jpg 1200w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1-300x169.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1-1024x575.jpg 1024w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/phu-quoc-ivivu1-768x431.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23b5587 e-flex e-con-boxed e-con e-parent\" data-id=\"23b5587\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8b9d14 elementor-widget elementor-widget-heading\" data-id=\"e8b9d14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Samtrip Partners<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4376f9 elementor-grid-6 elementor-grid-laptop-5 elementor-grid-tablet_extra-3 elementor-grid-tablet-3 overflow-to-none elementor-pagination-style-1 elementor-widget elementor-widget-bexper-brand\" data-id=\"a4376f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;column&quot;:&quot;6&quot;,&quot;column_laptop&quot;:&quot;5&quot;,&quot;column_tablet_extra&quot;:&quot;3&quot;,&quot;column_tablet&quot;:&quot;3&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;column_spacing_swiper&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;column_spacing_swiper_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;column_spacing_swiper_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;column_spacing_swiper_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;column_spacing_swiper_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;column_spacing_swiper_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;swiper_overflow&quot;:&quot;none&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"bexper-brand.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"elementor-brand-wrapper bexper-wrapper bexper-swiper-wrapper swiper\">\n            <div class=\"bexper-con swiper-container bexper-swiper\">\n                <div class=\"bexper-con-inner swiper-wrapper\">\n                                            <div class=\"elementor-brand-item swiper-slide\">\n                            <div class=\"elementor-brand-image\">\n                                <a href=\"#\"  title=\"Sungroup\"><img loading=\"lazy\" decoding=\"async\" width=\"1263\" height=\"1263\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-sungroup-2020.jpg\" class=\"attachment-full size-full wp-image-7569\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-sungroup-2020.jpg 1263w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-sungroup-2020-300x300.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-sungroup-2020-1024x1024.jpg 1024w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-sungroup-2020-150x150.jpg 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-sungroup-2020-768x768.jpg 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-sungroup-2020-500x500.jpg 500w\" sizes=\"(max-width: 1263px) 100vw, 1263px\" \/><\/a>                            <\/div>\n                        <\/div>\n                                            <div class=\"elementor-brand-item swiper-slide\">\n                            <div class=\"elementor-brand-image\">\n                                <a href=\"#\"  title=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"186\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/VinWonders.webp\" class=\"attachment-full size-full wp-image-7572\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/VinWonders.webp 360w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/VinWonders-300x155.webp 300w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/><\/a>                            <\/div>\n                        <\/div>\n                                            <div class=\"elementor-brand-item swiper-slide\">\n                            <div class=\"elementor-brand-image\">\n                                <a href=\"#\"  title=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"824\" height=\"824\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/1715332641_TjLv1.png\" class=\"attachment-full size-full wp-image-7571\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/1715332641_TjLv1.png 824w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/1715332641_TjLv1-300x300.png 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/1715332641_TjLv1-150x150.png 150w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/1715332641_TjLv1-768x768.png 768w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/1715332641_TjLv1-500x500.png 500w\" sizes=\"(max-width: 824px) 100vw, 824px\" \/><\/a>                            <\/div>\n                        <\/div>\n                                            <div class=\"elementor-brand-item swiper-slide\">\n                            <div class=\"elementor-brand-image\">\n                                <a href=\"#\"  title=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"820\" height=\"492\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/sunworld.webp\" class=\"attachment-full size-full wp-image-7577\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/sunworld.webp 820w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/sunworld-300x180.webp 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/sunworld-768x461.webp 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" \/><\/a>                            <\/div>\n                        <\/div>\n                                            <div class=\"elementor-brand-item swiper-slide\">\n                            <div class=\"elementor-brand-image\">\n                                <a href=\"#\"  title=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"483\" src=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-ttc-group.jpg\" class=\"attachment-full size-full wp-image-7578\" alt=\"\" srcset=\"https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-ttc-group.jpg 900w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-ttc-group-300x161.jpg 300w, https:\/\/daily.samtrippq.com\/wp-content\/uploads\/2025\/11\/logo-ttc-group-768x412.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><\/a>                            <\/div>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n                                                                    <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>SAMTRIP ECOSYSTEM 2026 Making it easy for everyone to experience Phu Quoc Our Experience Samtrip Phu Quoc \u2013 Tourism Ecosystem &amp; Comprehensive Solutions Samtrip Phu Quoc \u2013 Tourism Ecosystem &#038; Comprehensive Solutions Samtrip Phu Quoc is proud to offer an all-inclusive tourism ecosystem that meets international standards while remaining deeply rooted in local identity. As [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_angie_page":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-10332","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About Us - SAMTRIP PH\u00da QU\u1ed0C<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/daily.samtrippq.com\/en\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us - SAMTRIP PH\u00da QU\u1ed0C\" \/>\n<meta property=\"og:description\" content=\"SAMTRIP ECOSYSTEM 2026 Making it easy for everyone to experience Phu Quoc Our Experience Samtrip Phu Quoc \u2013 Tourism Ecosystem &amp; Comprehensive Solutions Samtrip Phu Quoc \u2013 Tourism Ecosystem &#038; Comprehensive Solutions Samtrip Phu Quoc is proud to offer an all-inclusive tourism ecosystem that meets international standards while remaining deeply rooted in local identity. As [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/daily.samtrippq.com\/en\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"SAMTRIP PH\u00da QU\u1ed0C\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61557925431515\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-24T09:49:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/samtrippq.com\/wp-content\/uploads\/2026\/03\/1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/about-us\\\/\",\"url\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/about-us\\\/\",\"name\":\"About Us - SAMTRIP PH\u00da QU\u1ed0C\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/about-us\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/about-us\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/samtrippq.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/1.jpg\",\"datePublished\":\"2023-07-20T01:03:53+00:00\",\"dateModified\":\"2026-06-24T09:49:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/about-us\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/about-us\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/about-us\\\/#primaryimage\",\"url\":\"https:\\\/\\\/samtrippq.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/1.jpg\",\"contentUrl\":\"https:\\\/\\\/samtrippq.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/about-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Trang ch\u1ee7\",\"item\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/home-2\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/\",\"name\":\"SAMTRIP PH\u00da QU\u1ed0C\",\"description\":\"LOCAL EXPERINCE EXPERT\",\"publisher\":{\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/#organization\",\"name\":\"SAMTRIP PH\u00da QU\u1ed0C\",\"url\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/samtrippq.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/1.390.000-6-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/samtrippq.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/1.390.000-6-scaled.jpg\",\"width\":2560,\"height\":1189,\"caption\":\"SAMTRIP PH\u00da QU\u1ed0C\"},\"image\":{\"@id\":\"https:\\\/\\\/daily.samtrippq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61557925431515\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About Us - SAMTRIP PH\u00da QU\u1ed0C","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/daily.samtrippq.com\/en\/about-us\/","og_locale":"en_US","og_type":"article","og_title":"About Us - SAMTRIP PH\u00da QU\u1ed0C","og_description":"SAMTRIP ECOSYSTEM 2026 Making it easy for everyone to experience Phu Quoc Our Experience Samtrip Phu Quoc \u2013 Tourism Ecosystem &amp; Comprehensive Solutions Samtrip Phu Quoc \u2013 Tourism Ecosystem &#038; Comprehensive Solutions Samtrip Phu Quoc is proud to offer an all-inclusive tourism ecosystem that meets international standards while remaining deeply rooted in local identity. As [&hellip;]","og_url":"https:\/\/daily.samtrippq.com\/en\/about-us\/","og_site_name":"SAMTRIP PH\u00da QU\u1ed0C","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61557925431515","article_modified_time":"2026-06-24T09:49:48+00:00","og_image":[{"url":"https:\/\/samtrippq.com\/wp-content\/uploads\/2026\/03\/1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/daily.samtrippq.com\/en\/about-us\/","url":"https:\/\/daily.samtrippq.com\/en\/about-us\/","name":"About Us - SAMTRIP PH\u00da QU\u1ed0C","isPartOf":{"@id":"https:\/\/daily.samtrippq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/daily.samtrippq.com\/en\/about-us\/#primaryimage"},"image":{"@id":"https:\/\/daily.samtrippq.com\/en\/about-us\/#primaryimage"},"thumbnailUrl":"https:\/\/samtrippq.com\/wp-content\/uploads\/2026\/03\/1.jpg","datePublished":"2023-07-20T01:03:53+00:00","dateModified":"2026-06-24T09:49:48+00:00","breadcrumb":{"@id":"https:\/\/daily.samtrippq.com\/en\/about-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/daily.samtrippq.com\/en\/about-us\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/daily.samtrippq.com\/en\/about-us\/#primaryimage","url":"https:\/\/samtrippq.com\/wp-content\/uploads\/2026\/03\/1.jpg","contentUrl":"https:\/\/samtrippq.com\/wp-content\/uploads\/2026\/03\/1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/daily.samtrippq.com\/en\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Trang ch\u1ee7","item":"https:\/\/daily.samtrippq.com\/en\/home-2\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/daily.samtrippq.com\/en\/#website","url":"https:\/\/daily.samtrippq.com\/en\/","name":"SAMTRIP PH\u00da QU\u1ed0C","description":"LOCAL EXPERINCE EXPERT","publisher":{"@id":"https:\/\/daily.samtrippq.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/daily.samtrippq.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/daily.samtrippq.com\/en\/#organization","name":"SAMTRIP PH\u00da QU\u1ed0C","url":"https:\/\/daily.samtrippq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/daily.samtrippq.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/samtrippq.com\/wp-content\/uploads\/2026\/06\/1.390.000-6-scaled.jpg","contentUrl":"https:\/\/samtrippq.com\/wp-content\/uploads\/2026\/06\/1.390.000-6-scaled.jpg","width":2560,"height":1189,"caption":"SAMTRIP PH\u00da QU\u1ed0C"},"image":{"@id":"https:\/\/daily.samtrippq.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61557925431515"]}]}},"_links":{"self":[{"href":"https:\/\/daily.samtrippq.com\/en\/wp-json\/wp\/v2\/pages\/10332","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daily.samtrippq.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/daily.samtrippq.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/daily.samtrippq.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daily.samtrippq.com\/en\/wp-json\/wp\/v2\/comments?post=10332"}],"version-history":[{"count":1,"href":"https:\/\/daily.samtrippq.com\/en\/wp-json\/wp\/v2\/pages\/10332\/revisions"}],"predecessor-version":[{"id":10342,"href":"https:\/\/daily.samtrippq.com\/en\/wp-json\/wp\/v2\/pages\/10332\/revisions\/10342"}],"wp:attachment":[{"href":"https:\/\/daily.samtrippq.com\/en\/wp-json\/wp\/v2\/media?parent=10332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}