200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: 8sgi.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!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="http://gmpg.org/xfn/11" /> <link rel="pingback" href="https://8sgi.com/xmlrpc.php" /> <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>8S - Thiên Đường Cá Cược Đỉnh Cao, Đáng Đầu Tư Nhất 2025</title> <meta name="description" content="8S cung cấp kho trò chơi cá cược đa dạng từ thể thao, casino đến nổ hũ, bắn cá, xổ số,... đảm bảo trải nghiệm giải trí hấp dẫn và cơ hội trúng thưởng cao."/> <meta name="robots" content="noindex, nofollow"/> <meta property="og:locale" content="vi_VN" /> <meta property="og:type" content="website" /> <meta property="og:title" content="8S - Thiên Đường Cá Cược Đỉnh Cao, Đáng Đầu Tư Nhất 2025" /> <meta property="og:description" content="8S cung cấp kho trò chơi cá cược đa dạng từ thể thao, casino đến nổ hũ, bắn cá, xổ số,... đảm bảo trải nghiệm giải trí hấp dẫn và cơ hội trúng thưởng cao." /> <meta property="og:url" content="https://8sgi.com/" /> <meta property="og:site_name" content="8sgi.com" /> <meta property="og:updated_time" content="2025-05-02T21:36:23+07:00" /> <meta property="og:image" content="https://8sgi.com/wp-content/uploads/2025/05/8s.jpg" /> <meta property="og:image:secure_url" content="https://8sgi.com/wp-content/uploads/2025/05/8s.jpg" /> <meta property="og:image:width" content="800" /> <meta property="og:image:height" content="400" /> <meta property="og:image:alt" content="Nhà cái 8S" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="article:published_time" content="2025-04-18T15:34:02+07:00" /> <meta property="article:modified_time" content="2025-05-02T21:36:23+07:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="8S - Thiên Đường Cá Cược Đỉnh Cao, Đáng Đầu Tư Nhất 2025" /> <meta name="twitter:description" content="8S cung cấp kho trò chơi cá cược đa dạng từ thể thao, casino đến nổ hũ, bắn cá, xổ số,... đảm bảo trải nghiệm giải trí hấp dẫn và cơ hội trúng thưởng cao." /> <meta name="twitter:image" content="https://8sgi.com/wp-content/uploads/2025/05/8s.jpg" /> <meta name="twitter:label1" content="Được viết bởi" /> <meta name="twitter:data1" content="admin" /> <meta name="twitter:label2" content="Thời gian để đọc" /> <meta name="twitter:data2" content="8 phút" /> <script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://8sgi.com/#person","name":"8sgi.com"},{"@type":"WebSite","@id":"https://8sgi.com/#website","url":"https://8sgi.com","name":"8sgi.com","publisher":{"@id":"https://8sgi.com/#person"},"inLanguage":"vi","potentialAction":{"@type":"SearchAction","target":"https://8sgi.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://8sgi.com/wp-content/uploads/2025/05/8s.jpg","url":"https://8sgi.com/wp-content/uploads/2025/05/8s.jpg","width":"800","height":"400","caption":"Nh\u00e0 c\u00e1i 8S","inLanguage":"vi"},{"@type":"WebPage","@id":"https://8sgi.com/#webpage","url":"https://8sgi.com/","name":"8S - Thi\u00ean \u0110\u01b0\u1eddng C\u00e1 C\u01b0\u1ee3c \u0110\u1ec9nh Cao, \u0110\u00e1ng \u0110\u1ea7u T\u01b0 Nh\u1ea5t 2025","datePublished":"2025-04-18T15:34:02+07:00","dateModified":"2025-05-02T21:36:23+07:00","about":{"@id":"https://8sgi.com/#person"},"isPartOf":{"@id":"https://8sgi.com/#website"},"primaryImageOfPage":{"@id":"https://8sgi.com/wp-content/uploads/2025/05/8s.jpg"},"inLanguage":"vi"},{"@type":"Person","@id":"https://8sgi.com/author/admin/","name":"admin","url":"https://8sgi.com/author/admin/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/d379603b434f5ff632b10a64ef936d991daeb38133d294932639e08853d4b7fd?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/d379603b434f5ff632b10a64ef936d991daeb38133d294932639e08853d4b7fd?s=96&d=mm&r=g","caption":"admin","inLanguage":"vi"},"sameAs":["http://8sgi.com"]},{"@type":"Article","headline":"8S - Thi\u00ean \u0110\u01b0\u1eddng C\u00e1 C\u01b0\u1ee3c \u0110\u1ec9nh Cao, \u0110\u00e1ng \u0110\u1ea7u T\u01b0 Nh\u1ea5t 2025","keywords":"8S","datePublished":"2025-04-18T15:34:02+07:00","dateModified":"2025-05-02T21:36:23+07:00","author":{"@id":"https://8sgi.com/author/admin/","name":"admin"},"publisher":{"@id":"https://8sgi.com/#person"},"description":"8S cung c\u1ea5p kho tr\u00f2 ch\u01a1i c\u00e1 c\u01b0\u1ee3c \u0111a d\u1ea1ng t\u1eeb th\u1ec3 thao, casino \u0111\u1ebfn n\u1ed5 h\u0169, b\u1eafn c\u00e1, x\u1ed5 s\u1ed1,... \u0111\u1ea3m b\u1ea3o tr\u1ea3i nghi\u1ec7m gi\u1ea3i tr\u00ed h\u1ea5p d\u1eabn v\u00e0 c\u01a1 h\u1ed9i tr\u00fang th\u01b0\u1edfng cao.","name":"8S - Thi\u00ean \u0110\u01b0\u1eddng C\u00e1 C\u01b0\u1ee3c \u0110\u1ec9nh Cao, \u0110\u00e1ng \u0110\u1ea7u T\u01b0 Nh\u1ea5t 2025","@id":"https://8sgi.com/#richSnippet","isPartOf":{"@id":"https://8sgi.com/#webpage"},"image":{"@id":"https://8sgi.com/wp-content/uploads/2025/05/8s.jpg"},"inLanguage":"vi","mainEntityOfPage":{"@id":"https://8sgi.com/#webpage"}}]}</script> <!-- /Plugin SEO WordPress Rank Math --> <link rel='prefetch' href='https://8sgi.com/wp-content/themes/flatsome/assets/js/flatsome.js?ver=e1ad26bd5672989785e1' /> <link rel='prefetch' href='https://8sgi.com/wp-content/themes/flatsome/assets/js/chunk.slider.js?ver=3.19.11' /> <link rel='prefetch' href='https://8sgi.com/wp-content/themes/flatsome/assets/js/chunk.popups.js?ver=3.19.11' /> <link rel='prefetch' href='https://8sgi.com/wp-content/themes/flatsome/assets/js/chunk.tooltips.js?ver=3.19.11' /> <link rel="alternate" type="application/rss+xml" title="Dòng thông tin 8sgi.com »" href="https://8sgi.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="8sgi.com » Dòng bình luận" href="https://8sgi.com/comments/feed/" /> <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='flatsome-main-css' href='https://8sgi.com/wp-content/cache/background-css/8sgi.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/css/flatsome.css?ver=1746196659&wpr_t=1746221859' 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://8sgi.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot?v=3.19.11); src: url(https://8sgi.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.19.11) format("embedded-opentype"), url(https://8sgi.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.19.11) format("woff2"), url(https://8sgi.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.ttf?v=3.19.11) format("truetype"), url(https://8sgi.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.19.11) format("woff"), url(https://8sgi.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.svg?v=3.19.11#fl-icons) format("svg"); } </style> <link rel='stylesheet' id='flatsome-style-css' href='https://8sgi.com/wp-content/themes/flatsome/style.css?ver=3.19.11' type='text/css' media='all' /> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-9177ba11-f3e2-44cd-b0ae-34941944cefb) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://8sgi.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://8sgi.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://8sgi.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://8sgi.com/wp-json/wp/v2/pages/25" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://8sgi.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <link rel='shortlink' href='https://8sgi.com/' /> <link rel="alternate" title="oNhúng (JSON)" type="application/json+oembed" href="https://8sgi.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2F8sgi.com%2F" /> <link rel="alternate" title="oNhúng (XML)" type="text/xml+oembed" href="https://8sgi.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2F8sgi.com%2F&format=xml" /> <meta name="google-site-verification" content="AjuE449fIJ7V8FtlBCylnda72hcWvjQkWGHNDOTATx0" /><link rel="icon" href="https://8sgi.com/wp-content/uploads/2025/04/favicon-8s-150x150.png" sizes="32x32" /> <link rel="icon" href="https://8sgi.com/wp-content/uploads/2025/04/favicon-8s-300x300.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://8sgi.com/wp-content/uploads/2025/04/favicon-8s-300x300.png" /> <meta name="msapplication-TileImage" content="https://8sgi.com/wp-content/uploads/2025/04/favicon-8s-300x300.png" /> <style id="custom-css" type="text/css">:root {--primary-color: #446084;--fs-color-primary: #446084;--fs-color-secondary: #d26e4b;--fs-color-success: #7a9c59;--fs-color-alert: #b20000;--fs-experimental-link-color: #0086fc;--fs-experimental-link-color-hover: #000000;}.tooltipster-base {--tooltip-color: #fff;--tooltip-bg-color: #000;}.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {--drawer-width: 300px;}html{background-color:#0086fc!important;}.container-width, .full-width .ubermenu-nav, .container, .row{max-width: 1120px}.row.row-collapse{max-width: 1090px}.row.row-small{max-width: 1112.5px}.row.row-large{max-width: 1150px}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:200px;}.header-bottom{min-height: 20px}.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}.header-bottom {background-color: #0086fc}.header-bottom-nav > li > a{line-height: 17px }@media (max-width: 549px) {.header-main{height: 70px}#logo img{max-height: 70px}}body{color: #000000}h1,h2,h3,h4,h5,h6,.heading-font{color: #0086fc;}body{font-family: Roboto, sans-serif;}body {font-weight: 400;font-style: normal;}.nav > li > a {font-family: Roboto, sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family: Roboto, 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: Roboto, sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2 {font-weight: 700;font-style: normal;}.alt-font{font-family: Roboto, sans-serif;}.alt-font {font-weight: 400!important;font-style: normal!important;}.is-divider{background-color: #0086fc;}.absolute-footer, html{background-color: #ffffff}.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 id="kirki-inline-styles">/* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.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: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* math */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.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: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.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: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.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: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.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: 'Roboto'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.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: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.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: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2) format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; } /* math */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.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: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.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: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.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: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.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: 'Roboto'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://8sgi.com/wp-content/fonts/roboto/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.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><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpr-lazyload-bg"></style><style id="wpr-lazyload-bg-exclusion"></style> <noscript> <style id="wpr-lazyload-bg-nostyle">:root{--wpr-bg-289358dc-1e61-4952-af94-4a17ea8e0713: url('../../../../../../../../../../../../themes/flatsome/assets/img/underline.png');}:root{--wpr-bg-c9dc531a-ddcf-4d64-9fc1-c078fd959cda: url('../../../../../../../../../../../../themes/flatsome/assets/img/[email protected]');}:root{--wpr-bg-9177ba11-f3e2-44cd-b0ae-34941944cefb: url('https://8sgi.com/wp-content/plugins/wp-rocket/assets/img/youtube.png');}</style> </noscript> <script type="application/javascript">const rocket_pairs = [{"selector":".fancy-underline","style":":root{--wpr-bg-289358dc-1e61-4952-af94-4a17ea8e0713: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/underline.png');}","hash":"289358dc-1e61-4952-af94-4a17ea8e0713"},{"selector":".slider-style-shadow .flickity-slider>*","style":":root{--wpr-bg-c9dc531a-ddcf-4d64-9fc1-c078fd959cda: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/themes\/flatsome\/assets\/img\/[email protected]');}","hash":"c9dc531a-ddcf-4d64-9fc1-c078fd959cda"},{"selector":".rll-youtube-player .play","style":":root{--wpr-bg-9177ba11-f3e2-44cd-b0ae-34941944cefb: url('https:\/\/8sgi.com\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png');}","hash":"9177ba11-f3e2-44cd-b0ae-34941944cefb"}]; const rocket_excluded_pairs = [];</script></head> <body class="home wp-singular page-template-default page page-id-25 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 has-sticky sticky-jump"> <div class="header-wrapper"> <div id="masthead" class="header-main "> <div class="header-inner flex-row container logo-left medium-logo-center" role="navigation"> <!-- Logo --> <div id="logo" class="flex-col logo"> <!-- Header logo --> <a href="https://8sgi.com/" title="8sgi.com" rel="home"> <img width="500" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" class="header_logo header-logo" alt="8sgi.com" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/04/lo-go-8s.png"/><noscript><img width="500" height="500" src="https://8sgi.com/wp-content/uploads/2025/04/lo-go-8s.png" class="header_logo header-logo" alt="8sgi.com"/></noscript><img width="500" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" class="header-logo-dark" alt="8sgi.com" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/04/lo-go-8s.png"/><noscript><img width="500" height="500" src="https://8sgi.com/wp-content/uploads/2025/04/lo-go-8s.png" class="header-logo-dark" alt="8sgi.com"/></noscript></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="" 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 flex-grow"> <ul class="header-nav header-nav-main nav nav-left 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-uppercase"> <li class="html header-button-1"> <div class="header-button"> <a href="https://www.8s97.cc/?inviteCode=27505034&regAgentJumpFlag=1" class="button alert is-small" rel="nofollow" style="border-radius:99px;"> <span>ĐĂNG KÝ BÚ +888K</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-size-medium nav-spacing-medium nav-uppercase"> <li id="menu-item-48" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-25 current_page_item menu-item-48 active menu-item-design-default"><a href="https://8sgi.com/" aria-current="page" class="nav-top-link">8S</a></li> <li id="menu-item-57" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-57 menu-item-design-default"><a href="https://8sgi.com/huong-dan-8s/" class="nav-top-link">HƯỚNG DẪN</a></li> <li id="menu-item-49" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49 menu-item-design-default"><a href="https://8sgi.com/ban-ca-8s/" class="nav-top-link">BẮN CÁ</a></li> <li id="menu-item-50" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50 menu-item-design-default"><a href="https://8sgi.com/casino-8s/" class="nav-top-link">CASINO</a></li> <li id="menu-item-51" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51 menu-item-design-default"><a href="https://8sgi.com/da-ga-8s/" class="nav-top-link">ĐÁ GÀ</a></li> <li id="menu-item-54" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54 menu-item-design-default"><a href="https://8sgi.com/no-hu-8s/" class="nav-top-link">NỔ HŨ</a></li> <li id="menu-item-55" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55 menu-item-design-default"><a href="https://8sgi.com/the-thao-8s/" class="nav-top-link">THỂ THAO</a></li> <li id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52 menu-item-design-default"><a href="https://8sgi.com/khuyen-mai-8s/" class="nav-top-link">KHUYẾN MÃI</a></li> <li id="menu-item-58" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-58 menu-item-design-default"><a href="https://8sgi.com/tin-tuc-8s/" class="nav-top-link">TIN TỨC</a></li> <li id="menu-item-53" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53 menu-item-design-default"><a href="https://8sgi.com/lien-he-8s/" class="nav-top-link">LIÊN HỆ</a></li> </ul> </div> <div class="flex-col show-for-medium flex-grow"> <ul class="nav header-bottom-nav nav-center mobile-nav nav-size-medium nav-spacing-medium nav-uppercase"> <li class="html header-button-1"> <div class="header-button"> <a href="https://www.8s97.cc/?inviteCode=27505034&regAgentJumpFlag=1" class="button alert is-small" rel="nofollow" style="border-radius:99px;"> <span>ĐĂNG KÝ BÚ +888K</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> <main id="main" class=""> <div id="content" class="content-area page-wrapper" role="main"> <div class="row row-main"> <div class="large-12 col"> <div class="col-inner"> <div class="row" id="row-484426675"> <div id="col-188141188" class="col small-12 large-12" > <div class="col-inner" > <div class="img has-hover x md-x lg-x y md-y lg-y" id="image_1125893539"> <div class="img-inner dark" > <img fetchpriority="high" decoding="async" width="2048" height="480" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202048%20480'%3E%3C/svg%3E" class="attachment-2048x2048 size-2048x2048" alt="Banner 8s" data-lazy-srcset="https://8sgi.com/wp-content/uploads/2025/04/banner-8s-2048x480.jpg 2048w, https://8sgi.com/wp-content/uploads/2025/04/banner-8s-300x70.jpg 300w, https://8sgi.com/wp-content/uploads/2025/04/banner-8s-1024x240.jpg 1024w, https://8sgi.com/wp-content/uploads/2025/04/banner-8s-768x180.jpg 768w, https://8sgi.com/wp-content/uploads/2025/04/banner-8s-1536x360.jpg 1536w" data-lazy-sizes="(max-width: 2048px) 100vw, 2048px" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/04/banner-8s-2048x480.jpg" /><noscript><img fetchpriority="high" decoding="async" width="2048" height="480" src="https://8sgi.com/wp-content/uploads/2025/04/banner-8s-2048x480.jpg" class="attachment-2048x2048 size-2048x2048" alt="Banner 8s" srcset="https://8sgi.com/wp-content/uploads/2025/04/banner-8s-2048x480.jpg 2048w, https://8sgi.com/wp-content/uploads/2025/04/banner-8s-300x70.jpg 300w, https://8sgi.com/wp-content/uploads/2025/04/banner-8s-1024x240.jpg 1024w, https://8sgi.com/wp-content/uploads/2025/04/banner-8s-768x180.jpg 768w, https://8sgi.com/wp-content/uploads/2025/04/banner-8s-1536x360.jpg 1536w" sizes="(max-width: 2048px) 100vw, 2048px" /></noscript> </div> <style> #image_1125893539 { width: 100%; } </style> </div> <div class="container section-title-container" ><h1 class="section-title section-title-center"><b></b><span class="section-title-main" >8S - 8S.COM NỀN TẢNG CÁ CƯỢC HÀNG ĐẦU CHÂU Á</span><b></b></h1></div> <div class="row" id="row-479984591"> <div id="col-1277187771" class="col small-12 large-12" > <div class="col-inner" > <p><a href="https://8sgi.com/"><b>8S</b></a><span style="font-weight: 400;"> là nền tảng cá cược trực tuyến nổi bật hiện nay được đông đảo người chơi lựa chọn nhờ chất lượng dịch vụ uy tín. Danh mục sản phẩm phong phú đảm bảo sẽ thỏa mãn nhu cầu giải trí của mọi tệp khách hàng. Từ cược thể thao đến casino, bắn cá hay nổ hũ luôn mang đến trải nghiệm kiếm thưởng hấp dẫn.</span></p> <h2><b>Tổng quan về thương hiệu nhà cái 8S</b></h2> <p><span style="font-weight: 400;">Nhà cái </span><b>8S</b><span style="font-weight: 400;"> được thành lập bởi những người giàu kinh nghiệm và đầy tâm huyết với mong muốn mang đến sân chơi cá cược chuyên nghiệp. Thông qua bề dày kinh nghiệm nhiều năm, đơn vị không ngừng hoàn thiện hệ thống, mở rộng và xây dựng uy tín vững chắc tại nhiều khu vực. Từ một nền tảng ít người biết, giờ đây chúng tôi đã vươn lên trở thành thương hiệu có lượng khách hàng đông đảo.</span></p> <figure id="attachment_286" aria-describedby="caption-attachment-286" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-286" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3C/svg%3E" alt="Sơ lược thông tin về nhà cái 8S" width="800" height="400" data-lazy-srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-gioi-thieu.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-gioi-thieu-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-gioi-thieu-768x384.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/05/8s-gioi-thieu.jpg" /><noscript><img decoding="async" class="size-full wp-image-286" src="https://8sgi.com/wp-content/uploads/2025/05/8s-gioi-thieu.jpg" alt="Sơ lược thông tin về nhà cái 8S" width="800" height="400" srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-gioi-thieu.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-gioi-thieu-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-gioi-thieu-768x384.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><figcaption id="caption-attachment-286" class="wp-caption-text"><em>Sơ lược thông tin về nhà cái 8S</em></figcaption></figure> <p><span style="font-weight: 400;">Với định hướng phát triển lâu dài, </span><b>8S</b><span style="font-weight: 400;"> không chỉ tập trung vào lợi nhuận mà đặt sự minh bạch cùng trải nghiệm khách hàng lên ưu tiên số một. Mọi hoạt động tại nền tảng đều lấy công bằng, trách nhiệm và phát triển bền vững làm giá trị cốt lõi. Thương hiệu luôn hướng đến việc định hình một sân chơi giải trí trực tuyến uy tín, mang đến những trải nghiệm cá cược an toàn và minh bạch nhất.</span></p> <p><span style="font-weight: 400;">Cam kết của </span><b>8S</b><span style="font-weight: 400;"> là xây dựng nên một môi trường vui chơi công bằng, nơi mọi kết quả đều được giám sát chặt chẽ và không có hành vi gian lận. Chúng tôi luôn đặt lợi ích cũng như sự an tâm của khách hàng lên hàng đầu, xem đây là nền tảng cho sự phát triển lâu dài. Mỗi ván cược không đơn thuần chỉ để giải trí mà còn là minh chứng cho sự uy tín, đẳng cấp và chuyên nghiệp của nhà cái.</span></p> <h2><b>Những thế mạnh ấn tượng của nhà cái 8S</b></h2> <p><span style="font-weight: 400;">Nhà cái </span><b>8S</b><span style="font-weight: 400;"> đã và đang chứng minh vị thế của mình bằng những ưu điểm vượt trội so với nhiều đối thủ cạnh tranh khác trên thị trường. Dưới đây là loạt điểm mạnh giúp nền tảng thu hút hàng triệu thành viên tham gia mỗi ngày:</span></p> <h3><b>Danh mục sản phẩm đa dạng</b></h3> <p><span style="font-weight: 400;">Nền tảng </span><b>8S</b><span style="font-weight: 400;"> cung cấp danh mục cá cược đa dạng như thể thao, bắn cá, casino trực tuyến, xổ số, nổ hũ, game bài, đá gà,… Mỗi chuyên mục đều được đầu tư chỉn chu về mặt nội dung, phong phú hình thức trải nghiệm, đồ họa đẹp và tỷ lệ thưởng siêu hấp dẫn. Chính sự đa dạng này sẽ giúp hội viên luôn có nhiều lựa chọn giải trí mới mẻ mỗi ngày, hạn chế cảm giác nhàm chán từ cái cũ.</span></p> <figure id="attachment_284" aria-describedby="caption-attachment-284" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-284" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3C/svg%3E" alt="Điểm danh loạt ưu điểm nổi bật mà 8S sở hữu" width="800" height="400" data-lazy-srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-uu-diem.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-uu-diem-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-uu-diem-768x384.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/05/8s-uu-diem.jpg" /><noscript><img decoding="async" class="size-full wp-image-284" src="https://8sgi.com/wp-content/uploads/2025/05/8s-uu-diem.jpg" alt="Điểm danh loạt ưu điểm nổi bật mà 8S sở hữu" width="800" height="400" srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-uu-diem.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-uu-diem-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-uu-diem-768x384.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><figcaption id="caption-attachment-284" class="wp-caption-text"><em>Điểm danh loạt ưu điểm nổi bật mà 8S sở hữu</em></figcaption></figure> <h3><b>Khuyến mãi lớn liên tục</b></h3> <p><span style="font-weight: 400;">Nhà cái </span><b>8S</b><span style="font-weight: 400;"> liên tục triển khai nhiều đợt khuyến mãi đặc biệt như hoàn cược mỗi ngày, ưu đãi nạp đầu tiên hay quà đăng ký. Tất cả những ưu đãi này đều được công bố rõ ràng, minh bạch và áp dụng công bằng cho mọi tài khoản thành viên. Các sự kiện khuyến mãi không chỉ giúp người chơi tăng cường trải nghiệm giải trí mà còn có cơ hội sinh nhuận trong quá trình cá cược.</span></p> <h3><b>Bảo mật an toàn tuyệt đối</b></h3> <p><b>8S</b><span style="font-weight: 400;"> vận hành kỹ thuật mã hóa SSL hiện đại nhằm bảo vệ mọi thông tin cá nhân cũng như giao dịch tài chính của khách hàng. Các lớp bảo mật nhiều tầng sẽ giúp ngăn ngừa mọi hành vi xâm nhập trái phép hay rủi ro rò rỉ dữ liệu ra ngoài hệ thống. Bằng cách xây dựng hệ thống bảo mật mạnh mẽ, nhà cái luôn khiến người chơi yên tâm tuyệt đối khi tham gia các hoạt động cá cược trực tuyến.</span></p> <h3><b>Hỗ trợ khách hàng 24/7</b></h3> <p><span style="font-weight: 400;">Đội ngũ chăm sóc khách hàng tại </span><b>8S</b><span style="font-weight: 400;"> luôn sẵn sàng tiếp nhận và xử lý mọi thắc mắc hay vấn đề của người chơi bất kể thời điểm nào trong ngày. Nhiều hình thức hỗ trợ hết sức thông dụng như live chat, số hotline hay email sẽ giúp dễ dàng kết nối nhanh chóng. Thái độ thân thiện, sự chuyên nghiệp và giải đáp rõ ràng của các nhân viên hỗ trợ sẽ giúp người chơi giải quyết kịp thời mọi sự cố.</span></p> <h3><b>Giấy phép hoạt động hợp pháp</b></h3> <figure id="attachment_287" aria-describedby="caption-attachment-287" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-287" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3C/svg%3E" alt="8S hoạt động có giấy phép chứng nhận hợp pháp" width="800" height="400" data-lazy-srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-giay-phep-hop-phap.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-giay-phep-hop-phap-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-giay-phep-hop-phap-768x384.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/05/8s-giay-phep-hop-phap.jpg" /><noscript><img decoding="async" class="size-full wp-image-287" src="https://8sgi.com/wp-content/uploads/2025/05/8s-giay-phep-hop-phap.jpg" alt="8S hoạt động có giấy phép chứng nhận hợp pháp" width="800" height="400" srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-giay-phep-hop-phap.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-giay-phep-hop-phap-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-giay-phep-hop-phap-768x384.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><figcaption id="caption-attachment-287" class="wp-caption-text"><em>8S hoạt động có giấy phép chứng nhận hợp pháp</em></figcaption></figure> <p><span style="font-weight: 400;">Thương hiệu được cấp phép chứng nhận hợp pháp bởi các trung tâm quản lý cá cược uy tín thế giới như PAGCOR, Curacao, MGA, Isle of Man,… Giấy phép chứng nhận là minh chứng cho sự minh bạch, đáng tin cậy của nhà cái cũng như đảm bảo quyền lợi cho người chơi. Mọi thông tin pháp lý đều được thể hiện rõ trên website chính thức của nền tảng để người tham gia dễ dàng tham khảo.</span></p> <h2><b>Danh mục sản phẩm cá cược hấp dẫn tại 8S</b></h2> <p><span style="font-weight: 400;">Nhà cái </span><b>8S</b><span style="font-weight: 400;"> là một trong những thương hiệu cá cược trực tuyến nổi bật với hệ sinh thái giải trí cực kỳ phong phú. Tại đây hội viên luôn dễ dàng tìm thấy được phiên bản trò chơi phù hợp với nhu cầu hoặc ý thích của mình. Dưới đây là danh mục sản phẩm cá cược tiêu biểu nhất hiện đang có mặt tại nền tảng:</span></p> <h3><b>Thể thao</b></h3> <p><span style="font-weight: 400;">Cá cược thể thao là một trong những khu vực chủ lực tại </span><b>8S</b><span style="font-weight: 400;"> với đa dạng bộ môn thi đấu từ bóng đá, bóng rổ đến tennis, quyền anh, cầu lông,… Người chơi có thể đặt cược theo các tỷ lệ kèo châu Á, kèo tài xỉu kèo châu Âu, kèo rung và nhiều hình thức hấp dẫn khác. Đặc biệt, tỷ lệ kèo thể thao tại đây luôn được cập nhật liên tục theo sát với thời gian thực giúp hội viên tối ưu cơ hội chiến thắng.</span></p> <h3><b>Game bài</b></h3> <p><span style="font-weight: 400;">Các trò chơi bài như tiến lên, mậu binh, phỏm, xì tố hay bài cào được thiết kế hết sức đẹp mắt với với giao diện trực quan và hiệu ứng mượt mà. Hệ thống chia bài công bằng, không gian lận sẽ giúp người chơi yên tâm tham gia vào các bàn cược. Ngoài ra, tính năng đổi thưởng game bài nhanh chóng và minh bạch là một điểm cộng lớn giúp thu hút đông đảo thành viên kéo đến trải nghiệm.</span></p> <figure id="attachment_288" aria-describedby="caption-attachment-288" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-288" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3C/svg%3E" alt="Khám phá kho sản phẩm giải trí đặc sắc tại 8S" width="800" height="400" data-lazy-srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-danh-muc-tro-choi.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-danh-muc-tro-choi-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-danh-muc-tro-choi-768x384.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/05/8s-danh-muc-tro-choi.jpg" /><noscript><img decoding="async" class="size-full wp-image-288" src="https://8sgi.com/wp-content/uploads/2025/05/8s-danh-muc-tro-choi.jpg" alt="Khám phá kho sản phẩm giải trí đặc sắc tại 8S" width="800" height="400" srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-danh-muc-tro-choi.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-danh-muc-tro-choi-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-danh-muc-tro-choi-768x384.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><figcaption id="caption-attachment-288" class="wp-caption-text"><em>Khám phá kho sản phẩm giải trí đặc sắc tại 8S</em></figcaption></figure> <h3><b>Casino trực tuyến</b></h3> <p><span style="font-weight: 400;">Casino trực tuyến tại </span><b>8S</b><span style="font-weight: 400;"> mang đến trải nghiệm như sòng bạc thật với đầy đủ các trò chơi như baccarat, roulette, blackjack, sicbo, xóc đĩa, bầu cua,… Người tham gia có thể tương tác trực tiếp với dealer thật thông qua hệ thống phát livestream có độ phân giải cao. Mỗi bàn cược casino đều có mức giá linh hoạt, đảm bảo phù hợp với cả người mới tham gia lần đầu hay tay chơi chuyên nghiệp.</span></p> <h3><b>Bắn cá đổi thưởng</b></h3> <p><span style="font-weight: 400;">Game bắn cá đổi thưởng tại đây gây ấn tượng mạnh mẽ với đồ họa sinh động, âm thanh nhộn nhịp cùng hàng trăm loại cá có giá trị khác nhau. Hội viên có thể thoải mái lựa chọn vũ khí, nâng cấp đạn hoặc tham gia săn boss để rinh về những phần thưởng khủng. Bắn cá là một trò giải trí nhẹ nhàng nhưng vẫn mang lại cơ hội kiếm thưởng lớn nếu người chơi biết áp dụng chiến thuật hợp lý.</span></p> <h3><b>Xổ số</b></h3> <p><b>8S</b><span style="font-weight: 400;"> mang đến đầy đủ các hình thức lô đề từ truyền thống 3 miền đến thể loại quay nhanh như siêu tốc, Mega, 3D, Keno,… Giao diện thống kê kết quả lô đề hiển thị trực quan, hỗ trợ người chơi dễ dàng phân tích để lựa chọn ra con số chính xác. Trò chơi này luôn thu hút đông đảo thành viên nhờ tỷ lệ trả thưởng cực hấp dẫn cùng thời gian chốt số linh hoạt với nhiều hình thức.</span></p> <h3><b>Nổ hũ</b></h3> <figure id="attachment_285" aria-describedby="caption-attachment-285" style="width: 800px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-285" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3E%3C/svg%3E" alt="Trải nghiệm ngay sảnh nổ hũ cực chất tại 8S" width="800" height="400" data-lazy-srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-no-hu.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-no-hu-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-no-hu-768x384.jpg 768w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/05/8s-no-hu.jpg" /><noscript><img decoding="async" class="size-full wp-image-285" src="https://8sgi.com/wp-content/uploads/2025/05/8s-no-hu.jpg" alt="Trải nghiệm ngay sảnh nổ hũ cực chất tại 8S" width="800" height="400" srcset="https://8sgi.com/wp-content/uploads/2025/05/8s-no-hu.jpg 800w, https://8sgi.com/wp-content/uploads/2025/05/8s-no-hu-300x150.jpg 300w, https://8sgi.com/wp-content/uploads/2025/05/8s-no-hu-768x384.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><figcaption id="caption-attachment-285" class="wp-caption-text"><em>Trải nghiệm ngay sảnh nổ hũ cực chất tại 8S</em></figcaption></figure> <p><span style="font-weight: 400;">Game nổ hũ tại nền tảng có hàng trăm thể loại khác nhau mang phong cách từ cổ điển đến hiện đại với giao diện bắt mắt, hiệu ứng mãn nhãn. Hội viên có thể lựa chọn các chủ đề nổ hũ đặc sắc như hoa quả, Ai Cập cổ đại, thần thoại Hy Lạp, cướp biển,… Nhiều tính năng đặc biệt như vòng quay miễn phí, hệ số nhân thưởng lớn hay jackpot tích lũy cực khủng khiến trò chơi càng trở nên hấp dẫn.</span></p> <h3><b>E-sports (Thể thao điện tử)</b></h3> <p><span style="font-weight: 400;">Thể thao điện tử là mảng cá cược cực kỳ đáng trải nghiệm tại </span><b>8S</b><span style="font-weight: 400;"> với hàng loạt trò chơi đình đám như Liên Minh Huyền Thoại, Valorant, Dota 2,… Các trận đấu e-sports được cập nhật liên tục theo lịch tổ chức và có nhiều hình thức đặt cược linh hoạt. Đây chắc chắn là lựa chọn lý tưởng dành cho những thành viên yêu thích sự kịch tính cũng như có hứng thú và hiểu biết sâu sắc về e-sports.</span></p> <h2><b>Lời kết</b></h2> <p><b>8S</b><span style="font-weight: 400;"> mang đến thế giới giải trí trực tuyến đỉnh cao nhờ kho trò chơi hết sức phong phú và cung cấp dịch vụ cá cược chất lượng. Nhà cái liên tục nâng cấp hệ thống nhằm đảm bảo cho khách hàng trải nghiệm tốt nhất, hãy đăng ký tham gia ngay.</span></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </main> <footer id="footer" class="footer-wrapper"> <section class="section dark" id="section_497602963"> <div class="section-bg fill" > </div> <div class="section-content relative"> <div class="row" id="row-420845590"> <div id="col-137377687" class="col medium-3 small-6 large-3" > <div class="col-inner" > <div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 130px!important"><div class="ux-logo-link block image-" title="" href="" style="padding: 15px;"><img width="500" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:100px;" data-lazy-src="https://8sgi.com/wp-content/uploads/2025/04/lo-go-8s.png" /><noscript><img width="500" height="500" src="https://8sgi.com/wp-content/uploads/2025/04/lo-go-8s.png" title="" alt="" class="ux-logo-image block" style="height:100px;" /></noscript></div></div> <p><strong>8S</strong> - Thiên đường giải trí trực tuyến số 1 Châu Á, đa dạng các sản phẩm cá cược như casino, đá gà, thể thao, bắn cá, xổ số,... Cùng với giao diện đẹp mắt và tỷ lệ trả thưởng hấp dẫn, chắc chắn sẽ làm hài lòng khách hàng khó tính nhất</p> </div> </div> <div id="col-2098701522" class="col medium-3 small-6 large-3" > <div class="col-inner" > <div class="container section-title-container" ><h4 class="section-title section-title-center"><b></b><span class="section-title-main" >VỀ CHÚNG TÔI</span><b></b></h4></div> <div class="ux-menu stack stack-col justify-start ux-menu--divider-solid"> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Chính sách bảo mật </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Điều khoản sử dụng </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Chơi có trách nhiệm </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Quyền riêng tư </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Giấy phép hoạt động </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Câu hỏi thường gặp </span> </a> </div> </div> </div> </div> <div id="col-511361391" class="col medium-3 small-6 large-3" > <div class="col-inner" > <div class="container section-title-container" ><h4 class="section-title section-title-center"><b></b><span class="section-title-main" >Hướng Dẫn</span><b></b></h4></div> <div class="ux-menu stack stack-col justify-start ux-menu--divider-solid"> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Đăng ký 8S </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Đăng nhập 8S </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Nạp tiền 8S </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Rút tiền 8S </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> Tải app 8S </span> </a> </div> <div class="ux-menu-link flex menu-item"> <a class="ux-menu-link__link flex" href="https://8sgi.com" > <span class="ux-menu-link__text"> SItemap </span> </a> </div> </div> </div> </div> <div id="col-1039692662" class="col medium-3 small-6 large-3" > <div class="col-inner" > <div class="container section-title-container" ><h4 class="section-title section-title-center"><b></b><span class="section-title-main" >THÔNG TIN LIÊN HỆ</span><b></b></h4></div> <p>Thương hiệu: <strong>8S</strong></p> <p>Website: <strong>https://8sgi.com/</strong></p> <p>Số điện thoại: <strong>0906719496</strong></p> <p><span style="font-size: 14.4px;">Địa chỉ: <strong>18 Nguyễn An Ninh, Phường 14, Quận Bình Thạnh, TP. HCM</strong></span></p> <p>Email: <strong><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="38004b5f515b57554c5748785f55595154165b5755">[email protected]</a></strong></p> <p>Hashtags:<strong> #8sgicomtop #8sgicom #8s #nhacai8s #linkvao8</strong>s</p> <p> </p> </div> </div> </div> </div> <style> #section_497602963 { padding-top: 30px; padding-bottom: 30px; background-color: #018eef; } </style> </section> <div class="absolute-footer light medium-text-center text-center"> <div class="container clearfix"> <div class="footer-primary pull-left"> <div class="copyright-footer"> Copyright 2025 © <strong>8S.COM CHÍNH THỨC TẠI VIỆT NAM</strong> </div> </div> </div> </div> <a href="#top" class="back-to-top button icon invert plain fixed bottom z-1 is-outline hide-for-medium circle" 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://8sgi.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…" /> </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-25 current_page_item menu-item-48"><a href="https://8sgi.com/" aria-current="page">8S</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-57"><a href="https://8sgi.com/huong-dan-8s/">HƯỚNG DẪN</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://8sgi.com/ban-ca-8s/">BẮN CÁ</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://8sgi.com/casino-8s/">CASINO</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51"><a href="https://8sgi.com/da-ga-8s/">ĐÁ GÀ</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-54"><a href="https://8sgi.com/no-hu-8s/">NỔ HŨ</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55"><a href="https://8sgi.com/the-thao-8s/">THỂ THAO</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52"><a href="https://8sgi.com/khuyen-mai-8s/">KHUYẾN MÃI</a></li> <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-58"><a href="https://8sgi.com/tin-tuc-8s/">TIN TỨC</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53"><a href="https://8sgi.com/lien-he-8s/">LIÊN HỆ</a></li> <li><a class="element-error tooltip" title="WooCommerce needed">-</a></li><li class="header-newsletter-item has-icon"> <a href="#header-newsletter-signup" class="tooltip" title="Sign up for Newsletter"> <i class="icon-envelop"></i> <span class="header-newsletter-title"> Newsletter </span> </a> </li> <li class="html header-social-icons ml-0"> <div class="social-icons follow-icons" ><a href="http://url" target="_blank" data-label="Facebook" class="icon plain 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="http://url" target="_blank" data-label="Instagram" class="icon plain instagram tooltip" title="Theo dõi trên Instagram" aria-label="Theo dõi trên Instagram" rel="noopener nofollow" ><i class="icon-instagram" ></i></a><a href="http://url" data-label="Twitter" target="_blank" class="icon plain 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="/cdn-cgi/l/email-protection#80f9eff5f2c0e5ede1e9ec" data-label="E-mail" target="_blank" class="icon plain email tooltip" title="Gửi email cho chúng tôi" aria-label="Gửi email cho chúng tôi" rel="nofollow noopener"><i class="icon-envelop" ></i></a></div></li> </ul> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><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 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: #446084;--wp--preset--color--secondary: #d26e4b;--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="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:\/\/8sgi.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-rocket-type="text/javascript" data-rocket-src="https://8sgi.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.11"},"ajaxurl":"https:\/\/8sgi.com\/wp-admin\/admin-ajax.php","rtl":"","sticky_height":"70","stickyHeaderHeight":"0","scrollPaddingTop":"0","assets_url":"https:\/\/8sgi.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://8sgi.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/flatsome.js?ver=1746196659" id="flatsome-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://8sgi.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/integrations/wp-rocket/flatsome-wp-rocket.js?ver=1746196659" id="flatsome-wp-rocket-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://8sgi.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js?ver=1746196659" id="flatsome-live-search-js" defer></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://8sgi.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</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@1746196659 -->