<!DOCTYPE html>
<html lang="vi" prefix="og: https://ogp.me/ns#" class="loading-site no-js">
<head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.4",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
	
	<link rel="profile" href="https://gmpg.org/xfn/11" />
	<link rel="pingback" href="https://firstpack.sa.com/xmlrpc.php" />

	
<!-- Author Meta Tags by Molongui Authorship, visit: https://wordpress.org/plugins/molongui-authorship/ -->
<meta name="author" content="Thần Điêu King88">
<!-- /Molongui Authorship -->

<script type="rocketlazyloadscript">(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Tối ưu hóa công cụ tìm kiếm bởi Rank Math PRO - https://rankmath.com/ -->
<title>King88 |Trang Chủ Chính Thức | Tặng Ngay +88K Khi Đăng Ký</title>
<meta name="description" content="King88 là trang chủ chính thức cá cược thể thao, casino, nổ hũ, bắn cá... Giao diện mượt, nạp rút siêu tốc, ưu đãi tân thủ cực kì hấp dẫn dành cho bạn mỗi ngày"/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://firstpack.sa.com/" />
<meta property="og:locale" content="vi_VN" />
<meta property="og:type" content="website" />
<meta property="og:title" content="King88 |Trang Chủ Chính Thức | Tặng Ngay +88K Khi Đăng Ký" />
<meta property="og:description" content="King88 là trang chủ chính thức cá cược thể thao, casino, nổ hũ, bắn cá... Giao diện mượt, nạp rút siêu tốc, ưu đãi tân thủ cực kì hấp dẫn dành cho bạn mỗi ngày" />
<meta property="og:url" content="https://firstpack.sa.com/" />
<meta property="og:site_name" content="King88 | Trang Chủ Game Bài 【King88.com】 Đăng Ký +88K" />
<meta property="og:updated_time" content="2025-06-20T12:07:39+07:00" />
<meta property="og:image" content="https://firstpack.sa.com/wp-content/uploads/2025/01/King88-cong-game-bai-so-1-chau-a.jpg" />
<meta property="og:image:secure_url" content="https://firstpack.sa.com/wp-content/uploads/2025/01/King88-cong-game-bai-so-1-chau-a.jpg" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />
<meta property="og:image:alt" content="King88 - Thiên đường game bài cá cược số 1 Châu Á" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="article:published_time" content="2024-12-02T15:35:25+07:00" />
<meta property="article:modified_time" content="2025-06-20T12:07:39+07:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="King88 |Trang Chủ Chính Thức | Tặng Ngay +88K Khi Đăng Ký" />
<meta name="twitter:description" content="King88 là trang chủ chính thức cá cược thể thao, casino, nổ hũ, bắn cá... Giao diện mượt, nạp rút siêu tốc, ưu đãi tân thủ cực kì hấp dẫn dành cho bạn mỗi ngày" />
<meta name="twitter:image" content="https://firstpack.sa.com/wp-content/uploads/2025/01/King88-cong-game-bai-so-1-chau-a.jpg" />
<meta name="twitter:label1" content="Được viết bởi" />
<meta name="twitter:data1" content="Thần Điêu King88" />
<meta name="twitter:label2" content="Thời gian để đọc" />
<meta name="twitter:data2" content="13 phút" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["Organization","Person"],"@id":"https://firstpack.sa.com/#person","name":"King88 | Trang Ch\u1ee7 Game B\u00e0i \u3010King88.com\u3011 \u0110\u0103ng K\u00fd +88K","url":"https://firstpack.sa.com","email":"king88clbcom@gmail.com","address":{"@type":"PostalAddress","streetAddress":"366 Hu\u1ef3nh T\u1ea5n Ph\u00e1t, ph\u01b0\u1eddng B\u00ecnh Thu\u1eadn, qu\u1eadn 7","addressLocality":"H\u1ed3 Ch\u00ed Minh","addressRegion":"Vi\u1ec7t Nam","postalCode":"71900"},"logo":{"@type":"ImageObject","@id":"https://firstpack.sa.com/#logo","url":"https://firstpack.sa.com/wp-content/uploads/2024/12/logo-king88clb.png","contentUrl":"https://firstpack.sa.com/wp-content/uploads/2024/12/logo-king88clb.png","caption":"King88 | Trang Ch\u1ee7 Game B\u00e0i \u3010King88.com\u3011 \u0110\u0103ng K\u00fd +88K","inLanguage":"vi","width":"486","height":"272"},"telephone":"0938179861","image":{"@id":"https://firstpack.sa.com/#logo"}},{"@type":"WebSite","@id":"https://firstpack.sa.com/#website","url":"https://firstpack.sa.com","name":"King88 | Trang Ch\u1ee7 Game B\u00e0i \u3010King88.com\u3011 \u0110\u0103ng K\u00fd +88K","alternateName":"KING88","publisher":{"@id":"https://firstpack.sa.com/#person"},"inLanguage":"vi","potentialAction":{"@type":"SearchAction","target":"https://firstpack.sa.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://firstpack.sa.com/wp-content/uploads/2025/01/King88-cong-game-bai-so-1-chau-a.jpg","url":"https://firstpack.sa.com/wp-content/uploads/2025/01/King88-cong-game-bai-so-1-chau-a.jpg","width":"800","height":"400","caption":"King88 - Thi\u00ean \u0111\u01b0\u1eddng game b\u00e0i c\u00e1 c\u01b0\u1ee3c s\u1ed1 1 Ch\u00e2u \u00c1","inLanguage":"vi"},{"@type":"WebPage","@id":"https://firstpack.sa.com/#webpage","url":"https://firstpack.sa.com/","name":"King88 |Trang Ch\u1ee7 Ch\u00ednh Th\u1ee9c | T\u1eb7ng Ngay +88K Khi \u0110\u0103ng K\u00fd","datePublished":"2024-12-02T15:35:25+07:00","dateModified":"2025-06-20T12:07:39+07:00","about":{"@id":"https://firstpack.sa.com/#person"},"isPartOf":{"@id":"https://firstpack.sa.com/#website"},"primaryImageOfPage":{"@id":"https://firstpack.sa.com/wp-content/uploads/2025/01/King88-cong-game-bai-so-1-chau-a.jpg"},"inLanguage":"vi"},{"@type":"Person","@id":"https://firstpack.sa.com/author/admin/","name":"Th\u1ea7n \u0110i\u00eau King88","description":"CEO Th\u1ea7n \u0110i\u00eau King88 v\u1edbi n\u0103ng l\u1ef1c l\u00e3nh \u0111\u1ea1o t\u00e0i t\u00ecnh \u0111\u00e3 \u0111\u01b0\u1ee3c th\u01b0\u01a1ng hi\u1ec7u nh\u00e0 c\u00e1i \u0111\u01b0\u1ee3c vinh danh t\u1ea1i th\u1ecb tr\u01b0\u1eddng Vi\u1ec7t. C\u00f9ng t\u00ecm hi\u1ec3u c\u1ee5 th\u1ec3 b\u00ean d\u01b0\u1edbi.","url":"https://firstpack.sa.com/author/admin/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/28fa5a1e49aaa6d569f73b83646fda00e5c2d7002d018a9d757fd5657b2958ce?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/28fa5a1e49aaa6d569f73b83646fda00e5c2d7002d018a9d757fd5657b2958ce?s=96&amp;d=mm&amp;r=g","caption":"Th\u1ea7n \u0110i\u00eau King88","inLanguage":"vi"},"sameAs":["https://firstpack.sa.com","https://firstpack.sa.com/ceo-than-dieu-dai-ca/"]},{"@type":"Article","headline":"King88 |Trang Ch\u1ee7 Ch\u00ednh Th\u1ee9c | T\u1eb7ng Ngay +88K Khi \u0110\u0103ng K\u00fd","keywords":"king88","datePublished":"2024-12-02T15:35:25+07:00","dateModified":"2025-06-20T12:07:39+07:00","author":{"@id":"https://firstpack.sa.com/author/admin/","name":"Th\u1ea7n \u0110i\u00eau King88"},"publisher":{"@id":"https://firstpack.sa.com/#person"},"description":"King88 l\u00e0 trang ch\u1ee7 ch\u00ednh th\u1ee9c c\u00e1 c\u01b0\u1ee3c th\u1ec3 thao, casino, n\u1ed5 h\u0169, b\u1eafn c\u00e1... Giao di\u1ec7n m\u01b0\u1ee3t, n\u1ea1p r\u00fat si\u00eau t\u1ed1c, \u01b0u \u0111\u00e3i t\u00e2n th\u1ee7 c\u1ef1c k\u00ec h\u1ea5p d\u1eabn d\u00e0nh cho b\u1ea1n m\u1ed7i ng\u00e0y","name":"King88 |Trang Ch\u1ee7 Ch\u00ednh Th\u1ee9c | T\u1eb7ng Ngay +88K Khi \u0110\u0103ng K\u00fd","@id":"https://firstpack.sa.com/#richSnippet","isPartOf":{"@id":"https://firstpack.sa.com/#webpage"},"image":{"@id":"https://firstpack.sa.com/wp-content/uploads/2025/01/King88-cong-game-bai-so-1-chau-a.jpg"},"inLanguage":"vi","mainEntityOfPage":{"@id":"https://firstpack.sa.com/#webpage"}}]}</script>
<!-- /Plugin SEO WordPress Rank Math -->

<link rel='prefetch' href='https://firstpack.sa.com/wp-content/themes/flatsome/assets/js/flatsome.js?ver=e1ad26bd5672989785e1' />
<link rel='prefetch' href='https://firstpack.sa.com/wp-content/themes/flatsome/assets/js/chunk.slider.js?ver=3.19.8' />
<link rel='prefetch' href='https://firstpack.sa.com/wp-content/themes/flatsome/assets/js/chunk.popups.js?ver=3.19.8' />
<link rel='prefetch' href='https://firstpack.sa.com/wp-content/themes/flatsome/assets/js/chunk.tooltips.js?ver=3.19.8' />
<link rel="alternate" type="application/rss+xml" title="Dòng thông tin King88 &raquo;" href="https://firstpack.sa.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="King88 &raquo; Dòng bình luận" href="https://firstpack.sa.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="King88 &raquo; King88 Dòng bình luận" href="https://firstpack.sa.com/sample-page/feed/" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/firstpack.sa.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color)}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
</style>
<link data-minify="1" rel='stylesheet' id='molongui-authorship-box-css' href='https://firstpack.sa.com/wp-content/cache/min/1/wp-content/plugins/molongui-authorship/assets/css/author-box.3aec.min.css?ver=1750340965' type='text/css' media='all' />
<style id='molongui-authorship-box-inline-css' type='text/css'>
:root{ --m-a-box-bp: 600px; --m-a-box-bp-l: 599px; }.m-a-box {width:80%;margin-top:20px !important;margin-bottom:20px !important;} .m-a-box-header > :first-child,  .m-a-box-header a.m-a-box-header-url {font-size:24px;line-height:24px;} .m-a-box-container {padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-style:solid;border-top-width:1px;border-right-width:50px;border-bottom-width:1px;border-left-width:50px;border-color:#00000000;border-radius:4px;background-color:#00717F00;box-shadow:-10px 10px 10px 0 #FFBF00 ;} .m-a-box-avatar img,  .m-a-box-avatar div[data-avatar-type="acronym"] {border-style:solid;border-width:1px;border-color:#FFEB3BF2;border-radius:4%;} .m-a-box-name *  {font-size:22px;line-height:18px;text-align:left;color:#FFEB3BF2 !important;} .m-a-box-container .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-name * {text-align:left;} .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-meta * {font-size:12px;line-height:12px;color:#FF1100;} .m-a-box-meta-divider {padding:0 0.2em;} .m-a-box-bio > * {font-size:14px;line-height:21px;color:#FFFFFF;} .m-icon-container {background-color: inherit; border-color: inherit; color: #ffffff !important;font-size:20px;} .m-a-box-related-entry-title,  .m-a-box-related-entry-title a {color:#FFEB3BF2;}.m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-bio { margin-top: 10px }
</style>
<link data-minify="1" rel='stylesheet' id='flatsome-main-css' href='https://firstpack.sa.com/wp-content/cache/background-css/firstpack.sa.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/css/flatsome.css?ver=1750340965&wpr_t=1750484664' type='text/css' media='all' />
<style id='flatsome-main-inline-css' type='text/css'>
@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url(https://firstpack.sa.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot?v=3.19.8);
				src:
					url(https://firstpack.sa.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.19.8) format("embedded-opentype"),
					url(https://firstpack.sa.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.19.8) format("woff2"),
					url(https://firstpack.sa.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.ttf?v=3.19.8) format("truetype"),
					url(https://firstpack.sa.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.19.8) format("woff"),
					url(https://firstpack.sa.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.svg?v=3.19.8#fl-icons) format("svg");
			}
</style>
<link rel='stylesheet' id='flatsome-style-css' href='https://firstpack.sa.com/wp-content/themes/flatsome/style.css?ver=3.19.8' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://firstpack.sa.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://firstpack.sa.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<link rel="https://api.w.org/" href="https://firstpack.sa.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://firstpack.sa.com/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://firstpack.sa.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.1" />
<link rel='shortlink' href='https://firstpack.sa.com/' />
<link rel="alternate" title="oNhúng (JSON)" type="application/json+oembed" href="https://firstpack.sa.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ffirstpack.sa.com%2F" />
<link rel="alternate" title="oNhúng (XML)" type="text/xml+oembed" href="https://firstpack.sa.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ffirstpack.sa.com%2F&#038;format=xml" />
<script type="application/ld+json">{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "King88 - Trang Chủ King88.com - Hỗ Trợ 24/7 - Đăng Ký +88K",
  "image": "https://firstpack.sa.com/wp-content/uploads/2024/12/King88-thien-duong-game-bai.webp",
  "@id": "https://firstpack.sa.com/#localbusiness",
  "url": "https://firstpack.sa.com/",
  "telephone": "0938179861",
  "priceRange": "$$$",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": " 366 Huỳnh Tấn Phát, phường Bình Thuận, quận 7",
    "addressLocality": "HCM",
    "postalCode": "71900",
    "addressCountry": "VN"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 10.7478487,
    "longitude": 106.7262024
  },
  "openingHoursSpecification": {
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": [
      "Monday",
      "Tuesday",
      "Wednesday",
      "Thursday",
      "Friday",
      "Saturday",
      "Sunday"
    ],
    "opens": "11:00",
    "closes": "23:00"
  },
  "sameAs": [
    "https://www.facebook.com/king88clbcom/",
    "https://x.com/king88clbcom",
    "https://www.youtube.com/@king88clbcom",
    "https://www.pinterest.com/king88clbcom/",
    "https://www.tumblr.com/king88clbcom",
    "https://sites.google.com/view/king88clbcom"
  ]
}</script>
<script type="application/ld+json">{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "King88 - Trang Chủ King88.com - Hỗ Trợ 24/7 - Đăng Ký +88K",
  "alternateName": "KING88",
  "url": "https://firstpack.sa.com/",
  "logo": "https://firstpack.sa.com/wp-content/uploads/2024/12/King88-thien-duong-game-bai.webp",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "0938179861",
    "contactType": "customer service",
    "areaServed": "VN",
    "availableLanguage": "Vietnamese"
  }
}</script>
<script type="application/ld+json">{
  "@context": "https://schema.org",
  "@type": "SiteNavigationElement",
  "name": [
    "KING88",
    "Casino",
    "Thể thao",
    "Game bài",
    "Game Slot",
    "Bắn cá",
    "E-Sports",
    "Xổ Số Lô Đề",
    "Khuyến mãi",
    "Tin tức",
    "Liên Hệ"
  ],
  "url": [
    "https://firstpack.sa.com/",
    "https://firstpack.sa.com/casino-king88/",
    "https://firstpack.sa.com/the-thao-king88/",
    "https://firstpack.sa.com/game-bai-king88/",
    "https://firstpack.sa.com/game-slot-king88/",
    "https://firstpack.sa.com/ban-ca-king88/",
    "https://firstpack.sa.com/e-sports-king88/",
    "https://firstpack.sa.com/xo-so-lo-de-king88/",
    "https://firstpack.sa.com/khuyen-mai-king88/",
    "https://firstpack.sa.com/tin-tuc/",
    "https://firstpack.sa.com/lien-he-king88/"
  ]
}</script>
<script type="application/ld+json">{
  "@context": "https://schema.org",
  "@type": "Article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://firstpack.sa.com/#article"
  },
  "headline": "King88 - king88clb.com",
  "description": "King88 - Nhà cái giải trí trực tuyến uy tín số #1 Việt Nam 【King88.com】, kho game đa dạng, giao diện hiện đại và bảo mật cao. Đăng ký hôm nay để nhận code 88K!",
  "image": [
    "https://firstpack.sa.com/wp-content/uploads/2024/12/King88-thien-duong-game-bai.webp"
  ],
  "author": {
    "@type": "Person",
    "name": "KING88",
    "url": "https://firstpack.sa.com/"
  },
  "publisher": {
    "@type": "Organization",
    "name": "King88 - Trang Chủ King88.com - Hỗ Trợ 24/7 - Đăng Ký +88K",
    "logo": {
      "@type": "ImageObject",
      "url": "https://firstpack.sa.com/wp-content/uploads/2024/12/King88-thien-duong-game-bai.webp"
    }
  }
}</script>

<script type="application/ld+json">                
{
"@context": "https://schema.org",                
"@type": "BreadcrumbList",                
"itemListElement": [{                
"@type": "ListItem",     
"position": 1,
"name": "⭐️⭐️⭐️⭐️⭐️ꮩꮖꮲ",
"item": "https://firstpack.sa.com/"
}]
}
</script>
            <style>
                .molongui-disabled-link
                {
                    border-bottom: none !important;
                    text-decoration: none !important;
                    color: inherit !important;
                    cursor: inherit !important;
                }
                .molongui-disabled-link:hover,
                .molongui-disabled-link:hover span
                {
                    border-bottom: none !important;
                    text-decoration: none !important;
                    color: inherit !important;
                    cursor: inherit !important;
                }
            </style>
            		<script type="rocketlazyloadscript">
			document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
		</script>
				<style>
			.no-js img.lazyload {
				display: none;
			}

			figure.wp-block-image img.lazyloading {
				min-width: 150px;
			}

						.lazyload, .lazyloading {
				opacity: 0;
			}

			.lazyloaded {
				opacity: 1;
				transition: opacity 400ms;
				transition-delay: 0ms;
			}

					</style>
		<!-- Google tag (gtag.js) -->
<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-37FD1WFNWQ"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-37FD1WFNWQ');
</script>
<meta name="google-site-verification" content="IjLaLAzUF5KybYUuNEWK81HAXs4i4p-vFE3uiOfKoMU" />
<meta name="google-site-verification" content="5a07T2phpgJqFuVolPWqLClRaff0z_-0qyCjNalRckQ" />
<meta name="google-site-verification" content="ocIdwPZDeAlHfhLVqZhxw87GRVOrqAXscAzrzJZThhA" />

<meta name="google-site-verification" content="GBpVLMxREz225rBAmpjjEKgpcz5R9wQ1s_27P1U3ynU" /><link rel="icon" href="https://firstpack.sa.com/wp-content/uploads/2024/12/favicon-king88-150x150.webp" sizes="32x32" />
<link rel="icon" href="https://firstpack.sa.com/wp-content/uploads/2024/12/favicon-king88-300x300.webp" sizes="192x192" />
<link rel="apple-touch-icon" href="https://firstpack.sa.com/wp-content/uploads/2024/12/favicon-king88-300x300.webp" />
<meta name="msapplication-TileImage" content="https://firstpack.sa.com/wp-content/uploads/2024/12/favicon-king88-300x300.webp" />
<style id="custom-css" type="text/css">:root {--primary-color: #f2f226;--fs-color-primary: #f2f226;--fs-color-secondary: #1976d2;--fs-color-success: #7a9c59;--fs-color-alert: #b20000;--fs-experimental-link-color: #f21111;--fs-experimental-link-color-hover: #0dc7f6;}.tooltipster-base {--tooltip-color: #fff;--tooltip-bg-color: #000;}.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {--drawer-width: 300px;}.sticky-add-to-cart--active, #wrapper,#main,#main.dark{background-color: #0a0a0a}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:200px;}.header-bottom{min-height: 55px}.header-top{min-height: 30px}.transparent .header-main{height: 90px}.transparent #logo img{max-height: 90px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 140px;}.header.show-on-scroll,.stuck .header-main{height:70px!important}.stuck #logo img{max-height: 70px!important}.search-form{ width: 50%;}.header-bg-color {background-color: #0a0a0a}.header-bottom {background-color: #33000c}.header-main .nav > li > a{line-height: 16px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 70px}#logo img{max-height: 70px}}.nav-dropdown{border-radius:5px}.nav-dropdown{font-size:100%}.nav-dropdown-has-arrow li.has-dropdown:after{border-bottom-color: #0a0a0a;}.nav .nav-dropdown{background-color: #0a0a0a}body{color: #ffffff}h1,h2,h3,h4,h5,h6,.heading-font{color: #f9f933;}body{font-size: 120%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family: "Open Sans", sans-serif;}body {font-weight: 400;font-style: normal;}.nav > li > a {font-family: "Open Sans", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family: "Open Sans", sans-serif;}.nav > li > a,.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 700;font-style: normal;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Open Sans", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2 {font-weight: 700;font-style: normal;}.alt-font{font-family: "Open Sans", sans-serif;}.alt-font {font-weight: 700!important;font-style: normal!important;}.widget:where(:not(.widget_shopping_cart)) a{color: #0a0a0a;}.widget:where(:not(.widget_shopping_cart)) a:hover{color: ;}.widget .tagcloud a:hover{border-color: ; background-color: ;}.is-divider{background-color: #eeee22;}.footer-1{background-color: #0a0a0a}.footer-2{background-color: #777777}.absolute-footer, html{background-color: #0a0000}.nav-vertical-fly-out > li + li {border-top-width: 1px; border-top-style: solid;}.label-new.menu-item > a:after{content:"Mới";}.label-hot.menu-item > a:after{content:"Nổi bật";}.label-sale.menu-item > a:after{content:"Giảm giá";}.label-popular.menu-item > a:after{content:"Phổ biến";}</style>		<style type="text/css" id="wp-custom-css">
			.marquee-container {
   background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(3,3,3,1) 100%);
    display: flex
;
    justify-content: center;
}
.marquee-inner {
    display: flex
;
	color: white;
    align-items: center;
    max-width: 55%;
    width: 100%;
    white-space: nowrap;
}
.marquee-text {
	color: white;
    margin-right: 10px;
    flex-shrink: 0;
    white-space: nowrap;
}

.rank-math-breadcrumb p {
    padding-top: 10px;
    background: #7a9c59;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
}
img {
    width: 800px; 
    height: auto;
    border-radius: 10px; 
    transition: box-shadow 0.3s ease;
}
img:hover {
    box-shadow: 0 0 20px 5px rgba(255, 255, 0, 0.7);
}

.tieude {
    margin-top: 35px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: 
#ff4c05
;
    margin-bottom: 0;
    background-color: #76767614;
    border: 4px solid #ff4805;
    border-radius: 4px;
    padding: 0 16px;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 13px;
 
}
.radio{
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: scroll;
  border: 2px solid #fead00 ;
  border-radius: 15px;
  padding:15px;
  box-shadow: 0 0 30px #fead00;
  animation: red-border-animation 2s infinite;
}
.radio::-webkit-scrollbar{
width: 5px ;
}

.radio::-webkit-scrollbar-track{
background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.radio::-webkit-scrollbar-thumb{
background: #c99500;
    border-radius: 10px;
}

main h1, 
main h2, 
main h3 {
  color: #f9f933 !important;
}

main a {
  color: #f21111 !important;
  text-decoration: none !important;
}

main a:hover {
  color: #0dc7f6 !important;
  text-decoration: underline !important;
}

.customblogpost .post-item>div {
    background-color: #76767614;
    padding: 8px !important;
    border-radius: 6px;
    border: 1px;
    border-color: #fead00;
    border-style: solid;
}


.header-button a {
    color: #FFFFFF;
   background: linear-gradient(to top, #FFFF00, #990000); /* Xanh đậm */
}

.header-button-2 a:hover {
    color: #dd5f11;
    background: linear-gradient(to top, #ff0000, #ffffff); /* Đỏ */
}

.header-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    box-shadow: 0 0 17px 3px #ff0000, 0 0 4px 2px #ff0000; /* Đổi sang đỏ */
    z-index: -1;
    animation: red-shadow 2s ease infinite;
    border-radius: 7px;
}

@keyframes red-shadow {
    0%, 100% { top: 0; left: 0; }
    25% { top: 50%; left: 0; }
    50% { top: 50%; left: 50%; }
    75% { top: 0; left: 50%; }
}

.header-button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    box-shadow: 0 0 17px 3px #800000, 0 0 4px 2px #800000; /* Xanh đậm */
    z-index: -1;
    animation: blue-shadow 2s ease infinite;
    border-radius: 7px;
}


		</style>
		<style id="kirki-inline-styles">/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://firstpack.sa.com/wp-content/fonts/open-sans/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}</style><style id="wpr-lazyload-bg"></style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">:root{--wpr-bg-60bde4ff-1162-4b9a-bcc6-8315b382da6f: url('../../../../../../../../../../../../themes/flatsome/assets/img/underline.png');}:root{--wpr-bg-205849ff-7ee5-4f2e-9828-494322a62cc6: url('../../../../../../../../../../../../themes/flatsome/assets/img/shadow@2x.png');}:root{--wpr-bg-b6544a86-5835-4a68-b98e-bd09da445e63: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/rain.png');}:root{--wpr-bg-b63f31a0-9183-4cf5-91ef-2461512aaeae: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/sparkle1.png');}:root{--wpr-bg-f2e38680-c358-489d-b416-39a1c10340ed: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/sparkle2.png');}:root{--wpr-bg-f53c0cfe-b100-4698-85b7-353db91718f6: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/glass1.png');}:root{--wpr-bg-33514007-fca3-4e50-aed1-fa6a27a77281: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/glass2.png');}:root{--wpr-bg-8db6cc9f-14a9-4324-90bd-f84f35eea7df: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/confetti1.png');}:root{--wpr-bg-53af94fb-7c6b-4d17-8efa-b87854aaa400: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/confetti2.png');}:root{--wpr-bg-48ff66f2-8958-43fc-979f-3957bb6df299: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/snow1.png');}:root{--wpr-bg-c31ab75f-9b5f-40ca-a58d-3135f1a794b8: url('../../../../../../../../../../../../themes/flatsome/assets/img/effects/snow2.png');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".fancy-underline","style":":root{--wpr-bg-60bde4ff-1162-4b9a-bcc6-8315b382da6f: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/underline.png');}","hash":"60bde4ff-1162-4b9a-bcc6-8315b382da6f"},{"selector":".slider-style-shadow .flickity-slider>*","style":":root{--wpr-bg-205849ff-7ee5-4f2e-9828-494322a62cc6: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/shadow@2x.png');}","hash":"205849ff-7ee5-4f2e-9828-494322a62cc6"},{"selector":".effect-rain","style":":root{--wpr-bg-b6544a86-5835-4a68-b98e-bd09da445e63: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/rain.png');}","hash":"b6544a86-5835-4a68-b98e-bd09da445e63"},{"selector":".effect-sparkle","style":":root{--wpr-bg-b63f31a0-9183-4cf5-91ef-2461512aaeae: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/sparkle1.png');}","hash":"b63f31a0-9183-4cf5-91ef-2461512aaeae"},{"selector":".effect-sparkle","style":":root{--wpr-bg-f2e38680-c358-489d-b416-39a1c10340ed: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/sparkle2.png');}","hash":"f2e38680-c358-489d-b416-39a1c10340ed"},{"selector":".effect-sliding-glass","style":":root{--wpr-bg-f53c0cfe-b100-4698-85b7-353db91718f6: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/glass1.png');}","hash":"f53c0cfe-b100-4698-85b7-353db91718f6"},{"selector":".effect-sliding-glass","style":":root{--wpr-bg-33514007-fca3-4e50-aed1-fa6a27a77281: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/glass2.png');}","hash":"33514007-fca3-4e50-aed1-fa6a27a77281"},{"selector":".effect-confetti","style":":root{--wpr-bg-8db6cc9f-14a9-4324-90bd-f84f35eea7df: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/confetti1.png');}","hash":"8db6cc9f-14a9-4324-90bd-f84f35eea7df"},{"selector":".effect-confetti","style":":root{--wpr-bg-53af94fb-7c6b-4d17-8efa-b87854aaa400: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/confetti2.png');}","hash":"53af94fb-7c6b-4d17-8efa-b87854aaa400"},{"selector":".effect-snow","style":":root{--wpr-bg-48ff66f2-8958-43fc-979f-3957bb6df299: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/snow1.png');}","hash":"48ff66f2-8958-43fc-979f-3957bb6df299"},{"selector":".effect-snow","style":":root{--wpr-bg-c31ab75f-9b5f-40ca-a58d-3135f1a794b8: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/effects\/snow2.png');}","hash":"c31ab75f-9b5f-40ca-a58d-3135f1a794b8"}]; const rocket_excluded_pairs = [];</script></head>

<body class="home wp-singular page-template page-template-page-blank page-template-page-blank-php page page-id-2 wp-theme-flatsome full-width lightbox nav-dropdown-has-arrow nav-dropdown-has-shadow nav-dropdown-has-border">


<a class="skip-link screen-reader-text" href="#main">Bỏ qua nội dung</a>

<div id="wrapper">

	
	<header id="header" class="header header-full-width has-sticky sticky-jump">
		<div class="header-wrapper">
			<div id="masthead" class="header-main show-logo-center nav-dark">
      <div class="header-inner flex-row container logo-center medium-logo-center" role="navigation">

          <!-- Logo -->
          <div id="logo" class="flex-col logo">
            
<!-- Header logo -->
<a href="https://firstpack.sa.com/" title="King88 - Trang Chủ King88.com &#8211; Hỗ Trợ 24/7 &#8211; Đăng Ký +88K" rel="home">
		<img width="486" height="272" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/logo-king88clb.png" class="header_logo header-logo lazyload" alt="King88" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 486px; --smush-placeholder-aspect-ratio: 486/272;" /><img  width="486" height="272" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/logo-king88clb.png" class="header-logo-dark lazyload" alt="King88" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 486px; --smush-placeholder-aspect-ratio: 486/272;" /></a>
          </div>

          <!-- Mobile Left Elements -->
          <div class="flex-col show-for-medium flex-left">
            <ul class="mobile-nav nav nav-left ">
              <li class="nav-icon has-icon">
  		<a href="#" data-open="#main-menu" data-pos="left" data-bg="main-menu-overlay" data-color="dark" class="is-small" aria-label="Menu" aria-controls="main-menu" aria-expanded="false">

		  <i class="icon-menu" ></i>
		  		</a>
	</li>
            </ul>
          </div>

          <!-- Left Elements -->
          <div class="flex-col hide-for-medium flex-left
            ">
            <ul class="header-nav header-nav-main nav nav-left  nav-size-medium nav-spacing-medium nav-uppercase" >
                          </ul>
          </div>

          <!-- Right Elements -->
          <div class="flex-col hide-for-medium flex-right">
            <ul class="header-nav header-nav-main nav nav-right  nav-size-medium nav-spacing-medium nav-uppercase">
              <li class="html header-button-1">
	<div class="header-button">
		<a href="https://dangky7.com/king88r" target="_blank" class="button primary" rel="nofollow noopener"  style="border-radius:99px;">
		<span>Đăng Ký +68k</span>
	</a>
	</div>
</li>
<li class="html header-button-2">
	<div class="header-button">
		<a href="https://dangky7.com/king88r" target="_blank" class="button primary" rel="nofollow noopener"  style="border-radius:99px;">
		<span>Đăng Nhập</span>
	</a>
	</div>
</li>
            </ul>
          </div>

          <!-- Mobile Right Elements -->
          <div class="flex-col show-for-medium flex-right">
            <ul class="mobile-nav nav nav-right ">
                          </ul>
          </div>

      </div>

            <div class="container"><div class="top-divider full-width"></div></div>
      </div>
<div id="wide-nav" class="header-bottom wide-nav nav-dark flex-has-center">
    <div class="flex-row container">

            
                        <div class="flex-col hide-for-medium flex-center">
                <ul class="nav header-nav header-bottom-nav nav-center  nav-uppercase">
                    <li id="menu-item-646" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-has-children menu-item-646 active menu-item-design-default has-dropdown"><a href="https://firstpack.sa.com/" aria-current="page" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">King88<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-default dark dropdown-uppercase">
	<li id="menu-item-732" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-732"><a href="https://firstpack.sa.com/dang-ky-king88/">Đăng ký King88</a></li>
	<li id="menu-item-733" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-733"><a href="https://firstpack.sa.com/dang-nhap-king88/">Đăng nhập King88</a></li>
	<li id="menu-item-734" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-734"><a href="https://firstpack.sa.com/tai-app-king88/">Tải App King88</a></li>
	<li id="menu-item-735" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-735"><a href="https://firstpack.sa.com/nap-tien-king88/">Nạp tiền King88</a></li>
	<li id="menu-item-736" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-736"><a href="https://firstpack.sa.com/rut-tien-king88/">Rút tiền King88</a></li>
</ul>
</li>
<li id="menu-item-1059" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1059 menu-item-design-default"><a href="https://firstpack.sa.com/casino-king88/" class="nav-top-link">Casino</a></li>
<li id="menu-item-815" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-815 menu-item-design-default"><a href="https://firstpack.sa.com/the-thao-king88/" class="nav-top-link">Thể Thao</a></li>
<li id="menu-item-1057" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1057 menu-item-design-default has-dropdown"><a href="https://firstpack.sa.com/game-bai-king88/" class="nav-top-link" aria-expanded="false" aria-haspopup="menu">Game bài<i class="icon-angle-down" ></i></a>
<ul class="sub-menu nav-dropdown nav-dropdown-default dark dropdown-uppercase">
	<li id="menu-item-1064" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1064"><a href="https://firstpack.sa.com/blackjack-king88/">BlackJack</a></li>
	<li id="menu-item-1063" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1063"><a href="https://firstpack.sa.com/poker-online-king88/">Poker Online</a></li>
	<li id="menu-item-1061" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1061"><a href="https://firstpack.sa.com/baccarat-online/">Baccarat online</a></li>
</ul>
</li>
<li id="menu-item-740" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-740 menu-item-design-default"><a href="https://firstpack.sa.com/game-slot-king88/" class="nav-top-link">Game Slot</a></li>
<li id="menu-item-882" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-882 menu-item-design-default"><a href="https://firstpack.sa.com/ban-ca-king88/" class="nav-top-link">Bắn cá</a></li>
<li id="menu-item-752" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-752 menu-item-design-default"><a href="https://firstpack.sa.com/e-sports-king88/" class="nav-top-link">E-Sports</a></li>
<li id="menu-item-346" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-346 menu-item-design-default"><a href="https://firstpack.sa.com/xo-so-lo-de-king88/" class="nav-top-link">Xổ Số Lô Đề</a></li>
<li id="menu-item-833" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-833 menu-item-design-default"><a href="https://firstpack.sa.com/khuyen-mai-king88/" class="nav-top-link">Khuyến mãi</a></li>
<li id="menu-item-814" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-814 menu-item-design-default"><a href="https://firstpack.sa.com/tin-tuc/" class="nav-top-link">Tin tức</a></li>
                </ul>
            </div>
            
            
                          <div class="flex-col show-for-medium flex-grow">
                  <ul class="nav header-bottom-nav nav-center mobile-nav  nav-uppercase">
                      <li class="html header-button-1">
	<div class="header-button">
		<a href="https://dangky7.com/king88r" target="_blank" class="button primary" rel="nofollow noopener"  style="border-radius:99px;">
		<span>Đăng Ký +68k</span>
	</a>
	</div>
</li>
<li class="html header-button-2">
	<div class="header-button">
		<a href="https://dangky7.com/king88r" target="_blank" class="button primary" rel="nofollow noopener"  style="border-radius:99px;">
		<span>Đăng Nhập</span>
	</a>
	</div>
</li>
                  </ul>
              </div>
            
    </div>
</div>

<div class="header-bg-container fill"><div class="header-bg-image fill"></div><div class="header-bg-color fill"></div></div>		</div>
	</header>

	<div class="header-block block-html-after-header z-1" style="position:relative;top:-1px;"><div class="marquee-container">
  <div class="marquee-inner">
    <span class="marquee-text">📢 TIN NÓNG KING88:</span>
    <marquee behavior="scroll" direction="left" scrollamount="5" class="marquee-scroll">
      👑 <strong>KING88</strong> | 🌐 <strong><a style="color: inherit; text-decoration: none;" href="https://firstpack.sa.com/" rel="noopener">https://firstpack.sa.com/</a></strong> 🛡️ |
      🎁 <strong>Ưu Đãi Đăng Ký Mới – Tặng 88K Không Cần Nạp, Thưởng Nạp Đầu 120%</strong> 💰 |
      ⚽ <strong>Cược Thể Thao Hôm Nay – Nhận Ngay Tip Kèo VIP Từ Chuyên Gia!</strong> 🧠 |
      🎰 <strong>Slot Game Siêu Hot – Nổ Hũ Cực Mạnh, Rút Thưởng Nhanh 5 Phút!</strong> 🔥 |
      🎲 <strong>Trải Nghiệm Casino Trực Tuyến – Dealer Gợi Cảm, Âm Thanh Sống Động!</strong> 🎧 |
      🐟 <strong>Tham Gia Bắn Cá King88 – Trúng Ngay Code Vàng Mỗi Giờ!</strong> 🎯 |
      📱 <strong>Tải App KING88 – Cá Cược Mọi Nơi, Bảo Mật Cực Đỉnh!</strong> 📲 |
      ✅ <strong>Tên Miền Chính Thức: KING88.BET – Truy Cập Ổn Định, Không Lag!</strong> 🔐
    </marquee>
  </div>
</div>
</div>
	<main id="main" class="dark dark-page-wrapper">


<div id="content" role="main" class="content-area">

		
			
	<section class="section" id="section_1088166870">
		<div class="section-bg fill" >
									<div class="effect-sparkle bg-effect fill no-click"></div>
			

		</div>

		

		<div class="section-content relative">
			
<div class="slider-wrapper relative" id="slider-46243041" >
    <div class="slider slider-nav-circle slider-nav-large slider-nav-light slider-style-normal"
        data-flickity-options='{
            "cellAlign": "center",
            "imagesLoaded": true,
            "lazyLoad": 1,
            "freeScroll": false,
            "wrapAround": true,
            "autoPlay": 6000,
            "pauseAutoPlayOnHover" : true,
            "prevNextButtons": true,
            "contain" : true,
            "adaptiveHeight" : true,
            "dragThreshold" : 10,
            "percentPosition": true,
            "pageDots": true,
            "rightToLeft": false,
            "draggable": true,
            "selectedAttraction": 0.1,
            "parallax" : 0,
            "friction": 0.6        }'
        >
        
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_359767950">
								<div class="img-inner dark" >
			<img fetchpriority="high" decoding="async" width="1900" height="600" src="https://firstpack.sa.com/wp-content/uploads/2025/01/King88-thien-duong-game-bai.webp" class="attachment-original size-original" alt="King88-thien-duong-game-bai" srcset="https://firstpack.sa.com/wp-content/uploads/2025/01/King88-thien-duong-game-bai.webp 1900w, https://firstpack.sa.com/wp-content/uploads/2025/01/King88-thien-duong-game-bai-300x95.webp 300w, https://firstpack.sa.com/wp-content/uploads/2025/01/King88-thien-duong-game-bai-1024x323.webp 1024w, https://firstpack.sa.com/wp-content/uploads/2025/01/King88-thien-duong-game-bai-768x243.webp 768w, https://firstpack.sa.com/wp-content/uploads/2025/01/King88-thien-duong-game-bai-1536x485.webp 1536w" sizes="(max-width: 1900px) 100vw, 1900px" />						
					</div>
								
<style>
#image_359767950 {
  width: 100%;
}
</style>
	</div>
	
     </div>

     <div class="loading-spin dark large centered"></div>

	</div>


	<div id="gap-1102643293" class="gap-element clearfix" style="display:block; height:auto;">
		
<style>
#gap-1102643293 {
  padding-top: 30px;
}
</style>
	</div>
	
<div class="row"  id="row-1131861615">

	<div id="col-1451457813" class="col medium-3 small-3 large-3"  >
				<div class="col-inner box-shadow-3 box-shadow-5-hover dark"  >
			
			
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_879150695">
								<div class="img-inner dark" >
			<img decoding="async" width="192" height="240" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/blackjack.webp" class="attachment-original size-original lazyload" alt="Blackjack casino" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192/240;" />						
					</div>
								
<style>
#image_879150695 {
  width: 100%;
}
</style>
	</div>
	
		</div>
					</div>

	

	<div id="col-1549700098" class="col medium-3 small-3 large-3"  >
				<div class="col-inner box-shadow-3 box-shadow-5-hover dark"  >
			
			
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_199840877">
								<div class="img-inner dark" >
			<img decoding="async" width="192" height="240" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/baccarat-online.webp" class="attachment-original size-original lazyload" alt="baccarat online" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192/240;" />						
					</div>
								
<style>
#image_199840877 {
  width: 100%;
}
</style>
	</div>
	
		</div>
					</div>

	

	<div id="col-1375133689" class="col medium-3 small-3 large-3"  >
				<div class="col-inner box-shadow-3 box-shadow-5-hover"  >
			
			
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_1438282360">
								<div class="img-inner dark" >
			<img decoding="async" width="192" height="240" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/game-bai-poker.webp" class="attachment-original size-original lazyload" alt="Game bài poker" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192/240;" />						
					</div>
								
<style>
#image_1438282360 {
  width: 100%;
}
</style>
	</div>
	
		</div>
					</div>

	

	<div id="col-2065158992" class="col medium-3 small-3 large-3"  >
				<div class="col-inner box-shadow-3 box-shadow-5-hover dark"  >
			
			
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_1846650511">
								<div class="img-inner dark" >
			<img decoding="async" width="192" height="240" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/ca-cuoc-the-thao.webp" class="attachment-original size-original lazyload" alt="Cá cược thể thao" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192/240;" />						
					</div>
								
<style>
#image_1846650511 {
  width: 100%;
}
</style>
	</div>
	
		</div>
					</div>

	

	<div id="col-350930077" class="col medium-3 small-3 large-3"  >
				<div class="col-inner box-shadow-3 box-shadow-5-hover dark"  >
			
			
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_566873149">
								<div class="img-inner dark" >
			<img decoding="async" width="192" height="240" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/bingo-online.webp" class="attachment-original size-original lazyload" alt="Xổ số Bingo online" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192/240;" />						
					</div>
								
<style>
#image_566873149 {
  width: 100%;
}
</style>
	</div>
	
		</div>
					</div>

	

	<div id="col-1782614654" class="col medium-3 small-3 large-3"  >
				<div class="col-inner box-shadow-3 box-shadow-5-hover dark"  >
			
			
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_593681940">
								<div class="img-inner dark" >
			<img decoding="async" width="192" height="240" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/ca-cuoc-esports.webp" class="attachment-original size-original lazyload" alt="Cá cược Esports" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192/240;" />						
					</div>
								
<style>
#image_593681940 {
  width: 100%;
}
</style>
	</div>
	
		</div>
					</div>

	

	<div id="col-908737775" class="col medium-3 small-3 large-3"  >
				<div class="col-inner box-shadow-3 box-shadow-5-hover dark"  >
			
			
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_354591096">
								<div class="img-inner dark" >
			<img decoding="async" width="192" height="240" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/slot-game.webp" class="attachment-original size-original lazyload" alt="Slot game" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192/240;" />						
					</div>
								
<style>
#image_354591096 {
  width: 100%;
}
</style>
	</div>
	
		</div>
					</div>

	

	<div id="col-2021442495" class="col medium-3 small-3 large-3"  >
				<div class="col-inner box-shadow-3 box-shadow-5-hover dark"  >
			
			
	<div class="img has-hover x md-x lg-x y md-y lg-y" id="image_1479115501">
								<div class="img-inner dark" >
			<img decoding="async" width="192" height="240" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/king88-khuyen-mai.webp" class="attachment-original size-original lazyload" alt="King88 khuyến mãi" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 192px; --smush-placeholder-aspect-ratio: 192/240;" />						
					</div>
								
<style>
#image_1479115501 {
  width: 100%;
}
</style>
	</div>
	
		</div>
					</div>

	
</div>
<div class="row"  id="row-1725310831">

	<div id="col-1104548263" class="col small-12 large-12"  >
				<div class="col-inner"  >
			
			
	<div id="text-362687928" class="text">
		
<h1>King88 | Link vào trang chủ King88 – Nhà cái casino uy tín hàng đầu châu Á</h1>
		
<style>
#text-362687928 {
  text-align: center;
  color: rgb(255, 224, 0);
}
#text-362687928 > * {
  color: rgb(255, 224, 0);
}
</style>
	</div>
	
	<div id="text-3227493034" class="text">
		
<blockquote><p><strong><a href="https://firstpack.sa.com/">King88</a></strong> là nhà cái trực tuyến uy tín, mang đến thế giới giải trí cá cược đỉnh cao tại Việt Nam và toàn Châu Á. Với giao diện mượt mà, hệ thống nạp rút siêu tốc, bảo mật an toàn tuyệt đối và đội ngũ hỗ trợ 24/7 chuyên nghiệp – King88 chính là điểm đến lý tưởng cho mọi người chơi. Truy cập ngay <a href="https://firstpack.sa.com/">https://firstpack.sa.com/</a> để khám phá hàng loạt ưu đãi và khuyến mãi hấp dẫn mỗi ngày!</p></blockquote>
		
<style>
#text-3227493034 {
  font-size: 0.95rem;
}
</style>
	</div>
	
		</div>
					</div>

	

	<div id="col-1210075806" class="col small-12 large-12"  >
				<div class="col-inner"  >
			
			
	<div id="text-2079701681" class="text radio">
		
<h2 style="text-align: justify;"><strong>Tổng quan về King88</strong></h2>
<p style="text-align: justify;">Nhà cái<a href="https://firstpack.sa.com/"><strong> King88 com </strong></a>được thành lập vào 2006, đến từ tổ chức Costa Rica. Chuyên cung cấp đa dạng sản phẩm trò chơi cá cược từ casino trực tuyến cho đến các bộ môn thể thao, bắn cá, slot game và một số trò chơi hấp dẫn khác.</p>
<figure id="attachment_463" aria-describedby="caption-attachment-463" style="width: 1265px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-463 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/thien-duong-game-bai-king88.jpg" alt="King88 là thiên đường game bài của hàng triệu bet thủ tại Việt Nam" width="1265" height="399" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/thien-duong-game-bai-king88.jpg 1265w, https://firstpack.sa.com/wp-content/uploads/2024/12/thien-duong-game-bai-king88-300x95.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/thien-duong-game-bai-king88-1024x323.jpg 1024w, https://firstpack.sa.com/wp-content/uploads/2024/12/thien-duong-game-bai-king88-768x242.jpg 768w" data-sizes="(max-width: 1265px) 100vw, 1265px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1265px; --smush-placeholder-aspect-ratio: 1265/399;" /><figcaption id="caption-attachment-463" class="wp-caption-text">King88 là thiên đường game bài của hàng triệu bet thủ tại Việt Nam</figcaption></figure>
<p style="text-align: justify;">Với môi trường cá cược công bằng, minh bạch và nạp rút nhanh chóng, <strong>King88</strong> đã nhanh chóng nổi tiếng và được cộng đồng cược thủ ủng hộ nhiệt tình với lượng truy cập mỗi tháng cực khủng lên đến gần 2 triệu lượt tìm kiếm theo <span style="color: #ffcc00;"><strong>Google</strong></span>.</p>
<h2 style="text-align: justify;"><b>Vì sao bạn nên chọn King88?</b></h2>
<p style="text-align: justify;"><strong>King88</strong> là một trong những nhà cái uy tín hàng đầu và hoạt động lâu năm tại thị trường Việt Nam &#8211; Châu Á, nổi bật với những ưu điểm vượt trội như sau:</p>
<h3 style="text-align: justify;"><strong>Giao diện nền tảng cực chất</strong></h3>
<figure id="attachment_440" aria-describedby="caption-attachment-440" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-440 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/giao-dien-king88.jpg" alt="Giao diện nhà cái King88 được thiết kế đẳng cấp, dễ điều hướng" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/giao-dien-king88.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/giao-dien-king88-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/giao-dien-king88-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-440" class="wp-caption-text">Giao diện nhà cái King88 được thiết kế đẳng cấp, dễ điều hướng</figcaption></figure>
<p style="text-align: justify;">Giao diện<strong> King88</strong> được thiết kế hiện đại và chuyên nghiệp, với tông màu đen huyền bí và hiệu ứng 3D chân thực.</p>
<p style="text-align: justify;">Các thao tác dễ dàng và mượt mà, dễ điều hướng, không gặp tình trạng giật lag khi cá cược, giúp người chơi tối ưu hóa trải nghiệm tại đây.</p>
<h3 style="text-align: justify;"><strong>Quà tặng khuyến mãi ngập tràn</strong></h3>
<p style="text-align: justify;">Các ưu đãi và khuyến mãi <strong>King88</strong> luôn thu hút với các hội viên từ các chương trình thưởng hấp dẫn bao gồm:</p>
<ul style="text-align: justify;">
<li>Khuyến mãi 88K cho thành viên mới</li>
<li>Khuyến mãi đặc biệt các ngày 8, 18, 28 hàng tháng</li>
<li>Nhận hồng bao lì xì mỗi ngày từ 50K đến 8888K.</li>
<li>Ưu đãi khủng dành riêng hội viên VIP</li>
<li>&#8230;</li>
</ul>
<figure id="attachment_441" aria-describedby="caption-attachment-441" style="width: 1024px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-441 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/khuyen-mai-king88-dac-sac.jpg" alt="Khuyến mãi quà tặng bạt ngàn cho hội viên" width="1024" height="323" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/khuyen-mai-king88-dac-sac.jpg 1024w, https://firstpack.sa.com/wp-content/uploads/2024/12/khuyen-mai-king88-dac-sac-300x95.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/khuyen-mai-king88-dac-sac-768x242.jpg 768w" data-sizes="(max-width: 1024px) 100vw, 1024px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024/323;" /><figcaption id="caption-attachment-441" class="wp-caption-text">Khuyến mãi quà tặng bạt ngàn cho hội viên</figcaption></figure>
<h3 style="text-align: justify;"><strong>Nạp rút 3 phút đa ngân hàng</strong></h3>
<p style="text-align: justify;"><b>King88 </b>hỗ trợ nạp rút tiền đa phương thức thanh toán giao dịch từ chuyển khoản trực tiếp qua các ngân hàng như ngân hàng quân đội MB Bank, ACB, Vietcombank, Sacombank&#8230; và các ví điện tử Momo, Viettelpay, Zalopay, kể cả USDT.</p>
<p style="text-align: justify;">Tất cả giao dịch nạp rút tiền được xử lý nhanh chóng, chỉ tầm 1-3 phút kể cả trong giờ cao điểm.</p>
<figure id="attachment_587" aria-describedby="caption-attachment-587" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-587 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/nap-rut-da-ngan-hang.jpg" alt="Đa dạng phương thức nạp rút tại cổng game" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/nap-rut-da-ngan-hang.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/nap-rut-da-ngan-hang-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/nap-rut-da-ngan-hang-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-587" class="wp-caption-text">Đa dạng phương thức nạp rút tại cổng game</figcaption></figure>
<h3 style="text-align: justify;"><b>Hỗ trợ CSKH 24/24 đầy nhiệt huyết</b></h3>
<p style="text-align: justify;">Đội ngũ chuyên viên CSKH của <strong>King88</strong> luôn sẵn sàng hỗ trợ 24/7/365 một cách tận tâm nhằm giải đáp mọi thắc mắc của bạn một cách tốt nhất, đảm bảo bạn có trải nghiệm cá cược suôn sẻ, không bị gián đoạn.</p>
<p style="text-align: justify;">Ngoài ra, bạn có thể liên hệ qua các kênh hỗ trợ của <strong>King 88</strong> như chat trực tuyến, Facebook, Zalo, Telegram, phương thức gửi email, số hotline.</p>
<figure id="attachment_530" aria-describedby="caption-attachment-530" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-530 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/ho-tro-khach-hang-king88.jpg" alt="Nhân viên CSKH luôn túc trực 24/7 sẵn sàng giải đáp các sự cố hội viên" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/ho-tro-khach-hang-king88.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/ho-tro-khach-hang-king88-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/ho-tro-khach-hang-king88-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-530" class="wp-caption-text">Nhân viên CSKH luôn túc trực 24/7 sẵn sàng giải đáp các sự cố hội viên</figcaption></figure>
<h3 style="text-align: justify;"><strong>Bảo mật an toàn thông tin tuyệt đối</strong></h3>
<p style="text-align: justify;">Đối với chúng tôi, bảo mật an toàn thông tin người chơi luôn ưu tiên hàng đầu. Nền tảng <strong>King88</strong> áp dụng các công nghệ và mã hóa SSL 128bit tiên tiến nhất.</p>
<p style="text-align: justify;">Tất cả dữ liệu thông tin hội viên được đội ngũ IT của chúng tôi giám sát theo dõi chặt chẽ, bảo mật tuyệt đối, tránh bị tấn công từ các bên thứ ba.</p>
<h2 style="text-align: justify;"><b>Sản phẩm trò chơi cá cược nổi bật tại King88</b></h2>
<figure id="attachment_453" aria-describedby="caption-attachment-453" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-453 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/kho-game-king88-da-dang.jpg" alt="Đầy đủ các trò chơi cá cược casino trên cổng game" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/kho-game-king88-da-dang.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/kho-game-king88-da-dang-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/kho-game-king88-da-dang-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-453" class="wp-caption-text">Đầy đủ các trò chơi cá cược casino trên cổng game</figcaption></figure>
<p style="text-align: justify;"><strong>King88</strong> sở hữu bộ sưu tập khổng lồ với hàng loạt trò chơi cá cược casino trực tuyến hấp dẫn với các sản phẩm nổi bật như:</p>
<h3 style="text-align: justify;"><strong>Game bài trí tuệ Poker</strong></h3>
<p style="text-align: justify;">Poker hiện đang là trò chơi cực hot và thu hút đông đảo thành viên tại sảnh game bài <strong>King88</strong>, với luật chơi đơn giản nhưng đòi hỏi người chơi cần phải có kỹ năng và chiến thuật hợp lý cùng một chút may mắn để giành được chiến thắng.</p>
<figure id="attachment_466" aria-describedby="caption-attachment-466" style="width: 346px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-466 lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/game-bai-poker-online.jpg" alt="Game bài trí tuệ Poker online" width="346" height="462" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/game-bai-poker-online.jpg 643w, https://firstpack.sa.com/wp-content/uploads/2024/12/game-bai-poker-online-225x300.jpg 225w" data-sizes="(max-width: 346px) 100vw, 346px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 346px; --smush-placeholder-aspect-ratio: 346/462;" /><figcaption id="caption-attachment-466" class="wp-caption-text">Game bài trí tuệ Poker online</figcaption></figure>
<h3 style="text-align: justify;"><b>Casino trực tuyến</b></h3>
<p style="text-align: justify;"><a href="https://firstpack.sa.com/casino-king88/">Casino trực tuyến</a> tại <strong>King88</strong> casino là nơi bạn sẽ được trải nghiệm một loạt game bài đỉnh cao từ nhiều nhà phát hành nổi tiếng hàng đầu như AE Sexy, Dream Gaming (DG), AG Gaming và SA Casino:</p>
<figure id="attachment_442" aria-describedby="caption-attachment-442" style="width: 801px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-442 lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/king88-casino-truc-tuyen.jpg" alt="Sân chơi live casino tại King88 đầy hấp dẫn" width="801" height="414" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/king88-casino-truc-tuyen.jpg 801w, https://firstpack.sa.com/wp-content/uploads/2024/12/king88-casino-truc-tuyen-300x155.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/king88-casino-truc-tuyen-768x397.jpg 768w" data-sizes="(max-width: 801px) 100vw, 801px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 801px; --smush-placeholder-aspect-ratio: 801/414;" /><figcaption id="caption-attachment-442" class="wp-caption-text">Sân chơi live casino tại King88 đầy hấp dẫn</figcaption></figure>
<ul style="text-align: justify;">
<li><span style="color: #ffcc00;">Live Baccarat:</span> Baccarat trực tuyến là trò chơi cực hot và thu hút cực động hôi viên tại <b>King88.com</b>, với lối chơi đơn giản và nhanh chóng.</li>
<li><span style="color: #ffcc00;">Roulette:</span> Quay số và đặt cược để chờ đợi kết quả bất ngờ.</li>
<li><span style="color: #ffcc00;">Xóc đĩa và Tài xỉu:</span> Trò chơi dân gian mang lại cảm giác hồi hộp và căng thẳng.</li>
<li><span style="color: #ffcc00;">Blackjack (Xì Dách):</span> Luật chơi dễ hiểu với cách tính điểm đơn giản nhưng mang nhiều yếu tố chiến lược mới giành được chiến thắng.</li>
</ul>
<p style="text-align: justify;">Tại live casino, bạn có thể vừa đặt cược các trò chơi live casino và vừa tương tác trực tiếp với các Dealer chuyên nghiệp, xinh đẹp không khác gì các sòng casino ngoài đời.</p>
<h3 style="text-align: justify;"><b>Cá cược Thể thao, Esports</b></h3>
<p style="text-align: justify;"><a href="https://firstpack.sa.com/the-thao-king88/"><strong>Thể thao King88</strong></a> là địa chỉ cá cược lý tưởng với vô số kèo cược các bộ môn thể thao từ kèo Châu Á, Châu Âu, kèo Tài xỉu, đi kèm là tỉ lệ trả thưởng siêu hấp dẫn.</p>
<figure id="attachment_533" aria-describedby="caption-attachment-533" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-533 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/san-choi-ca-cuoc-the-thao-uy-tin.jpg" alt="Sân chơi cá cược thể thao chuyên nghiệp và sôi động" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/san-choi-ca-cuoc-the-thao-uy-tin.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/san-choi-ca-cuoc-the-thao-uy-tin-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/san-choi-ca-cuoc-the-thao-uy-tin-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-533" class="wp-caption-text">Sân chơi cá cược thể thao chuyên nghiệp và sôi động</figcaption></figure>
<p style="text-align: justify;">Ngoài ra, nền tảng còn độc quyền livestream phát sóng các giải bóng đá từ trong nước như V-League cho đến các giải đấu quốc tế nổi tiếng: Premier League, Laliga, Ligue 1 và cả các bộ môn Thể thao điện tử (E-Sports) : Liên Minh Huyền Thoại, Dota II, CSGO&#8230;</p>
<p style="text-align: justify;">Tại đây, bạn sẽ được hòa mình vào bầu không khí đầy sôi động với đội ngũ BLV nhiều kinh nghiệm, có trình độ cao phân tích chuyên sâu giúp bạn có cơ hội thắng cược cao cùng các ưu đãi hấp dẫn khác.</p>
<h3 style="text-align: justify;"><b>Kho slot game, bắn cá, nỗ hũ khổng lồ</b></h3>
<p style="text-align: justify;"><strong>King88</strong> sở hữu bộ sưu tập hàng nghìn tựa game đặc sắc đồ từ game slot đến bắn cá,<a href="https://firstpack.sa.com/game-slot-king88/">nổ hũ</a> từ cổ điển đến hiện đại với các phiên bản từ 2D đến 3D sống động đa dạng, giúp người chơi dễ dàng tìm kiếm trò chơi yêu thích.</p>
<p style="text-align: justify;">Cùng cơ chế trả thưởng cao và các tính năng độc đáo mang đến cơ hội giành trúng lớn qua các vòng quay đặc biệt,</p>
<figure id="attachment_450" aria-describedby="caption-attachment-450" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-450 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/Game-slot-ban-ca-king88.jpg" alt="Kho game slot, bắn cá, nổ hũ đầy màu sắc" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/Game-slot-ban-ca-king88.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/Game-slot-ban-ca-king88-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/Game-slot-ban-ca-king88-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-450" class="wp-caption-text">Kho game slot, bắn cá, nổ hũ đầy màu sắc</figcaption></figure>
<h3 style="text-align: justify;"><strong>Lô đề xổ số trực tuyến</strong></h3>
<p style="text-align: justify;">Sảnh xổ số lô đề trực tuyến tại  <strong>King88</strong> có tỷ lệ ăn thưởng hấp dẫn, lên đến <span style="color: #ffcc00;">1:99</span> lần cao hơn nhiều so với trị thường và đa dạng lựa chọn cá cược với các sảnh trực tuyến như TP xổ số, VR, GW&#8230; cho đến các thể loại đánh lô đề trực tuyến như: Bingo online, Lô đề ba miền, lô đề 2 càng, 3 càng, đầu đuôi…</p>
<figure id="attachment_609" aria-describedby="caption-attachment-609" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-609 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/sanh-lo-de-xo-so-king88.webp" alt="Đa hình thức xổ số lô đề online với tỉ lệ trả thưởng 1:99" width="800" height="450" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/sanh-lo-de-xo-so-king88.webp 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/sanh-lo-de-xo-so-king88-300x169.webp 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/sanh-lo-de-xo-so-king88-768x432.webp 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/450;" /><figcaption id="caption-attachment-609" class="wp-caption-text">Đa hình thức xổ số lô đề online với tỉ lệ trả thưởng 1:99</figcaption></figure>
<p style="text-align: justify;">Ngoài ra ,bạn có thể xem hoàn toàn miễn phí với kết quả xổ số được trực tiếp và câp nhật nhanh chóng từ miền Bắc, Trung, Nam.</p>
<h2 style="text-align: justify;"><strong>Hướng dẫn tham gia cá cược tại King88 từ A đến Z</strong></h2>
<p style="text-align: justify;">Bạn là người mới? Muốn tham gia cá cược tại <strong>King88</strong>? Dưới đây là các bước hướng dẫn giúp bạn trở thành hội viên của nhà cái trong vòng 1 nốt nhạc:</p>
<figure id="attachment_447" aria-describedby="caption-attachment-447" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-447 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/cac-buoc-tham-gia-ca-cuoc-king88.jpg" alt="Hướng dẫn chi tiết các bước tham gia cá cược tại King88 cho người mới" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/cac-buoc-tham-gia-ca-cuoc-king88.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/cac-buoc-tham-gia-ca-cuoc-king88-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/cac-buoc-tham-gia-ca-cuoc-king88-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-447" class="wp-caption-text">Hướng dẫn chi tiết các bước tham gia cá cược tại King88 cho người mới</figcaption></figure>
<h3 style="text-align: justify;"><strong>3 bước đăng ký tài khoản King88 nhanh gọn</strong></h3>
<p style="text-align: justify;">1/ Truy cập trang chủ <strong>King88 </strong>=&gt; <span style="color: #ffff00;"><a style="color: #ffff00;" href="https://firstpack.sa.com"><strong>https://firstpack.sa.com/</strong></a></span>, sau đó nhấn vào nút &#8220;Đăng ký&#8221; ở góc phải nền tảng.</p>
<p style="text-align: justify;">2/ Điền đầy đủ thông tin cá nhân của bạn chính xác vào form nhà cái yêu cầu bao gồm:</p>
<ul style="text-align: justify;">
<li>Tên tài khoản (ID đăng nhập)</li>
<li>Tạo mật khẩu và xác nhận lại,</li>
<li>Tên thật ( họ và tên của bạn)</li>
<li>Số điện thoại: Nhập số dt chính chủ của bạn</li>
</ul>
<p style="text-align: justify;">3/ Kiểm tra lại thông tin và tích vào &#8220;Tôi đã trên 18 tuổi &#8221; rồi ấn xác nhận.</p>
<figure id="attachment_448" aria-describedby="caption-attachment-448" style="width: 900px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-448 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/form-dang-ky-king88.jpg" alt="Form thông tin đăng ký tài khoản nhà cái" width="900" height="470" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/form-dang-ky-king88.jpg 900w, https://firstpack.sa.com/wp-content/uploads/2024/12/form-dang-ky-king88-300x157.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/form-dang-ky-king88-768x401.jpg 768w" data-sizes="(max-width: 900px) 100vw, 900px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 900px; --smush-placeholder-aspect-ratio: 900/470;" /><figcaption id="caption-attachment-448" class="wp-caption-text">Form thông tin đăng ký tài khoản nhà cái</figcaption></figure>
<h3 style="text-align: justify;"><strong>Cách tải app King88 về mobile cho IOS / Android</strong></h3>
<p style="text-align: justify;"><strong><a href="https://firstpack.sa.com/">Nhà cái King88</a></strong> hỗ trợ tối ưu cá cược trên tất cả các thiết bị và hệ điều hành bao gồm cả Android và IOS. Dưới đây là các bước tải app <strong>King88</strong> về Mobile của bạn</p>
<figure id="attachment_607" aria-describedby="caption-attachment-607" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-607 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-chi-tiet-tai-app-king88.jpg" alt="Cách tải app King88 về điện thoại trên Androi/IOS cho newbie" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-chi-tiet-tai-app-king88.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-chi-tiet-tai-app-king88-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-chi-tiet-tai-app-king88-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-607" class="wp-caption-text">Cách tải app King88 về điện thoại trên Androi/IOS cho newbie</figcaption></figure>
<ul style="text-align: justify;">
<li><span style="color: #ffcc00;">Đối với iOS:</span> Mở App Store trên Iphone/Ipad, vào thanh tìm kiếm gõ keyword &#8220;<strong>King 88</strong>&#8221; =&gt; Ấn cài đặt .</li>
<li><span style="color: #ffcc00;">Đối với Android:</span> Truy cập Google Play, làm tương tự như bước IOS</li>
</ul>
<p style="text-align: justify;">Hoặc bạn có thể cài đặt ứng dụng  bằng cách quét mã QRCode trực tiếp như sau:</p>
<figure id="attachment_611" aria-describedby="caption-attachment-611" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-611 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/quet-Qrcode-tai-app-king88.jpg" alt="Hướng dẫn các bước quét mã QR để tải app King88" width="800" height="500" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/quet-Qrcode-tai-app-king88.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/quet-Qrcode-tai-app-king88-300x188.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/quet-Qrcode-tai-app-king88-768x480.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/500;" /><figcaption id="caption-attachment-611" class="wp-caption-text">Hướng dẫn các bước quét mã QR để tải app King88</figcaption></figure>
<ul style="text-align: justify;">
<li>Vào lại trang chủ nhà cái =&gt; Chọn &#8220;Tải App&#8221; bằng QRCode</li>
<li>Lựa chọn mã QR phù hợp hệ điều hành điện thoại bạn đang sử dụng.</li>
<li>Mở Zalo hoặc camera để quét QR trên mobile của bạn. Vậy là xong!</li>
</ul>
<h3 style="text-align: justify;"><strong>Ưu điểm khi ứng dụng King88 về mobile</strong></h3>
<ul style="text-align: justify;">
<li>Nhận <span style="color: #ffcc00;">88K</span> khi tải app và đăng ký tài khoản thành công</li>
<li>Truy cập và đăng nhập cá cược bất kỳ đâu</li>
<li>Tốc độ trải nghiệm mượt mà, không giật lag hơn.</li>
<li>Cập nhật và nhận thông báo từ nhà cái cực nhanh</li>
</ul>
<h3 style="text-align: justify;"><strong>Hướng dẫn chi tiết nạp và rút tiền King88</strong></h3>
<p style="text-align: justify;"><strong>King88</strong> hỗ trợ giao dịch thanh toán qua tất cả các ngân hàng tại Việt Nam như ACB, MB Bank, Techcombank, Vietcombank, cùng các ví điện tử như Viettelpay, Zalopay, Momo và cả USDT.</p>
<p style="text-align: justify;">Quy trình xử lý diễn ra nhanh chóng, chỉ mất từ 1-3 phút,  dưới đây là các bước hướng dẫn nạp và rút tiền chi tiết:</p>
<p style="text-align: justify;"><strong><span style="color: #ffcc00;">1/ Hướng dẫn nạp tiền</span></strong></p>
<figure id="attachment_462" aria-describedby="caption-attachment-462" style="width: 937px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-462 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-nap-rut-tien-king88.png" alt="Hướng dẫn các bước nạp rút tiền chi tiết nhanh gọn" width="937" height="799" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-nap-rut-tien-king88.png 937w, https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-nap-rut-tien-king88-300x256.png 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-nap-rut-tien-king88-768x655.png 768w" data-sizes="(max-width: 937px) 100vw, 937px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 937px; --smush-placeholder-aspect-ratio: 937/799;" /><figcaption id="caption-attachment-462" class="wp-caption-text">Hướng dẫn các bước nạp rút tiền chi tiết nhanh gọn</figcaption></figure>
<ul style="text-align: justify;">
<li>Truy cập vào website trang chủ hoặc app <b>King88.com</b></li>
<li>Chọn mục &#8220;Nạp tiền&#8221; để bắt đầu giao dịch.</li>
<li>Lựa chọn phương thức thanh toán phù hợp với bạn.</li>
</ul>
<p style="text-align: justify;"><strong><span style="color: #ffcc00;">2/ Hướng dẫn rút tiền</span></strong></p>
<figure id="attachment_610" aria-describedby="caption-attachment-610" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-610 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/giao-dien-rut-tien-king88.jpg" alt="Thao tác các bước rút tiền đơn giản" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/giao-dien-rut-tien-king88.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/giao-dien-rut-tien-king88-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/giao-dien-rut-tien-king88-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-610" class="wp-caption-text">Thao tác các bước rút tiền đơn giản</figcaption></figure>
<ul style="text-align: justify;">
<li>Chọn mục &#8220;Rút tiền&#8221; như hình trên giao diện trang chủ.</li>
<li>Điền thông tin tài khoản ngân hàng và số điểm mà bạn muốn rút</li>
<li>Check lại thông tin kỹ và xác nhận yêu cầu rút tiền.</li>
</ul>
<blockquote><p>Với các bước hướng dẫn chi tiết và đầy đủ ở trên, bạn đã có thể dễ dàng bắt đầu tham gia cá cược tại thiên đường game bài hàng đầu tại Việt Nam.</p></blockquote>
<h3 style="text-align: justify;"><strong>Lưu ý hội viên nên chơi có trách nhiệm</strong></h3>
<p style="text-align: justify;">Chúng tôi khuyến khích các hội viên nên cá cược có giới hạn, đảm bảo trách nhiệm không làm ảnh hưởng đến gia đình hoặc những người thân xung quanh.</p>
<p style="text-align: justify;">Trên nền tảng <strong>King 88</strong> có cung cấp các công cụ như giới hạn đặt cược, tự loại trừ giúp hội viên có thể kiểm soát mức cược trong tầm kiểm soát.</p>
<figure id="attachment_461" aria-describedby="caption-attachment-461" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-461 size-full lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/king88-trach-nhiem.jpg" alt="Cá cược thông minh, giải trí lành mạnh, tăng thu nhập hợp lý" width="800" height="400" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/king88-trach-nhiem.jpg 800w, https://firstpack.sa.com/wp-content/uploads/2024/12/king88-trach-nhiem-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/king88-trach-nhiem-768x384.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800/400;" /><figcaption id="caption-attachment-461" class="wp-caption-text">Cá cược thông minh, giải trí lành mạnh, tăng thu nhập hợp lý</figcaption></figure>
<h2 style="text-align: justify;"><strong>Kết luận</strong></h2>
<p style="text-align: justify;">Với các ưu điểm nổi bật từ kho game cá cược đa dạng, dịch vụ hỗ trợ người chơi 5 sao, cũng như hệ thống bảo mật tiên tiến và các ưu đãi khuyến mãi hấp dẫn, <strong><a href="https://firstpack.sa.com/">King88clb.com</a> </strong>là thiên đường game bài giải trí đỉnh cao với môi trường chuyên nghiệp và minh bạch cho tất cả người chơi.</p>
<p style="text-align: justify;">Đăng ký và tạo tài khoản ngay để không bỏ lỡ cơ hội nhận những phần thưởng hấp dẫn từ cổng game!</p>
			</div>
	
		</div>
					</div>

	

	<div id="col-1521390008" class="col small-12 large-12"  >
				<div class="col-inner"  >
			
			
<div class="container section-title-container" ><h3 class="section-title section-title-center"><b></b><span class="section-title-main" >FAQS - Vấn đề thắc mắc thường gặp</span><b></b></h3></div>
<div class="row"  id="row-436484010">

	<div id="col-1879776687" class="col small-12 large-12"  >
				<div class="col-inner"  >
			
			
<div class="accordion">
	<div id="accordion-4252489441" class="accordion-item">
		<a id="accordion-4252489441-label" class="accordion-title plain" href="#accordion-item-king88-là-nhà-cái-nào?-có-uy-tín-không?" aria-expanded="false" aria-controls="accordion-4252489441-content" >
			<button class="toggle" aria-label="Chuyển đổi"><i class="icon-angle-down"></i></button>
			<span>King88 là nhà cái nào? Có uy tín không?</span>
		</a>
		<div id="accordion-4252489441-content" class="accordion-inner" aria-labelledby="accordion-4252489441-label" >
			
<p><strong>King88</strong> là nhà cái casino uy tín nổi tiếng trên thị trường Việt Nam, sở hữu giấy phép kinh doanh hợp pháp, trụ sở chính đặt tại Philippines. Chúng tôi cam kết mang đến môi trường cá cược minh bạch cho tất cả người chơi.</p>
		</div>
	</div>
	
	<div id="accordion-950950564" class="accordion-item">
		<a id="accordion-950950564-label" class="accordion-title plain" href="#accordion-item-Ưu-điểm-gì-khi-cá-cược-tại-đây?" aria-expanded="false" aria-controls="accordion-950950564-content" >
			<button class="toggle" aria-label="Chuyển đổi"><i class="icon-angle-down"></i></button>
			<span>Ưu điểm gì khi cá cược tại đây?</span>
		</a>
		<div id="accordion-950950564-content" class="accordion-inner" aria-labelledby="accordion-950950564-label" >
			
<p>Đến với nhà cái <strong>King88.com</strong>, bạn sẽ được trải nghiệm kho game cá cược khổng lồ với chất lượng cao đi cùng là dịch vụ hỗ trợ khách hàng tận tâm và nhiều chương trình thưởng hấp dẫn.</p>
		</div>
	</div>
	
	<div id="accordion-2376194314" class="accordion-item">
		<a id="accordion-2376194314-label" class="accordion-title plain" href="#accordion-item-tôi-phải-làm-gì-khi-gặp-sự-cố-trong-quá-trình-cá-cược?" aria-expanded="false" aria-controls="accordion-2376194314-content" >
			<button class="toggle" aria-label="Chuyển đổi"><i class="icon-angle-down"></i></button>
			<span>Tôi phải làm gì khi gặp sự cố trong quá trình cá cược?</span>
		</a>
		<div id="accordion-2376194314-content" class="accordion-inner" aria-labelledby="accordion-2376194314-label" >
			
<p>Trong quá trình đặt cược tại cổng game, nếu gặp phải các sự cố liên quan đến tài khoản cá cược, bạn hãy liên hệ với chúng tôi qua các kênh sau đây:</p>
<ul>
<li><span style="color: #ffcc00;">Livechat:</span> Truy cập vào trang chủ <strong>King88</strong> và chọn mục chát trực tiếp.</li>
<li><span style="color: #ffcc00;">Facebook:</span> Liên hệ qua fanpage Facebook nhà cái.</li>
<li><span style="color: #ffcc00;">Zalo:</span> Liên hệ và kết bạn với nhân viên hỗ trợ của chúng tôi qua phương thức Zalo</li>
<li><span style="color: #ffcc00;">Telegram:</span> Chát ngay qua ứng dụng telegram với bộ phận CSKH 24/7 của chúng tôi</li>
<li><span style="color: #ffcc00;">Hotline:</span> Gọi ngay vào số đường dây nóng của chúng tôi nếu bạn cần liên hệ gấp.</li>
</ul>
		</div>
	</div>
	
	<div id="accordion-273897362" class="accordion-item">
		<a id="accordion-273897362-label" class="accordion-title plain" href="#accordion-item-link-truy-cập-trang-chủ-chính-thức-của-king88?" aria-expanded="false" aria-controls="accordion-273897362-content" >
			<button class="toggle" aria-label="Chuyển đổi"><i class="icon-angle-down"></i></button>
			<span>Link truy cập trang chủ chính thức của King88?</span>
		</a>
		<div id="accordion-273897362-content" class="accordion-inner" aria-labelledby="accordion-273897362-label" >
			
<p>Hiện tại, có rất nhiều đường link lạ trên các nền tảng mạng xã hội, khiến mọi người cảm thấy hoang mang, để tránh bị lừa đảo và bảo vệ an toàn cho tài khoản, mọi người chỉ nên truy cập vào liên kết dưới đây:</p>
<ul>
<li>Link trang chủ chính thức: &#8221; <a href="https://firstpack.sa.com/"><span style="color: #ffcc00;"><b>King88clb.com</b></span></a> &#8220;.👉</li>
</ul>
<p>Đây là liên kết chính thức, giúp bạn đăng nhập và truy cập vào nền tảng khi bị các nhà mạng chặn cũng như tốc độ load nhanh chóng.</p>
		</div>
	</div>
	
</div>
		</div>
					</div>

	
</div>
		</div>
					</div>

	

	<div id="col-811005259" class="col small-12 large-12"  >
				<div class="col-inner"  >
			
			
	<div id="text-2813250969" class="text">
		
<h3>BÀI VIẾT MỚI NHẤT</h3>
		
<style>
#text-2813250969 {
  font-size: 1.55rem;
  text-align: center;
  color: rgb(255, 252, 0);
}
#text-2813250969 > * {
  color: rgb(255, 252, 0);
}
@media (min-width:550px) {
  #text-2813250969 {
    font-size: 1.15rem;
  }
}
</style>
	</div>
	

  
    <div class="row large-columns-3 medium-columns-1 small-columns-1 slider row-slider slider-nav-reveal slider-nav-push"  data-flickity-options='{&quot;imagesLoaded&quot;: true, &quot;groupCells&quot;: &quot;100%&quot;, &quot;dragThreshold&quot; : 5, &quot;cellAlign&quot;: &quot;left&quot;,&quot;wrapAround&quot;: true,&quot;prevNextButtons&quot;: true,&quot;percentPosition&quot;: true,&quot;pageDots&quot;: false, &quot;rightToLeft&quot;: false, &quot;autoPlay&quot; : false}' >

  <div class="col post-item" >
			<div class="col-inner">
				<div class="box box-normal box-text-bottom box-blog-post has-hover">
            					<div class="box-image" >
  						<div class="image-cover" style="padding-top:56.25%;">
							<a href="https://firstpack.sa.com/viet-nam-thua-malaysia/" class="plain" aria-label="Việt Nam thua Malaysia &#8211; Nhà Cái King88 Firstpack">
								<img decoding="async" width="300" height="169" data-src="https://firstpack.sa.com/wp-content/uploads/2025/06/viet-nam-tut-hang-fifa-sau-khi-thua-malaysia-300x169.webp" class="attachment-medium size-medium wp-post-image lazyload" alt="Việt nam thua malaysia ảnh đại diện" data-srcset="https://firstpack.sa.com/wp-content/uploads/2025/06/viet-nam-tut-hang-fifa-sau-khi-thua-malaysia-300x169.webp 300w, https://firstpack.sa.com/wp-content/uploads/2025/06/viet-nam-tut-hang-fifa-sau-khi-thua-malaysia.webp 480w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/169;" />							</a>
  							  							  						</div>
  						  					</div>
          					<div class="box-text text-center" >
					<div class="box-text-inner blog-post-inner">

					
										<h5 class="post-title is-large ">
						<a href="https://firstpack.sa.com/viet-nam-thua-malaysia/" class="plain">Việt Nam thua Malaysia &#8211; Nhà Cái King88 Firstpack</a>
					</h5>
										<div class="is-divider"></div>
										<p class="from_the_blog_excerpt ">
						Trận đấu giữa đội tuyển Việt Nam và Malaysia tại vòng loại Asian Cup 2027 [...]					</p>
					                    
					
					
					</div>
					</div>
									</div>
			</div>
		</div><div class="col post-item" >
			<div class="col-inner">
				<div class="box box-normal box-text-bottom box-blog-post has-hover">
            					<div class="box-image" >
  						<div class="image-cover" style="padding-top:56.25%;">
							<a href="https://firstpack.sa.com/tai-app-king88/" class="plain" aria-label="Tải App King88 &#8211; Trải Nghiệm Mượt Mà Trên Hệ IOS Và Android">
								<img decoding="async" width="300" height="150" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-tai-app-king88-300x150.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="Thiết lập các bước tải app King88 dành cho newbie" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-tai-app-king88-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-tai-app-king88-768x384.jpg 768w, https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-tai-app-king88.jpg 800w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/150;" />							</a>
  							  							  						</div>
  						  					</div>
          					<div class="box-text text-center" >
					<div class="box-text-inner blog-post-inner">

					
										<h5 class="post-title is-large ">
						<a href="https://firstpack.sa.com/tai-app-king88/" class="plain">Tải App King88 &#8211; Trải Nghiệm Mượt Mà Trên Hệ IOS Và Android</a>
					</h5>
										<div class="is-divider"></div>
										<p class="from_the_blog_excerpt ">
						Tải app King88 về điện thoại sẽ mang đến cho người chơi những trải nghiệm giải [...]					</p>
					                    
					
					
					</div>
					</div>
									</div>
			</div>
		</div><div class="col post-item" >
			<div class="col-inner">
				<div class="box box-normal box-text-bottom box-blog-post has-hover">
            					<div class="box-image" >
  						<div class="image-cover" style="padding-top:56.25%;">
							<a href="https://firstpack.sa.com/rut-tien-king88/" class="plain" aria-label="Rút tiền King88 &#8211; Bí Quyết Thành Công Với Vài Bước Đơn Giản">
								<img decoding="async" width="300" height="150" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-rut-tien-king88-chi-tiet-300x150.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="Hướng dẫn rút tiền tại nhà cái King88 chi tiết A-Z" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-rut-tien-king88-chi-tiet-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-rut-tien-king88-chi-tiet-768x384.jpg 768w, https://firstpack.sa.com/wp-content/uploads/2024/12/huong-dan-rut-tien-king88-chi-tiet.jpg 800w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/150;" />							</a>
  							  							  						</div>
  						  					</div>
          					<div class="box-text text-center" >
					<div class="box-text-inner blog-post-inner">

					
										<h5 class="post-title is-large ">
						<a href="https://firstpack.sa.com/rut-tien-king88/" class="plain">Rút tiền King88 &#8211; Bí Quyết Thành Công Với Vài Bước Đơn Giản</a>
					</h5>
										<div class="is-divider"></div>
										<p class="from_the_blog_excerpt ">
						Rút tiền King88 là chủ đề được nhiều người chơi quan tâm nhất khi tham [...]					</p>
					                    
					
					
					</div>
					</div>
									</div>
			</div>
		</div><div class="col post-item" >
			<div class="col-inner">
				<div class="box box-normal box-text-bottom box-blog-post has-hover">
            					<div class="box-image" >
  						<div class="image-cover" style="padding-top:56.25%;">
							<a href="https://firstpack.sa.com/poker-truc-tuyen/" class="plain" aria-label="Poker Trực Tuyến &#8211; Tuyệt Phẩm Giải Trí Đỏ Đen Ở Mọi Thời Đại ">
								<img decoding="async" width="300" height="157" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/game-bai-poker-truc-tuyen-king88-300x157.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="Poker Trực Tuyến - Tuyệt Phẩm Giải Trí Đỏ Đen Ở Mọi Thời Đại" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/game-bai-poker-truc-tuyen-king88-300x157.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/game-bai-poker-truc-tuyen-king88-768x402.jpg 768w, https://firstpack.sa.com/wp-content/uploads/2024/12/game-bai-poker-truc-tuyen-king88.jpg 800w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/157;" />							</a>
  							  							  						</div>
  						  					</div>
          					<div class="box-text text-center" >
					<div class="box-text-inner blog-post-inner">

					
										<h5 class="post-title is-large ">
						<a href="https://firstpack.sa.com/poker-truc-tuyen/" class="plain">Poker Trực Tuyến &#8211; Tuyệt Phẩm Giải Trí Đỏ Đen Ở Mọi Thời Đại </a>
					</h5>
										<div class="is-divider"></div>
										<p class="from_the_blog_excerpt ">
						Poker trực tuyến là một trò game đã tồn tại lâu đời tại các sòng [...]					</p>
					                    
					
					
					</div>
					</div>
									</div>
			</div>
		</div><div class="col post-item" >
			<div class="col-inner">
				<div class="box box-normal box-text-bottom box-blog-post has-hover">
            					<div class="box-image" >
  						<div class="image-cover" style="padding-top:56.25%;">
							<a href="https://firstpack.sa.com/poker-online-king88/" class="plain" aria-label="Poker Online King88 &#8211; Nền Tảng Đẳng Cấp Cho Người Chơi">
								<img decoding="async" width="300" height="150" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/poker-online-king88-300x150.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="Poker Online King88 - Nền Tảng Đẳng Cấp Cho Người Chơi" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/poker-online-king88-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/poker-online-king88-768x384.jpg 768w, https://firstpack.sa.com/wp-content/uploads/2024/12/poker-online-king88.jpg 800w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/150;" />							</a>
  							  							  						</div>
  						  					</div>
          					<div class="box-text text-center" >
					<div class="box-text-inner blog-post-inner">

					
										<h5 class="post-title is-large ">
						<a href="https://firstpack.sa.com/poker-online-king88/" class="plain">Poker Online King88 &#8211; Nền Tảng Đẳng Cấp Cho Người Chơi</a>
					</h5>
										<div class="is-divider"></div>
										<p class="from_the_blog_excerpt ">
						Poker online King88 là nền tảng chơi trực tuyến hàng đầu, mang đến cho khách [...]					</p>
					                    
					
					
					</div>
					</div>
									</div>
			</div>
		</div><div class="col post-item" >
			<div class="col-inner">
				<div class="box box-normal box-text-bottom box-blog-post has-hover">
            					<div class="box-image" >
  						<div class="image-cover" style="padding-top:56.25%;">
							<a href="https://firstpack.sa.com/poker/" class="plain" aria-label="Poker &#8211; Game Bài HOT Được Nhiều Bet Thủ Yêu Thích">
								<img decoding="async" width="300" height="150" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/tro-choi-poker-300x150.jpg" class="attachment-medium size-medium wp-post-image lazyload" alt="Poker - Game bài đang HOT được nhiều bet thủ yêu thích" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/tro-choi-poker-300x150.jpg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/tro-choi-poker-768x384.jpg 768w, https://firstpack.sa.com/wp-content/uploads/2024/12/tro-choi-poker.jpg 800w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/150;" />							</a>
  							  							  						</div>
  						  					</div>
          					<div class="box-text text-center" >
					<div class="box-text-inner blog-post-inner">

					
										<h5 class="post-title is-large ">
						<a href="https://firstpack.sa.com/poker/" class="plain">Poker &#8211; Game Bài HOT Được Nhiều Bet Thủ Yêu Thích</a>
					</h5>
										<div class="is-divider"></div>
										<p class="from_the_blog_excerpt ">
						Siêu phẩm game bài poker luôn mang đến sức cuốn hút, đầy hấp dẫn, thu [...]					</p>
					                    
					
					
					</div>
					</div>
									</div>
			</div>
		</div><div class="col post-item" >
			<div class="col-inner">
				<div class="box box-normal box-text-bottom box-blog-post has-hover">
          					<div class="box-text text-center" >
					<div class="box-text-inner blog-post-inner">

					
										<h5 class="post-title is-large ">
						<a href="https://firstpack.sa.com/nha-cai-king88-dong-hanh-cung-concert-g-dragon/" class="plain">King88 x G-Dragon Concert Hà Nội: VPBank đồng hành!</a>
					</h5>
										<div class="is-divider"></div>
										<p class="from_the_blog_excerpt ">
						Kỷ nguyên Kpop tại Việt Nam bước vào thời khắc bùng nổ khi G-Dragon chính [...]					</p>
					                    
					
					
					</div>
					</div>
									</div>
			</div>
		</div><div class="col post-item" >
			<div class="col-inner">
				<div class="box box-normal box-text-bottom box-blog-post has-hover">
            					<div class="box-image" >
  						<div class="image-cover" style="padding-top:56.25%;">
							<a href="https://firstpack.sa.com/nap-tien-king88/" class="plain" aria-label="Nạp Tiền King88 &#8211; Quy Trình Đơn Giản Dành Cho Tân Binh">
								<img decoding="async" width="300" height="150" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/nap-tien-king88-300x150.jpeg" class="attachment-medium size-medium wp-post-image lazyload" alt="Nạp tiền King88 siêu tốc nhận ngay hàng ngàn ưu đãi khủng" data-srcset="https://firstpack.sa.com/wp-content/uploads/2024/12/nap-tien-king88-300x150.jpeg 300w, https://firstpack.sa.com/wp-content/uploads/2024/12/nap-tien-king88-768x384.jpeg 768w, https://firstpack.sa.com/wp-content/uploads/2024/12/nap-tien-king88.jpeg 800w" data-sizes="(max-width: 300px) 100vw, 300px" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/150;" />							</a>
  							  							  						</div>
  						  					</div>
          					<div class="box-text text-center" >
					<div class="box-text-inner blog-post-inner">

					
										<h5 class="post-title is-large ">
						<a href="https://firstpack.sa.com/nap-tien-king88/" class="plain">Nạp Tiền King88 &#8211; Quy Trình Đơn Giản Dành Cho Tân Binh</a>
					</h5>
										<div class="is-divider"></div>
										<p class="from_the_blog_excerpt ">
						Nạp tiền King88 là bước khởi đầu để bạn khám phá thế giới giải trí [...]					</p>
					                    
					
					
					</div>
					</div>
									</div>
			</div>
		</div></div>
		</div>
					</div>

	
</div>
		</div>

		
<style>
#section_1088166870 {
  padding-top: 0px;
  padding-bottom: 0px;
}
</style>
	</section>
	

<!-- MOLONGUI AUTHORSHIP PLUGIN 5.1.0 -->
<!-- https://www.molongui.com/wordpress-plugin-post-authors -->

<div class="molongui-clearfix"></div><div class="m-a-box " data-box-layout="slim" data-box-position="below" data-multiauthor="false" data-author-id="1" data-author-type="user" data-author-archived=""><div class="m-a-box-container"><div class="m-a-box-tab m-a-box-content m-a-box-profile" data-profile-layout="layout-1" data-author-ref="user-1" itemscope itemid="https://firstpack.sa.com/author/admin/" itemtype="https://schema.org/Person"><div class="m-a-box-content-top"></div><div class="m-a-box-content-middle"><div class="m-a-box-item m-a-box-avatar" data-source="gravatar"><a class="m-a-box-avatar-url" href="https://firstpack.sa.com/author/admin/"><img alt='' data-src='https://secure.gravatar.com/avatar/28fa5a1e49aaa6d569f73b83646fda00e5c2d7002d018a9d757fd5657b2958ce?s=150&#038;d=mp&#038;r=g' data-srcset='https://secure.gravatar.com/avatar/28fa5a1e49aaa6d569f73b83646fda00e5c2d7002d018a9d757fd5657b2958ce?s=300&#038;d=mp&#038;r=g 2x' class='avatar avatar-150 photo lazyload' height='150' width='150' itemprop=  "image" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150/150;" /></a></div><div class="m-a-box-item m-a-box-data"><div class="m-a-box-name m-a-box-title"><p itemprop="name"><a class="m-a-box-name-url " href="https://firstpack.sa.com/author/admin/" itemprop="url"> Thần Điêu King88</a></p></div><div class="m-a-box-item m-a-box-meta"><a href="https://firstpack.sa.com" target="_blank"><span class="m-a-box-string-web">Web</span></a>&nbsp;<span class="m-a-box-meta-divider">|</span>&nbsp; <a href="#" class="m-a-box-data-toggle" rel="nofollow"><span class="m-a-box-string-more-posts">+ posts</span><span class="m-a-box-string-bio" style="display:none">Bio ⮌</span></a><script type="rocketlazyloadscript" data-rocket-type="text/javascript">document.addEventListener('DOMContentLoaded',function(){document.addEventListener('click',function(event){const target=event.target.closest('.m-a-box-data-toggle');if(target){event.preventDefault();let authorBox=target.closest('.m-a-box');if(authorBox.getAttribute('data-multiauthor')){authorBox=target.closest('[data-author-ref]')}if(authorBox){const postLabel=target.querySelector('.m-a-box-string-more-posts');const bioLabel=target.querySelector('.m-a-box-string-bio');if(postLabel.style.display==="none"){postLabel.style.display="inline";bioLabel.style.display="none"}else{postLabel.style.display="none";bioLabel.style.display="inline"}const bio=authorBox.querySelector('.m-a-box-bio');const related=authorBox.querySelector('.m-a-box-related-entries');if(related.style.display==="none"){related.style.display="block";bio.style.display="none"}else{related.style.display="none";bio.style.display="block"}}}})});</script></div><div class="m-a-box-bio" itemprop="description"><p>Thần Điêu King88 là chuyên gia phân tích cá cược thể thao, casino trực tuyến và các game đổi thưởng tại nhà cái King88 – thương hiệu uy tín hàng đầu châu Á. Với hơn 10 năm kinh nghiệm trong ngành cá cược trực tuyến, Thần Điêu không chỉ là người chơi lão luyện mà còn là cây bút chuyên sâu, luôn mang đến những bài viết đánh giá chất lượng, khách quan và cập nhật xu hướng mới nhất trong giới game thủ.</p></div><div class="m-a-box-related" data-related-layout="layout-1"><div class="m-a-box-item m-a-box-related-entries" style="display:none;"><ul><li><div class="m-a-box-related-entry" itemscope itemtype="http://schema.org/CreativeWork"><div class="molongui-display-none" itemprop="author" itemscope itemtype="http://schema.org/Person"><div itemprop="name">Thần Điêu King88</div><div itemprop="url">https://firstpack.sa.com/author/admin/</div></div><div class="m-a-box-related-entry-title"><i class="m-a-icon-doc"></i><a class="molongui-remove-underline" href="https://firstpack.sa.com/viet-nam-thua-malaysia/" itemprop="url"><span itemprop="headline">Việt Nam thua Malaysia &#8211; Nhà Cái King88 Firstpack</span></a></div></div></li><li><div class="m-a-box-related-entry" itemscope itemtype="http://schema.org/CreativeWork"><div class="molongui-display-none" itemprop="author" itemscope itemtype="http://schema.org/Person"><div itemprop="name">Thần Điêu King88</div><div itemprop="url">https://firstpack.sa.com/author/admin/</div></div><div class="m-a-box-related-entry-title"><i class="m-a-icon-doc"></i><a class="molongui-remove-underline" href="https://firstpack.sa.com/nha-cai-king88-dong-hanh-cung-concert-g-dragon/" itemprop="url"><span itemprop="headline">King88 x G-Dragon Concert Hà Nội: VPBank đồng hành!</span></a></div></div></li><li><div class="m-a-box-related-entry" itemscope itemtype="http://schema.org/CreativeWork"><div class="molongui-display-none" itemprop="author" itemscope itemtype="http://schema.org/Person"><div itemprop="name">Thần Điêu King88</div><div itemprop="url">https://firstpack.sa.com/author/admin/</div></div><div class="m-a-box-related-entry-title"><i class="m-a-icon-doc"></i><a class="molongui-remove-underline" href="https://firstpack.sa.com/dan-de-36-so/" itemprop="url"><span itemprop="headline">Dàn Đề 36 Số: Khái Niệm Và Cách Nuôi Hiệu Quả Như Cao Thủ</span></a></div></div></li><li><div class="m-a-box-related-entry" itemscope itemtype="http://schema.org/CreativeWork"><div class="molongui-display-none" itemprop="author" itemscope itemtype="http://schema.org/Person"><div itemprop="name">Thần Điêu King88</div><div itemprop="url">https://firstpack.sa.com/author/admin/</div></div><div class="m-a-box-related-entry-title"><i class="m-a-icon-doc"></i><a class="molongui-remove-underline" href="https://firstpack.sa.com/dan-de-rong-bach-kim-la-gi/" itemprop="url"><span itemprop="headline">Dàn Đề Rồng Bạch Kim Là Gì Và Cách Soi Cầu Siêu Chuẩn</span></a></div></div></li></ul></div></div></div></div><div class="m-a-box-content-bottom"></div></div></div></div>
			
		
</div>



</main>

<footer id="footer" class="footer-wrapper">

	
	<section class="section" id="section_589044130">
		<div class="section-bg fill" >
									<div class="effect-sparkle bg-effect fill no-click"></div>
			

		</div>

		

		<div class="section-content relative">
			

<div class="row"  id="row-1610332907">


	<div id="col-1666103739" class="col medium-3 small-12 large-3"  >
				<div class="col-inner dark"  >
			
			

	<div id="text-1174807486" class="text">
		
<h3 style="text-align: justify;"><span style="color: #ffff00;">Giới Thiệu King88</span></h3>
<p style="text-align: justify;"><a href="https://firstpack.sa.com/"><strong>King88</strong></a> là cổng game bài giải trí chất lượng cao và minh bạch tại thị trường cá cược online Việt Nam. Tại đây, bạn sẽ được trải nghiệm kho game đa dạng từ cá cược từ thể thao, casino live, Poker, nổ hũ, bắn cá và các trò chơi hấp dẫn khác. Trải nghiệm ngay!</p>


<figure id="attachment_217" aria-describedby="caption-attachment-217" style="width: 300px" class="wp-caption aligncenter"><img class="size-medium wp-image-217 lazyload" data-src="https://firstpack.sa.com/wp-content/uploads/2024/12/logo-king88clb-300x168.png" alt="Trang chủ nhà cái King88" width="300" height="168" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300/168;" /><figcaption id="caption-attachment-217" class="wp-caption-text">Trang chủ nhà cái King88</figcaption></figure>

Hastag: <strong>#King88</strong> <strong>#king88com</strong> <strong>#king88.com</strong> <strong>#king88clb</strong>

		
<style>
#text-1174807486 {
  font-size: 0.9rem;
}
@media (min-width:550px) {
  #text-1174807486 {
    font-size: 0.9rem;
  }
}
</style>
	</div>
	

		</div>
					</div>

	

	<div id="col-199997533" class="col medium-3 small-6 large-3"  >
				<div class="col-inner dark"  >
			
			

	<div id="text-3282768201" class="text">
		
<h3><span style="color: #ffff00;">King88 Games</span></h3>
<ul>
 	<li><a href="https://firstpack.sa.com/game-bai-king88/">Game bài</a></li>
 	<li><a href="https://firstpack.sa.com/the-thao-king88/">Thể Thao</a></li>
 	<li><a href="https://firstpack.sa.com/game-slot-king88/">Game Slot</a></li>
 	<li><a href="https://firstpack.sa.com/ban-ca-king88/">Bắn cá</a></li>
 	<li><a href="https://firstpack.sa.com/e-sports-king88/">E-Sports</a></li>
 	<li><a href="https://firstpack.sa.com/xo-so-lo-de-king88/">Xổ Số Lô Đề</a></li>
</ul>
		
<style>
#text-3282768201 {
  font-size: 0.9rem;
}
@media (min-width:550px) {
  #text-3282768201 {
    font-size: 0.9rem;
  }
}
</style>
	</div>
	

		</div>
					</div>

	

	<div id="col-1458240003" class="col medium-3 small-6 large-3"  >
				<div class="col-inner dark"  >
			
			

	<div id="text-4065341848" class="text">
		
<h3><span style="color: #ffff00;">Hướng dẫn tân thủ</span></h3>
<ul>
 	<li><a href="https://firstpack.sa.com/dang-ky-king88/">Đăng ký King88</a></li>
 	<li><a href="https://firstpack.sa.com/dang-nhap-king88/">Đăng nhập King88</a></li>
 	<li><a href="https://firstpack.sa.com/nap-tien-king88/">Nạp tiền King88</a></li>
 	<li><a href="https://firstpack.sa.com/rut-tien-king88/">Rút tiền King88</a></li>
 	<li><a href="https://firstpack.sa.com/tai-app-king88/">Tải app King88</a></li>
 	<li><a href="https://firstpack.sa.com/khuyen-mai-king88/">Khuyến mãi King88</a></li>
</ul>
		
<style>
#text-4065341848 {
  font-size: 0.9rem;
}
@media (min-width:550px) {
  #text-4065341848 {
    font-size: 0.9rem;
  }
}
</style>
	</div>
	

		</div>
					</div>

	

	<div id="col-1739176527" class="col medium-3 small-12 large-3"  >
				<div class="col-inner dark"  >
			
			

	<div id="text-2295039249" class="text">
		
<h3 style="text-align: justify;"><span style="color: #ffff00;">Thông tin liên hệ</span></h3>
<ul>
 	<li style="text-align: justify;">Địa chỉ: 366 Huỳnh Tấn Phát, phường Bình Thuận, quận 7, TPHCM, Việt Nam. 71900</li>
 	<li style="text-align: justify;">Giờ làm việc: 11:00 - 23:00 các ngày trong tuần</li>
 	<li style="text-align: justify;">Website: <a href="https://firstpack.sa.com/"><strong>https://firstpack.sa.com/</strong></a></li>
 	<li style="text-align: justify;">Hotline: 0938179861</li>
 	<li style="text-align: justify;">Email: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d8b3b1b6bfe0e0bbb4babbb7b598bfb5b9b1b4f6bbb7b5">[email&#160;protected]</a></li>
 	<li>Tác giả CEO: <a href="https://firstpack.sa.com/ceo-than-dieu-dai-ca/">Thần Điêu 2025</a></li>
 	<li style="text-align: justify;"><a href="https://firstpack.sa.com/sitemap.xml">Sơ đồ trang web</a></li>
 	<li style="text-align: justify;"><a href="https://firstpack.sa.com/sitemap_index.xml">Sitemap_index</a></li>
</ul>
		
<style>
#text-2295039249 {
  font-size: 0.9rem;
}
@media (min-width:550px) {
  #text-2295039249 {
    font-size: 0.9rem;
  }
}
</style>
	</div>
	
<div class="social-icons follow-icons full-width text-center" ><a href="https://www.facebook.com/king88clbcom/" target="_blank" data-label="Facebook" class="icon primary button circle facebook tooltip" title="Theo dõi trên Facebook" aria-label="Theo dõi trên Facebook" rel="noopener nofollow" ><i class="icon-facebook" ></i></a><a href="https://x.com/king88clbcom" data-label="Twitter" target="_blank" class="icon primary button circle twitter tooltip" title="Theo dõi trên Twitter" aria-label="Theo dõi trên Twitter" rel="noopener nofollow" ><i class="icon-twitter" ></i></a><a href="https://www.pinterest.com/king88clbcom/" data-label="Pinterest" target="_blank" class="icon primary button circle pinterest tooltip" title="Theo dõi trên Pinterest" aria-label="Theo dõi trên Pinterest" rel="noopener nofollow" ><i class="icon-pinterest" ></i></a><a href="https://www.youtube.com/@king88clbcom" data-label="YouTube" target="_blank" class="icon primary button circle youtube tooltip" title="Theo dõi trên YouTube" aria-label="Theo dõi trên YouTube" rel="noopener nofollow" ><i class="icon-youtube" ></i></a></div>

		</div>
					</div>

	

</div>

		</div>

		
<style>
#section_589044130 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(0, 0, 0);
}
</style>
	</section>
	
<div class="absolute-footer dark medium-text-center text-center">
  <div class="container clearfix">

    
    <div class="footer-primary pull-left">
            <div class="copyright-footer">
        Copyright 2025 © Tất cả bản quyền thuộc về <strong><a href="https://firstpack.sa.com" style="color: inherit;">King88</a></strong>
<a href="//www.dmca.com/Protection/Status.aspx?ID=ac1bdc77-0b71-494d-8d79-b648fc794db2" title="DMCA.com Protection Status" class="dmca-badge"rel='nofollow'> <img data-src="https://images.dmca.com/Badges/_dmca_premi_badge_5.png?ID=ac1bdc77-0b71-494d-8d79-b648fc794db2"  alt="DMCA.com Protection Status" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="lazyload" /></a>  <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://firstpack.sa.com/wp-content/cache/min/1/Badges/DMCABadgeHelper.min.js?ver=1750340965" defer> </script>      </div>
          </div>
  </div>
</div>

<a href="#top" class="back-to-top button icon invert plain fixed bottom z-1 is-outline round" id="top-link" aria-label="Lên đầu trang"><i class="icon-angle-up" ></i></a>

</footer>

</div>

<div id="main-menu" class="mobile-sidebar no-scrollbar mfp-hide">

	
	<div class="sidebar-menu no-scrollbar ">

		
					<ul class="nav nav-sidebar nav-vertical nav-uppercase" data-tab="1">
				<li class="header-search-form search-form html relative has-icon">
	<div class="header-search-form-wrapper">
		<div class="searchform-wrapper ux-search-box relative is-normal"><form method="get" class="searchform" action="https://firstpack.sa.com/" role="search">
		<div class="flex-row relative">
			<div class="flex-col flex-grow">
	   	   <input type="search" class="search-field mb-0" name="s" value="" id="s" placeholder="Search&hellip;" />
			</div>
			<div class="flex-col">
				<button type="submit" class="ux-search-submit submit-button secondary button icon mb-0" aria-label="Gửi">
					<i class="icon-search" ></i>				</button>
			</div>
		</div>
    <div class="live-search-results text-left z-top"></div>
</form>
</div>	</div>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-has-children menu-item-646"><a href="https://firstpack.sa.com/" aria-current="page">King88</a>
<ul class="sub-menu nav-sidebar-ul children">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-732"><a href="https://firstpack.sa.com/dang-ky-king88/">Đăng ký King88</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-733"><a href="https://firstpack.sa.com/dang-nhap-king88/">Đăng nhập King88</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-734"><a href="https://firstpack.sa.com/tai-app-king88/">Tải App King88</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-735"><a href="https://firstpack.sa.com/nap-tien-king88/">Nạp tiền King88</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-736"><a href="https://firstpack.sa.com/rut-tien-king88/">Rút tiền King88</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1059"><a href="https://firstpack.sa.com/casino-king88/">Casino</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-815"><a href="https://firstpack.sa.com/the-thao-king88/">Thể Thao</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-1057"><a href="https://firstpack.sa.com/game-bai-king88/">Game bài</a>
<ul class="sub-menu nav-sidebar-ul children">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1064"><a href="https://firstpack.sa.com/blackjack-king88/">BlackJack</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1063"><a href="https://firstpack.sa.com/poker-online-king88/">Poker Online</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1061"><a href="https://firstpack.sa.com/baccarat-online/">Baccarat online</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-740"><a href="https://firstpack.sa.com/game-slot-king88/">Game Slot</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-882"><a href="https://firstpack.sa.com/ban-ca-king88/">Bắn cá</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-752"><a href="https://firstpack.sa.com/e-sports-king88/">E-Sports</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-346"><a href="https://firstpack.sa.com/xo-so-lo-de-king88/">Xổ Số Lô Đề</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-833"><a href="https://firstpack.sa.com/khuyen-mai-king88/">Khuyến mãi</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-814"><a href="https://firstpack.sa.com/tin-tuc/">Tin tức</a></li>
			</ul>
		
		
	</div>

	
</div>
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/flatsome\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<style>
#rc_popup_btn {
    z-index: 999999;
    cursor: pointer;
    position: fixed;

    top: 50%; transform: translateY(-50%);right: 0px;}

.modal_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#rc_modal_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 98;
}

#rc_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 20px;
    max-width: 600px;
    height: 330px;
    width: 90%;
    z-index: 9999;
    border-radius: 8px;
    display: none;
}

#rc_result {
    /*padding-top: 60px;*/
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    #rc_modal {
        background-size: cover;
        padding: 10px;
        height: 300px;
        z-index: 99999999;
    }

    #rc_result {
        font-size: 25px;
        /*padding-top: 20px;*/
        font-size: 35px;

    }

    #rc_modal #rc_modal_close {
        position: absolute;
        right: 10px;
        top: 0px !important;
        font-size: 35px;
        cursor: pointer;
        color: #fff;
    }
}

@media screen and (max-width: 425px) {
    #rc_modal {
        background-size: contain;
        padding: 10px;
        height: 200px;
    }

    /*#rc_result {*/
    /*    padding-top: 20px;*/
    /*}*/

    #rc_modal #rc_modal_close {
        position: absolute;
        right: 10px;
        top: 0px !important;
        font-size: 35px;
        cursor: pointer;
        color: #fff;
    }
}

#rc_modal #rc_modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 35px;
    cursor: pointer;
    color: #fff;
}
</style>

<button id="rc_popup_btn" title="Nhận mã">
    <img width="250" height="250" data-src="https://firstpack.sa.com/wp-content/uploads/2025/05/gif.gif" alt="" style="--smush-placeholder-width: 250px; --smush-placeholder-aspect-ratio: 250/250;width: 120px; height: auto;" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="lazyload" />
    <span id="rc_popup_close"
        style="position: absolute; top: -30px; right: 0px; font-size: 40px; cursor: pointer; z-index: 999999;">&times;</span>
</button>

<div id="rc_modal_overlay"></div>
<div id="rc_modal" style="background-image:inherit;" data-bg-image="url(&#039;https://arlington.uk.com/wp-content/uploads/2025/05/bg-popup.webp&#039;)" class="lazyload">
    <p style="color: #fff; margin-top: 5px;">CODE KHUYẾN MÃI CỦA BẠN</p>
    <span id="rc_modal_close" style="margin-top: 0px;">&times;</span>
    <div class="modal_content" style="color: #fff;">
        <div id="rc_box">
    <button id="rc_button" class="rc_btn">Nhận mã</button>
    <div>
        <div id="rc_result" style=""></div>
        <a target="_blank" rel="nofollow" title="https://789b43.com/" style="text-align: center; display: block;"
            href="https://789b43.com/">Hãy truy cập link sau để nhập code và nhận khuyến mãi.</a>
    </div>


</div>
<style>
#rc_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#rc_result {
    text-align: center;
}

#rc_box button {
    margin: 10px 0 0 0;
}

#rc_box a {
    font-size: 18px;
    padding: 10px;
    color: #fff;
}

#rc_box a:hover {
    color: blue;
}

.rc_btn {
    background: transparent;
    border: 1px solid #1e1e1e;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    width: 235px;

}

.rc_btn:hover {
    background: #1e1e1e;
}

.rc_btn:disabled {
    background: gray;
}

@media screen and (max-width: 435px) {
    .rc_btn {
        background: transparent;
        border: 1px solid #1e1e1e;
        color: white;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 5px;
        width: 235px;
        margin-top: 0;
    }

    #rc_box a {
        font-size: 13px;
        padding: 10px;
        color: #fff;
    }
}
</style>
<script type="rocketlazyloadscript">
let claimedCode = localStorage.getItem("rc_code");
if (claimedCode) {
    document.getElementById("rc_result").innerHTML = "<strong></strong> " + claimedCode;
    document.getElementById("rc_button").style.display = "none";
} else {
    document.getElementById("rc_button").addEventListener("click", function() {
        let btn = this;
        btn.disabled = true;
        let time = 45;
        let interval = setInterval(function() {
            btn.innerText = "Chờ " + time + " giây...";
            time--;
            if (time < 0) {
                clearInterval(interval);
                fetch("https://firstpack.sa.com/wp-admin/admin-ajax.php?action=rc_get_code")
                    .then(res => res.text())
                    .then(code => {
                        if (code.startsWith("ERR")) {
                            document.getElementById("rc_result").innerText = code;
                        } else {
                            document.getElementById("rc_result").innerHTML =
                                "<strong></strong> " + code;
                            localStorage.setItem("rc_code", code);
                            btn.style.display = "none";
                        }
                    });
            }
        }, 1000);
    });
}
</script>
    </div>


</div>

<script type="rocketlazyloadscript">
document.getElementById('rc_popup_btn').addEventListener('click', function(event) {
    if (event.target.id === 'rc_popup_close') {
        document.getElementById('rc_popup_btn').style.display = 'none';
    } else {
        document.getElementById('rc_modal_overlay').style.display = 'block';
        document.getElementById('rc_modal').style.display = 'block';
    }
});
document.getElementById('rc_popup_close').addEventListener('click', function(event) {
    event.stopPropagation();
    document.getElementById('rc_popup_btn').style.display = 'none';
});
document.getElementById('rc_popup_btn').addEventListener('click', function() {
    document.getElementById('rc_modal_overlay').style.display = 'block';
    document.getElementById('rc_modal').style.display = 'block';
});

document.getElementById('rc_modal_overlay').addEventListener('click', function() {
    this.style.display = 'none';
    document.getElementById('rc_modal').style.display = 'none';
});

document.getElementById('rc_modal_close').addEventListener('click', function() {
    document.getElementById('rc_modal_overlay').style.display = 'none';
    document.getElementById('rc_modal').style.display = 'none';
});
</script>

<div class="km-btn km-btn-bottom-right" style="cursor:pointer;width:150px;height:150px;z-index:9999;position:fixed;" onclick="jQuery('#km-popup').fadeIn();" title="Nhận mã khuyến mãi" bis_skin_checked="1">
    <img width="250" height="250" data-src="https://www.tattooremoval.uk.net/wp-content/uploads/2025/05/gif.gif" style="--smush-placeholder-width: 250px; --smush-placeholder-aspect-ratio: 250/250;width:100%;height:100%;object-fit:contain;display:block;" alt="KM Icon" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="lazyload">
    <!-- Nút tắt ở góc phải trên -->
    <span class="km-btn-close" onclick="event.stopPropagation();this.closest('.km-btn').style.display='none';" title="Ẩn nút nhận mã">×</span>
</div>
<link data-minify="1" rel='stylesheet' id='flatsome-effects-css' href='https://firstpack.sa.com/wp-content/cache/background-css/firstpack.sa.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/css/effects.css?ver=1750340965&wpr_t=1750484664' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #f2f226;--wp--preset--color--secondary: #1976d2;--wp--preset--color--success: #7a9c59;--wp--preset--color--alert: #b20000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-success-color{color: var(--wp--preset--color--success) !important;}.has-alert-color{color: var(--wp--preset--color--alert) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-success-background-color{background-color: var(--wp--preset--color--success) !important;}.has-alert-background-color{background-color: var(--wp--preset--color--alert) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-success-border-color{border-color: var(--wp--preset--color--success) !important;}.has-alert-border-color{border-color: var(--wp--preset--color--alert) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<script type="text/javascript" id="molongui-authorship-byline-js-extra">
/* <![CDATA[ */
var molongui_authorship_byline_params = {"byline_prefix":"","byline_suffix":"","byline_separator":",\u00a0","byline_last_separator":"\u00a0and\u00a0","byline_link_title":"View all posts by","byline_link_class":"","byline_dom_tree":"","byline_dom_prepend":"","byline_dom_append":"","byline_decoder":"v3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://firstpack.sa.com/wp-content/plugins/molongui-authorship/assets/js/byline.f4f7.min.js?ver=5.1.0" id="molongui-authorship-byline-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/firstpack.sa.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="text/javascript" id="rocket_lazyload_css-js-extra">
/* <![CDATA[ */
var rocket_lazyload_css_data = {"threshold":"300"};
/* ]]> */
</script>
<script type="text/javascript" id="rocket_lazyload_css-js-after">
/* <![CDATA[ */
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{t&&(o.innerHTML+=t.style,t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://firstpack.sa.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js?ver=1750340965" id="flatsome-live-search-js" defer></script>
<script type="text/javascript" src="https://firstpack.sa.com/wp-content/plugins/wp-smush-pro/app/assets/js/smush-lazy-load.min.js?ver=3.16.11" id="smush-lazy-load-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://firstpack.sa.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer></script>
<script type="text/javascript" id="flatsome-js-js-extra">
/* <![CDATA[ */
var flatsomeVars = {"theme":{"version":"3.19.8"},"ajaxurl":"https:\/\/firstpack.sa.com\/wp-admin\/admin-ajax.php","rtl":"","sticky_height":"70","stickyHeaderHeight":"0","scrollPaddingTop":"0","assets_url":"https:\/\/firstpack.sa.com\/wp-content\/themes\/flatsome\/assets\/","lightbox":{"close_markup":"<button title=\"%title%\" type=\"button\" class=\"mfp-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/button>","close_btn_inside":false},"user":{"can_edit_pages":false},"i18n":{"mainMenu":"Menu ch\u00ednh","toggleButton":"Chuy\u1ec3n \u0111\u1ed5i"},"options":{"cookie_notice_version":"1","swatches_layout":false,"swatches_disable_deselect":false,"swatches_box_select_event":false,"swatches_box_behavior_selected":false,"swatches_box_update_urls":"1","swatches_box_reset":false,"swatches_box_reset_limited":false,"swatches_box_reset_extent":false,"swatches_box_reset_time":300,"search_result_latency":"0"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://firstpack.sa.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/flatsome.js?ver=1750340965" id="flatsome-js-js" defer></script>

</body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1750459464 -->