{"id":3989,"date":"2026-09-01T11:57:39","date_gmt":"2026-09-01T11:57:39","guid":{"rendered":"https:\/\/www.esi-infinity.com\/?page_id=3989"},"modified":"2026-09-02T10:16:50","modified_gmt":"2026-09-02T10:16:50","slug":"https-www-esi-infinity-com","status":"publish","type":"page","link":"https:\/\/www.esi-infinity.com\/","title":{"rendered":"Home New"},"content":{"rendered":"\n\n\n<style>\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap');\n\n\/* =========================================================\n   ESI INFINITY - HOMEPAGE\n   ========================================================= *\/\n\n:root{\n  --esi-gold:#a57928;\n  --esi-gold-dark:#76531b;\n  --esi-brown:#795935;\n  --esi-dark:#24201c;\n  --esi-text:#282522;\n  --esi-gray:#6e6962;\n  --esi-cream:#f7f2ea;\n  --esi-cream-light:#fbf9f5;\n  --esi-line:#ddd2c4;\n  --esi-white:#ffffff;\n}\n\nhtml{\n  scroll-behavior:smooth;\n}\n\n.esi-home,\n.esi-home *{\n  box-sizing:border-box;\n}\n\n.esi-home{\n  margin:0;\n  padding:0;\n  color:var(--esi-text);\n  background:var(--esi-cream-light);\n  font-family:\"Inter\",Arial,Helvetica,sans-serif;\n}\n\n.esi-container{\n  width:min(1200px,92%);\n  margin:auto;\n}\n\n\n\/* =========================================================\n   GLOBAL TYPOGRAPHY\n   ========================================================= *\/\n\n.esi-eyebrow{\n  color:var(--esi-gold);\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:2.2px;\n  text-transform:uppercase;\n  margin-bottom:15px;\n}\n\n.esi-heading{\n  margin:0 0 22px;\n  font-family:\"Cormorant Garamond\",Georgia,\"Times New Roman\",serif;\n  font-size:30px;\n  line-height:1.18;\n  font-weight:500;\n  color:var(--esi-dark);\n}\n\n.esi-description{\n  color:var(--esi-gray);\n  font-size:15px;\n  line-height:1.8;\n}\n\n.esi-section{\n  padding:85px 0;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.esi-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:48px;\n  padding:13px 26px;\n\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:.5px;\n  text-decoration:none!important;\n\n  border:1px solid var(--esi-gold);\n  transition:.25s ease;\n}\n\n.esi-btn-gold{\n  background:var(--esi-gold);\n  color:#fff!important;\n}\n\n.esi-btn-gold:hover{\n  background:var(--esi-gold-dark);\n  border-color:var(--esi-gold-dark);\n  color:#fff!important;\n  transform:translateY(-2px);\n}\n\n.esi-btn-outline{\n  background:rgba(255,255,255,.4);\n  color:var(--esi-dark)!important;\n  border-color:#5d5144;\n}\n\n.esi-btn-outline:hover{\n  background:var(--esi-dark);\n  border-color:var(--esi-dark);\n  color:#fff!important;\n}\n\n\n\/* =========================================================\n   HEADER\n   ========================================================= *\/\n\n.esi-header{\n  background:#fff;\n  border-bottom:1px solid #eee7dd;\n  position:sticky;\n  top:0;\n  z-index:999;\n}\n\n.esi-header-inner{\n  min-height:82px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:30px;\n}\n\n.esi-header-logo img{\n  width:150px;\n  height:auto;\n  display:block;\n}\n\n.esi-menu{\n  display:flex;\n  align-items:center;\n  justify-content:flex-end;\n  gap:26px;\n}\n\n.esi-menu a{\n  color:#26221f!important;\n  font-size:12px;\n  font-weight:600;\n  text-decoration:none!important;\n  white-space:nowrap;\n}\n\n.esi-menu a:hover{\n  color:var(--esi-gold)!important;\n}\n\n.esi-header-quote{\n  padding:12px 18px!important;\n  background:var(--esi-gold);\n  color:#fff!important;\n}\n\n.esi-header-quote:hover{\n  background:var(--esi-gold-dark);\n  color:#fff!important;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.esi-hero{\n  position:relative;\n  min-height:610px;\n\n  display:flex;\n  align-items:center;\n\n  background-image:url(\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/revise-banner-ESI-INFINITY.png\");\n  background-size:cover;\n  background-position:center;\n  background-repeat:no-repeat;\n}\n\n.esi-hero-inner{\n  width:min(1200px,92%);\n  margin:auto;\n}\n\n.esi-hero-content{\n  width:48%;\n  max-width:560px;\n}\n\n.esi-hero-logo{\n  width:205px;\n  max-width:100%;\n  height:auto;\n  margin-bottom:52px;\n}\n\n.esi-hero h1{\n  margin:0;\n  font-family:\"Cormorant Garamond\",Georgia,\"Times New Roman\",serif;\n  font-size:46px;\n  line-height:1.08;\n  font-weight:500;\n  letter-spacing:.3px;\n  color:#151515;\n}\n\n.esi-hero h1 span{\n  color:var(--esi-gold);\n}\n\n.esi-hero-line{\n  width:240px;\n  height:4px;\n  background:#7b5c27;\n  margin:35px 0 45px;\n}\n\n.esi-hero p{\n  max-width:535px;\n  margin:0;\n  font-size:18px;\n  line-height:1.55;\n  color:#25211e;\n}\n\n.esi-hero-buttons{\n  display:flex;\n  flex-wrap:wrap;\n  gap:14px;\n  margin-top:30px;\n}\n\n\n\/* =========================================================\n   BENEFITS\n   ========================================================= *\/\n\n.esi-benefits{\n  padding:55px 0;\n  background:#fbf8f3;\n}\n\n.esi-benefit-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:35px;\n}\n\n.esi-benefit{\n  text-align:center;\n}\n\n.esi-benefit-icon{\n  width:56px;\n  height:56px;\n  margin:0 auto 18px;\n\n  display:flex;\n  justify-content:center;\n  align-items:center;\n\n  border:2px solid var(--esi-gold);\n  border-radius:50%;\n  color:var(--esi-gold);\n  font-size:24px;\n}\n\n.esi-benefit h3{\n  margin:0 0 10px;\n  font-size:13px;\n  letter-spacing:.6px;\n}\n\n.esi-benefit p{\n  margin:0 auto;\n  max-width:210px;\n  font-size:12px;\n  line-height:1.6;\n  color:#5e5851;\n}\n\n\n\/* =========================================================\n   ABOUT\n   ========================================================= *\/\n\n.esi-about{\n  background:#f8f4ee;\n}\n\n.esi-about-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:75px;\n  align-items:center;\n}\n\n.esi-about-image{\n  min-height:500px;\n\n  background-image:url(\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/9.png\");\n  background-size:cover;\n  background-position:center;\n  background-repeat:no-repeat;\n}\n\n.esi-about-content{\n  max-width:510px;\n}\n\n.esi-about-content .esi-btn{\n  margin-top:15px;\n}\n\n\n\/* =========================================================\n   PRODUCT CATEGORIES\n   ========================================================= *\/\n\n.esi-products{\n  background:#fbf9f5;\n}\n\n.esi-center-heading{\n  max-width:750px;\n  margin:0 auto 45px;\n  text-align:center;\n}\n\n.esi-product-grid{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  gap:10px;\n}\n\n.esi-product-card{\n  background:#eee6dc;\n  overflow:hidden;\n  text-decoration:none!important;\n  color:var(--esi-dark)!important;\n  transition:.25s ease;\n}\n\n.esi-product-card:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(52,39,25,.10);\n}\n\n.esi-product-photo{\n  width:100%;\n  aspect-ratio:4 \/ 5;\n\n  background-size:cover;\n  background-position:center;\n  background-repeat:no-repeat;\n}\n\n.esi-product-name{\n  min-height:90px;\n  padding:18px 8px;\n\n  display:flex;\n  justify-content:center;\n  align-items:center;\n\n  text-align:center;\n\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:.4px;\n}\n\n.esi-product-all{\n  margin-top:35px;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   BRANDS\n   ========================================================= *\/\n\n.esi-brands{\n  background:#f7f2ea;\n  text-align:center;\n  padding:80px 0;\n}\n\n.esi-brands .esi-eyebrow{\n  margin-bottom:35px;\n}\n\n.esi-brands-grid{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  align-items:center;\n}\n\n.esi-brand{\n  min-height:125px;\n  padding:24px 20px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-right:1px solid #d4c8b8;\n\n  text-decoration:none!important;\n\n  transition:\n    background .25s ease,\n    transform .25s ease;\n}\n\n.esi-brand:last-child{\n  border-right:none;\n}\n\n.esi-brand img{\n  display:block;\n  width:auto;\n  max-width:300px;\n  max-height:250px;\n  object-fit:contain;\n\n  transition:\n    transform .25s ease,\n    opacity .25s ease;\n}\n\n.esi-brand:hover{\n  background:rgba(255,255,255,.4);\n}\n\n.esi-brand:hover img{\n  transform:scale(1.06);\n}\n\n.esi-brand-button{\n  margin-top:35px;\n}\n\n.esi-brand-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  min-height:46px;\n  padding:12px 25px;\n\n  border:1px solid #5d5144;\n  background:transparent;\n  color:#282522!important;\n\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:11px;\n  font-weight:700;\n  letter-spacing:.7px;\n\n  text-decoration:none!important;\n  transition:.25s ease;\n}\n\n.esi-brand-btn:hover{\n  background:#282522;\n  border-color:#282522;\n  color:#ffffff!important;\n}\n\n\n\/* =========================================================\n   PROJECTS\n   ========================================================= *\/\n\n.esi-projects{\n  background:#fbf9f5;\n}\n\n.esi-project-layout{\n  display:grid;\n  grid-template-columns:260px 1fr;\n  gap:55px;\n  align-items:start;\n}\n\n.esi-project-intro{\n  max-width:260px;\n}\n\n.esi-project-intro .esi-heading{\n  margin-bottom:20px;\n}\n\n.esi-project-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:28px 18px;\n  align-items:start;\n}\n\n.esi-project-card{\n  width:100%;\n  min-width:0;\n}\n\n.esi-project-image{\n  width:100%;\n  aspect-ratio:4 \/ 3;\n\n  background-size:cover;\n  background-position:center;\n  background-repeat:no-repeat;\n\n  overflow:hidden;\n\n  transition:\n    transform .35s ease,\n    box-shadow .35s ease;\n}\n\n.esi-project-card:hover .esi-project-image{\n  transform:translateY(-4px);\n  box-shadow:0 14px 30px rgba(45,35,25,.12);\n}\n\n.esi-project-card h3{\n  margin:15px 0 5px;\n  color:#282522;\n\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:13px;\n  line-height:1.35;\n  font-weight:700;\n  text-transform:uppercase;\n}\n\n.esi-project-card p{\n  margin:0;\n  color:#777068;\n\n  font-family:Arial,Helvetica,sans-serif;\n  font-size:11px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   CONTACT CTA\n   ========================================================= *\/\n\n.esi-contact-cta{\n  min-height:320px;\n\n  display:flex;\n  align-items:center;\n\n  color:#fff;\n\n  background:\n    linear-gradient(\n      120deg,\n      #76531b 0%,\n      #a57928 100%\n    );\n}\n\n.esi-contact-cta-content{\n  width:55%;\n  max-width:580px;\n}\n\n.esi-contact-cta h2{\n  margin:0 0 18px;\n  font-family:\"Cormorant Garamond\",Georgia,\"Times New Roman\",serif;\n  font-size:30px;\n  line-height:1.15;\n  font-weight:500;\n  color:#fff;\n}\n\n.esi-contact-cta p{\n  max-width:440px;\n  margin-bottom:25px;\n\n  font-size:14px;\n  line-height:1.7;\n  color:#f8efe4;\n}\n\n.esi-contact-white{\n  color:#fff!important;\n  border-color:#fff!important;\n}\n\n.esi-contact-white:hover{\n  background:#fff;\n  color:#68461e!important;\n}\n\n\n\/* =========================================================\n   FOOTER\n   ========================================================= *\/\n\n.esi-footer{\n  padding:60px 0 20px;\n  background:#27201a;\n  color:#d6cec5;\n}\n\n.esi-footer-grid{\n  display:grid;\n  grid-template-columns:1.4fr 1fr 1fr 1fr 1.4fr;\n  gap:42px;\n}\n\n.esi-footer-logo img{\n  width:150px;\n  height:auto;\n  margin-bottom:18px;\n}\n\n.esi-footer h4{\n  margin:0 0 17px;\n\n  color:#fff;\n  font-size:11px;\n  letter-spacing:1px;\n}\n\n.esi-footer p,\n.esi-footer a{\n  color:#cfc7bf!important;\n\n  font-size:11px;\n  line-height:1.9;\n  text-decoration:none!important;\n}\n\n.esi-footer a:hover{\n  color:#fff!important;\n}\n\n.esi-footer-copy{\n  margin-top:45px;\n  padding-top:20px;\n\n  border-top:1px solid #51483f;\n\n  display:flex;\n  justify-content:space-between;\n\n  font-size:10px;\n  color:#958c84;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media(max-width:1000px){\n\n  .esi-menu{\n    gap:14px;\n  }\n\n  .esi-menu a{\n    font-size:10px;\n  }\n\n  .esi-hero{\n    min-height:560px;\n    background-position:58% center;\n  }\n\n  .esi-hero-content{\n    width:53%;\n  }\n\n  .esi-hero h1{\n    font-size:47px;\n  }\n\n  .esi-product-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .esi-brands-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .esi-brand{\n    border-bottom:1px solid #d4c8b8;\n  }\n\n  .esi-brand:nth-child(3n){\n    border-right:none;\n  }\n\n  .esi-project-layout{\n    grid-template-columns:1fr;\n    gap:40px;\n  }\n\n  .esi-project-intro{\n    max-width:600px;\n  }\n\n  .esi-project-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .esi-footer-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:700px){\n\n  .esi-section{\n    padding:60px 0;\n  }\n\n  .esi-heading{\n    font-size:34px;\n  }\n\n  .esi-header-inner{\n    min-height:70px;\n  }\n\n  .esi-header-logo img{\n    width:125px;\n  }\n\n  .esi-menu{\n    display:none;\n  }\n\n  .esi-hero{\n    min-height:720px;\n    align-items:flex-start;\n    padding-top:55px;\n    background-position:64% center;\n  }\n\n  .esi-hero::before{\n    content:\"\";\n\n    position:absolute;\n    inset:0;\n\n    background:\n      linear-gradient(\n        90deg,\n        rgba(248,242,234,.98) 0%,\n        rgba(248,242,234,.93) 55%,\n        rgba(248,242,234,.25) 100%\n      );\n  }\n\n  .esi-hero-inner{\n    position:relative;\n    z-index:2;\n  }\n\n  .esi-hero-content{\n    width:100%;\n    max-width:390px;\n  }\n\n  .esi-hero-logo{\n    width:160px;\n    margin-bottom:42px;\n  }\n\n  .esi-hero h1{\n    font-size:42px;\n  }\n\n  .esi-hero-line{\n    width:145px;\n    margin:26px 0 32px;\n  }\n\n  .esi-hero p{\n    max-width:330px;\n    font-size:16px;\n  }\n\n  .esi-hero-buttons{\n    flex-direction:column;\n  }\n\n  .esi-hero-buttons .esi-btn{\n    width:100%;\n  }\n\n  .esi-benefit-grid{\n    grid-template-columns:1fr 1fr;\n    gap:45px 20px;\n  }\n\n  .esi-about-grid{\n    grid-template-columns:1fr;\n    gap:40px;\n  }\n\n  .esi-about-image{\n    min-height:370px;\n  }\n\n  .esi-product-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .esi-brands-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .esi-brand{\n    min-height:110px;\n    padding:20px 15px;\n  }\n\n  .esi-brand:nth-child(3n){\n    border-right:1px solid #d4c8b8;\n  }\n\n  .esi-brand:nth-child(2n){\n    border-right:none;\n  }\n\n  .esi-brand img{\n    max-width:120px;\n    max-height:55px;\n  }\n\n  .esi-project-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .esi-contact-cta{\n    min-height:380px;\n  }\n\n  .esi-contact-cta-content{\n    width:90%;\n  }\n\n  .esi-contact-cta h2{\n    font-size:32px;\n  }\n\n  .esi-footer-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .esi-footer-copy{\n    flex-direction:column;\n    gap:10px;\n  }\n\n}\n\n@media(max-width:450px){\n\n  .esi-benefit-grid,\n  .esi-product-grid,\n  .esi-project-grid,\n  .esi-footer-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\n<\/style>\n\n\n<div class=\"esi-home\">\n\n\n<!-- ======================================================\n     HEADER\n     ====================================================== -->\n\n<header class=\"esi-header\">\n\n  <div class=\"esi-container esi-header-inner\">\n\n    <a href=\"\/\" class=\"esi-header-logo\">\n\n      <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/1.png\" alt=\"ESI INFINITY\">\n\n    <\/a>\n\n\n    <nav class=\"esi-menu\">\n\n      <a href=\"\/\">HOME<\/a>\n      <a href=\"\/about-us\/\">ABOUT US<\/a>\n      <a href=\"#products\">PRODUCTS<\/a>\n      <a href=\"\/projects\/\">PROJECTS<\/a>\n      <a href=\"#brands\">BRANDS<\/a>\n      <a href=\"\/contact\/\">CONTACT US<\/a>\n\n      <a href=\"#quotation\" class=\"esi-header-quote\">\n\n        REQUEST A QUOTATION\n\n      <\/a>\n\n    <\/nav>\n\n  <\/div>\n\n<\/header>\n\n\n<!-- ======================================================\n     HERO\n     ====================================================== -->\n\n<section class=\"esi-hero\">\n\n  <div class=\"esi-hero-inner\">\n\n    <div class=\"esi-hero-content\">\n\n      <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/2.png\" class=\"esi-hero-logo\" alt=\"ESI INFINITY\">\n\n      <h1>\n        HOSPITALITY<br>\n        STARTS <span>HERE.<\/span>\n      <\/h1>\n\n      <div class=\"esi-hero-line\"><\/div>\n\n      <p>\n        Products and sourcing solutions for hotels,\n        resorts, restaurants and spas.\n      <\/p>\n\n      <div class=\"esi-hero-buttons\">\n\n        <a href=\"#products\" class=\"esi-btn esi-btn-gold\">\n\n          EXPLORE PRODUCTS\n\n        <\/a>\n\n        <a href=\"#quotation\" class=\"esi-btn esi-btn-outline\">\n\n          REQUEST A QUOTATION\n\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- ======================================================\n     OUR SERVICES\n     ====================================================== -->\n\n<section class=\"esi-benefits\">\n\n  <div class=\"esi-container\">\n\n    <div class=\"esi-center-heading\">\n\n      <div class=\"esi-eyebrow\">\n        OUR SERVICES\n      <\/div>\n\n      <h2 class=\"esi-heading\">\n        How We Support Your Project\n      <\/h2>\n\n      <p class=\"esi-description\">\n        From sourcing and product selection to custom production\n        and delivery support, ESI INFINITY works with hospitality\n        clients throughout each stage of the project.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"esi-benefit-grid\">\n\n\n      <!-- PROJECT SOURCING -->\n\n      <div class=\"esi-benefit\">\n\n        <div class=\"esi-benefit-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <path d=\"M4 7h16v10H4z\"><\/path>\n            <path d=\"M8 7V5h8v2\"><\/path>\n            <path d=\"M4 11h16\"><\/path>\n          <\/svg>\n        <\/div>\n\n        <h3>\n          PROJECT SOURCING\n        <\/h3>\n\n        <p>\n          Sourcing hospitality products based on your\n          specifications, project requirements and budget.\n        <\/p>\n\n      <\/div>\n\n\n      <!-- CUSTOM PRODUCTION -->\n\n      <div class=\"esi-benefit\">\n\n        <div class=\"esi-benefit-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n            <path d=\"M12 2v3\"><\/path>\n            <path d=\"M12 19v3\"><\/path>\n            <path d=\"M2 12h3\"><\/path>\n            <path d=\"M19 12h3\"><\/path>\n            <path d=\"M4.9 4.9 7 7\"><\/path>\n            <path d=\"m17 17 2.1 2.1\"><\/path>\n            <path d=\"m19.1 4.9-2.1 2.1\"><\/path>\n            <path d=\"M7 17 4.9 19.1\"><\/path>\n          <\/svg>\n        <\/div>\n\n        <h3>\n          CUSTOM PRODUCTION\n        <\/h3>\n\n        <p>\n          Custom sizes, colors, logo printing, embroidery,\n          private label and made-to-order products.\n        <\/p>\n\n      <\/div>\n\n\n      <!-- PRODUCT SUPPORT -->\n\n      <div class=\"esi-benefit\">\n\n        <div class=\"esi-benefit-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <path d=\"M4 5h16v14H4z\"><\/path>\n            <path d=\"M8 9h8\"><\/path>\n            <path d=\"M8 13h5\"><\/path>\n            <circle cx=\"17\" cy=\"15\" r=\"2\"><\/circle>\n          <\/svg>\n        <\/div>\n\n        <h3>\n          PRODUCT SUPPORT\n        <\/h3>\n\n        <p>\n          Product selection and recommendations from\n          international brands and selected manufacturers.\n        <\/p>\n\n      <\/div>\n\n\n      <!-- DELIVERY SUPPORT -->\n\n      <div class=\"esi-benefit\">\n\n        <div class=\"esi-benefit-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <path d=\"M3 6h11v10H3z\"><\/path>\n            <path d=\"M14 9h4l3 3v4h-7z\"><\/path>\n            <circle cx=\"7\" cy=\"18\" r=\"2\"><\/circle>\n            <circle cx=\"18\" cy=\"18\" r=\"2\"><\/circle>\n          <\/svg>\n        <\/div>\n\n        <h3>\n          DELIVERY SUPPORT\n        <\/h3>\n\n        <p>\n          Support for projects in Thailand and selected\n          international deliveries.\n        <\/p>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n<!-- ======================================================\n     ABOUT\n     ====================================================== -->\n\n<section class=\"esi-section esi-about\">\n\n  <div class=\"esi-container esi-about-grid\">\n\n    <div class=\"esi-about-image\"><\/div>\n\n    <div class=\"esi-about-content\">\n\n      <div class=\"esi-eyebrow\">\n        ABOUT ESI INFINITY\n      <\/div>\n\n      <h2 class=\"esi-heading\">\n        Your Hospitality\n        Supply Partner\n      <\/h2>\n\n      <p class=\"esi-description\">\n        Established in 2019, ESI INFINITY is a premier supplier specializing in high-quality solutions for the Hospitality, Food &#038; Beverage, and Delivery sectors. While our brand is contemporary, our foundation is built upon over 20 years of comprehensive industry expertise.\n      <\/p>\n\n      <p class=\"esi-description\">\n        Guided by a leadership team with deep roots in the hospitality industry, we are committed to delivering reliable, world-class products paired with exceptional service.\n      <\/p>\n\n      <a href=\"\/about-us\/\" class=\"esi-btn esi-btn-gold\">\n\n        LEARN MORE ABOUT US\n\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- ======================================================\n     PRODUCTS\n     ====================================================== -->\n\n<section class=\"esi-section esi-products\" id=\"products\">\n\n  <div class=\"esi-container\">\n\n    <div class=\"esi-center-heading\">\n\n      <div class=\"esi-eyebrow\">\n        OUR CATEGORIES\n      <\/div>\n\n      <h2 class=\"esi-heading\">\n        Complete Range for Every Need\n      <\/h2>\n\n      <p class=\"esi-description\">\n        Explore hospitality products for guest rooms,\n        food &amp; beverage, housekeeping,\n        spa and hotel operations.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"esi-product-grid\">\n\n\n      <a href=\"\/bathroom-amenities\/\" class=\"esi-product-card\">\n\n        <div class=\"esi-product-photo\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/13.png');\">\n        <\/div>\n\n        <div class=\"esi-product-name\">\n          AMENITIES\n        <\/div>\n\n      <\/a>\n\n\n      <a href=\"\/food-beverage\/\" class=\"esi-product-card\">\n\n        <div class=\"esi-product-photo\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/25.png');\">\n        <\/div>\n\n        <div class=\"esi-product-name\">\n          TABLEWARE\n        <\/div>\n\n      <\/a>\n\n\n      <a href=\"\/housekeeping\/\" class=\"esi-product-card\">\n\n        <div class=\"esi-product-photo\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/34.png');\">\n        <\/div>\n\n        <div class=\"esi-product-name\">\n          HOUSEKEEPING\n        <\/div>\n\n      <\/a>\n\n\n      <a href=\"\/bedding-linen\/\" class=\"esi-product-card\">\n\n        <div class=\"esi-product-photo\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/29.png');\">\n        <\/div>\n\n        <div class=\"esi-product-name\">\n          BEDDING &amp; LINEN\n        <\/div>\n\n      <\/a>\n\n\n      <a href=\"\/furniture\/\" class=\"esi-product-card\">\n\n        <div class=\"esi-product-photo\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/32.png');\">\n        <\/div>\n\n        <div class=\"esi-product-name\">\n          FURNITURE\n        <\/div>\n\n      <\/a>\n\n\n      <a href=\"\/spa\/\" class=\"esi-product-card\">\n\n        <div class=\"esi-product-photo\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/11.png');\">\n        <\/div>\n\n        <div class=\"esi-product-name\">\n          SPA\n        <\/div>\n\n      <\/a>\n\n    <\/div>\n\n\n    <div class=\"esi-product-all\">\n\n      <a href=\"\/products\/\" class=\"esi-btn esi-btn-outline\">\n\n        VIEW ALL PRODUCTS\n\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- ======================================================\n     BRANDS\n     ====================================================== -->\n\n<section class=\"esi-brands\" id=\"brands\">\n\n  <div class=\"esi-container\">\n\n    <div class=\"esi-eyebrow\">\n      OUR TRUSTED BRANDS\n    <\/div>\n\n\n    <div class=\"esi-brands-grid\">\n\n\n      <a href=\"\/brands\/easton\/\" class=\"esi-brand\">\n\n        <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/easton.png\" alt=\"Easton\">\n\n      <\/a>\n\n\n      <a href=\"\/brands\/sola-switzerland\/\" class=\"esi-brand\">\n\n        <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/sola.png\" alt=\"SOLA Switzerland\">\n\n      <\/a>\n\n\n      <a href=\"\/brands\/glassforever\/\" class=\"esi-brand\">\n\n        <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/g4e.png\" alt=\"Glassforever\">\n\n      <\/a>\n\n\n      <a href=\"\/brands\/wilmax\/\" class=\"esi-brand\">\n\n        <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/wilmax-.png\" alt=\"Wilmax England\">\n\n      <\/a>\n\n\n      <a href=\"\/brands\/sunnex\/\" class=\"esi-brand\">\n\n        <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/Sunnex.png\" alt=\"Sunnex\">\n\n      <\/a>\n\n\n      <a href=\"\/brands\/corbyofwindsor\/\" class=\"esi-brand\">\n\n        <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/corby.png\" alt=\"Corby of Windsor\">\n\n      <\/a>\n\n\n    <\/div>\n\n\n    <div class=\"esi-brand-button\">\n\n      <a href=\"\/brands\/\" class=\"esi-brand-btn\">\n\n        VIEW ALL BRANDS\n\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- ======================================================\n     PROJECT REFERENCES\n     ====================================================== -->\n\n<section class=\"esi-section esi-projects\">\n\n  <div class=\"esi-container esi-project-layout\">\n\n\n    <div class=\"esi-project-intro\">\n\n      <div class=\"esi-eyebrow\">\n        OUR PROJECTS\n      <\/div>\n\n      <h2 class=\"esi-heading\">\n        Hospitality<br>\n        Projects\n      <\/h2>\n\n      <p class=\"esi-description\">\n        Selected products and custom solutions supplied\n        for hospitality projects in Thailand\n        and international markets.\n      <\/p>\n\n      <a href=\"\/projects\/\" class=\"esi-btn esi-btn-gold\">\n\n        VIEW OUR PROJECTS\n\n      <\/a>\n\n    <\/div>\n\n\n    <div class=\"esi-project-grid\">\n\n\n      <div class=\"esi-project-card\">\n\n        <div class=\"esi-project-image\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/amantaka.png');\">\n        <\/div>\n\n        <h3>Amantaka<\/h3>\n\n        <p>\n          Luang Prabang, Laos\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"esi-project-card\">\n\n        <div class=\"esi-project-image\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/losthoorizon.png');\">\n        <\/div>\n\n        <h3>\n          Lost Horizon Khao Sok\n        <\/h3>\n\n        <p>\n          Thailand\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"esi-project-card\">\n\n        <div class=\"esi-project-image\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/jurasic-mountain.png');\">\n        <\/div>\n\n        <h3>\n          Jurassic Mountain Resort\n        <\/h3>\n\n        <p>\n          Thailand\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"esi-project-card\">\n\n        <div class=\"esi-project-image\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/finolhu.png');\">\n        <\/div>\n\n        <h3>\n          Finolhu\n        <\/h3>\n\n        <p>\n          Maldives\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"esi-project-card\">\n\n        <div class=\"esi-project-image\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/may-ban-laos.png');\">\n        <\/div>\n\n        <h3>\n          My Ban Lao\n        <\/h3>\n\n        <p>\n          Luang Prabang, Laos\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"esi-project-card\">\n\n        <div class=\"esi-project-image\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/lafolie.png');\">\n        <\/div>\n\n        <h3>\n          La Folie Lodge\n        <\/h3>\n\n        <p>\n          Laos\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"esi-project-card\">\n\n        <div class=\"esi-project-image\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/pullman.png');\">\n        <\/div>\n\n        <h3>\n          Pullman Luang Prabang\n        <\/h3>\n\n        <p>\n          Luang Prabang, Laos\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"esi-project-card\">\n\n        <div class=\"esi-project-image\" style=\"background-image:url('https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/Tmark-.png');\">\n        <\/div>\n\n        <h3>\n          Tmark Resort Vang Vieng\n        <\/h3>\n\n        <p>\n          Vang Vieng, Laos\n        <\/p>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- ======================================================\n     CONTACT CTA\n     ====================================================== -->\n\n<section class=\"esi-contact-cta\" id=\"quotation\">\n\n  <div class=\"esi-container\">\n\n    <div class=\"esi-contact-cta-content\">\n\n      <h2>\n        Let&#8217;s Create Better\n        Hospitality Together.\n      <\/h2>\n\n      <p>\n        Send us your product inquiry, OS&amp;E list\n        or project requirements.\n        Our team will help recommend suitable options.\n      <\/p>\n\n      <a href=\"mailto:sales8.esi@gmail.com?subject=Product%20Inquiry%20-%20ESI%20Infinity\" class=\"esi-btn esi-btn-outline esi-contact-white\">\n\n        REQUEST A QUOTATION\n\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- ======================================================\n     FOOTER\n     ====================================================== -->\n\n<footer class=\"esi-footer\">\n\n  <div class=\"esi-container\">\n\n\n    <div class=\"esi-footer-grid\">\n\n\n      <div>\n\n        <a href=\"\/\" class=\"esi-footer-logo\">\n\n          <img decoding=\"async\" src=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/1.png\" alt=\"ESI INFINITY\">\n\n        <\/a>\n\n        <p>\n          Hospitality products and sourcing\n          solutions for hotels, resorts,\n          restaurants and spas.\n        <\/p>\n\n      <\/div>\n\n\n      <div>\n\n        <h4>COMPANY<\/h4>\n\n        <p>\n\n          <a href=\"\/about-us\/\">\n            About Us\n          <\/a><br>\n\n          <a href=\"\/projects\/\">\n            Projects\n          <\/a><br>\n\n          <a href=\"\/contact\/\">\n            Contact\n          <\/a>\n\n        <\/p>\n\n      <\/div>\n\n\n      <div>\n\n        <h4>PRODUCTS<\/h4>\n\n        <p>\n\n          <a href=\"\/bathroom-amenities\/\">\n            Amenities\n          <\/a><br>\n\n          <a href=\"\/food-beverage\/\">\n            Tableware\n          <\/a><br>\n\n          <a href=\"\/bedding-linen\/\">\n            Bedding &amp; Linen\n          <\/a><br>\n\n          <a href=\"\/spa\/\">\n            Spa\n          <\/a><br>\n\n          <a href=\"\/housekeeping\/\">\n            Housekeeping\n          <\/a><br>\n\n          <a href=\"\/furniture\/\">\n            Furniture\n          <\/a>\n\n        <\/p>\n\n      <\/div>\n\n\n      <div>\n\n        <h4>SUPPORT<\/h4>\n\n        <p>\n\n          <a href=\"\/contact\/\">\n            Send Inquiry\n          <\/a><br>\n\n          <a href=\"\/brands\/\">\n            Brands\n          <\/a><br>\n\n          <a href=\"\/products\/\">\n            Product Range\n          <\/a>\n\n        <\/p>\n\n      <\/div>\n\n\n      <div>\n\n        <h4>CONTACT US<\/h4>\n\n        <p>\n\n          <strong>ESI INFINITY<\/strong><br>\n\n          43\/523 Moo 8,<br>\n          Soi Latkrabang 14\/1,<br>\n          Racha Thewa, Bang Phli,<br>\n          Samut Prakan 10540 Thailand\n\n        <\/p>\n\n        <p>\n\n          T:\n          <a href=\"tel:+66629171794\">\n            +66 62 917 1794\n          <\/a>\n\n          <br>\n\n          E:\n          <a href=\"mailto:sales8.esi@gmail.com\">\n            sales8.esi@gmail.com\n          <\/a>\n\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n\n    <div class=\"esi-footer-copy\">\n\n      <span>\n        \u00a9 ESI INFINITY. All Rights Reserved.\n      <\/span>\n\n      <span>\n        Hospitality Supply &amp; Solutions\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n\n<\/footer>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>HOME ABOUT US PRODUCTS PROJECTS BRANDS CONTACT US REQUE [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-3989","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hospitality Supplies Thailand | ESI INFINITY<\/title>\n<meta name=\"description\" content=\"ESI INFINITY provides hospitality supplies in Thailand for hotels, resorts, restaurants and spas, including amenities, linen and tableware.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esi-infinity.com\/\" \/>\n<meta property=\"og:locale\" content=\"th_TH\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hospitality Supplies Thailand | ESI INFINITY\" \/>\n<meta property=\"og:description\" content=\"ESI INFINITY provides hospitality supplies in Thailand for hotels, resorts, restaurants and spas, including amenities, linen and tableware.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esi-infinity.com\/\" \/>\n<meta property=\"og:site_name\" content=\"ESI Infinity\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esiinfinity\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T10:16:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/1.png\" \/>\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=\"4 \u0e19\u0e32\u0e17\u0e35\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/\",\"url\":\"https:\\\/\\\/www.esi-infinity.com\\\/\",\"name\":\"Hospitality Supplies Thailand | ESI INFINITY\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.esi-infinity.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/1.png\",\"datePublished\":\"2026-09-01T11:57:39+00:00\",\"dateModified\":\"2026-09-02T10:16:50+00:00\",\"description\":\"ESI INFINITY provides hospitality supplies in Thailand for hotels, resorts, restaurants and spas, including amenities, linen and tableware.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#breadcrumb\"},\"inLanguage\":\"th\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.esi-infinity.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"th\",\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.esi-infinity.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/1.png\",\"contentUrl\":\"https:\\\/\\\/www.esi-infinity.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/1.png\",\"width\":300,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.esi-infinity.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home New\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#website\",\"url\":\"https:\\\/\\\/www.esi-infinity.com\\\/\",\"name\":\"ESI Infinity\",\"description\":\"Premium Product Solutions for Hotels, Resorts, and Leisure Clubs\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.esi-infinity.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"th\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#organization\",\"name\":\"ESI INFINITY\",\"url\":\"https:\\\/\\\/www.esi-infinity.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"th\",\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.esi-infinity.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ESI-INFINITY-Gold.png\",\"contentUrl\":\"https:\\\/\\\/www.esi-infinity.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ESI-INFINITY-Gold.png\",\"width\":1750,\"height\":1750,\"caption\":\"ESI INFINITY\"},\"image\":{\"@id\":\"https:\\\/\\\/www.esi-infinity.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/esiinfinity\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hospitality Supplies Thailand | ESI INFINITY","description":"ESI INFINITY provides hospitality supplies in Thailand for hotels, resorts, restaurants and spas, including amenities, linen and tableware.","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:\/\/www.esi-infinity.com\/","og_locale":"th_TH","og_type":"article","og_title":"Hospitality Supplies Thailand | ESI INFINITY","og_description":"ESI INFINITY provides hospitality supplies in Thailand for hotels, resorts, restaurants and spas, including amenities, linen and tableware.","og_url":"https:\/\/www.esi-infinity.com\/","og_site_name":"ESI Infinity","article_publisher":"https:\/\/www.facebook.com\/esiinfinity","article_modified_time":"2026-09-02T10:16:50+00:00","og_image":[{"url":"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 \u0e19\u0e32\u0e17\u0e35"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esi-infinity.com\/","url":"https:\/\/www.esi-infinity.com\/","name":"Hospitality Supplies Thailand | ESI INFINITY","isPartOf":{"@id":"https:\/\/www.esi-infinity.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.esi-infinity.com\/#primaryimage"},"image":{"@id":"https:\/\/www.esi-infinity.com\/#primaryimage"},"thumbnailUrl":"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/1.png","datePublished":"2026-09-01T11:57:39+00:00","dateModified":"2026-09-02T10:16:50+00:00","description":"ESI INFINITY provides hospitality supplies in Thailand for hotels, resorts, restaurants and spas, including amenities, linen and tableware.","breadcrumb":{"@id":"https:\/\/www.esi-infinity.com\/#breadcrumb"},"inLanguage":"th","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esi-infinity.com\/"]}]},{"@type":"ImageObject","inLanguage":"th","@id":"https:\/\/www.esi-infinity.com\/#primaryimage","url":"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/1.png","contentUrl":"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/09\/1.png","width":300,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/www.esi-infinity.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esi-infinity.com\/"},{"@type":"ListItem","position":2,"name":"Home New"}]},{"@type":"WebSite","@id":"https:\/\/www.esi-infinity.com\/#website","url":"https:\/\/www.esi-infinity.com\/","name":"ESI Infinity","description":"Premium Product Solutions for Hotels, Resorts, and Leisure Clubs","publisher":{"@id":"https:\/\/www.esi-infinity.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esi-infinity.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"th"},{"@type":"Organization","@id":"https:\/\/www.esi-infinity.com\/#organization","name":"ESI INFINITY","url":"https:\/\/www.esi-infinity.com\/","logo":{"@type":"ImageObject","inLanguage":"th","@id":"https:\/\/www.esi-infinity.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/08\/ESI-INFINITY-Gold.png","contentUrl":"https:\/\/www.esi-infinity.com\/wp-content\/uploads\/2026\/08\/ESI-INFINITY-Gold.png","width":1750,"height":1750,"caption":"ESI INFINITY"},"image":{"@id":"https:\/\/www.esi-infinity.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esiinfinity"]}]}},"_links":{"self":[{"href":"https:\/\/www.esi-infinity.com\/index.php?rest_route=\/wp\/v2\/pages\/3989","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esi-infinity.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.esi-infinity.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.esi-infinity.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esi-infinity.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3989"}],"version-history":[{"count":3,"href":"https:\/\/www.esi-infinity.com\/index.php?rest_route=\/wp\/v2\/pages\/3989\/revisions"}],"predecessor-version":[{"id":4051,"href":"https:\/\/www.esi-infinity.com\/index.php?rest_route=\/wp\/v2\/pages\/3989\/revisions\/4051"}],"wp:attachment":[{"href":"https:\/\/www.esi-infinity.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3989"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}