<script type="text/javascript" src="/js/orsxg5a.script"></script>﻿
<!DOCTYPE html>
<!--[if IE 9 ]>
<html lang="vi" prefix="og: https://ogp.me/ns#" class="ie9 loading-site no-js">
	<![endif]-->
<!--[if IE 8 ]>
	<html lang="vi" prefix="og: https://ogp.me/ns#" class="ie8 loading-site no-js">
		<![endif]-->
<!--[if (gte IE 9)|!(IE)]>
		<!-->
<html lang="vi" prefix="og: https://ogp.me/ns#" class="loading-site no-js">
  <!--
			<![endif]-->
  <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(e) {
          this.triggerEvents = e, this.eventOptions = {
            passive: !0
          }, this.userEventHandler = this.triggerListener.bind(this), this.delayedScripts = {
            normal: [],
            async: [],
            defer: []
          }, this.allJQueries = []
        }
        _addUserInteractionListener(e) {
          this.triggerEvents.forEach((t => window.addEventListener(t, e.userEventHandler, e.eventOptions)))
        }
        _removeUserInteractionListener(e) {
          this.triggerEvents.forEach((t => window.removeEventListener(t, e.userEventHandler, e.eventOptions)))
        }
        _interceptClicks(e) {
          e.interceptedClicks = [], e.clickHandler = e._saveClicks.bind(e), window.addEventListener("click", e.clickHandler)
        }
        _saveClicks(e) {
          this.interceptedClicks.push(e), e.target.matches('a[href="#"], a[href="#"] *') && e.preventDefault()
        }
        _replayClicks() {
          window.removeEventListener("click", this.clickHandler), this.interceptedClicks.forEach((e => {
            e.target.dispatchEvent(new MouseEvent("click", {
              view: e.view,
              bubbles: !0,
              cancelable: !0
            }))
          }))
        }
        triggerListener() {
          this._removeUserInteractionListener(this), "loading" === document.readyState ? document.addEventListener("DOMContentLoaded", this._loadEverythingNow.bind(this)) : this._loadEverythingNow()
        }
        async _loadEverythingNow() {
          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), await this._triggerDOMContentLoaded(), await this._triggerWindowLoad(), window.dispatchEvent(new Event("rocket-allScriptsLoaded")), this._replayClicks()
        }
        _registerAllDelayedScripts() {
          document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e => {
            e.hasAttribute("src") ? e.hasAttribute("async") && !1 !== e.async ? this.delayedScripts.async.push(e) : e.hasAttribute("defer") && !1 !== e.defer || "module" === e.getAttribute("data-rocket-type") ? this.delayedScripts.defer.push(e) : this.delayedScripts.normal.push(e) : this.delayedScripts.normal.push(e)
          }))
        }
        async _transformScript(e) {
          return await this._requestAnimFrame(), new Promise((t => {
            const n = document.createElement("script");
            [...e.attributes].forEach((e => {
              let t = e.nodeName;
              "type" !== t && ("data-rocket-type" === t && (t = "type"), n.setAttribute(t, e.nodeValue))
            })), e.hasAttribute("src") ? (n.addEventListener("load", t), n.addEventListener("error", t)) : (n.text = e.text, t()), e.parentNode.replaceChild(n, e)
          }))
        }
        async _loadScriptsFromList(e) {
          const t = e.shift();
          return t ? (await this._transformScript(t), this._loadScriptsFromList(e)) : Promise.resolve()
        }
        _preloadAllScripts() {
          var e = document.createDocumentFragment();
          [...this.delayedScripts.normal, ...this.delayedScripts.defer, ...this.delayedScripts.async].forEach((t => {
            const n = t.getAttribute("src");
            if (n) {
              const t = document.createElement("link");
              t.href = n, t.rel = "preload", t.as = "script", e.appendChild(t)
            }
          })), document.head.appendChild(e)
        }
        _delayEventListeners() {
          let e = {};

          function t(t, n) {
            ! function(t) {
              function n(n) {
                return e[t].eventsToRewrite.indexOf(n) >= 0 ? "rocket-" + n : n
              }
              e[t] || (e[t] = {
                originalFunctions: {
                  add: t.addEventListener,
                  remove: t.removeEventListener
                },
                eventsToRewrite: []
              }, t.addEventListener = function() {
                arguments[0] = n(arguments[0]), e[t].originalFunctions.add.apply(t, arguments)
              }, t.removeEventListener = function() {
                arguments[0] = n(arguments[0]), e[t].originalFunctions.remove.apply(t, arguments)
              })
            }(t), e[t].eventsToRewrite.push(n)
          }

          function n(e, t) {
            let n = e[t];
            Object.defineProperty(e, t, {
              get: () => n || function() {},
              set(i) {
                e["rocket" + t] = n = i
              }
            })
          }
          t(document, "DOMContentLoaded"), t(window, "DOMContentLoaded"), t(window, "load"), t(window, "pageshow"), t(document, "readystatechange"), n(document, "onreadystatechange"), n(window, "onload"), n(window, "onpageshow")
        }
        _delayJQueryReady(e) {
          let t = window.jQuery;
          Object.defineProperty(window, "jQuery", {
            get: () => t,
            set(n) {
              if (n && n.fn && !e.allJQueries.includes(n)) {
                n.fn.ready = n.fn.init.prototype.ready = function(t) {
                  e.domReadyFired ? t.bind(document)(n) : document.addEventListener("rocket-DOMContentLoaded", (() => t.bind(document)(n)))
                };
                const t = n.fn.on;
                n.fn.on = n.fn.init.prototype.on = function() {
                  if (this[0] === window) {
                    function e(e) {
                      return e.split(" ").map((e => "load" === e || 0 === e.indexOf("load.") ? "rocket-jquery-load" : e)).join(" ")
                    }
                    "string" == typeof arguments[0] || arguments[0] instanceof String ? arguments[0] = e(arguments[0]) : "object" == typeof arguments[0] && Object.keys(arguments[0]).forEach((t => {
                      delete Object.assign(arguments[0], {
                        [e(t)]: arguments[0][t]
                      })[t]
                    }))
                  }
                  return t.apply(this, arguments), this
                }, e.allJQueries.push(n)
              }
              t = n
            }
          })
        }
        async _triggerDOMContentLoaded() {
          this.domReadyFired = !0, await this._requestAnimFrame(), document.dispatchEvent(new Event("rocket-DOMContentLoaded")), await this._requestAnimFrame(), window.dispatchEvent(new Event("rocket-DOMContentLoaded")), await this._requestAnimFrame(), document.dispatchEvent(new Event("rocket-readystatechange")), await this._requestAnimFrame(), document.rocketonreadystatechange && document.rocketonreadystatechange()
        }
        async _triggerWindowLoad() {
          await this._requestAnimFrame(), window.dispatchEvent(new Event("rocket-load")), await this._requestAnimFrame(), window.rocketonload && window.rocketonload(), await this._requestAnimFrame(), this.allJQueries.forEach((e => e(window).trigger("rocket-jquery-load"))), window.dispatchEvent(new Event("rocket-pageshow")), await this._requestAnimFrame(), window.rocketonpageshow && window.rocketonpageshow()
        }
        _handleDocumentWrite() {
          const e = new Map;
          document.write = document.writeln = function(t) {
            const n = document.currentScript,
              i = document.createRange(),
              r = n.parentElement;
            let a = e.get(n);
            void 0 === a && (a = n.nextSibling, e.set(n, a));
            const s = document.createDocumentFragment();
            i.setStart(s, 0), s.appendChild(i.createContextualFragment(t)), r.insertBefore(s, a)
          }
        }
        async _requestAnimFrame() {
          return new Promise((e => requestAnimationFrame(e)))
        } {
          $theme_path
        }
        /static run(){const e=new RocketLazyLoadScripts(["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e),e._interceptClicks(e)}}RocketLazyLoadScripts.run();
    </script>
    <meta name="google-site-verification" content="pG7o_EFKmyRBROezrWgZJ4u9YcSeOhVoUaWPIIZXcwA" />
    <meta name='dmca-site-verify' content='di96SHhsb05FdDRKb2ErR3hGajhZdz090' />
    <link rel="profile" href="http://www.pardus007.com/list/E/689.html" />
    <link rel="pingback" href="http://www.pardus007.com/live-casino/W/75753.html" />
    <script type="rocketlazyloadscript">(function(html){html.className = html.className.replace(/bno-jsb/,'js')})(document.documentElement);</script>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    
    <title>Baccarat C ☑️ Trang Web Đời Đầu</title>
    <style id="rocket-critical-css">
      @font-face {
        font-display: swap;
        font-family: ez-toc-icomoon;
        src: url(https://www.pardus007.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.eot);
        src: url(https://www.pardus007.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.eot?#iefix) format('embedded-opentype'), url(https://www.pardus007.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.woff2) format('woff2'), url(https://www.pardus007.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.woff) format('woff'), url(https://www.pardus007.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.ttf) format('truetype'), url(https://www.pardus007.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.svg#ez-toc-icomoon) format('svg');
        font-weight: 400;
        font-style: normal
      }

      #ez-toc-container {
        background: #f9f9f9;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        display: table;
        margin-bottom: 1em;
        padding: 10px;
        position: relative;
        width: auto
      }

      #ez-toc-container ul ul {
        margin-left: 1.5em
      }

      #ez-toc-container li,
      #ez-toc-container ul {
        margin: 0;
        padding: 0
      }

      #ez-toc-container li,
      #ez-toc-container ul,
      #ez-toc-container ul li {
        background: 0 0;
        list-style: none none;
        line-height: 1.6;
        margin: 0;
        overflow: hidden;
        z-index: 1
      }

      #ez-toc-container p.ez-toc-title {
        text-align: left;
        line-height: 1.45;
        margin: 0;
        padding: 0
      }

      .ez-toc-title-container {
        display: table;
        width: 100%
      }

      .ez-toc-title,
      .ez-toc-title-toggle {
        display: table-cell;
        text-align: left;
        vertical-align: middle
      }

      #ez-toc-container a {
        color: #444;
        box-shadow: none;
        text-decoration: none;
        text-shadow: none
      }

      #ez-toc-container a:visited {
        color: #9f9f9f
      }

      #ez-toc-container a.ez-toc-toggle {
        color: #444
      }

      #ez-toc-container.counter-hierarchy ul {
        counter-reset: item
      }

      #ez-toc-container.counter-decimal ul.ez-toc-list li a::before {
        content: counters(item, ".") ". ";
        display: inline-block;
        counter-increment: item;
        margin-right: .2em
      }

      .ez-toc-btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
      }

      .ez-toc-btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc
      }

      .ez-toc-btn-xs {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px
      }

      .ez-toc-btn-xs {
        padding: 1px 5px
      }

      .ez-toc-btn-default {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
      }

      .ez-toc-btn-default {
        text-shadow: 0 1px 0 #fff;
        background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
        background-repeat: repeat-x;
        border-color: #dbdbdb;
        border-color: #ccc
      }

      .ez-toc-pull-right {
        float: right !important;
        margin-left: 10px
      }

      .ez-toc-glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -moz-osx-font-smoothing: grayscale
      }

      .ez-toc-glyphicon:empty {
        width: 1em
      }

      .ez-toc-toggle i.ez-toc-glyphicon {
        font-size: 16px;
        margin-left: 2px
      }

      [class*=ez-toc-icon-] {
        font-family: ez-toc-icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
      }

      .ez-toc-icon-toggle:before {
        content: "\e87a"
      }

      .heateor_sss_vertical_sharing {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important
      }

      ul.heateor_sss_sharing_ul {
        list-style: none !important;
        padding-left: 0 !important
      }

      ul.heateor_sss_sharing_ul {
        margin: 1px 0 !important
      }

      ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
        background: 0 0 !important
      }

      ul.heateor_sss_sharing_ul li {
        float: left !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        border: none !important;
        clear: none !important
      }

      .heateorSssSharing {
        display: block;
        margin: 2px
      }

      ul.heateor_sss_sharing_ul li:before {
        content: none !important
      }

      .heateor_sss_vertical_sharing {
        background: 0 0;
        -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1);
        position: fixed;
        overflow: visible;
        z-index: 10000000;
        display: block;
        padding: 10px;
        border-radius: 4px;
        opacity: 1;
        box-sizing: content-box !important
      }

      .heateorSssFacebookBackground {
        background-color: #3c589a
      }

      .heateorSssLinkedinBackground {
        background-color: #0077b5
      }

      .heateorSssMoreBackground {
        background-color: #ee8e2d
      }

      .heateorSssPinterestBackground {
        background-color: #cc2329
      }

      .heateorSssRedditBackground {
        background-color: #ff5700
      }

      .heateorSssMeWeBackground {
        background-color: #007da1
      }

      .heateorSssMixBackground {
        background-color: #ff8226
      }

      .heateorSssTwitterBackground {
        background-color: #55acee
      }

      .heateorSssWhatsappBackground {
        background-color: #55eb4c
      }

      .heateorSssSharingSvg {
        width: 100%;
        height: 100%
      }

      .heateorSssMeWeSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/cbfcf71927c04eb8a0dc4effa4f9981b.gif') no-repeat center center
      }

      .heateorSssFacebookSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/3d488e56670346c1a48dca615a219dc3.gif') no-repeat center center
      }

      .heateorSssTwitterSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/b3ca8e1cc4fc41ee9882d759f7454cac.gif') no-repeat center center
      }

      .heateorSssLinkedinSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/66b63c97b62b4ac7a2a5f96dbaa62256.gif') no-repeat center center
      }

      .heateorSssPinterestSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/4f95ba0a441745f0804feaff55290ebf.gif') no-repeat center center
      }

      .heateorSssSharing {
        float: left;
        border: none
      }

      div.heateor_sss_horizontal_sharing li {
        width: auto
      }

      .heateorSssClear {
        clear: both
      }

      div.heateor_sss_bottom_sharing {
        margin-bottom: 0
      }

      .heateorSssFacebookSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/3d488e56670346c1a48dca615a219dc3.gif') no-repeat center center
      }

      .heateorSssLinkedinSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/66b63c97b62b4ac7a2a5f96dbaa62256.gif') no-repeat center center
      }

      .heateorSssMoreSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/f6ee54cec9f741adbcf584a5045a1b35.gif') no-repeat center center
      }

      .heateorSssPinterestSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/4f95ba0a441745f0804feaff55290ebf.gif') no-repeat center center
      }

      .heateorSssRedditSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/12d6c652510e4feb974b6259276eeb53.gif') no-repeat center center
      }

      .heateorSssTwitterSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/b3ca8e1cc4fc41ee9882d759f7454cac.gif') no-repeat center center
      }

      .heateorSssWhatsappSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/b6dd6f19c48d43de9eb5437f2fc79588.gif') no-repeat center center
      }

      .heateorSssMixSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/bde1f474f51742f0be33488768c2c618.gif') no-repeat center center
      }

      .heateorSssMeWeSvg {
        background:url('http://www.pardus007.com/template/moban/KB1/static/images/cbfcf71927c04eb8a0dc4effa4f9981b.gif') no-repeat center center
      }

      .pum-container,
      .pum-content,
      .pum-content+.pum-close,
      .pum-overlay,
      .pum-title {
        background: 0 0;
        border: none;
        bottom: auto;
        clear: none;
        float: none;
        font-family: inherit;
        font-size: medium;
        font-style: normal;
        font-weight: 400;
        height: auto;
        left: auto;
        letter-spacing: normal;
        line-height: normal;
        max-height: none;
        max-width: none;
        min-height: 0;
        min-width: 0;
        overflow: visible;

        position: {
          $theme_path
        }

        /static;
        right:auto;
        text-align:left;
        text-decoration:none;
        text-indent:0;
        text-transform:none;
        top:auto;
        visibility:visible;
        white-space:normal;
        width:auto;
        z-index:auto
      }

      .pum-content,
      .pum-title {
        position: relative;
        z-index: 1
      }

      .pum-overlay {
        position: fixed
      }

      .pum-overlay {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1999999999;
        overflow: initial;
        display: none
      }

      .pum-overlay,
      .pum-overlay *,
      .pum-overlay :after,
      .pum-overlay :before,
      .pum-overlay:after,
      .pum-overlay:before {
        box-sizing: border-box
      }

      .pum-container {
        top: 100px;
        position: absolute;
        margin-bottom: 3em;
        z-index: 1999999999
      }

      .pum-container.pum-responsive {
        left: 50%;
        margin-left: -47.5%;
        width: 95%;
        height: auto;
        overflow: visible
      }

      @media only screen and (min-width:1024px) {
        .pum-container.pum-responsive.pum-responsive-tiny {
          margin-left: -15%;
          width: 30%
        }
      }

      .pum-container .pum-title {
        margin-bottom: .5em
      }

      .pum-container .pum-content>:last-child {
        margin-bottom: 0
      }

      .pum-container .pum-content>:first-child {
        margin-top: 0
      }

      .pum-container .pum-content+.pum-close {
        text-decoration: none;
        text-align: center;
        line-height: 1;
        position: absolute;
        min-width: 1em;
        z-index: 2;
        background-color: transparent
      }

      .pum-theme-186,
      .pum-theme-enterprise-blue {
        background-color: rgba(0, 0, 0, 0.70)
      }

      .pum-theme-186 .pum-container,
      .pum-theme-enterprise-blue .pum-container {
        padding: 28px;
        border-radius: 5px;
        border: 1px none #000000;
        box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
        background-color: rgba(255, 255, 255, 1.00)
      }

      .pum-theme-186 .pum-title,
      .pum-theme-enterprise-blue .pum-title {
        color: #315b7c;
        text-align: center;
        text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
        font-family: inherit;
        font-weight: 100;
        font-size: 34px;
        line-height: 36px
      }

      .pum-theme-186 .pum-content,
      .pum-theme-enterprise-blue .pum-content {
        color: #2d2d2d;
        font-family: inherit;
        font-weight: 100
      }

      .pum-theme-186 .pum-content+.pum-close,
      .pum-theme-enterprise-blue .pum-content+.pum-close {
        position: absolute;
        height: 28px;
        width: 28px;
        left: auto;
        right: 8px;
        bottom: auto;
        top: 8px;
        padding: 4px;
        color: #ffffff;
        font-family: Times New Roman;
        font-weight: 100;
        font-size: 20px;
        line-height: 20px;
        border: 1px none #ffffff;
        border-radius: 42px;
        box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
        background-color: rgba(49, 91, 124, 1.00)
      }

      #pum-192 {
        z-index: 1999999999
      }

      html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
      }

      body {
        margin: 0
      }

      article,
      aside,
      header,
      main,
      nav {
        display: block
      }

      a {
        background-color: transparent
      }

      img {
        border-style: none
      }

      button,
      input,
      textarea {
        font: inherit
      }

      button,
      input {
        overflow: visible
      }

      button {
        text-transform: none
      }

      button,
      html [type=button],
      [type=submit] {
        -webkit-appearance: button
      }

      button::-moz-focus-inner,
      input::-moz-focus-inner {
        border: 0;
        padding: 0
      }

      button:-moz-focusring,
      input:-moz-focusring {
        outline: 1px dotted ButtonText
      }

      textarea {
        overflow: auto
      }

      [type=search] {
        -webkit-appearance: textfield
      }

      [type=search]::-webkit-search-cancel-button,
      [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
      }

      *,
      *:before,
      *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
      }

      html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-attachment: fixed
      }

      body {
        color: #777;
        scroll-behavior: smooth;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
      }

      img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: middle
      }

      p:empty {
        display: none
      }

      a,
      button,
      input {
        -ms-touch-action: manipulation;
        touch-action: manipulation
      }

      .col {
        position: relative;
        margin: 0;
        padding: 0 15px 30px;
        width: 100%
      }

      @media screen and (max-width:849px) {
        .col {
          padding-bottom: 30px
        }
      }

      @media screen and (min-width:850px) {
        .row-divided>.col+.col:not(.large-12) {
          border-left: 1px solid #ececec
        }
      }

      @media screen and (min-width:850px) {
        .large-3 {
          max-width: 25%;
          -ms-flex-preferred-size: 25%;
          flex-basis: 25%
        }

        .large-9 {
          max-width: 75%;
          -ms-flex-preferred-size: 75%;
          flex-basis: 75%
        }
      }

      body,
      .container,
      .row {
        width: 100%;
        margin-left: auto;
        margin-right: auto
      }

      .container {
        padding-left: 15px;
        padding-right: 15px
      }

      .container,
      .row {
        max-width: 1080px
      }

      .row.row-large {
        max-width: 1110px
      }

      .flex-row {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
      }

      .header .flex-row {
        height: 100%
      }

      .flex-col {
        max-height: 100%
      }

      .flex-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-negative: 1;
        -ms-flex-preferred-size: auto !important
      }

      .flex-center {
        margin: 0 auto
      }

      .flex-left {
        margin-right: auto
      }

      .flex-right {
        margin-left: auto
      }

      @media all and (-ms-high-contrast:none) {
        .nav>li>a>i {
          top: -1px
        }
      }

      .row {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
      }

      @media screen and (min-width:850px) {
        .row-large {
          padding-left: 0;
          padding-right: 0
        }

        .row-large>.col {
          padding: 0 30px 30px;
          margin-bottom: 0
        }
      }

      .nav-dropdown {
        position: absolute;
        min-width: 260px;
        max-height: 0;
        z-index: 9;
        padding: 20px 0 20px;
        opacity: 0;
        margin: 0;
        color: #777;
        background-color: #fff;
        text-align: left;
        display: table;
        left: -99999px
      }

      .nav-dropdown:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
      }

      .nav-dropdown li {
        display: block;
        margin: 0;
        vertical-align: top
      }

      .nav-dropdown>li>a {
        width: auto;
        display: block;
        padding: 10px 20px;
        line-height: 1.3
      }

      .nav-dropdown>li:last-child:not(.nav-dropdown-col)>a {
        border-bottom: 0 !important
      }

      .nav-dropdown.nav-dropdown-default>li>a {
        padding-left: 0;
        padding-right: 0;
        margin: 0 10px;
        border-bottom: 1px solid #ececec
      }

      .nav-dropdown-default {
        padding: 20px
      }

      .nav-dropdown-has-arrow li.has-dropdown:after,
      .nav-dropdown-has-arrow li.has-dropdown:before {
        bottom: -2px;
        z-index: 10;
        opacity: 0;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute
      }

      .nav-dropdown-has-arrow li.has-dropdown:after {
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px
      }

      .nav-dropdown-has-arrow li.has-dropdown:before {
        z-index: -999;
        border-width: 11px;
        margin-left: -11px
      }

      .nav-dropdown-has-shadow .nav-dropdown {
        -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
        box-shadow: 1px 1px 15px rgba(0, 0, 0, .15)
      }

      .nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
        border-bottom-color: #ddd
      }

      .nav-dropdown-has-border .nav-dropdown {
        border: 2px solid #ddd
      }

      .nav p {
        margin: 0;
        padding-bottom: 0
      }

      .nav,
      .nav ul:not(.nav-dropdown) {
        margin: 0;
        padding: 0
      }

      .nav {
        width: 100%;
        position: relative;
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
      }

      .nav>li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        margin: 0 7px
      }

      .nav>li>a {
        padding: 10px 0;
        display: inline-block;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
      }

      .nav-small.nav>li.html {
        font-size: .75em
      }

      .nav-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
      }

      .nav-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
      }

      .nav-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }

      @media (max-width:849px) {
        .medium-nav-center {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center
        }
      }

      .nav>li>a,
      .nav-dropdown>li>a {
        color: rgba(102, 102, 102, .85)
      }

      .nav-dropdown>li>a {
        display: block
      }

      .nav>li.active>a {
        color: rgba(17, 17, 17, .85)
      }

      .nav li:first-child {
        margin-left: 0 !important
      }

      .nav li:last-child {
        margin-right: 0 !important
      }

      .nav-uppercase>li>a {
        letter-spacing: .02em;
        text-transform: uppercase;
        font-weight: bolder
      }

      @media (min-width:850px) {
        .nav-divided>li {
          margin: 0 .7em
        }
      }

      .nav-line-bottom>li>a:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        background-color: #446084;
        opacity: 0;
        height: 3px
      }

      .nav-line-bottom>li.active>a:before {
        opacity: 1
      }

      .nav-line-bottom>li:before,
      .nav-line-bottom>li:after {
        display: none
      }

      .nav-line-bottom>li>a:before {
        top: auto;
        bottom: 0
      }

      .nav.nav-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
      }

      .nav.nav-vertical li {
        list-style: none;
        margin: 0;
        width: 100%
      }

      .nav-vertical li li {
        font-size: 1em;
        padding-left: .5em
      }

      .nav-vertical>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
      }

      .nav-vertical>li ul {
        width: 100%
      }

      .nav-vertical>li>ul>li a,
      .nav-vertical>li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
      }

      .nav-vertical>li.html {
        padding-top: 1em;
        padding-bottom: 1em
      }

      .nav-vertical>li>ul li a {
        color: #666
      }

      .nav-vertical>li>ul {
        margin: 0 0 2em;
        padding-left: 1em
      }

      .nav .children {
        position: fixed;
        opacity: 0;
        left: -99999px;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
      }

      .nav-sidebar.nav-vertical>li+li {
        border-top: 1px solid #ececec
      }

      .nav-vertical>li+li {
        border-top: 1px solid #ececec
      }

      .text-center .nav-vertical li {
        border: 0
      }

      .text-center .nav-vertical li li {
        padding-left: 0
      }

      .nav-vertical .social-icons {
        display: block;
        width: 100%
      }

      .badge {
        display: table;
        z-index: 20;
        height: 2.8em;
        width: 2.8em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
      }

      .badge.top {
        left: 0
      }

      .badge-inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #446084;
        line-height: .85;
        color: #fff;
        font-weight: bolder;
        padding: 2px;
        white-space: nowrap
      }

      .badge-outline .badge-inner {
        color: #446084;
        background-color: #fff;
        border: 2px solid currentColor
      }

      .badge-outline {
        margin-left: -0.4em
      }

      .button,
      button {
        position: relative;
        display: inline-block;
        background-color: transparent;
        text-transform: uppercase;
        font-size: .97em;
        letter-spacing: .03em;
        font-weight: bolder;
        text-align: center;
        color: currentColor;
        text-decoration: none;
        border: 1px solid transparent;
        vertical-align: middle;
        border-radius: 0;
        margin-top: 0;
        margin-right: 1em;
        text-shadow: none;
        line-height: 2.4em;
        min-height: 2.5em;
        padding: 0 1.2em;
        max-width: 100%;
        text-rendering: optimizeLegibility;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
      }

      .button span {
        display: inline-block;
        line-height: 1.6
      }

      .button.is-outline {
        line-height: 2.19em
      }

      .button {
        color: #fff;
        background-color: #446084;
        background-color: var(--primary-color);
        border-color: rgba(0, 0, 0, .05)
      }

      .button.is-outline {
        border: 2px solid currentColor;
        background-color: transparent
      }

      .is-shade {
        overflow: hidden
      }

      .is-shade:after {
        content: "";
        position: absolute;
        top: 0;
        left: -25%;
        height: 100%;
        width: 150%;
        -webkit-box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1.2em 0 0 rgba(255, 255, 255, .1)
      }

      .is-shade:after {
        -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .1), inset 0 2em 15px 0 rgba(255, 255, 255, .2);
        box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, .1), inset 0 2em 15px 0 rgba(255, 255, 255, .2)
      }

      .is-outline {
        color: silver
      }

      .success {
        background-color: #7a9c59
      }

      .secondary {
        background-color: #d26e4b
      }

      .text-center .button:first-of-type {
        margin-left: 0 !important
      }

      .header-button {
        display: inline-block
      }

      .header-button .button {
        margin: 0
      }

      .flex-col button,
      .flex-col .button,
      .flex-col input {
        margin-bottom: 0
      }

      .is-divider {
        height: 3px;
        display: block;
        background-color: rgba(0, 0, 0, .1);
        margin: 1em 0 1em;
        width: 100%;
        max-width: 30px
      }

      .widget .is-divider {
        margin-top: .66em
      }

      form {
        margin-bottom: 0
      }

      input[type=search],
      input[type=text],
      input[type=tel],
      textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ddd;
        padding: 0 .75em;
        height: 2.507em;
        font-size: .97em;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        background-color: #fff;
        color: #333;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
      }

      input[type=search],
      input[type=tel],
      input[type=text],
      textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
      }

      textarea {
        padding-top: .7em;
        min-height: 120px
      }

      label {
        font-weight: bold;
        display: block;
        font-size: .9em;
        margin-bottom: .4em
      }

      i[class^=icon-] {
        font-family: "fl-icons" !important;
        font-display: block;
        speak: none !important;
        margin: 0;
        padding: 0;
        display: inline-block;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        position: relative;
        line-height: 1.2
      }

      button i,
      .button i {
        vertical-align: middle;
        top: -1.5px
      }

      a.icon:not(.button) {
        font-family: sans-serif;
        margin-left: .25em;
        margin-right: .25em;
        font-size: 1.2em
      }

      .button.icon {
        margin-left: .12em;
        margin-right: .12em;
        min-width: 2.5em;
        padding-left: .6em;
        padding-right: .6em;
        display: inline-block
      }

      .button.icon i {
        font-size: 1.2em
      }

      .button.icon.circle {
        padding-left: 0;
        padding-right: 0
      }

      .button.icon.circle>i {
        margin: 0 8px
      }

      .button.icon.circle>i:only-child {
        margin: 0
      }

      .nav>li>a>i {
        vertical-align: middle;
        font-size: 20px
      }

      .nav>li>a>i.icon-menu {
        font-size: 1.9em
      }

      .nav>li.has-icon>a>i {
        min-width: 1em
      }

      .has-dropdown .icon-angle-down {
        font-size: 16px;
        margin-left: .2em;
        opacity: .6
      }

      img {
        opacity: 1
      }

      .lazy-load {
        background-color: rgba(0, 0, 0, .03)
      }

      .mfp-hide {
        display: none !important
      }

      label {
        color: #222
      }

      a {
        color: #334862;
        text-decoration: none
      }

      a.plain {
        color: currentColor
      }

      ul {
        list-style: disc
      }

      ul {
        margin-top: 0;
        padding: 0
      }

      ul ul {
        margin: 1.5em 0 1.5em 3em
      }

      li {
        margin-bottom: .6em
      }

      .entry-content ul li {
        margin-left: 1.3em
      }

      .button,
      button,
      input,
      textarea {
        margin-bottom: 1em
      }

      form,
      p,
      ul {
        margin-bottom: 1.3em
      }

      body {
        line-height: 1.6
      }

      h1,
      h6 {
        color: #555;
        width: 100%;
        margin-top: 0;
        margin-bottom: .5em;
        text-rendering: optimizeSpeed
      }

      h1 {
        font-size: 1.7em;
        line-height: 1.3
      }

      h6 {
        font-size: .85em;
        opacity: .8
      }

      @media (max-width:549px) {
        h1 {
          font-size: 1.4em
        }
      }

      p {
        margin-top: 0
      }

      .uppercase,
      h6,
      span.widget-title {
        line-height: 1.05;
        letter-spacing: .05em;
        text-transform: uppercase
      }

      span.widget-title {
        font-size: 1em;
        font-weight: 600
      }

      .is-normal {
        font-weight: normal
      }

      .uppercase {
        line-height: 1.2;
        text-transform: uppercase
      }

      .is-small {
        font-size: .8em
      }

      .is-xsmall {
        font-size: .7em
      }

      .nav>li>a {
        font-size: .8em
      }

      .nav>li.html {
        font-size: .85em
      }

      .container:after,
      .row:after {
        content: "";
        display: table;
        clear: both
      }

      @media (min-width:850px) {
        .show-for-medium {
          display: none !important
        }
      }

      @media (max-width:849px) {
        .hide-for-medium {
          display: none !important
        }
      }

      .full-width {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: block
      }

      .mb-0 {
        margin-bottom: 0 !important
      }

      .ml-0 {
        margin-left: 0 !important
      }

      .text-left {
        text-align: left
      }

      .text-center {
        text-align: center
      }

      .text-left .is-divider {
        margin-right: auto;
        margin-left: 0
      }

      .relative {
        position: relative !important
      }

      .absolute {
        position: absolute !important
      }

      .fixed {
        position: fixed !important;
        z-index: 12
      }

      .top {
        top: 0
      }

      .bottom {
        bottom: 0
      }

      .fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        right: 0;
        bottom: 0;
        padding: 0 !important;
        margin: 0 !important
      }

      .circle {
        border-radius: 999px !important;
        -o-object-fit: cover;
        object-fit: cover
      }

      .z-1 {
        z-index: 21
      }

      .z-top {
        z-index: 9995
      }

      .no-scrollbar {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: none
      }

      .no-scrollbar::-webkit-scrollbar {
        width: 0px !important;
        height: 0px !important
      }

      .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden
      }

      .nav-anim>li {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0
      }

      .button.tooltip {
        opacity: 1
      }

      .nav-dark .nav>li.html,
      .nav-dark .header-button {
        color: #fff
      }

      html {
        overflow-x: hidden
      }

      @media (max-width:849px) {
        body {
          overflow-x: hidden
        }
      }

      #wrapper,
      #main {
        background-color: #fff;
        position: relative
      }

      .page-wrapper {
        padding-top: 30px;
        padding-bottom: 30px
      }

      .header,
      .header-wrapper {
        width: 100%;
        z-index: 30;
        position: relative;
        background-size: cover;
        background-position: 50% 0
      }

      .header-bg-color {
        background-color: rgba(255, 255, 255, .9)
      }

      .header-top,
      .header-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap
      }

      .header-bg-image,
      .header-bg-color {
        background-position: 50% 0
      }

      .header-top {
        background-color: #446084;
        z-index: 11;
        position: relative;
        min-height: 20px
      }

      .header-main {
        z-index: 10;
        position: relative
      }

      .header-bottom {
        z-index: 9;
        position: relative;
        min-height: 35px
      }

      .top-divider {
        margin-bottom: -1px;
        border-top: 1px solid currentColor;
        opacity: .1
      }

      .post {
        margin: 0 0 30px
      }

      .entry-header-text {
        padding: 1.5em 0 1.5em
      }

      .entry-header-text-top {
        padding-top: 0
      }

      .entry-content {
        padding-top: 1.5em;
        padding-bottom: 1.5em
      }

      .badge.post-date {
        top: 7%
      }

      .entry-image img {
        width: 100%
      }

      .updated:not(.published) {
        display: none
      }

      .widget {
        margin-bottom: 1.5em
      }

      .widget ul {
        margin: 0
      }

      .widget li {
        list-style: none
      }

      .widget>ul>li {
        list-style: none;
        margin-bottom: .3em;
        text-align: left;
        margin: 0
      }

      .widget>ul>li>a {
        display: inline-block;
        padding: 6px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
      }

      .widget>ul>li:before {
        font-family: "fl-icons";
        display: inline-block;
        opacity: .6;
        margin-right: 6px
      }

      .widget>ul>li+li {
        border-top: 1px solid #ececec
      }

      html {
        background-color: #5b5b5b
      }

      .back-to-top {
        margin: 0;
        opacity: 0;
        bottom: 20px;
        right: 20px;
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%)
      }

      .logo {
        line-height: 1;
        margin: 0
      }

      .logo a {
        text-decoration: none;
        display: block;
        color: #446084;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: bolder;
        margin: 0
      }

      .logo img {
        display: block;
        width: auto
      }

      .header-logo-dark {
        display: none !important
      }

      .logo-left .logo {
        margin-left: 0;
        margin-right: 30px
      }

      @media screen and (max-width:849px) {
        .header-inner .nav {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap
        }

        .medium-logo-center .flex-left {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
          flex: 1 1 0
        }

        .medium-logo-center .logo {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          text-align: center;
          margin: 0 15px
        }

        .medium-logo-center .logo img {
          margin: 0 auto
        }

        .medium-logo-center .flex-right {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
          flex: 1 1 0;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3
        }
      }

      .widget_search .submit-button {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
      }

      .searchform {
        position: relative
      }

      .searchform .button.icon {
        margin: 0
      }

      .searchform .button.icon i {
        font-size: 1.2em
      }

      .col .live-search-results {
        text-align: left;
        color: #111;
        top: 105%;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, .95);
        position: absolute
      }

      .icon-menu:before {
        content: ""
      }

      .icon-angle-up:before {
        content: ""
      }

      .icon-angle-down:before {
        content: ""
      }

      .icon-twitter:before {
        content: ""
      }

      .icon-envelop:before {
        content: ""
      }

      .icon-facebook:before {
        content: ""
      }

      .icon-instagram:before {
        content: ""
      }

      .icon-search:before {
        content: ""
      }

      .icon-whatsapp:before {
        content: ""
      }

      .text-center .social-icons {
        margin-left: auto;
        margin-right: auto
      }

      .social-icons {
        display: inline-block;
        vertical-align: middle;
        font-size: .85em;
        color: #999
      }

      .html .social-icons {
        font-size: 1em
      }

      .social-icons i {
        min-width: 1em
      }

      div.wpforms-container-full,
      div.wpforms-container-full .wpforms-form * {
        background: none;
        border: 0 none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        float: none;
        font-size: 100%;
        height: auto;
        letter-spacing: normal;
        list-style: none;
        outline: none;

        position: {
          $theme_path
        }

        /static;
        text-decoration:none;
        text-indent:0;
        text-shadow:none;
        text-transform:none;
        width:auto;
        visibility:visible;
        overflow:visible;
        margin:0;
        padding:0;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        -ms-box-shadow:none;
        -o-box-shadow:none;
        box-shadow:none
      }

      div.wpforms-container-full {
        margin-left: auto;
        margin-right: auto
      }

      div.wpforms-container-full .wpforms-form input,
      div.wpforms-container-full .wpforms-form label,
      div.wpforms-container-full .wpforms-form button {
        margin: 0;
        border: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        background: none;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
      }

      div.wpforms-container-full .wpforms-form input.wpforms-field-large {
        max-width: 100%
      }

      div.wpforms-container-full .wpforms-form .wpforms-field {
        padding: 10px 0;
        clear: both
      }

      div.wpforms-container-full .wpforms-form .wpforms-field-description {
        font-size: 13px;
        line-height: 1.3;
        margin: 8px 0 0 0
      }

      div.wpforms-container-full .wpforms-form .wpforms-field-label {
        display: block;
        font-weight: 700;
        font-size: 16px;
        float: none;
        line-height: 1.3;
        margin: 0 0 4px 0;
        padding: 0
      }

      div.wpforms-container-full .wpforms-form .wpforms-required-label {
        color: #ff0000;
        font-weight: 400
      }

      div.wpforms-container-full .wpforms-form input[type=tel],
      div.wpforms-container-full .wpforms-form input[type=text] {
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 2px;
        color: #333;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: block;
        float: none;
        font-size: 16px;
        border: 1px solid #ccc;
        padding: 6px 10px;
        height: 38px;
        width: 100%;
        line-height: 1.3
      }

      div.wpforms-container-full .wpforms-form button[type=submit] {
        background-color: #eee;
        border: 1px solid #ddd;
        color: #333;
        font-size: 1em;
        padding: 10px 15px
      }

      div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
        color: #990000
      }

      div.wpforms-container-full .wpforms-form .wpforms-submit-container {
        padding: 10px 0 0 0;
        clear: both;
        position: relative
      }

      div.wpforms-container-full {
        margin-bottom: 24px
      }

      @media only screen and (max-width:600px) {
        div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
          overflow-x: hidden
        }

        div.wpforms-container-full .wpforms-form .wpforms-field>* {
          max-width: 100%
        }

        div.wpforms-container-full .wpforms-form input.wpforms-field-large {
          max-width: 100%
        }
      }
    </style>
    <link rel="preload" data-no-minify="" href="http://www.pardus007.com/template/moban/KB1/static/css/used.min.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'">
    <meta name="description" content="Baccarat C ☑️ Trang Web Đời Đầu August nam nay lam gi de kiem tien. fan88 casino. Tiền gửi tối thiểu: 200,000VNĐVà số tiền rút tối thiểu tại là 100.000VND, cấp bậc thấp nhất mỗi ..." />
    <meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large" />
    <link rel="canonical" href="http://www.pardus007.com/nha-cai/q/4.html" />
    <meta property="og:locale" content="vi_VN" />
    <meta property="og:type" content="website" />
    <title>Baccarat C ☑️ Trang Web Đời Đầu</title>
    <meta name="keywords" content="Baccarat C" >
    <meta name="description" content="Baccarat C ☑️ Trang Web Đời Đầu August nam nay lam gi de kiem tien. fan88 casino. Tiền gửi tối thiểu: 200,000VNĐVà số tiền rút tối thiểu tại là 100.000VND, cấp bậc thấp nhất mỗi ..." >
    <meta name="author" content="Baccarat C ☑️ Trang Web Đời Đầu">
    <meta property="og:url" content="www.pardus007.com/" />
    <meta property="og:site_name" content="KuBet" />
    <meta property="og:updated_time" content="2022-02-26" />
    <meta property="og:image" content="http://img.ketqua1.net/images/2020/05/25/3d9d3e4200f89a3a72b0ab79b630ce8b.png" />
    <meta property="og:image:secure_url" content="https://img.ketqua1.net/images/2020/10/18/c8e83093bcd297852ad9b452509df6be.png" />
    <meta property="og:image:width" content="1280" />
    <meta property="og:image:height" content="720" />
    <meta property="og:image:alt" content="Baccarat C" />
    <meta property="og:image:type" content="image/jpeg" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Baccarat C ☑️ Trang Web Đời Đầu" />
    <meta name="twitter:description" content="Baccarat C ☑️ Trang Web Đời Đầu August nam nay lam gi de kiem tien. fan88 casino. Tiền gửi tối thiểu: 200,000VNĐVà số tiền rút tối thiểu tại là 100.000VND, cấp bậc thấp nhất mỗi ...T" />
    <meta name="twitter:image" content="http://img.ketqua1.net/images/2018/10/18/a9eff7bacc98844352153b1efeae5509.png" />
    <script type="application/ld+json" class="rank-math-schema-pro">
      {
        "@context": "https://schema.org",
        "@graph": [{
          "@type": ["Person", "Organization"],
          "@id": "https://www.pardus007.com/#person",
          "name": "868 KuBet"
        }, {
          "@type": "WebSite",
          "@id": "https://www.pardus007.com/#website",
          "url": "https://www.pardus007.com",
          "name": "868 KuBet",
          "publisher": {
            "@id": "https://www.pardus007.com/#person"
          },
          "inLanguage": "vi"
        }, {
          "@type": "ImageObject",
          "@id": "https://www.pardus007.com/wp-content/uploads/2021/08/kubet-ku-casino-truc-tuyen.jpg",
          "url": "https://www.pardus007.com/wp-content/uploads/2021/08/kubet-ku-casino-truc-tuyen.jpg",
          "width": "1024",
          "height": "583",
          "caption": "kubet casino tr\u1ef1c tuy\u1ebfn",
          "inLanguage": "vi"
        }, {
          "@type": "BreadcrumbList",
          "@id": "https://www.pardus007.com/cam-nang-ho-tro-nha-cai-kubet/#breadcrumb",
          "itemListElement": [{
            "@type": "ListItem",
            "position": "1",
            "item": {
              "@id": "https://www.pardus007.com",
              "name": "Home"
            }
          }, {
            "@type": "ListItem",
            "position": "2",
            "item": {
              "@id": "https://www.pardus007.com/cam-nang-ho-tro-nha-cai-kubet/",
              "name": "C\u1ea9m nang h\u1ed7 tr\u1ee3 nh\u00e0 c\u00e1i Kubet"
            }
          }]
        }, {
          "@type": "Person",
          "@id": "https://www.pardus007.com/author/",
          "name": "\u0110\u1ea1i Ca KUBET",
          "url": "https://www.pardus007.com/author/",
          "image": {
            "@type": "ImageObject",
            "@id": "https://secure.gravatar.com/avatar/5aaea0d13aea1c909a77d3b9e069096d?s=96&amp;d=mm&amp;r=g",
            "url": "https://secure.gravatar.com/avatar/5aaea0d13aea1c909a77d3b9e069096d?s=96&amp;d=mm&amp;r=g",
            "caption": "\u0110\u1ea1i Ca KUBET",
            "inLanguage": "vi"
          }
        }, {
          "@type": "WebPage",
          "@id": "https://www.pardus007.com/cam-nang-ho-tro-nha-cai-kubet/#webpage",
          "url": "https://www.pardus007.com/cam-nang-ho-tro-nha-cai-kubet/",
          "name": "Kubet \u0111\u01b0\u1ee3c m\u1ec7nh danh l\u00e0 nh\u00e0 c\u00e1i qu\u1ed1c d\u00e2n t\u1ea1i Vi\u1ec7t Nam",
          "datePublished": "2021-08-29T16:31:24+00:00",
          "dateModified": "2021-08-29T16:40:09+00:00",
          "author": {
            "@id": "https://www.pardus007.com/author/"
          },
          "isPartOf": {
            "@id": "https://www.pardus007.com/#website"
          },
          "primaryImageOfPage": {
            "@id": "https://www.pardus007.com/wp-content/uploads/2021/08/kubet-ku-casino-truc-tuyen.jpg"
          },
          "inLanguage": "vi",
          "breadcrumb": {
            "@id": "https://www.pardus007.com/cam-nang-ho-tro-nha-cai-kubet/#breadcrumb"
          }
        }, {
          "@type": "BlogPosting",
          "headline": "Kubet \u0111\u01b0\u1ee3c m\u1ec7nh danh l\u00e0 nh\u00e0 c\u00e1i qu\u1ed1c d\u00e2n t\u1ea1i Vi\u1ec7t Nam",
          "keywords": "kubet",
          "datePublished": "2021-08-29T16:31:24+00:00",
          "dateModified": "2021-08-29T16:40:09+00:00",
          "author": {
            "@id": "https://www.pardus007.com/author/"
          },
          "publisher": {
            "@id": "https://www.pardus007.com/#person"
          },
          "description": "Nh\u00e0 c\u00e1i Kubet l\u00e0 m\u1ed9t \u0111\u1ecba ch\u1ec9 ch\u01a1i c\u00e1 c\u01b0\u1ee3c uy t\u00edn l\u00e2u n\u0103m. N\u00f3i \u0111\u1ebfn Kubet th\u00ec d\u00e2n ch\u01a1i c\u00e1 \u0111\u1ed9 lu\u00f4n t\u00edn nhi\u1ec7m s\u1ed1 1 t\u1ea1i Vi\u1ec7t Nam",
          "name": "Kubet \u0111\u01b0\u1ee3c m\u1ec7nh danh l\u00e0 nh\u00e0 c\u00e1i qu\u1ed1c d\u00e2n t\u1ea1i Vi\u1ec7t Nam",
          "@id": "https://www.pardus007.com/cam-nang-ho-tro-nha-cai-kubet/#richSnippet",
          "isPartOf": {
            "@id": "https://www.pardus007.com/cam-nang-ho-tro-nha-cai-kubet/#webpage"
          },
          "image": {
            "@id": "https://www.pardus007.com/wp-content/uploads/2021/08/kubet-ku-casino-truc-tuyen.jpg"
          },
          "inLanguage": "vi",
          "mainEntityOfPage": {
            "@id": "https://www.pardus007.com/cam-nang-ho-tro-nha-cai-kubet/#webpage"
          }
        }]
      }
    </script>
    
    <link rel="alternate" type="application/rss+xml" title="Dòng thông tin KuBet &raquo;" href="http://www.pardus007.com/keo-nha-cai/x/23527.html" />
    <link rel="alternate" type="application/rss+xml" title="Dòng phản hồi KuBet &raquo;" href="http://www.pardus007.com/keo-online/V/61362.html" />
    <link rel="alternate" type="application/rss+xml" title="KuBet &raquo; Cẩm nang hỗ trợ nhà cái Kubet Dòng phản hồi" href="http://www.pardus007.com/live-casino/I/914745.html" />
    <link data-minify="1" rel='preload' href='http://www.pardus007.com/template/moban/KB1/static/css/pum-site-styles.css' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" 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 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;
        cursor: pointer;
        -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: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background:url(http://www.pardus007.com/template/moban/KB1/static/images/youtube.png) no-repeat;
        cursor: pointer
      }
    </style>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/jquery.min.js' id='jquery-core-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/jquery-migrate.min.js' id='jquery-migrate-js'></script>
    <link rel="https://api.w.org/" href="http://www.pardus007.com/casino/y/1222.html" />
    <link rel="alternate" type="application/json" href="http://www.pardus007.com/casino/k/2.html" />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.pardus007.com/live-casino/B/4.html" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.pardus007.com/live-casino/w/73932.html" />
    <meta name="generator" content="WordPress 5.8.1" />
    <link rel='shortlink' href='https://www.pardus007.com/?p=7331' />
    
    <meta name="google-site-verification" content="Fo1M8GaR8C4INU7ifIKOspt1CrYo5M0XOfXpDrPz4SM" />
    <script type="rocketlazyloadscript" async src="http://www.pardus007.com/template/moban/KB1/static/js/6d2097094b1b4933867a23edcc6f6ace.js"></script>
    <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-FG8TJXES8H');
</script>
    <script type="rocketlazyloadscript" async src="http://www.pardus007.com/template/moban/KB1/static/js/6d2097094b1b4933867a23edcc6f6ace.js"></script>
    <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-FG8TJXES8H');
</script>
    <link rel="icon" href="http://www.pardus007.com/casino/v/5614.html" sizes="32x32" />
    <link rel="icon" href="http://www.pardus007.com/keo-nha-cai/C/5136879.html" sizes="192x192" />
    <link rel="apple-touch-icon" href="http://www.pardus007.com/keo-online/8/5581715.html" />
    <meta name="msapplication-TileImage" content="https://www.pardus007.com/wp-content/uploads/2020/11/cropped-ku-bet-1-270x270.jpg" />
    <noscript>
      <style id="rocket-lazyload-nojs-css">
        .rll-youtube-player,
        [data-lazy-src] {
          display: none !important;
        }
      </style>
    </noscript>
    <script type="rocketlazyloadscript"> /*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i
							<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))

							</script>
  </head>
  
  <script type="rocketlazyloadscript" async src="http://www.pardus007.com/template/moban/KB1/static/js/6d2097094b1b4933867a23edcc6f6ace.js"></script>
  <script type="rocketlazyloadscript"> window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-FG8TJXES8H');
</script>
<body class="home page-template page-template-page-blank page-template-page-blank-php page page-id-2 lightbox nav-dropdown-has-arrow nav-dropdown-has-shadow nav-dropdown-has-border">
    <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var today = new Date();
var day = today.getDate();
	if(day
								<10) day = '0'+day;
var month = today.getMonth()+1;
	if(month
									<10) month = '0'+month;
var date = day+'-'+month;
var hours = today.getHours();
	if(hours
										<10) hours= '0'+hours;
var min = today.getMinutes();
	if(min
											<10) min= '0'+min;
var time = hours + ":" + min ;
var dateTime = date+' '+time;
jQuery('#time_bar').html(dateTime);
	

jQuery(document).ready(function(){
  jQuery("#close_like").click(function(){
    jQuery(".pum-close").trigger('click');
  });
});

											</script>
    <a class="skip-link screen-reader-text" href="#main">Skip to content</a>
    <div id="wrapper">
      <header id="header" class="header has-sticky sticky-jump">
        <div class="header-wrapper">
          <div id="top-bar" class="header-top nav-dark hide-for-medium">
            <div class="flex-row container">
              <div class="flex-col hide-for-medium flex-left">
                <ul class="nav nav-left medium-nav-center nav-small  nav-divided">
                  <li class="html custom html_nav_position_text_top">
                    <div id="time_bar"></div>
                    <span id="space">|</span>
                    <div id="add_like"></div>
                  </li>
                </ul>
              </div>
              <div class="flex-col hide-for-medium flex-center">
                <ul class="nav nav-center nav-small  nav-divided"></ul>
              </div>
              <div class="flex-col hide-for-medium flex-right">
                <ul class="nav top-bar-nav nav-right nav-small  nav-divided">
                  <li class="html custom html_top_right_text">
                    <div class="popmake-192">
																				<a href="http://www.pardus007.com/keo-nha-cai/N/6227932.html" class="button secondary is-normal is-medium">Đăng ký </a>
                    </div>
                  </li>
                  <li class="html header-button-2">
                    <div class="header-button">
                      <a href="http://www.pardus007.com/keo-online/g/4192286.html" class="button success is-shade" style="border-radius:7px;">
                        <span>Đăng nhập</span>
                      </a>
                    </div>
                  </li>
                </ul>
              </div>
            </div>
          </div>
          <div id="masthead" class="header-main ">
            <div class="header-inner flex-row container logo-left medium-logo-center" role="navigation">
              
              <div id="logo" class="flex-col logo">
                
                <a href="/" title="" rel="home">
                  <img width="70" height="70" src="http://www.pardus007.com/template/moban/KB1/static/picture/casinoicon.jpg'http://www.pardus007.com/template/moban/KB1/static/picture/casinoicon.jpg" class="header_logo header-logo" alt="" data-lazy-src="http://www.pardus007.com/template/moban/KB1/static/picture/casinoicon.jpg" />
                  <noscript>
                    <img width="70" height="70" src="http://www.pardus007.com/template/moban/KB1/static/picture/casinoicon.jpg" class="header_logo header-logo" alt="" />
                  </noscript>
                  <img width="70" height="70" src="http://www.pardus007.com/template/moban/KB1/static/picture/casinoicon.jpg" class="header-logo-dark" alt="" data-lazy-src="http://www.pardus007.com/template/moban/KB1/static/picture/casinoicon.jpg" />
                  <noscript>
                    <img width="70" height="70" src="http://www.pardus007.com/template/moban/KB1/static/picture/868-logo.png" class="header-logo-dark" alt="" />
                  </noscript>
                </a>
              </div>
              
              <div class="flex-col show-for-medium flex-left">
                <ul class="mobile-nav nav nav-left "></ul>
              </div>
              
              <div class="flex-col hide-for-medium flex-left
            flex-grow">
                <ul class="header-nav header-nav-main nav nav-left  nav-line-bottom nav-uppercase">
                  <li id="menu-item-40" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-40 menu-item-design-default">
                    <a href="/" class="nav-top-link">Trang Chủ</a>
                  </li>
                  <li id="menu-item-326" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-326 menu-item-design-default has-dropdown">
                    <a href="http://www.pardus007.com/nha-cai/t/78772/" class="nav-top-link">XỔ SỐ BA MIỀN <i class="icon-angle-down"></i>
                    </a>
                    <ul class="sub-menu nav-dropdown nav-dropdown-default">
                      <li id="menu-item-45" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-45">
                        <a href="http://www.pardus007.com/live-casino/v/1/">ĐĂNG KÝ</a>
                      </li>
                      <li id="menu-item-52" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-52">
                        <a href="http://www.pardus007.com/keo-online/S/242753/">ĐĂNG KÝ</a>
                      </li>
                    </ul>
                  </li>
                  <li id="menu-item-1458" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1458 menu-item-design-default">
                    <a href="http://www.pardus007.com/casino/m/41542/" class="nav-top-link">NHÀ CÁI VN89</a>
                  </li>
                  <li id="menu-item-46" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-46 menu-item-design-default has-dropdown">
                    <a href="http://www.pardus007.com/keo-online/A/6428596/" class="nav-top-link">XỔ SỐ MN <i class="icon-angle-down"></i>
                    </a>
                    <ul class="sub-menu nav-dropdown nav-dropdown-default">
                      <li id="menu-item-48" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-48">
                        <a href="http://www.pardus007.com/keo-online/q/74469245/">GAME SLOT</a>
                      </li>
                      <li id="menu-item-47" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-47">
                        <a href="http://www.pardus007.com/keo-online/9/6/">XỔ SỐ MB</a>
                      </li>
                      <li id="menu-item-49" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-49">
                        <a href="http://www.pardus007.com/keo-nha-cai/v/26765/">GAME BÀI 3D</a>
                      </li>
                      <li id="menu-item-416" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-416">
                        <a href="http://www.pardus007.com/nha-cai/O/178/">XỔ SỐ</a>
                      </li>
                    </ul>
                  </li>
                  <li id="menu-item-41" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-41 menu-item-design-default has-dropdown">
                    <a href="http://www.pardus007.com/live-casino/I/463142/" class="nav-top-link">KHUYẾN MÃI <i class="icon-angle-down"></i>
                    </a>
                    <ul class="sub-menu nav-dropdown nav-dropdown-default">
                      <li id="menu-item-42" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-42">
                        <a href="http://www.pardus007.com/keo-online/o/7943/">NHÀ CÁI SODO66</a>
                      </li>
                      <li id="menu-item-44" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-44">
                        <a href="http://www.pardus007.com/nha-cai/P/512/">ĐĂNG NHẬP</a>
                      </li>
                      <li id="menu-item-43" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-43">
                        <a href="http://www.pardus007.com/nha-cai/C/43/">KHUYẾN MÃI</a>
                      </li>
                      <li id="menu-item-2876" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2876">
                        <a href="http://www.pardus007.com/casino/J/698954/">TIN TỨC</a>
                      </li>
                    </ul>
                  </li>
                 
                </ul>
              </div>
              
              <div class="flex-col hide-for-medium flex-right">
                <ul class="header-nav header-nav-main nav nav-right  nav-line-bottom nav-uppercase"></ul>
              </div>
              
              <div class="flex-col show-for-medium flex-right">
                <ul class="mobile-nav nav nav-right ">
                  <li class="nav-icon has-icon">
                    <a href="#" data-open="#main-menu" data-pos="center" 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>
            </div>
            <div class="container">
              <div class="top-divider full-width"></div>
            </div>
          </div>
          <div id="wide-nav" class="header-bottom wide-nav show-for-medium">
            <div class="flex-row container">
              <div class="flex-col show-for-medium flex-grow">
                <ul class="nav header-bottom-nav nav-center mobile-nav  nav-uppercase">
                  <li class="html custom html_top_right_text">
                    <div class="popmake-192">
																				<a href="http://www.pardus007.com/live-casino/o/118.html" class="button secondary is-normal is-medium">Đăng ký </a>
                    </div>
                  </li>
                  <li class="html header-button-2">
                    <div class="header-button">
                      <a href="http://www.pardus007.com/list/q/86262645.html" class="button success is-shade" style="border-radius:7px;">
                        <span>Đăng nhập</span>
                      </a>
                    </div>
                  </li>
                </ul>
              </div>
            </div>
          </div>
          <div class="header-bg-container fill">
            <div class="header-bg-image fill"></div>
            <div class="header-bg-color fill"></div>
          </div>
        </div>
      </header>      <main id="main" class="">
        <div id="content" class="blog-wrapper blog-single page-wrapper">
          <div class="row row-large row-divided ">
            <div class="large-9 col">
              <article id="post-7331" class="post-7331 post type-post status-publish format-standard has-post-thumbnail hentry category-ku-casino">
                <div class="article-inner ">
                  <header class="entry-header">
                    <div class="entry-header-text entry-header-text-top text-left">
                      <h6 class="entry-category is-xsmall">
                        <a href="http://www.pardus007.com/casino/2/5373677.html" rel="category tag">NHÀ CÁI VB199</a>
                      </h6>
                      <h1 class="entry-title">Baccarat C ☑️ Trang Web Đời Đầu</h1>
                      <div class="entry-divider is-divider small"></div>
                      <div class="entry-meta uppercase is-xsmall">
                        <span class="posted-on">Posted on <a href="http://www.pardus007.com/keo-online/J/48625.html" rel="bookmark">
                            <time class="entry-date published" datetime="2021-08-29T16:31:24+00:00">2022-02-26</time>
                            <time class="updated" datetime="2021-08-29T16:40:09+00:00">2022-02-26</time>
                          </a>
                        </span>
                        <span class="byline"> by <span class="meta-author vcard">
                            <a class="url fn n" href="http://www.pardus007.com/keo-online/Q/6596.html">GAME BÀI 3D</a>
                          </span>
                        </span>
                      </div>
                    </div>
                  </header>
                          <p><br>
<b>Những Phương Pháp Chơi Baccarat C Dễ Thắng Trên Nhà Cái</b>
<br>
<p>Đạ Huoai, Lâm Đồng) khiến cho 6 người thương vong. Hiện nay công ty kinh doanh 4 loại hình xổ số bao gồm xổ số truyền thống, xổ số cào, xổ số bóc, xổ số lô tô. Hai chiếc xe máy vỡ nát sau tai nạnTheo đó, thời điểm này, xe máy BKS: 47F9-9310 do anh Nguyễn Duy Thuận (SN 1969, trú tại thôn 6, xã Ea Kpam, huyện Cư M’gar) điều khiển lưu thông trên tuyến đường liên xã từ Ea Kpam về Ea H’ding. </p>
<p>
<div style="text-align:center;">
  <img src="http://img.ketqua1.net/images/2019/01/20/f0ab0271b47270dc5686d6cae66233ea.png" alt="Baccarat C" height="400" width="100%" />
  <p>07 do tài xế Nguyễn Văn Đẩu (SN 1975, ngụ huyện Gò Dầu, tỉnh Tây Ninh) điều khiển. Chiếc xe tiếp tục đâm gãy khoảng 5 m taluy đường rồi lao xuống ruộng Cơ quan chức năng có mặt tại hiện trườngSau cú đâm mạnh làm cả 2 xe máy và người văng ra xa, đập đầu xuống mặt đường, khiến anh Nghĩa và ông Thạch tử vong tại chỗ. </p>
</div>
<div>
  <a href="http://www.pardus007.com/nha-cai/s/32.html">
    <b>Hướng Dẫn Cách Chơi Baccarat C Cho Người Mới</b>
  </a> Để tải game bắn bóng, bạn hãy truy cập vào link sau: https://play. 59 do bà Lê Thị Bích Tiên (56 tuổi, TP Thủ Dầu Một, Bình Dương) điều khiển chạy trên đường Phạm Ngọc Thạch hướng Mỹ Phước – Tân Vạn. Được biết, trước đó một ngày, gần cầu Khánh Hội (quận 1), một chiếc xe bồn khác chạy trong trung tâm thành phố cũng tông vào người đàn ông trung niên đi xe máy, khiến nạn nhân chết tại chỗ. Riêng Nguyễn Nhựt Tín (16 tuổi) nguy kịch hiện vẫn đang cấp cứu tại bệnh viện Chợ Rẫy, cả hai cùng quê Bạc Liêu.</div>
<br>
<div>
  <b>1/ Chơi Baccarat C Qua Mạng</b>
</div>
<br>
<div>Hiện trường tai nạn giao thôngTheo đó, vào thời điểm trên, tài xế Nguyễn Phạm Hoài Nhân (sn 1977) điều khiển xe khách mang BKS 51D. Tại hiện trường chiếc xe máy hư hỏng hoàn toàn, còn ô tô cũng bị hư hỏng nặng Cơ quan chức năng có mặt tại hiện trườngRiêng ông Hà được người dân đưa đến bệnh viện cấp cứu trong tình trạng bị thương nặng. Hiện trường vụ tai nạnCú tông mạnh khiến nhiều người bị thương, trong đó 1 số nạn nhân bị thương đã được đưa vào bệnh viện cấp cứu, không có tình trạng nạn nhân bị chết tại chỗ . <p>
  <div style="text-align:center;">
    <img src="http://img.ketqua1.net/images/2018/09/22/e5c4058c1af3bffc2fc0cf417e56502e.png" alt="Baccarat C" height="400" width="100%" />
    <p>Kết quả xổ số miền namTai nạn giao thông nghiêm trọng xảy ra vào khoảng 14h chiều ngày 30/8, trên quốc lộ 1A, đoạn qua địa bàn khối 8, phường Quỳnh Thiện, thị xã Hoàng Mai, tỉnh Nghệ An. 30 lưu thông trên đường Cộng Hoà theo hướng từ mũi tàu Trường Chinh về vòng xoay Lăng Cha Cả. Mời các bạn vào link dưới đây sể xem kết quả XSMT hôm qua và hôm nay trực tiếp tại:Kết quả xổ số miền TrungTai nạn xảy ra vào khoảng 8 giờ 30 phút ngày 13/7, trên tuyến Quốc lộ 1A thuộc địa bàn xã Phước Nam, huyện Thuận Nam, tỉnh Ninh Thuận. Tham khảo bộ cầu chuẩn cho các tỉnh miền Nam hôm nay tạidự đoán XSMN. </p>
    <br>
    <p>Thanh niên nguy kịch sau tai nạn do xe khách gây raTại hiện trường, chiếc xe máy bị lôi đi một đoạn khá dài, khiến phần đầu xe kẹt dưới gầm bên trái của xe khách Phương Trang, gây hư hỏng và bể nát Xe máy bị tông nátCú tông mạnh khiến cả xe máy và nạn nhân bị hất ngược trở lại Chiếc xe máy của nhà báo tử nạn tại hiện trườngSau cú va chạm,nhà báo Nguyễn Đình Quân bị thương nặng và đã tử vong trên đường đưa đến Bệnh viên đa khoa tỉnh Khánh Hòa cấp cứu. Sau khi xảy ra tai nạn, tài xế xe tải đã nhanh chóng cho xe rời khỏi hiện trường và đến cơ quan chức năng trình báo. </p>
  </div>
  <div>
    <b>2/ Chơi Baccarat C Trực Tiếp</b>
  </div>
  <br>
  <div>
    <p> Nhận được tin báo, công an huyện Hóc Môn đã nhanh chóng có mặt khám nghiệm hiện trường Khi tới khu vực ngã tư Sở Sao (Phường Tân Định, thành phố Thủ Dầu Một, tỉnh Bình Dương) tài xế cho xe rẽ phải để ra Đại lộ Bình Dương thì va chạm với xe đạp điện do một người phụ nữ trung niên điều khiển cùng chiều bên phải. Thông tin mới nhất về kết quả xổ số miền trung được tường thuật trực tiếp tại XSMT chuẩn nhất Hiện trường vụ tai nạnKhi đến khu vực nói trên đã bị xe container mang BKS: 51C-777. </p>
    <br>
    <p>67 đang lưu thông trên đường nhánh rẽ ra quốc lộ 46B. 32 do một nam thanh niên điều khiển lưu thông trên QL 1 theo hướng từ An Sương đi ngã tư Ga. Do quá bất ngờ, tài xế xe tải không kịp xử lý nên đã đâm rồi cán lên xe máy. Luôn nở nụ cười trên môi điều đó có nghĩa là bạn vẫn đang sống có ích </p>
  </div>
  <div>
    <b>3/ Chơi Baccarat C Online Ăn Tiền Thật</b>
    <br>
    <br> Vào khoảng 8h sáng ngày 22 tháng 7 trên tỉnh lộ 8 xã Bình Mỹ, huyện Củ Chi, Tp Hiện, các cơ quan chức năng đang điều tra làm rõ nguyên nhân vụ tai nạn. 02 do Bùi Văn Phúc (SN 1991, trú tại huyện Yên Khánh, tỉnh Ninh Bình) điều khiển đang lưu thông trên QL1A theo hướng Bắc - Nam, đến địa điểm trên, xe giảm tốc độ đột ngột do tránh xe khác. <p>
    <div style="text-align:center;">
      <img src="https://img.ketqua1.net/images/2019/10/14/972e797fd25fd1ecf16075c0f3eead64.jpg" alt="Baccarat C" height="400" width="100%" />
      <p>Hiện trường vụ tai nạnCú va chạm kiến người đàn ông cùng phương tiện ngã xuống đường. sau đâu chúng tôi xin hướng dẫn cách cài đặt in như sau:Bước 1: Mở trang cần để in ra bằng trình duyệt Container tiếp tục tông gãy trụ điện trung thế, tông đổ 1 bức tường nhà bảo vệ của công ty gần đó thì mới dừng lại. Hiện trường vụ tai nạn thương tâmTheo đó, vào thời điểm trên, anh Nguyễn Văn Nam (sn 1992) điều khiển xe tải mang BKS 37C - 064 </p>
      <br>
      <p>Do tài xế 2 chiếc xe thiếu quan sát nên đã đâm vào nhau Xe máy bị kéo lê một đoạn dài bị hư hỏng phần đuôiTheo thông tin điều tra ban đầu chị Linh là công nhân may cho xưởng may Việt Thắng. Mời các bạn truy cập link dưới đây để xem kết quả XS 3 miền nhanh và chính xác nhất tại:Xổ sốkiến thiết 3 miềnVụ tai nạn nghiêm trọng xảyra vào khoảng 0 giờ 30 phút rạng sáng hôm nay ngày 27-5, tại khu vực ngã tư Bà Triệu – Hai Bà Trưng (Hoàn Kiếm, Hà Nội). May mắn, tai nạn xe không xảy ra va chạm với phương tiện nào khác. </p>
    </div>
    <div>
      <b>4/ Chơi Baccarat C Qúa Đơn Giản </b>
      <br>
      <br>
      <b>Baccarat C</b> Cú lạc tay lái khiến ô tô du lịch mang BKS: 93LD-00175, hai xe máy mang BKS: 36D1- 23656 do một người đàn ông cầm lái và xe máy mang BKS: 36L1-00373 do người phụ nữ cầm lái không kịp tránh nên bị xe tải điên tông trúng rồi kéo lê hai xe máy trên đường. Tham khảo bộ cầu đẹp cho các tỉnh miền Trung hôm nay tại dự đoán xổ số miền Trung. Ngay trong đêm, các đơn vị nghiệp vụ Công an thành phố Bà Rịa đã có mặt khám nghiệm hiện trường, điều tra làm rõ nguyên nhân vụ tai nạn. <p>
      <div style="text-align:center;">
        <img src="http://img.ketqua1.net/images/2019/03/20/6006a904f8ef8c43b0324cddfe2de24a.png" alt="Baccarat C" height="400" width="100%" />
        <p>Bên cạnh đó, đường hẹp, nam thanh niên điều khiển xe với tốc độ nhanh nên khi gặp sự cố đã không kịp xử lý. Chiếc xe máy tại hiện trườngTại hiện trường, chiếc xe máy bị hư hỏng nặng, cột mốc gẫy đôi </p>
      </div>
      <div>Những người đi trên xe và người dân xung quanh nơi xảy ra cháy đã dùng các phương tiện sẵn có như bình chữa cháy và nước để dập lửa, đồng thời điện báo cho cơ quan chức năng. Thấy hai chiếc xe dừng đỗ ở làn đường bên kia, xe đầu kéo 28LD-0021 chạy chậm lại. </div>
      <br>
      <div>Chiếc xe máy chạy với tốc độ cao đã đâm vào xe ô tô đang dừng đèn đỏVào thời điểm trên có rất nhiều phương tiện đang dừng đèn đỏ tại ngã ba quốc lộ 1A – Phú Lợi Theo nhiều nhân chứng có mặt tại hiện trường, khi rời xe bán tải, lái xe người nồng nặc mùi rượu, có tình trạng không làm chủ được hành vi. </div>
      <br>
      <div>Ngay sau khi xảy ra vụ việc, các lực lượng Công an đã có mặt kịp thời để bảo đảm lưu thông trên quốc lộ 14 đồng thời điều tra, làm rõ nguyên nhân của vụ tai nạn thảm khốc trên. Vào thời điểm trên, container BS: 57L – 2324 do Phan Thanh Phú (30 tuổi, quê Hà Tĩnh) điều khiển lưu thông trên Quốc lộ 22, hướng từ Củ Chi về Trung tâm thành phố. </div>
      <br>
      <div>
        <b>Kết luận</b>
      </div>
      <div>Trên đây là toàn bộ thông tin mà <b>Chúng Tôi</b> đã chia sẻ cho mọi người và bài viết này không phải là lời khuyên đăng ký. Hy vọng bài viết sẽ giúp các bạn hiểu biết hơn về cá cược và đưa ra quyết định cá nhân của mình về <b>Thắng Thua Online Nhé.</b>
      </div>
      <br>
      <h3>Xem thêm</h3>
      <strong>
        <a href="http://www.pardus007.com/live-casino/R/8424998.html" target="_blank" data-type="URL" data-id="http://www.pardus007.com/keo-online/l/116256.html" rel="noreferrer noopener">1. Vieser Linjalattiakaivo - Trang Chủ Đăng Nhập</a>
      </strong>
      <br>
      <strong>
        <a href="http://www.pardus007.com/list/Q/464.html" target="_blank" data-type="URL" data-id="http://www.pardus007.com/keo-nha-cai/n/26.html" rel="noreferrer noopener">2. Lịch Phát Sóng Bóng Đá Anh - Link Vào Mới Nhất 2021</a>
      </strong>
      <br>
      <strong>
        <a href="http://www.pardus007.com/keo-online/k/2814.html" target="_blank" data-type="URL" data-id="http://www.pardus007.com/live-casino/i/36961874.html" rel="noreferrer noopener">3. Game Like Pubg Under 500Mb - Welcome To Casino Online</a>
      </strong>
      <br>
      <strong>
        <a href="http://www.pardus007.com/casino/F/314437.html" target="_blank" data-type="URL" data-id="http://www.pardus007.com/keo-nha-cai/a/49393.html" rel="noreferrer noopener">4. Thuật Toán Máy Bắn Cá - Link Tải App Mới Nhất</a>
      </strong>
      <br>
      <strong>
        <a href="http://www.pardus007.com/keo-online/G/8962.html" target="_blank" data-type="URL" data-id="http://www.pardus007.com/keo-online/T/132.html" rel="noreferrer noopener">5. Sicbo Boyaa - Lô Đề Trực Tuyến 1 Ăn 99.5</a>
      </strong>
      </p>
    </div></p>
                    <div class="blog-share text-center">
                      <div class="is-divider medium"></div>
                      <div class="social-icons share-icons share-row relative">
                        <a href="http://www.pardus007.com/keo-nha-cai/3/49.html" data-action="share/whatsapp/share" class="icon button circle is-outline tooltip whatsapp show-for-medium" title="Share on WhatsApp" aria-label="Share on WhatsApp">
                          <i class="icon-whatsapp"></i>
                        </a>
                        <a href="http://www.pardus007.com/keo-nha-cai/P/6.html" data-label="Facebook" onclick="window.open(this.href,this.title,'width=500,height=500,top=300px,left=300px');  return false;" rel="noopener noreferrer nofollow" target="_blank" class="icon button circle is-outline tooltip facebook" title="Share on Facebook" aria-label="Share on Facebook">
                          <i class="icon-facebook"></i>
                        </a>
                        <a href="http://www.pardus007.com/keo-online/I/86491.html" onclick="window.open(this.href,this.title,'width=500,height=500,top=300px,left=300px');  return false;" rel="noopener noreferrer nofollow" target="_blank" class="icon button circle is-outline tooltip twitter" title="Share on Twitter" aria-label="Share on Twitter">
                          <i class="icon-twitter"></i>
                        </a>
                        <a href="http://www.pardus007.com/live-casino/4/311711.html" rel="nofollow" class="icon button circle is-outline tooltip email" title="Email to a Friend" aria-label="Email to a Friend">
                          <i class="icon-envelop"></i>
                        </a>
                        <a href="http://www.pardus007.com/nha-cai/B/87749.html" onclick="window.open(this.href,this.title,'width=500,height=500,top=300px,left=300px');  return false;" rel="noopener noreferrer nofollow" target="_blank" class="icon button circle is-outline tooltip pinterest" title="Pin on Pinterest" aria-label="Pin on Pinterest">
                          <i class="icon-pinterest"></i>
                        </a>
                        <a href="http://www.pardus007.com/nha-cai/y/5.html" onclick="window.open(this.href,this.title,'width=500,height=500,top=300px,left=300px');  return false;" rel="noopener noreferrer nofollow" target="_blank" class="icon button circle is-outline tooltip linkedin" title="Share on LinkedIn" aria-label="Share on LinkedIn">
                          <i class="icon-linkedin"></i>
                        </a>
                      </div>
                    </div>
                  </div>
                      <div class="flex-col flex-grow nav-next text-right"></div>
                    </div>
                  </nav>
                </div>
              </article>
              <div id="comments" class="comments-area">
                <div id="respond" class="comment-respond">
                  <h3 id="reply-title" class="comment-reply-title">Trả lời <small>
                      <a rel="nofollow" id="cancel-comment-reply-link" href="http://www.pardus007.com/keo-nha-cai/P/47.html" style="display:none;">Hủy</a>
                    </small>
                  </h3>
                  <form action="http://www.pardus007.com/live-casino/k/41.html" method="post" id="commentform" class="comment-form" novalidate>
                    <p class="comment-notes">
                      <span id="email-notes">Email của bạn sẽ không được hiển thị công khai.</span> Các trường bắt buộc được đánh dấu <span class="required">*</span>
                    </p>
                    <p class="comment-form-comment">
                      <label for="comment">Bình luận</label>
                      <textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required="required"></textarea>
                    </p>
                    <p class="comment-form-author">
                      <label for="author">Tên <span class="required">*</span>
                      </label>
                      <input id="author" name="author" type="text" value="" size="30" maxlength="245" required='required' />
                    </p>
                    <p class="comment-form-email">
                      <label for="email">Email <span class="required">*</span>
                      </label>
                      <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required='required' />
                    </p>
                    <p class="comment-form-url">
                      <label for="url">Trang web</label>
                      <input id="url" name="url" type="url" value="" size="30" maxlength="200" />
                    </p>
                    <p class="comment-form-cookies-consent">
                      <input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" />
                      <label for="wp-comment-cookies-consent">Lưu tên của tôi, email, và trang web trong trình duyệt này cho lần bình luận kế tiếp của tôi.</label>
                    </p>
                    <p class="form-submit">
                      <input name="submit" type="submit" id="submit" class="submit" value="Phản hồi" />
                      <input type='hidden' name='comment_post_ID' value='7331' id='comment_post_ID' />
                      <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
                    </p>
                    <input type="hidden" id="ak_js" name="ak_js" value="199" />
                    <textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100" style="display: none !important;"></textarea>
                  </form>
                </div>
                
              </div>
            </div>
            <div class="post-sidebar large-3 col">
              <div id="secondary" class="widget-area " role="complementary">
                <aside id="search-2" class="widget widget_search">
                  <span class="widget-title ">
                    <span>TÌM KIẾM</span>
                  </span>
                  <div class="is-divider small"></div>
                  <form method="get" class="searchform" action="http://www.pardus007.com/live-casino/h/67/" role="search">
                    <div class="flex-row relative">
                      <div class="flex-col flex-grow">
                        <input type="search" class="search-field mb-0" name="s" value="" id="s" placeholder="Search&hellip;" />
                      </div>
                      <div class="flex-col">
                        <button type="submit" class="ux-search-submit submit-button secondary button icon mb-0" aria-label="Submit">
                          <i class="icon-search"></i>
                        </button>
                      </div>
                    </div>
                    <div class="live-search-results text-left z-top"></div>
                  </form>
                </aside>
                <aside id="recent-posts-2" class="widget widget_recent_entries">
                  <span class="widget-title ">
                    <span>BÀI VIẾT GẦN ĐÂY</span>
                  </span>
                  <div class="is-divider small"></div>
                  <ul>                    <li>
                      <a href="http://www.pardus007.com/keo-online/p/99353318.html">Giải Bóng Đá Hạng 2 Đức</a>
                    </li>                    <li>
                      <a href="http://www.pardus007.com/keo-nha-cai/a/256682.html">Bida 99</a>
                    </li>                    <li>
                      <a href="http://www.pardus007.com/live-casino/g/55422721.html">Tài Xỉu Bóng Đá</a>
                    </li>                    <li>
                      <a href="http://www.pardus007.com/casino/i/8725957.html">Tien Len Dem La</a>
                    </li>                    <li>
                      <a href="http://www.pardus007.com/live-casino/2/828.html">Giải Bóng Đá 2019 Của Việt Nam</a>
                    </li>                  </ul>
                </aside>
                <aside id="categories-3" class="widget widget_categories">
                  <span class="widget-title ">
                    <span>CHUYÊN MỤC</span>
                  </span>
                  <div class="is-divider small"></div>
                  <ul>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/keo-online/b/5.html ">Q Cup Winners</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/keo-nha-cai/7/72863.html ">Tài Xỉu Là Gì</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/live-casino/q/99.html ">B Winners Bet</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/keo-nha-cai/3/268757.html ">Code Linh Kiếm Cửu Thiên</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/nha-cai/5/3196.html ">W88 Kèo Nhà Cái</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/list/5/4382743.html ">Game24Hvn</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/keo-nha-cai/1/57.html ">Winbet Games</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/casino/z/5833.html ">Số Điện Thoại 02499 Ở Đâu</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/casino/H/4771.html ">Win2888 Soi Cầu Xổ Số Miền Bắc</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/keo-online/w/3738191.html ">Y8 Tri Tue</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/live-casino/P/7583429.html ">Win Bet 99</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/list/x/95.html ">Giải Bóng Đá U23 Iran</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/list/E/153277.html ">Dafavip</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/keo-nha-cai/g/124.html ">Bắn Cá Đổi The Cào 2020</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/live-casino/M/7297832.html ">Dl.Xocvin</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/casino/I/767.html ">Nhận Định Bóng Đá Thổ Nhĩ Kỳ</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/live-casino/n/442.html ">W88Ok</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/casino/J/7787.html ">Kinh Dịch Dự Đoán Bóng Đá</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/casino/w/26561.html ">Xo888Th V3</a>
                    </li>                    <li class="cat-item cat-item-38">
                      <a href="http://www.pardus007.com/live-casino/v/598958.html ">Đăng Ký Trang Cá Độ Bóng Đá</a>
                    </li>                <aside id="tag_cloud-2" class="widget widget_tag_cloud">
                  <span class="widget-title ">
                    <span>HASH TAGS</span>
                  </span>
                  <div class="is-divider small"></div>
                  <div class="tagcloud">
                                          <a href="http://www.pardus007.com/nha-cai/1/4433349.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">NHÀ CÁI QH88</a>                    <a href="http://www.pardus007.com/keo-online/a/28.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">NHÀ CÁI VN89</a>                    <a href="http://www.pardus007.com/casino/P/23.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">XỔ SỐ</a>                    <a href="http://www.pardus007.com/nha-cai/P/57.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">GIỚI THIỆU</a>                    <a href="http://www.pardus007.com/keo-nha-cai/p/51.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">ĐĂNG KÝ</a>                    <a href="http://www.pardus007.com/keo-online/G/791.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">XỔ SỐ BA MIỀN</a>                    <a href="http://www.pardus007.com/keo-nha-cai/K/1536956.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">THỂ THAO</a>                    <a href="http://www.pardus007.com/live-casino/4/21214.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">GAME SLOT</a>                    <a href="http://www.pardus007.com/keo-nha-cai/g/5358.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">XỔ SỐ MB</a>                    <a href="http://www.pardus007.com/list/d/7722.html" class="tag-cloud-link tag-link-33 tag-link-position-1" style="font-size: 17.698795180723pt;" aria-label="Giải Mã Giấc Mơ (27 mục)">NHÀ CÁI QH88</a>                  </div>
                </aside>
              </div>
            </div>
          </div>
        </div>
      </main>
<footer id="footer" class="footer-wrapper">
        
        <div class="footer-widgets footer footer-1">
          <div class="row dark large-columns-2 mb-0">
            <div id="text-2" class="col pb-0 widget widget_text">
              <div class="textwidget">
                <p>
                  <b>THÔNG TIN LIÊN HỆ:</b>
                  <br /> Tên Doanh Nghiệp:  <br /> Địa chỉ: 78 Bùi Xuân phái Từ Liêm Hà Nội <br /> Hà Nội (Google Map) <br /> Post Code: 100000 <br /> Số điện thoại : 0349702774 <br /> Website: www.pardus007.com                </p>
              </div>
            </div>
            <div id="media_gallery-2" class="col pb-0 widget widget_media_gallery">
              <div id='gallery-1' class='gallery galleryid-2 gallery-columns-6 gallery-size-full'>
                                  <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="https://img.ketqua.net/images/2017/08/04/737d79d8d90b29ad36d8f3ccaa907754.png'https://img.ketqua.net/images/2017/08/04/737d79d8d90b29ad36d8f3ccaa907754.png" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="https://img.ketqua.net/images/2017/08/04/737d79d8d90b29ad36d8f3ccaa907754.png" />
                    <noscript>
                      <img width="54" height="54" src="https://img.ketqua.net/images/2017/08/04/737d79d8d90b29ad36d8f3ccaa907754.png" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="http://img.ketqua1.net/images/2020/01/07/c419c3f20d72088809519d66850149a9.jpg'http://img.ketqua1.net/images/2020/01/07/c419c3f20d72088809519d66850149a9.jpg" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="http://img.ketqua1.net/images/2020/01/07/c419c3f20d72088809519d66850149a9.jpg" />
                    <noscript>
                      <img width="54" height="54" src="http://img.ketqua1.net/images/2020/01/07/c419c3f20d72088809519d66850149a9.jpg" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="https://img.ketqua1.net/images/2019/12/02/9f68d7ba3429b362383d69e3d64620bd.png'https://img.ketqua1.net/images/2019/12/02/9f68d7ba3429b362383d69e3d64620bd.png" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="https://img.ketqua1.net/images/2019/12/02/9f68d7ba3429b362383d69e3d64620bd.png" />
                    <noscript>
                      <img width="54" height="54" src="https://img.ketqua1.net/images/2019/12/02/9f68d7ba3429b362383d69e3d64620bd.png" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="https://img.ketqua1.net/images/2020/09/14/68bcf928376d75518488811643e2d8e3.png'https://img.ketqua1.net/images/2020/09/14/68bcf928376d75518488811643e2d8e3.png" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="https://img.ketqua1.net/images/2020/09/14/68bcf928376d75518488811643e2d8e3.png" />
                    <noscript>
                      <img width="54" height="54" src="https://img.ketqua1.net/images/2020/09/14/68bcf928376d75518488811643e2d8e3.png" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="http://img.ketqua1.net/images/2021/05/05/3186063327b2a67f441c9be666d4a3af.png'http://img.ketqua1.net/images/2021/05/05/3186063327b2a67f441c9be666d4a3af.png" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="http://img.ketqua1.net/images/2021/05/05/3186063327b2a67f441c9be666d4a3af.png" />
                    <noscript>
                      <img width="54" height="54" src="http://img.ketqua1.net/images/2021/05/05/3186063327b2a67f441c9be666d4a3af.png" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="http://img.ketqua1.net/images/2021/06/26/0921c11d68a81c8bb535531c21649b3b.png'http://img.ketqua1.net/images/2021/06/26/0921c11d68a81c8bb535531c21649b3b.png" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="http://img.ketqua1.net/images/2021/06/26/0921c11d68a81c8bb535531c21649b3b.png" />
                    <noscript>
                      <img width="54" height="54" src="http://img.ketqua1.net/images/2021/06/26/0921c11d68a81c8bb535531c21649b3b.png" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="https://img.ketqua1.net/images/2019/12/05/d23f48536115b748bf5444f774d9ae2f.png'https://img.ketqua1.net/images/2019/12/05/d23f48536115b748bf5444f774d9ae2f.png" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="https://img.ketqua1.net/images/2019/12/05/d23f48536115b748bf5444f774d9ae2f.png" />
                    <noscript>
                      <img width="54" height="54" src="https://img.ketqua1.net/images/2019/12/05/d23f48536115b748bf5444f774d9ae2f.png" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="https://img.ketqua1.net/images/2019/11/27/7df33681275bf6c5470071192e04865b.jpg'https://img.ketqua1.net/images/2019/11/27/7df33681275bf6c5470071192e04865b.jpg" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="https://img.ketqua1.net/images/2019/11/27/7df33681275bf6c5470071192e04865b.jpg" />
                    <noscript>
                      <img width="54" height="54" src="https://img.ketqua1.net/images/2019/11/27/7df33681275bf6c5470071192e04865b.jpg" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="https://img.ketqua1.net/images/2020/10/18/895093c3e7a608f01d71958d708aca2c.jpg'https://img.ketqua1.net/images/2020/10/18/895093c3e7a608f01d71958d708aca2c.jpg" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="https://img.ketqua1.net/images/2020/10/18/895093c3e7a608f01d71958d708aca2c.jpg" />
                    <noscript>
                      <img width="54" height="54" src="https://img.ketqua1.net/images/2020/10/18/895093c3e7a608f01d71958d708aca2c.jpg" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>                <figure class='gallery-item'>
                  <div class='gallery-icon landscape'>
                    <img width="54" height="54" src="http://img.ketqua1.net/images/2021/02/23/86eb35f12df42902672994987c4b2fe7.png'http://img.ketqua1.net/images/2021/02/23/86eb35f12df42902672994987c4b2fe7.png" class="attachment-full size-full" alt="logo_GPI" data-lazy-src="http://img.ketqua1.net/images/2021/02/23/86eb35f12df42902672994987c4b2fe7.png" />
                    <noscript>
                      <img width="54" height="54" src="http://img.ketqua1.net/images/2021/02/23/86eb35f12df42902672994987c4b2fe7.png" class="attachment-full size-full" alt="logo_GPI" />
                    </noscript>
                  </div>
                </figure>              </div>
            </div>
          </div>
        </div>
        
        <div class="absolute-footer dark medium-text-center text-center">
          <div class="container clearfix">
            <div class="footer-secondary pull-right">
              <div class="footer-text inline-block small-block">
                <p> <a href="http://www.pardus007.com/nha-cai/j/35.html"></a>
                </p>
                <script data-minify="1" src="http://www.pardus007.com/template/moban/KB1/static/js/addon-ofs.js"></script>
                <a href="http://www.pardus007.com/casino/c/7.html" title="DMCA.com Protection Status" class="dmca-badge" rel="nofollow">
                  <img src="http://www.pardus007.com/template/moban/KB1/static/picture/64321341770c4c47823ffa0c17859cea.gif'http://www.w3.org/2000/svg'%20viewBox='0%200%20121%2024'%3E%3C/svg%3E" width="121" height="24" alt="DMCA.com Protection Status" data-lazy-src="https://images.dmca.com/Badges/dmca_protected_sml_120l.png?ID=23c5f014-fd5d-4e5a-aea9-065db2aa1dbb" />
                  <noscript>
                    <img src="http://www.pardus007.com/template/moban/KB1/static/picture/dmca_protected_sml_120l.png" width="121" height="24" alt="DMCA.com Protection Status" />
                  </noscript>
                </a>
                <script data-minify="1" src="http://www.pardus007.com/template/moban/KB1/static/js/dmcabadgehelper.min.js"></script>
              </div>
            </div>
            <div class="footer-primary pull-left">
              <div class="copyright-footer"></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="Go to top">
          <i class="icon-angle-up"></i>
        </a>
      </footer>
    </div>    <div id="pum-192" class="pum pum-overlay pum-theme-186 pum-theme-enterprise-blue popmake-overlay click_open" data-popmake="{&quot;id&quot;:192,&quot;slug&quot;:&quot;home-popup&quot;,&quot;theme_id&quot;:186,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;cookie_name&quot;:&quot;&quot;,&quot;extra_selectors&quot;:&quot;&quot;}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;tiny&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;x&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-hidden="true" aria-labelledby="pum_popup_title_192">
      <div id="popmake-192" class="pum-container popmake theme-186 pum-responsive pum-responsive-tiny responsive size-tiny">
        <div id="pum_popup_title_192" class="pum-title popmake-title"> Đăng ký Nhận Khuyến Mãi Ngay </div>
        <div class="pum-content popmake-content" tabindex="0">
          <div class="wpforms-container wpforms-container-full" id="wpforms-7284">
            <form id="wpforms-form-7284" class="wpforms-validate wpforms-form" data-formid="7284" method="post" enctype="multipart/form-data" action="/cam-nang-ho-tro-nha-cai-kubet/" data-token="14a7a945c11c98deb76eb6757a3aceb1">
              <noscript class="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</noscript>
              <div class="wpforms-field-container">
                <div id="wpforms-7284-field_8-container" class="wpforms-field wpforms-field-text" data-field-id="8">
                  <label class="wpforms-field-label wpforms-label-hide" for="wpforms-7284-field_8">Họ tên</label>
                  <input type="text" id="wpforms-7284-field_8" class="wpforms-field-large" name="wpforms[fields][8]" placeholder="Họ tên">
                </div>
                <div id="wpforms-7284-field_3-container" class="wpforms-field wpforms-field-phone" data-field-id="3">
                  <label class="wpforms-field-label wpforms-label-hide" for="wpforms-7284-field_3">Số Điện Thoại <span class="wpforms-required-label">*</span>
                  </label>
                  <input type="tel" id="wpforms-7284-field_3" class="wpforms-field-large wpforms-field-required wpforms-smart-phone-field" data-rule-smart-phone-field="true" name="wpforms[fields][3]" placeholder="Số Điện Thoại " required>
                </div>
              </div>
              <div class="wpforms-submit-container">
                <input type="hidden" name="wpforms[id]" value="7284">
                <input type="hidden" name="wpforms[author]" value="0">
                <input type="hidden" name="wpforms[post_id]" value="7331">
                <button type="submit" name="wpforms[submit]" class="wpforms-submit " id="wpforms-submit-7284" value="wpforms-submit" aria-live="assertive" data-alt-text="Sending..." data-submit-text="Đăng Ký">Đăng Ký</button>
              </div>
            </form>
          </div>
          
        </div>
        <button type="button" class="pum-close popmake-close" aria-label="Close"> x </button>
      </div>
    </div>
    <div id="pum-7537" class="pum pum-overlay pum-theme-185 pum-theme-lightbox popmake-overlay click_open" data-popmake="{&quot;id&quot;:7537,&quot;slug&quot;:&quot;dau-trang&quot;,&quot;theme_id&quot;:185,&quot;cookies&quot;:[],&quot;triggers&quot;:[{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;cookie_name&quot;:[&quot;pum-7537&quot;],&quot;extra_selectors&quot;:&quot;#add_like&quot;}}],&quot;mobile_disabled&quot;:null,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;custom&quot;,&quot;responsive_min_width&quot;:&quot;0%&quot;,&quot;responsive_min_width_unit&quot;:false,&quot;responsive_max_width&quot;:&quot;100%&quot;,&quot;responsive_max_width_unit&quot;:false,&quot;custom_width&quot;:&quot;400px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;250px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;center&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_left&quot;:&quot;0&quot;,&quot;position_bottom&quot;:&quot;0&quot;,&quot;position_right&quot;:&quot;0&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:false,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-hidden="true">
      <div id="popmake-7537" class="pum-container popmake theme-185 size-custom">
        <div class="pum-content popmake-content" tabindex="0">
          <div id="icon_i">i</div>
          <p>Vui lòng bấm Ctrl + D để dấu trang</p>
          <p>
            <span id="close_like">Xác nhận</span>
          </p>
        </div>
        <button type="button" class="pum-close popmake-close" aria-label="Close"></button>
      </div>
    </div>
    <script type='text/javascript' id='rocket-browser-checker-js-after'>
      "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, {
                $theme_path
              }
              /staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),http://www.pardus007.com/template/moban/KB1/staticProps && defineProperties(Constructor, {
                  $theme_path
                }
                /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(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php",
        "usesTrailingSlash": "1",
        "imageExt": "jpg|jpeg|gif|png|tiff|bmp|webp|avif",
        "fileExt": "jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm",
        "siteUrl": "https:\/\/www.pardus007.com",
        "onHoverDelay": "100",
        "rateThrottle": "3"
      };
      /* ]]> */
    </script>
    <script type='text/javascript' id='rocket-preload-links-js-after'>
      (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' src='http://www.pardus007.com/template/moban/KB1/static/js/regenerator-runtime.min.js' id='regenerator-runtime-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/wp-polyfill.min.js' id='wp-polyfill-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/hoverintent.min.js' id='hoverIntent-js'></script>
    <script type='text/javascript' id='flatsome-js-js-extra'>
      /* 
																														<![CDATA[ */
      var flatsomeVars = {
        "ajaxurl": "https:\/\/www.pardus007.com\/wp-admin\/admin-ajax.php",
        "rtl": "",
        "sticky_height": "70",
        "assets_url": "https:\/\/www.pardus007.com\/wp-content\/themes\/flatsome\/assets\/js\/",
        "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": "Main Menu"
        },
        "options": {
          "cookie_notice_version": "1",
          "swatches_layout": false,
          "swatches_box_select_event": false,
          "swatches_box_behavior_selected": false,
          "swatches_box_update_urls": "1",
          "swatches_box_reset": false,
          "swatches_box_reset_extent": false,
          "swatches_box_reset_time": 300,
          "search_result_latency": "0"
        }
      };
      /* ]]> */
    </script>
    <script data-minify="1" type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/flatsome.js' id='flatsome-js-js'></script>
    <script data-minify="1" type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/flatsome-wp-rocket.js' id='flatsome-wp-rocket-js'></script>
    <script data-minify="1" type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/flatsome-instant-page.js' id='flatsome-instant-page-js'></script>
    <script data-minify="1" type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/flatsome-live-search.js' id='flatsome-live-search-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/core.min.js' id='jquery-ui-core-js'></script>
    <script type='text/javascript' id='popup-maker-site-js-extra'>
      /* 
																														<![CDATA[ */
      var pum_vars = {
        "version": "1.16.2",
        "pm_dir_url": "https:\/\/www.pardus007.com\/wp-content\/plugins\/popup-maker\/",
        "ajaxurl": "https:\/\/www.pardus007.com\/wp-admin\/admin-ajax.php",
        "restapi": "https:\/\/www.pardus007.com\/wp-json\/pum\/v1",
        "rest_nonce": null,
        "default_theme": "185",
        "debug_mode": "",
        "disable_tracking": "",
        "home_url": "\/",
        "message_position": "top",
        "core_sub_forms_enabled": "1",
        "popups": [],
        "analytics_route": "analytics",
        "analytics_api": "https:\/\/www.pardus007.com\/wp-json\/pum\/v1"
      };
      var pum_sub_vars = {
        "ajaxurl": "https:\/\/www.pardus007.com\/wp-admin\/admin-ajax.php",
        "message_position": "top"
      };
      var pum_popups = {
        "pum-192": {
          "triggers": [{
            "type": "click_open",
            "settings": {
              "cookie_name": "",
              "extra_selectors": ""
            }
          }],
          "cookies": [],
          "disable_on_mobile": false,
          "disable_on_tablet": false,
          "atc_promotion": null,
          "explain": null,
          "type_section": null,
          "theme_id": "186",
          "size": "tiny",
          "responsive_min_width": "0%",
          "responsive_max_width": "100%",
          "custom_width": "640px",
          "custom_height_auto": false,
          "custom_height": "380px",
          "scrollable_content": false,
          "animation_type": "fade",
          "animation_speed": "350",
          "animation_origin": "center top",
          "open_sound": "none",
          "custom_sound": "",
          "location": "center",
          "position_top": "100",
          "position_bottom": "0",
          "position_left": "0",
          "position_right": "0",
          "position_from_trigger": false,
          "position_fixed": false,
          "overlay_disabled": false,
          "stackable": false,
          "disable_reposition": false,
          "zindex": "1999999999",
          "close_button_delay": "0",
          "fi_promotion": null,
          "close_on_form_submission": true,
          "close_on_form_submission_delay": "0",
          "close_on_overlay_click": false,
          "close_on_esc_press": false,
          "close_on_f4_press": false,
          "disable_form_reopen": false,
          "disable_accessibility": false,
          "theme_slug": "enterprise-blue",
          "id": 192,
          "slug": "home-popup"
        },
        "pum-7537": {
          "triggers": [{
            "type": "click_open",
            "settings": {
              "cookie_name": ["pum-7537"],
              "extra_selectors": "#add_like"
            }
          }],
          "cookies": [],
          "disable_on_mobile": false,
          "disable_on_tablet": false,
          "atc_promotion": null,
          "explain": null,
          "type_section": null,
          "theme_id": "185",
          "size": "custom",
          "responsive_min_width": "0%",
          "responsive_max_width": "100%",
          "custom_width": "400px",
          "custom_height_auto": false,
          "custom_height": "250px",
          "scrollable_content": false,
          "animation_type": "fade",
          "animation_speed": "350",
          "animation_origin": "center top",
          "open_sound": "none",
          "custom_sound": "",
          "location": "center",
          "position_top": "100",
          "position_bottom": "0",
          "position_left": "0",
          "position_right": "0",
          "position_from_trigger": false,
          "position_fixed": false,
          "overlay_disabled": false,
          "stackable": false,
          "disable_reposition": false,
          "zindex": "1999999999",
          "close_button_delay": "0",
          "fi_promotion": null,
          "close_on_form_submission": true,
          "close_on_form_submission_delay": "0",
          "close_on_overlay_click": false,
          "close_on_esc_press": false,
          "close_on_f4_press": false,
          "disable_form_reopen": false,
          "disable_accessibility": false,
          "theme_slug": "lightbox",
          "id": 7537,
          "slug": "dau-trang"
        }
      };
      /* ]]> */
    </script>
    <script data-minify="1" type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/pum-site-scripts.js' id='popup-maker-site-js'></script>
    <script data-minify="1" type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/flatsome-lazy-load.js' id='flatsome-lazy-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/comment-reply.min.js' id='comment-reply-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/jquery.smooth-scroll.min.js' id='jquery-smooth-scroll-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/js.cookie.min.js' id='js-cookie-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/jquery.sticky-kit.min.js' id='jquery-sticky-kit-js'></script>
    <script type='text/javascript' id='ez-toc-js-js-extra'>
      /* 
																														<![CDATA[ */
      var ezTOC = {
        "smooth_scroll": "1",
        "visibility_hide_by_default": "",
        "width": "auto",
        "scroll_offset": "30"
      };
      /* ]]> */
    </script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/front.min.js' id='ez-toc-js-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/jquery.intl-tel-input.min.js' id='wpforms-smart-phone-field-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/jquery.validate.min.js' id='wpforms-validation-js'></script>
    <script type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/jquery.inputmask.min.js' id='wpforms-maskedinput-js'></script>
    <script data-minify="1" type='text/javascript' src='http://www.pardus007.com/template/moban/KB1/static/js/wpforms.js' id='wpforms-js'></script>
    <script type='text/javascript'>
      /* 
																														<![CDATA[ */
      var wpforms_settings = {
        "val_required": "This field is required.",
        "val_email": "Please enter a valid email address.",
        "val_email_suggestion": "Did you mean {suggestion}?",
        "val_email_suggestion_title": "Click to accept this suggestion.",
        "val_email_restricted": "This email address is not allowed.",
        "val_number": "Please enter a valid number.",
        "val_number_positive": "Please enter a valid positive number.",
        "val_confirm": "Field values do not match.",
        "val_checklimit": "You have exceeded the number of allowed selections: {#}.",
        "val_limit_characters": "{count} of {limit} max characters.",
        "val_limit_words": "{count} of {limit} max words.",
        "val_recaptcha_fail_msg": "Google reCAPTCHA verification failed, please try again later.",
        "val_empty_blanks": "Please fill out all blanks.",
        "uuid_cookie": "1",
        "locale": "vi",
        "wpforms_plugin_url": "https:\/\/www.pardus007.com\/wp-content\/plugins\/wpforms\/",
        "gdpr": "",
        "ajaxurl": "https:\/\/www.pardus007.com\/wp-admin\/admin-ajax.php",
        "mailcheck_enabled": "1",
        "mailcheck_domains": [],
        "mailcheck_toplevel_domains": ["dev"],
        "is_ssl": "1",
        "currency_code": "USD",
        "currency_thousands": ",",
        "currency_decimals": "2",
        "currency_decimal": ".",
        "currency_symbol": "$",
        "currency_symbol_pos": "left",
        "val_requiredpayment": "Payment is required.",
        "val_creditcard": "Please enter a valid credit card number.",
        "val_post_max_size": "The total size of the selected files {totalSize} Mb exceeds the allowed limit {maxSize} Mb.",
        "val_time12h": "Please enter time in 12-hour AM\/PM format (eg 8:45 AM).",
        "val_time24h": "Please enter time in 24-hour format (eg 22:45).",
        "val_url": "Please enter a valid URL.",
        "val_fileextension": "File type is not allowed.",
        "val_filesize": "File exceeds max size allowed. File was not uploaded.",
        "post_max_size": "536870912",
        "val_password_strength": "A stronger password is required. Consider using upper and lower case letters, numbers, and symbols.",
        "val_phone": "Please enter a valid phone number."
      }
      /* ]]> */
    </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()
                }
              }
            }
          }
        }
      };
      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 (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="http://www.pardus007.com/template/moban/KB1/static/js/lazyload.min.js"></script>
    <script>
      function lazyLoadThumb(e) {
        var t = ' < img loading = "lazy"
        data - lazy - src = "http://www.pardus007.com/template/moban/KB1/static/picture/hqdefault.jpg"
        alt = ""
        width = "480"
        height = "360" > < noscript > < img src = "http://www.pardus007.com/template/moban/KB1/static/picture/hqdefault.jpg"
        alt = ""
        width = "480"
        height = "360" > < /noscript>',a=' < div class = "play" > < /div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,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), e.onclick = lazyLoadYoutubeIframe, a[t].appendChild(e)
      });
    </script>
    <script type="rocketlazyloadscript">"use strict";var wprRemoveCPCSS=function wprRemoveCPCSS(){var elem;document.querySelector('link[data-rocket-async="style"][rel="preload"]')?setTimeout(wprRemoveCPCSS,200):(elem=document.getElementById("rocket-critical-css"))&&"remove"in elem&&elem.remove()};window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script>
    <noscript>
      <link rel="stylesheet" data-no-minify="" id="wpr-usedcss-css" href="http://www.pardus007.com/template/moban/KB1/static/css/used.min_2.css">
      <link data-minify="1" rel='stylesheet' id='popup-maker-site-css' href='http://www.pardus007.com/template/moban/KB1/static/css/pum-site-styles.css' type='text/css' media='all' />
    </noscript>
    <div class="link_title">LIÊN KẾT</div>
    <div class="link_list">   </body>
</html>