/*
Theme Name: hit
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0.196
*/
/* @font-face {
  font-family: 'Arial Regular';
  font-style: normal;
  font-weight: normal;
  display: swap;
  src: local('Arial Regular'), url('..//fonts/ArialRegular.woff') format('woff');
} */

/* @font-face {
  font-family: 'Arial Bold';
  font-style: normal;
  font-weight: normal;
  display: swap;
  src: local('Arial Bold'), url('../fonts/ArialBold.woff') format('woff');
} */

@font-face {
  font-family: 'Arial Medium';
  font-style: normal;
  font-weight: normal;
  display: swap;
  src: local('Arial Medium'), url('../fonts/ArialMedium.woff') format('woff');
}

@font-face {
  font-family: 'Arial Regular';
  src: url('../fonts/SVNArialRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial Bold';
  src: url('../fonts/SVNArialBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html,
#main,
#wrapper {
  background-color: transparent !important;
  color: #fff;
}

body {
  font-family: 'Arial Regular' !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #fff;
  /*background: url(./assets/img/background.jpg) center no-repeat !important;*/
  background-size: cover !important;
  background-color: #0a0602 !important; 
}

.hdttl {
  color: #e7e8ca;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial Bold' !important;
  color: #ecde8b;
}

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

a:hover {
  color: #dab51f;
  opacity: .8;
}

main {
  overflow: hidden;
}

header#header .header-wrapper {
  background: url(/wp-content/uploads/2023/12/bg-header-left.png) bottom left no-repeat, url(/wp-content/uploads/2023/12/bg-header-right.png) bottom right no-repeat;
  background-size: 46% 100%;
  padding: 0 10px;
}

header#header .header-wrapper * {
  background: none;
}

header#header .header-bottom .container {
  justify-content: center;
  padding: 0px 45px;
}

header#header .header-bottom .container .flex-col {
  width: 100%;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav {
  width: 100%;
  justify-content: space-between;
  position: relative;
  margin: 0px auto;
  align-items: stretch;
  flex-wrap: nowrap;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li {
  margin: 0;
  position: relative;
  width: calc(100% / 8);
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature {
  width: 260px;
  text-align: center;
  margin: 0 3rem;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature a {
  max-width: 100px;
  margin: 0px auto;
  display: block;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature a {
  position: absolute;
  top: 2%;
  padding: 0;
  left: 0;
  right: 0;
}

/* header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature img {
  width: 100%;
} */

/* header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature,
header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature a{
  position: unset;
} */

header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature img {
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li a,
.mobile-sidebar .nav-sidebar li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: center;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li.active a {
  color: #ffcc00;
}

.mobile-sidebar .nav-sidebar li.menu-item-has-children {
  position: relative;
}

.mobile-sidebar .nav-sidebar li.menu-item-has-children .toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
}

body .mfp-close {
  color: #ffdf72;
  right: 5px;
  top: 3px;
  margin: 0px !important;
  opacity: 1 !important;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav > li > a {
  padding: 15px 5px 20px;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li.current-menu-item.current_page_item a {
  color: #ffcc00;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature a {
  font-size: 0 !important;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li .ux-menu-icon {
  margin: 0;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav li .header-button .button {
  background: rgb(255,244,181);
  background: linear-gradient(185deg, rgba(255,244,181,1) 0%, rgba(251,220,131,1) 29%, rgba(236,177,114,1) 81%);
  color: #101d00;
  text-align: center;
  font-size: 15px;
  padding: 5px 2rem;
  line-height: 1.6em;
}

.header-button {
  width: 100%;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav .sub-menu {
  background: #181c05;
  border: 1px solid #838a4c;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav .sub-menu li {
  margin: 0;
  width: 100%;
  text-align: left;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav .sub-menu li a {
  margin: 0;
  border-color: #838a4c;
  text-align: left;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  border-bottom-color: #82894b !important;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
  border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #82894b !important;
}

header#header .header-bottom .nav.header-nav.header-bottom-nav .html_topbar_left {
  position: absolute;
  right: 0%;
  padding-top: 5px;
  width: auto;
}

.header-main {
  display: none;
}

.bannertop {
  padding-top: 2.5rem !important;
}

.bxhiframe {
  width: 100%;
  max-width: 540px;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 2px solid #e7ad21;
  margin: 0px auto;
}

.bxhiframe .pridiv {
  display: flex;
  align-items: stretch;
}

.iframebox {
  border: none;
  width: 100%;
  outline: none;
  background: url(../img/bgiframes.jpg) top center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 300px;
  max-width: 100%;
}

.stagingiframe .iframebox {
  background: url(../img/bgiframes.jpg) center no-repeat;
  background-size: cover;
}

.pridiv {
  position: relative;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.pridiv-th {
  background: url(../img/bgiframes.jpg) top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.stagingiframe .pridiv-th {
  background: url(../img/bgiframes.jpg) center no-repeat;
  background-size: cover;
}

.pridiv-th > span {
  display: inline-block;
  width: 72px;
  height: 72px;
}

.soundon {
  position: absolute;
  left: 0;
  top: 80%;
  z-index: 3;
  width: 50px;
  height: auto;
  background-color: transparent;
  border: none;
}

.soundoff {
  position: absolute;
  left: 0;
  top: 80%;
  z-index: 3;
  width: 50px;
  height: auto;
  background-color: transparent;
  border: none;
  display: none;
}

.section.bannertop {
  min-height: 100vh;
}

.bannertop_row {
  background: url(/wp-content/uploads/2023/12/thumb-left-banner.png) 4% 2rem no-repeat;
  background-size: auto 72%;
}

.bannertop_row .hdbtndk {
  margin-top: 3rem;
  margin-bottom: 3rem !important;
}

.bannertop_row .btnvpns {
  max-width: 320px;
  margin: 0px auto;
}

.bannertop_row .lblvpns {
  font-size: 12px;
  text-align: center;
}

.style_heading {
  color: #dfb049;
  background: linear-gradient(to bottom, rgba(246, 238, 204, 1) 0%, rgba(223, 175, 72, 1) 70%, rgba(232, 201, 118, 1) 90%, rgba(236, 214, 143, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.tabbed-content.tab-about {
  /*background: url(/wp-content/uploads/2023/12/bg-tab.png) center top no-repeat;*/
  background-size: cover;
  max-height: 635px;
  border: 2px solid #feaf34;
  border-radius: 1rem;
}

.tabbed-content.tab-about .nav.nav-simple.nav-left {
  width: 20%;
  flex-direction: column;
  align-items: stretch;
  border-right: 2px solid #61584c;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li {
  height: calc(100% / 4);
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #000;
  background: linear-gradient(to right, rgba(26, 18, 13, 1) 0%, rgba(31, 18, 9, 1) 100%);
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li.active,
.tabbed-content.tab-about .nav.nav-simple.nav-left li:hover {
  background: linear-gradient(to right, rgba(60, 41, 6, 1) 0%, rgba(36, 21, 8, 1) 100%);
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li:last-child {
  border: none;
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #f4e4a1;
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li.active a {
  font-family: 'Arial Bold';
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li a::before {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 10px;
  opacity: 1;
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li:nth-child(1) a::before {
  content: "";
  background: url("../img-v2/icon-giaodien.webp") no-repeat center / 100% auto;
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li:nth-child(2) a::before {
  content: "";
  background: url("../img-v2/icon-baomat.webp") no-repeat center / 100% auto;
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li:nth-child(3) a::before {
  content: "";
  background: url("../img-v2/icon-khuyenmai.webp") no-repeat center / 100% auto;
}

.tabbed-content.tab-about .nav.nav-simple.nav-left li:nth-child(4) a::before {
  content: "";
  background: url("../img-v2/icon-thanhtoan.webp") no-repeat center / 100% auto;
}

.tabbed-content.tab-about .tab-panels {
  width: 80%;
  padding: 1rem;
  color: #fff;
}

.tabbed-content .tab-panels .entry-content {
  text-align: justify;
}

.tabbed-content.tab-about .tab-panels p > img, .tabbed-content.tab-about .tab-panels h2 > img {
  max-width: 400px;
  max-height: 450px;
  width: auto;
}

.topgame_tab.tabbed-content {
  flex-flow: column;
}

.tabbed-content.tab-about .tab-panels h1,
.tabbed-content.tab-about .tab-panels h2,
.tabbed-content.tab-about .tab-panels h3,
.tabbed-content.tab-about .tab-panels h4,
.tabbed-content.tab-about .tab-panels h5,
.tabbed-content.tab-about .tab-panels h6 {
  color: #dfb049;
  background: linear-gradient(to bottom, rgba(246, 238, 204, 1) 0%, rgba(223, 175, 72, 1) 70%, rgba(232, 201, 118, 1) 90%, rgba(236, 214, 143, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-wrapper .footer-1 .row.large-columns-4 .widget_media_image:nth-child(1) {
  background: url("../img-v2/line-logo.webp") 75% 50% no-repeat;
  background-size: auto 100%;
  text-align: left;
  padding-right: 2rem;
}

.footer-wrapper .widget:last-child {
  text-align: right;
}

.footer-wrapper .footer-1 .widget_nav_menu {
  padding-left: 3rem;
}

.footer-wrapper .footer-1 .row.large-columns-4 .widget_media_image .image {
  max-width: 120px !important;
}

.footer-wrapper .footer-1 {
  background: #231910;
}

.footer-wrapper .footer-1 .is-divider {
  display: none;
}

.footer-wrapper .footer-1 .widget-title {
  color: #ffe9a4;
  padding-bottom: 1rem;
  display: block;
}

.footer-widgets .menu-menu-main-container li a {
  display: block;
  color: #fff !important;
  padding: 0;
  font-size: 14px;
}

#menu-footer-menu li.menu-item {
  border: 0;
  margin-bottom: 5px;
}

#menu-footer-menu  li.menu-item a {
  color: white !important;
  padding: 0;
  font-size: 14px;
}

.icon_social.shortsocial {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  padding: 0;
}

.icon_social.shortsocial li {
  list-style: none;
  margin: 0px 6% 0 0;
}

.icon_social.shortsocial li a {
  color: #e0e0e0;
  font-weight: 400;
  padding: 0;
  display: flex !important;
  align-items: center;
  font-size: 20px;
}

.icon_social.shortsocial li a span {
  display: inline-block;
}

.shortsocial_lbl {
  padding-left: 10px;
}

.shortsocial_icon {
  min-width: 30px;
  width: 30px;
}

.closesocial {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 80%;
  display: none;
  cursor: pointer;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img-v2/icon-side-close.webp);
}

.closesocial.active {
  background-image: url(../img-v2/icon-side-open.webp);
  /* transform-origin: center center;
  transform: translateY(-50%) rotate(180deg); */
}

.icon-social-side {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}

.icon-social-side img {
  max-width: 150px;
}

.icon-social-side > li {
 margin: 0;
}

.footer-widgets .menu-menu-main-container li {
  border: none;
}

.footer-wrapper .footer-1 .widget_media_image .chungnhan {
  max-width: 100px !important;
}

.footer-wrapper .absolute-footer {
  background: #231910;
  border-top: 1px solid #392e1f;
  color: #fff;
  font-size: 12px;
}

.button.back-to-top {
  border: 0;
  border-radius: 0 !important;
  min-width: 40px;
  min-height: 40px;
  font-size: 12px;
  text-transform: none;
}

.back-to-top {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.back-to-top img {
  max-width: 25px;
}

.button.back-to-top:hover {
  background-color: transparent !important;
 }

.button.back-to-top > i {
  display: none;
}

.btndlapp {
  display: flex;
  margin-bottom: 2rem;
}

.btndlapp a:first-child {
  margin-right: 5%;
}

.btndlapp a {
  display: block;
}

.btndlapp a img {
  max-height: 35px;
  width: auto;
}

.btnchoingay a {
  display: block;
  max-width: 250px;
  margin: 0px auto;
}

.topgame_ttl .style_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.topgame_ttl .style_heading::before {
  content: "";
  background: url("../img-v2/icon-topgame.webp") center / 100% auto no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
}

.tabgamerows .nav.nav-simple,
.tabsukienrows .tabbed-content {
  align-items: flex-start;
}

.collivegame .col-inner {
  display: flex;
  flex-wrap: wrap;
}

.collivegame .col-inner .img {
  width: 20% !important;
  padding: 1rem 15px 0px;
}

.tabttlcol {
  padding-bottom: 0 !important;
}

.row-main > .col > .col-inner > .section:nth-child(1) {
  padding-top: 0 !important;
}

.blockheader {
  padding: 0 !important;
}

.blockheader .section-content {
  z-index: 999;
}

.tabgamerows > .col-inner {
  background: url(../img-v2/bg-tabgame.webp) center no-repeat;
  background-size: cover;
  padding: 0 1rem 1.5rem;
  border: 2px solid #feaf34;
  border-radius: 1rem;
}

.tabsukienrows > .col-inner {
  background: url(../img-v2/bg-tabgame.webp?v=34) center no-repeat;
  background-size: cover;
  padding: 0 1.5rem 0;
  border: 2px solid #feaf34;
  border-radius: 1rem;
}

.tabgamerows .nav.nav-simple,
.tabsukienrows .nav.nav-simple {
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  margin-top: -1.2rem;
}

.sukienrow > .col {
  padding-bottom: 1rem;
}

.tabgamerows .nav.nav-simple li {
  margin: 0px !important;
  width: calc(100% / 6);
  padding: 0 2%;
}

.tabsukienrows .nav.nav-simple li {
  margin: 0px !important;
  width: 100%;
  max-width: 180px;
  padding: 0 2%;
}

.tabgamerows .nav.nav-simple li a,
.tabsukienrows .nav.nav-simple li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.tabgamerows .nav.nav-simple li:nth-child(1) a {
  background-image: url("../img-v2/gamehot.webp?v=34");
}

.tabgamerows .nav.nav-simple li:nth-child(2) a {
  background-image: url("../img-v2/gamebai.webp?v=34");
}

.tabgamerows .nav.nav-simple li:nth-child(3) a {
  /* background-image: url(../img-v2/tab-gamebai.webp?v=34); */
  background-image: url("../img-v2/gameslots.webp?v=34");
}

.tabgamerows .nav.nav-simple li:nth-child(4) a {
  background-image: url("../img-v2/khac.webp?v=34");
}

.tabgamerows .nav.nav-simple li:nth-child(5) a {
  background-image: url(../img-v2/tab-quayso.webp?v=34);
}

.tabgamerows .nav.nav-simple li:nth-child(6) a {
  background-image: url(../img-v2/tab-live.webp?v=34);
}

.tabgamerows .nav.nav-simple li.active:nth-child(1) a,
.tabgamerows .nav.nav-simple li:hover:nth-child(1) a {
  background-image: url("../img-v2/gamehot-hover.webp?v=34");
  opacity: 1;
}

.tabgamerows .nav.nav-simple li.active:nth-child(2) a,
.tabgamerows .nav.nav-simple li:hover:nth-child(2) a {
  background-image: url("../img-v2/gamebai-hover.webp?v=34");
  opacity: 1;
}

.tabgamerows .nav.nav-simple li.active:nth-child(3) a,
.tabgamerows .nav.nav-simple li:hover:nth-child(3) a {
  background-image: url("../img-v2/gameslots-hover.webp");
  opacity: 1;
}

.tabgamerows .nav.nav-simple li.active:nth-child(4) a,
.tabgamerows .nav.nav-simple li:hover:nth-child(4) a {
  background-image: url("../img-v2/khac-hover.webp?v=34");
  opacity: 1;
}

.tabgamerows .nav.nav-simple li.active:nth-child(5) a,
.tabgamerows .nav.nav-simple li:hover:nth-child(5) a {
  background-image: url(../img-v2/tab-quayso-active.webp?v=34);
  opacity: 1;
}

.tabgamerows .nav.nav-simple li.active:nth-child(6) a,
.tabgamerows .nav.nav-simple li:hover:nth-child(6) a {
  background-image: url(../img-v2/tab-live-active.webp?v=34);
  opacity: 1;
}

.tabsukienrows .nav.nav-simple li:nth-child(1) a {
  background-image: url(../img-v2/tab-sukien.webp?v=34);
}

.tabsukienrows .nav.nav-simple li:nth-child(2) a {
  background-image: url(../img-v2/tab-video.webp?v=34);
}

.tabsukienrows .nav.nav-simple li.active:nth-child(1) a,
.tabsukienrows .nav.nav-simple li:hover:nth-child(1) a {
  background-image: url(../img-v2/tab-sukien-active.webp?v=34);
  opacity: 1;
}

.tabsukienrows .nav.nav-simple li.active:nth-child(2) a,
.tabsukienrows .nav.nav-simple li:hover:nth-child(2) a {
  background-image: url(../img-v2/tab-video-active.webp?v=34);
  opacity: 1;
}

#tab_top-game > .row > .col  {
  padding: 0 0.5rem 0.5rem;
}

.sukienwrap {
  display: flex;
  justify-content: space-between;
}

.sukienwrap .sukienwrap_thumb {
  width: 48%;
  text-align: right;
}

.sukienwrap .sukienwrap_thumb img {
  border: 2px solid #feaf34;
  border-radius: 1rem;
}

.sukienwrap .sukienwrap_content {
  width: 48%;
}

.sukienwrap_content .sukien_title {
  font-size: 17px;
  margin-bottom: 0;
}

.sukienwrap_content .post_date {
  color: #b1b1b1;
  font-size: 12px;
  margin-bottom: 1rem;
}

.sukienwrap_content p,
.sukienwrap_content div {
  font-size: 14px;
  margin-bottom: .5rem;
}

.xemthem {
  text-align: right;
}

.xemthem a {
  color: #dea33b;
  text-decoration: underline;
  font-size: 12px;
}

.sukien_lst {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 48%;
}

.sukien_lst li {
  list-style: none;
  border-bottom: 1px solid #5d3d1a;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
}

.sukien_lst li a {
  color: #dea33b;
  padding: 10px 0;
  display: block;
}

.sukien_lst li span {
  color: #8f8f8f;
  padding: 10px 0;
  display: block;
}

.btnweb {
  margin-top: 1rem !important;
}

.footer-widgets.footer-2 {
  display: none !important;
}

.footer-2 {
  position: relative;
  z-index: 22;
}

#caothutaixiu .caothutaixiu_ttl {
  text-align: center;
  display: block;
  width: calc(100% / 2.5);
  margin: 0px auto;
  position: relative;
  background: url(../img-v2/caothutaixiu.webp) top center / 100% 100%
  no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px;
  z-index: 1;
}

#caothutaixiu .caothutaixiu_ttl img {
  max-width: 100%;
}

#caothutaixiu .caothutaixiu_bg {
  background: #000;
  /* background: linear-gradient(to bottom, #ac9a01 0%, #b8ab01 10%, #c9c406 20%, #e3e352 27%, #fdf8ef 33%, #d5d11f 40%, #c0b407 60%, #a38e01 80%, #917501 100%); */
  color: #fff;
  padding: 2px;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  background: url("../img-v2/border.webp") left top / 100% 100% no-repeat;
}

.caothutaixiu_table_header {
  position: relative;
  z-index: -1;
}

#caothutaixiu .caothutaixiu_table {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.caothutaixiu_box {
  border-radius: 0.4rem;
  width: 100%;
  overflow: hidden;
}

#caothutaixiu .caothutaixiu_table:first-child .caothutaixiu_box {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#caothutaixiu .caothutaixiu_table:last-child .caothutaixiu_box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#caothutaixiu .caothutaixiu_table_row,
#caothutaixiu .caothutaixiu_table_hdrow {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

#caothutaixiu .caothutaixiu_table_row li,
#caothutaixiu .caothutaixiu_table_hdrow div {
  flex: 1;
  text-align: center;
  overflow: hidden;
}

#caothutaixiu .caothutaixiu_table_row li:first-child,
#caothutaixiu .caothutaixiu_table_hdrow div:first-child {
  flex: 0.5;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(2),
#caothutaixiu .caothutaixiu_table_hdrow div:nth-child(2) {
  flex: 1.25;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(3),
#caothutaixiu .caothutaixiu_table_hdrow div:nth-child(3) {
  flex: 1;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(4),
#caothutaixiu .caothutaixiu_table_hdrow div:nth-child(4) {
  flex: 1;
}

#caothutaixiu .caothutaixiu_table_row {
  background: #181410;
  line-height: 2.75em;
}

#caothutaixiu .caothutaixiu_table_header .caothutaixiu_table_hdrow {
  background: #34271b;
  line-height: 2.75em;
  border-radius: .5rem .5rem 0 0;
}

#caothutaixiu .caothutaixiu_table_header .caothutaixiu_table_hdrow div span {
  text-transform: uppercase;
  color: #f3e5b6 !important;
}

#caothutaixiu .caothutaixiu_table_row:nth-child(even) {
  background: #100905;
}

#caothutaixiu .caothutaixiu_table_row li,
#caothutaixiu .caothutaixiu_table_header .caothutaixiu_table_hdrow div {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-right: 2px solid #e7ad22;
  margin: 0;
  list-style: none;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(4),
#caothutaixiu .caothutaixiu_table_header .caothutaixiu_table_hdrow div:nth-child(4) {
  border-right: 0px;
}

#caothutaixiu .caothutaixiu_table_row li span,
#caothutaixiu .caothutaixiu_table_header .caothutaixiu_table_hdrow div span {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1em;
}

#caothutaixiu .caothutaixiu_table_row li:nth-child(1) span {
  color: #fff;
  font-size: 18px;
  background: none;
}

#caothutaixiu .caothutaixiu_table_row:first-child li span {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1em;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(1) li:nth-child(1) span,
#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(2) li:nth-child(1) span,
#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(3) li:nth-child(1) span {
  font-size: 0 !important;
}

#caothutaixiu .caothutaixiu_table_header .caothutaixiu_box .caothutaixiu_table_row li:nth-child(1) span {
  font-size: 1em !important;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row li:nth-child(1) span {
  background: none;
  color: #fff;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:first-child li span {
  color: #fff;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(1) li:nth-child(2) span {
  color: #ff0000;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(2) li:nth-child(2) span {
  color: #deff00;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(3) li:nth-child(2) span {
  color: #3cff00;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(1) li:nth-child(1) span::before,
#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(2) li:nth-child(1) span::before,
#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(3) li:nth-child(1) span::before {
  content: "";
  width: 30px;
  height: 20px;
  margin: 0px auto;
  background: url(../img-v2/icon-hang.webp) center / 100% auto no-repeat;
  background-position: 0px 0px;
  display: inline-block;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(2) li:nth-child(1) span::before {
  background-position: 0px -26px;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(3) li:nth-child(1) span::before {
  background-position: 0px -51px;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row li:nth-child(4) span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px calc(100% / 8);
}

#thutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(1) li:nth-child(4) span {
  justify-content: center;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row li:nth-child(4) span::before {
  content: "";
  width: 30px;
  min-width: 30px;
  height: 20px;
  margin: 0px;
  background: url(../img-v2/icon-thuong.webp) center / 75% auto no-repeat;
  background-position: 0px -102px;
  display: inline-block;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(1) li:nth-child(4) span::before {
  background-position: 0px 0px;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(2) li:nth-child(4) span::before {
  background-position: 0px -25px;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(3) li:nth-child(4) span::before {
  background-position: 0px -51px;
}

#caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(4) li:nth-child(4) span::before {
  background-position: 0px -77px;
}

#caothutaixiu li:nth-child(4) span.none,
#caothutaixiu li:nth-child(4) span.none::before {
  display: none;
}

.content {
  max-width: 50%;
}

.content_sub {
  border: 2px solid #e3ac6a;
  border-radius: 1rem;
  display: flex;
  overflow: hidden;
  align-items: stretch;
  margin: 0px auto;
  min-height: 505px;
}

.content_sub_nav {
  background: #1d1407;
  width: 300px;
  border-right: 1px solid #685639;
}

.content_sub_nav .content-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content_sub_nav .content-menu li {
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  background: linear-gradient(to right, rgba(65, 45, 5, 1) 0%, rgba(41, 26, 7, 1) 72%, rgba(32, 18, 8, 1) 100%);
  position: relative;
  cursor: pointer;
}

.content_sub_nav .content-menu li.menu-item-has-children::after {
  content: url(../img-v2/icon-add.webp);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 1.1rem;
  top: 1.6rem;
  cursor: pointer;
  z-index: 2;
}

.content_sub_nav .content-menu li.menu-item-has-children.active::after {
  content: url(../img-v2/icon-show.webp);
}

.content_sub_nav .content-menu li:last-child {
  border-bottom: none;
}

.content_sub_nav .content-menu li a {
  text-transform: uppercase;
  color: #febc43;
  background: linear-gradient(to bottom, rgba(253, 255, 188, 1) 0%, rgba(250, 255, 227, 1) 30%, rgba(254, 188, 67, 1) 60%, rgba(254, 222, 94, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1rem 1.3rem;
  display: block;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  position: relative;
}

.content_sub_nav .content-menu li > a {
  z-index: 3;
}

.content_sub_nav .content-menu li .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: none;
}

.content_sub_nav .content-menu li .sub-menu li:first-child {
  border-top: 1px solid #000;
}

.content_sub_nav .content-menu li .sub-menu li {
  background: #1d1407;
}

.content_sub_nav .content-menu li .sub-menu li.current {
  background: #422e1b;
}

.content_sub_nav .content-menu li .sub-menu li a {
  color: #f4e4a1;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-size: 14px;
  padding: .7rem 1rem .7rem 2.9rem;
}

.content_wrap {
  width: calc(100% - 300px);
  padding: 0.5rem 2rem;
}

/* .content_wrap .nano {
  height: 200px;
} */

.content_wrap .nano {
  height: 100%;
}

#content_box .type-page,
#content_box .type-post {
  display: none;
}

#content_box .type-page.active,
#content_box .type-post.active {
  display: block;
}

#content_box .type-page p img,
#content_box .type-post p img {
  display: block;
  width: 70%;
  margin: 0px auto;
}

.content_box_ttl {
  text-align: center;
  color: #f4e4a1;
  margin-bottom: 1rem;
}

.sub_heading {
  font-family: 'Arial Bold';
  padding-top: 0;
  font-size: 25px;
}

.content_box_ttl {
  font-size: 21px;
  text-transform: uppercase;
}

.hdsubcontent {
  padding-bottom: 0 !important;
}

.hed_subttl {
  width: 50%;
  margin: 0 auto 1rem;
  max-width: 1000px;
}

.single .hed_subttl {
  margin-bottom: 3rem;
}

.hed_subttl .img-inner {
  width: 65%;
  margin: 45px auto 0;
  max-width: 1000px;
}

.hed_subdes {
  max-width: 700px;
  margin: 0px auto;
  line-height: 1.6;
  padding-bottom: 1.4rem;
  font-size: 12px;
  background: url(../img-v2/linehd-topbox.webp) bottom center no-repeat;
  background-size: auto 1px;
  margin-bottom: 3.2rem;
}

.hed_subdes h2 {
  font-size: 23.5px;
  margin-bottom: 1.1rem;
}

.hed_subdes p {
  margin-bottom: 0;
}

.rowcontent, .footer-wrapper .row {
  padding: 0 30px;
}

.postcat {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #473514;
  padding-bottom: 2rem;
}

.postcat_wrap {
  padding-top: 2rem;
  max-width: 750px;
  margin: 0px auto;
}

.postcat_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.postcat_thumb,
.postcat_content {
  width: 48%;
}

.postcat_thumb img,
.sidebarwrap .postcat_thumb img,
.single-post article:not(.category-games) .entry-content img {
  border-radius: 1rem;
  border: 2px solid #feaf34;
}

.blog-single .article-inner {
  border: 2px solid #e3ac6a;
  border-radius: 1rem;
  padding: 0.5rem 2rem;
}

/* .sidebarwrap .postcat_thumb
.single-post img {
  border: 2px solid #feaf34;
} */

.postcat_content a {
  text-decoration: none;
}

.rowcontent .entry-header-text {
  padding: 0;
}

.postcat_title a {
  font-size: 20px;
  color: #f4e4a1;
  font-family: 'Arial Bold';
  display: block;
  text-transform: uppercase;
}

.postcat_box .postcat_title a {
  font-size: 18px;
}

.postcat_date {
  font-size: 15px;
  color: #b1b1b1;
  padding-bottom: 1rem;
}

.postcat_ex {
  color: #fff;
  padding-bottom: 1rem;
  text-align: justify;
}

.postcat_more a {
  color: #f4e4a1;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  display: inline-block;
  font-family: 'Arial Bold';
}

.singleps .entry-divider,
.singleps .page-title-inner {
  display: none;
}

.singleps .entry-title {
  text-align: center;
  font-size: 20px;
  color: #f4e4a1;
  font-family: 'Arial Bold';
  display: block;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

.row.rowcontent.row-large {
  max-width: 1270px;
}

.rowcontent .col {
  padding: 0 20px 30px;
  margin: 0 auto;
}

.sidebarwrap .postcat {
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}

.sidebarwrap .postcat_thumb {
  width: 40%;
  text-align: right;
}

.sidebarwrap .postcat_content {
  width: 55%;
}

.sidebarwrap .postcat_content .postcat_title a {
  font-size: 13.5px;
  line-height: 1.2;
}

.sidebarwrap .postcat_content .postcat_date {
  font-size: 13px;
  padding-bottom: 3px;
}

.sidebarwrap .postcat_content .postcat_ex {
  font-size: 12px;
  padding-bottom: 0;
}

.singleps .entry-dates {
  text-align: left;
  color: #b1b1b1;
}

.entry-content a {
  color: #ffcc02;
}

.aligncenter {
  display: block;
  margin: 0px auto;
}

.mb-menu {
  margin: 0 0 1rem !important;
  width: 100%;
  padding: 0 !important;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #544029;
  border-bottom: 1px solid #544029;
}

.mb-menu li {
  position: relative;
  width: 20%;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.mb-menu li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(76,56,30,0) 0%, rgba(76,56,30,1) 50%, rgba(76,56,30,0.98) 51%, rgba(76,56,30,0) 100%);
}

.mb-menu li:last-child::after {
  display: none;
}

.mb-menu li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10px 0;
  color: #feeda8;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  background: #281e18;
  font-size: 10px;
}

.mb-menu li a:hover,
.mb-menu li.current-menu-item a {
  background: linear-gradient(135deg, rgba(253,255,201,1) 0%, rgba(254,222,94,1) 50%, rgba(255,187,67,1) 100%);
  color: #211605;
}

.mb-menu li a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin: 0px auto 5px;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.mb-menu li:nth-child(1) a::before {
  background-image: url(../img-v2/icon-home.webp);
}

.mb-menu li:nth-child(2) a::before {
  background-image: url(../img-v2/icon-games.webp);
}

.mb-menu li:nth-child(3) a::before {
  background-image: url(../img-v2/icon-sukien.webp);
}

.mb-menu li:nth-child(4) a::before {
  background-image: url(../img-v2/icon-huongdan.webp);
}

.mb-menu li:nth-child(5) a::before {
  background-image: url(../img-v2/icon-hoidap.webp);
}

.mb-menu li:nth-child(1) a:hover::before,
.mb-menu li.current-menu-item:nth-child(1) a::before {
  background-image: url(../img-v2/icon-home-active.webp);
}

.mb-menu li:nth-child(2) a:hover::before,
.mb-menu li.current-menu-item:nth-child(2) a::before {
  background-image: url(../img-v2/icon-games-active.webp);
}

.mb-menu li:nth-child(3) a:hover::before,
.mb-menu li.current-menu-item:nth-child(3) a::before {
  background-image: url(../img-v2/icon-sukien-active.webp);
}

.mb-menu li:nth-child(4) a:hover::before,
.mb-menu li.current-menu-item:nth-child(4) a::before {
  background-image: url(../img-v2/icon-huongdan-active.webp);
}

.mb-menu li:nth-child(5) a:hover::before,
.mb-menu li.current-menu-item:nth-child(5) a::before {
  background-image: url(../img-v2/icon-hoidap-active.webp);
}

.formmodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.formmodal .tab-content {
  width: 100%;
  padding: 1.1rem 0 2rem 0;
  background: url(../img-v2/bg-form.webp) top center no-repeat;
  background-size: 100% 100%;
  max-width: 640px;
  position: relative;
}

.btnsclose {
  position: absolute;
  right: 1.5%;
  top: 1.5%;
  cursor: pointer;
  display: inline-block;
  z-index: 9;
}

.btnsclose:hover {
  opacity: .8;
}

.formmodal .form-tabs {
  width: 30%;
  border: none;
  margin: 0 auto 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.formmodal .form-tabs > li {
  flex: 0 0 auto;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 100%;
}

.formmodal .form-tabs > li img {
  width: 100%;
}

form {
  width: 70%;
  margin: 0 auto;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-group > i {
  position: absolute;
  left: 15px;
  top: 0;
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 25px;
  text-align: center;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #565656;
  line-height: 55px;
}

.form-group > i svg {
  height: 18px;
}

.form-group > i.icon-prepend {
  right: 15px;
  left: auto;
}

.form-group > i.fa-eye-slash {
  display: none;
}

.form-group .form-fields {
  height: 55px;
  background: url(../img-v2/bg-input.webp) center no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  font-size: 16px;
  color: #ffcc7e !important;
  border-radius: 0;
  text-align: center;
}

.form-group .form-fields:hover,
.form-group .form-fields:focus {
  color: #ffcc7e !important;
}

.btn_form {
  padding-top: .5rem;
  margin-bottom: 0;
}

.form-group .btnsubmit {
  width: 65%;
  background: none;
  outline: none;
  border: none;
  padding: 0px;
  margin: 0px auto;
  display: block;
}

.error,
.errors {
  margin-bottom: -.8rem;
  color: red;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 12px;
}

input::-webkit-input-placeholder {
  color: #a6a6a6 !important;
}

input:-moz-placeholder {
  color: #a6a6a6 !important;
}

input::-moz-placeholder {
  color: #a6a6a6 !important;
}

input:-ms-input-placeholder {
  color: #a6a6a6 !important;
}

.boxfixed {
  display: none;
}

.img-pc {
  display: block;
}

.img-mb {
  display: none;
}

.copyright-footer strong {
  font-weight: 300 !important;
}

.tabgamerows .tabbed-content .tab-panels .entry-content {
  overflow-y: visible;
  text-align: center;
}

#tab_game-bÀi > .row {
  padding: 15px 15px !important;
}

#tab_game-bÀi > .row .col {
  padding: 0 15px;
}

.topgame_tab .has-label {
  margin-top: -10px;
}

.sukien_pagination {
  width: 48%;
  text-align: right;
  margin-top: 15px;
}

.sukien_pagination .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  background-color: #352820; /* Background color for the squares */
  color: #ffffff; /* Text color */
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  border-radius: 5px;
}

.sukien_pagination .page-numbers.current {
  background-color: #9e7943; /* Different background color for the current page */
}

.sukien_pagination .page-numbers:hover {
  background-color: #9e7943; /* Background color on hover */
}

.game-slider {
  display: inline-flex !important;
  padding: 15px 0;
  /* max-width: 95% !important; */
  max-width: 1100px !important;
  margin: 0 auto;
}

.small-border {
  border: .5px solid #feaf34 !important;
}

@media (min-width:1200px) {}

@media (min-width:992px) and (max-width:1299px) {
}

@media (min-width:1101px) {
  .boxfixed {
    position: fixed;
    top: 15%;
    right: 1%;
    z-index: 9;
    background: url(../img-v2/icon-side-bg.webp) bottom center no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    transition: .5s all ease-in-out;
    background-color: rgb(26 15 5);
    border-radius: 18px;
    display: block !important;
  }

  .closesocial {
    display: block;
  }

  .boxfixed.active {
    right: -185.391px;
  }

  .boxfixed_logo {
    margin-bottom: 1.5rem;
  }

  .boxfixed ul.boxfixed_btn,
  .boxfixed ul.icon_social {
    padding-bottom: 1rem;
  }

  .icon_social {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon_social li {
    margin: 0;
  }
  .bannertop_row .hdbtndk {
    max-width: 100%;
    margin: 1rem auto !important;
  }
  .bannertop_row {
    background: url("/wp-content/uploads/2023/12/thumb-left-banner.png") 17% 1rem no-repeat;
    background-size: auto 70%;
  }
}

@media (max-width:1100px) {
  header#header .header-bottom .nav.header-nav.header-bottom-nav li.logo_feature {
    width: 150px;
  }

  header#header .header-bottom .nav.header-nav.header-bottom-nav li a,
  .mobile-sidebar .nav-sidebar li a,
  header#header .header-bottom .nav.header-nav.header-bottom-nav li .header-button .button {
    font-size: 16px;
  }

  header#header .header-bottom .nav.header-nav.header-bottom-nav li .header-button .button {
    padding: 0 5px;
  }

  .boxfixed_logo,
  .boxfixed ul.boxfixed_btn {
    display: none;
  }

  .icon_social {
    flex-direction: column;
    position: fixed;
    top: 10rem;
    right: 1%;
    z-index: 9;
  }

  .icon_social li {
    margin: 0 0 10px;
  }

  .pagetop {
    position: fixed;
    bottom: 1%;
    right: 1%;
    width: 50px;
    z-index: 9;
  }

  ul.icon_social.shortsocial {
    flex-direction: row;
    position: unset;
    justify-content: center;
  }

  ul.icon_social.shortsocial li {
    margin: 0 5px;
  }

}

@media (max-width:991px) {
  body {
    background: #0d0808;
  }

  .page-wrapper {
    padding-top: 15px;
  }

  .container .section,
  .row .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rowcontent, 
  .footer-wrapper .row {
    padding: 0;
  }

  header#header .header-wrapper * {
    height: auto;
  }

  header#header .header-wrapper {
    background: none;
    padding: 1.5rem 0 0;
    background: url(../img-v2/bg-hdmb.webp) top center no-repeat;
    background-size: 100% auto;
    position: unset;
  }

  .header-main {
    display: block;
  }

  .bannertop {
    padding-top: 0 !important;
    align-items: flex-start;
    min-height: auto !important;
  }

  .bannertop_row {
    background: none;
  }

  header .header-main .mobile-nav .nav-icon.has-icon > a {
    padding: 0;
    font-size: 30px;
    color: #ffdf72;
  }

  header .header-main .medium-logo-center .logo {
    width: 100% !important;
    max-width: 245px;
  }

  header .header-wrapper .header-main .medium-logo-center #logo img {
    width: 100%;
    height: auto;
    max-height: none !important;
  }

  .rowcontent .col {
    padding: 0 15px 30px;
  }

  #content > .row.row-main > .large-12.col {
    padding: 0;
  }

  .bannertop {
    background: url(../img-v2/bgbanner-top.webp) bottom center no-repeat;
    background-size: 100% auto;
  }

  .bxhiframe {
    border-radius: 1.5rem;
    max-width: 525px;
  }

  .btn_downloadapp a {
    margin: 0px auto;
    width: 65%;
    display: block;
  }

  .btn_downloadapp {
    padding: 1.2rem 0 1.9rem;
  }

  .lbl_downloadapp {
    margin-bottom: 0 !important;
    margin-top: -1.4rem;
  }

  .lbl_downloadapp a {
    width: 64%;
    display: block;
    margin: 0px auto;
  }

  .btn_choinhanh {
    padding: .6rem 0 1.3rem;
    margin-bottom: 0 !important;
    background: url(/wp-content/uploads/2023/12/linebtn.png) bottom center no-repeat;
    background-size: 100% auto;
    position: relative;
  }

  .btn_choinhanh::after {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: block;
  }

  .btn_choinhanh a {
    display: block;
    margin: 0px auto;
    width: 60%;
  }

  .btn_vpn {
    margin: 0px auto;
    width: 100% !important;
    padding: 1rem 0 .5rem;
  }

  .btn_vpn a {
    display: block;
    width: 50%;
    margin: 0px auto;
  }

  .btn_vpn .box-text {
    color: rgba(255, 255, 255, .4);
    padding-top: 4px;
    font-size: 11px;
  }

  .style_heading {
    font-size: 37px;
  }

  .style_heading.sub_heading {
    font-size: 48px;
  }

  .slogan_hd .style_heading {
    font-size: 48px;
    margin-bottom: 3.3rem;
  }

  .tabbed-content.tab-about {
    border: 2px solid #e3ac6a;
    border-radius: 1rem;
    overflow: hidden;
    max-height: none;
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left {
    width: 100%;
    flex-direction: row;
    flex-flow: row;
    border: none;
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li {
    height: auto;
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li a {
    flex-flow: column;
    justify-content: space-between;
    padding: 1rem 0;
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li a::before {
    height: 30px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li:nth-child(1) a::before {
    background-image: url(../img-v2/icon-giaodien.webp);
    content: "";
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li:nth-child(2) a::before {
    background-image: url(../img-v2/icon-baomat.webp);
    content: "";
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li:nth-child(3) a::before {
    background-image: url(../img-v2/icon-khuyenmai.webp);
    content: "";
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li:nth-child(4) a::before {
    background-image: url(../img-v2/icon-thanhtoan.webp);
    content: "";
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li a span {
    width: 100%;
    text-align: center;
  }

  .tabbed-content.tab-about .tab-panels {
    width: 100%;
    padding: 2rem;
  }

  .tabbed-content.tab-about .tab-panels img {
    display: block;
    margin: 0px auto;
  }

  .tabbed-content.tab-about .tab-panels h2 {
    font-size: 20px;
  }

  .tabbed-content.tab-about .tab-panels h3 {
    font-size: 18px;
  }

  .tabbed-content.tab-about .tab-panels h4 {
    font-size: 16px;
  }

  .tabbed-content.tab-about .tab-panels h5 {
    font-size: 14px;
  }

  .sukienwrap {
    flex-direction: column;
  }

  .sukienwrap .sukienwrap_thumb {
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
  }

  .sukienwrap .sukienwrap_content,
  .sukien_lst {
    width: 100%;
  }

  .sukien_pagination {
    width: 100% !important;
  }

  .xemthem {
    padding: 1rem 0;
  }

  .tabgamerows {
    margin-top: 2rem;
  }

  .tabgamerows .nav.nav-simple,
  .tabsukienrows .nav.nav-simple {
    flex-wrap: wrap;
    margin-top: -1.6rem;
  }

  .tabgamerows .nav.nav-simple li {
    width: calc(100% / 3);
    padding-top: 1rem;
  }

  .tabgamerows .nav.nav-simple li a,
  .tabsukienrows .nav.nav-simple li a {
    padding: 18px 0;
  }

  .tabgamerows .nav.nav-simple li:nth-child(1),
  .tabgamerows .nav.nav-simple li:nth-child(2),
  .tabgamerows .nav.nav-simple li:nth-child(3) {
    padding-top: 0;
  }

  .tab-panels .entry-content .medium-2 {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .collivegame .col-inner .img {
    width: calc(100% / 3) !important;
  }

  .footer-wrapper .footer-1 .widget_media_image {
    width: 35%;
    margin: 0px auto 1rem;
  }

  .footer-widgets.footer-1 {
    display: none !important;
  }

  .footer-widgets.footer-2 {
    display: block !important;
    background: #231910;
  }

  footer .widget_nav_menu {
    display: none;
  }

  .footer-widgets.footer-2 .large-columns-4 .col {
    width: calc(100% / 2);
    margin-bottom: 2rem;
    text-align: center;
  }

  .footer-widgets.footer-2 .large-columns-4 .widget_media_image:first-child {
    text-align: center;
    width: 100%;
  }

  .footer-widgets.footer-2 .large-columns-4 .col .widget-title {
    display: block;
    text-transform: uppercase;
    color: #ffe9a4;
    font-size: 1.1em;
    padding-bottom: 1rem;
  }

  .footer-widgets.footer-2 .large-columns-4 .col .is-divider {
    display: none;
  }

  .logo_feature {
    display: none !important;
  }

  /* .shortsocial_icon {
    min-width: 40px;
    width: 40px;
  } */

  .bannertop_row .hdbtndk {
    margin-bottom: 2rem !important;
    margin-top: 4rem;
  }

  .header-wrapper .top-divider.full-width {
    display: none;
  }

  .style_heading {
    margin-bottom: 2rem;
  }

  .bxhday,
  .sestopgame,
  .sessukien {
    padding-bottom: 6rem !important;
  }

  .postcat,
  .postcat_box {
    flex-direction: column;
  }

  .sidebarwrap .postcat {
    flex-direction: row;
  }

  .postcat_thumb,
  .postcat_content {
    width: 100%;
  }

  .postcat_thumb {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .postcat_thumb img {
    width: 100%;
  }

  .content_sub_nav {
    width: 250px;
  }

  .content_sub_nav .content-menu li a {
    font-size: 15px;
    padding: 1.2rem 1rem;
  }

  .content_sub_nav .content-menu li .sub-menu li a {
    font-size: 13px;
    padding: .7rem 1rem .7rem 2rem;
  }

  .content_wrap {
    width: calc(100% - 250px);
  }

  .content_box_ttl {
    font-size: 18px;
  }

  .blockheader {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .blockheader .rowcontent .col {
    padding-bottom: 0 !important;
  }

  .hed_subttl {
    margin-bottom: 2rem;
    width: 100%;
  }

  .mb-menu {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  /* Fix the position relative to the viewport */
  .section.bxhday {
    z-index: 9999;
  }

  .mb-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    z-index: 1000;
    margin: 0 !important;
  }

  .mb-header-icons {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
  }

  .mb-header-icons .icon {
    padding: 10px;
    background-color: transparent;
    z-index: 9999;
  }

  .mb-header-icons .icon img{
    max-width: 40px;
  }

  .mb-header-icons .top-left {
      position: absolute;
      top: 0;
      left: 0;
  }

  .mb-header-icons .top-right {
      position: absolute;
      top: 0;
      right: 0;
  }

  .mb-header-icons .bottom-left {
      position: absolute;
      top: 45px;
      left: 0;
  }

  .mb-header-icons .bottom-right {
      position: absolute;
      top: 45px;
      right: 0;
  }

  .tabbed-content.tab-about .tab-panels p > img,
  .tabbed-content.tab-about .tab-panels h2 > img,
  .tabbed-content.tab-about img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
  }

  .game-slider {
    padding: 0 0px 30px !important;
  }

  #tab_game-bÀi > .row {
    padding: 0 15px 0px !important;
  }

  .button.back-to-top {
    bottom: 70px;
  }
  .game-slider {
    max-width: 100% !important;
    width: 100% !important;
  }
  .boxfixed {
    display: block !important;
    position: relative;
    z-index: 9999
  }
  .boxfixed .icon-social-side li a * {
    display: none;
  }
  .boxfixed .icon-social-side li a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 99;
  }
  .boxfixed .icon-social-side li:nth-child(2) {
    display: none;
  }
  .boxfixed .icon-social-side li:nth-child(1) a {
    background-image: url(../img-v2/icon-phone-mb.webp);
    top: 10px;
    right: 10px;
  }
  .boxfixed .icon-social-side li:nth-child(3) a {
    background-image: url(../img-v2/icon-tele-mb.webp);
    top: 10px;
    left: 10px;
  }
  .boxfixed .icon-social-side li:nth-child(4) a {
    background-image: url(../img-v2/icon-fb-mb.webp);
    top: 70px;
    left: 10px;
  }
  .boxfixed .icon-social-side li:nth-child(5) a {
    background-image: url(../img-v2/icon-chat-mb.webp);
    top: 70px;
    right: 10px;
  }
  .closesocial {
    display: none;
  }
  .footer-wrapper {
    padding-bottom: 35px;
    background: #231910;
  }
  .footer-wrapper .absolute-footer {
    position: relative;
    z-index: 99;
  }
}

@media (max-width:575px) {
  header#header .header-wrapper {
    padding-top: .8rem;
  }

  header .header-main .medium-logo-center .logo {
    max-width: 140px;
  }

  .header .flex-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .header-main .mobile-nav .nav-icon.has-icon > a {
    font-size: 16px;
  }

  .page-wrapper {
    padding-top: 5px;
  }

  .slogan_hd .style_heading {
    font-size: 20px;
    margin-bottom: 1.4rem;
  }

  .bxhiframe {
    width: 88%;
    border-radius: 1rem;
  }

  .iframebox {
    height: 195px;
  }

  .bannertop_row .hdbtndk {
    margin: 1.5rem auto !important;
  }

  .bannertop_row .hdbtndk .img-inner {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0.5rem 0;
  }

  .bannertop_row .hdbtndk .img-inner img {
    transform: scale(1.5) translateX(-0.6rem);
  }

  .bannertop_row .btnvpns {
    max-width: none;
    width: 40% !important;
    margin-bottom: 1rem !important;
  }

  .bannertop_row .btnvpns.btnweb {
    width: 70% !important;
  }

  .bannertop_row .lblvpns {
    font-size: 9px;
    margin-bottom: 2rem;
  }

  .bxhday {
    padding-top: 0 !important;
  }

  .style_heading {
    font-size: 17px;
    margin-bottom: 1.4rem;
  }

  .style_heading.sub_heading {
    font-size: 27px;
  }

  #caothutaixiu {
    width: 96%;
    margin: 0px auto;
  }

  #caothutaixiu .caothutaixiu_table_row li:nth-child(2),
  #caothutaixiu .caothutaixiu_table_hdrow div:nth-child(2) {
    flex: 1;
  }

  #caothutaixiu .caothutaixiu_table_row li,
  #caothutaixiu .caothutaixiu_table_hdrow div {
    font-size: 10px;
  }

  .bxhday,
  .sestopgame,
  .sessukien {
    padding-bottom: 1.5rem !important;
  }

  .tabbed-content.tab-about .tab-panels {
    padding: 1.5rem 1rem;
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li a::before {
    width: 18px;
    height: 17px;
  }

  .tabbed-content.tab-about .nav.nav-simple.nav-left li a {
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 0;
  }

  .tabbed-content.tab-about .tab-panels h2 {
    font-size: 18px;
  }

  .tabbed-content.tab-about .tab-panels h3 {
    font-size: 16px;
  }

  .tabbed-content.tab-about .tab-panels h4 {
    font-size: 14px;
  }

  .tabbed-content.tab-about .tab-panels h5 {
    font-size: 12px;
  }

  .tabgamerows > .col-inner,
  .tabsukienrows > .col-inner {
    padding: 0 1rem 2rem;
  }

  .tabgamerows .nav.nav-simple,
  .tabsukienrows .nav.nav-simple {
    margin-top: -.8rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .tabsukienrows .nav.nav-simple li {
    max-width: 92px;
  }

  .tabgamerows .nav.nav-simple li a,
  .tabsukienrows .nav.nav-simple li a {
    padding: 6px 0;
  }

  .collivegame .col-inner .img {
    padding: 0 5px;
    margin-bottom: 5px;
  }

  .tab-panels .entry-content .medium-2 {
    margin-bottom: 5px;
    padding: 0px 5px !important;
  }

  .collivegame .col-inner {
    align-items: flex-end;
  }

  .btnchoingay {
    margin-top: 1rem;
  }

  .footer {
    padding-top: 15px;
  }

  .footer-wrapper .footer-1 .widget_nav_menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-wrapper .footer-1 .menu-footer-menu-container .menu li a {
    font-size: 9px;
    padding: 0 5px;
  }

  .footer-wrapper .footer-1 .widget_custom_html {
    font-size: 9px;
  }

  .footer-widgets.footer-2 .large-columns-4 .col {
    padding: 0 5px;
  }

  .footer-widgets.footer-2 .large-columns-4 .col .widget-title {
    font-size: .6em;
    padding-bottom: 10px;
    text-align: center;
  }

  .icon_social.shortsocial li a {
    font-size: 14px;
  }

  .shortsocial_icon {
    min-width: 30px;
    width: 30px;
  }

  .shortsocial_lbl {
    padding-left: 5px;
  }

  .hed_subttl,
  .hed_subttl .img-inner {
    width: 100%;
  }

  .hed_subttl img {
    transform: scale(1.5) translateX(-0.6rem);
  }

  .content_sub_nav {
    width: 150px;
  }

  .content_sub_nav .content-menu li a {
    padding: 1rem 20px 1rem 10px;
    font-size: 11px;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }

  .content_sub_nav .content-menu li.menu-item-has-children::after {
    top: .9rem;
    transform: scale(.7);
    right: 5px;
  }

  .content_sub_nav .content-menu li .sub-menu li a {
    padding: .5rem 10px .5rem 1rem;
    font-size: 10px;
  }

  .content_wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    text-align: justify;
  }

  #caothutaixiu .caothutaixiu_table_row:first-child li span,
  #caothutaixiu .caothutaixiu_table_row li:nth-child(1) span {
    font-size: 10px;
  }

  #caothutaixiu .caothutaixiu_table:first-child .caothutaixiu_box {
    overflow: hidden;
  }

  #caothutaixiu .caothutaixiu_table_header .caothutaixiu_table_hdrow div span {
    font-size: 9px;
  }

  .topgame_ttl .style_heading,
  .sukienrow .style_heading,
  .topgame_ttl p,
  .sukienrow p  {
    margin-bottom: 0rem !important;
  }

  .sukienrow .style_heading {
    margin-bottom: 1rem !important;
  }

  .sukien_lst_link {
    padding-right: 10px;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  footer .widget_media_image img {
    max-width: 100px !important;
  }
  #caothutaixiu .caothutaixiu_box .caothutaixiu_table_row li:nth-child(4) span {
    position: relative;
    justify-content: center;
    padding: 0px 1rem;
  }

  #caothutaixiu .caothutaixiu_box .caothutaixiu_table_row li:nth-child(4) span::before {
    width: 20px;
    min-width: 20px;
  }

  #caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(1) li:nth-child(4) span::before {
    background-position: 0px 5px;
  }

  #caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(2) li:nth-child(4) span::before {
    background-position: 0px -12px;
  }

  #caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(3) li:nth-child(4) span::before {
    background-position: 0px -30px;
  }

  #caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(4) li:nth-child(4) span::before {
    background-position: 0px -47px;
  }

  #caothutaixiu .caothutaixiu_box .caothutaixiu_table_row:nth-child(n+5) li:nth-child(4) span::before {
    background-position: 0px -65px;
  }

  .tabgamerows .nav.nav-simple {
    flex-wrap: nowrap;
  }

  .tabgamerows .nav.nav-simple li {
    padding-top: 0;
  }

  .img-pc {
    display: none;
  }

  .img-mb {
    display: block;
  }

  .mobile-block {
    display: block;
  }
  .boxfixed .icon-social-side li a {
    width: 40px;
    height: 40px;
  }
  .boxfixed .icon-social-side li:nth-child(4) a,
  .boxfixed .icon-social-side li:nth-child(5) a {
    top: 55px;
  }
}

@media screen and (min-width: 769px) and (max-height: 820px) {
  .nav.header-nav.header-bottom-nav li.logo_feature img {
    max-height: 70px;
    width: auto !important;
  }
  .single .hed_subttl {
    margin: 0px auto 3rem;
  }
  .hed_subttl {
    width: 45%;
    margin: 0px auto 3rem;
  }
  .hed_subdes {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .content_sub_nav .content-menu li a {
    padding: 0.5rem 1.3rem;
  }
  .hed_subdes h2 {
    font-size: 20px;
  }
  .archive .content_sub {
    min-height: 400px;
  }
  .content_sub_nav .content-menu li.menu-item-has-children::after {
    top: 11px;
  }
  .content_sub_nav .content-menu li a {
    font-size: 14px;
  }
}

.nano {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, .25);
  position: absolute;
  width: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(255, 255, 0, .5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9; /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.nano>.nano-content::-webkit-scrollbar {
  width: 0px;
}

@media (min-width:1024px) {
  /* .tabbed-content .tab-panels .entry-content .img img {
    max-height: 500px;
    width: auto;
  } */
  .tabbed-content .tab-panels .entry-content {
    text-align: justify;
    max-height: 500px;
    overflow-y: auto;
  }
  .aboutrow .tabbed-content .tab-panels .entry-content,
  .sukienrow .tabbed-content .tab-panels .entry-content {
    padding-right: 1rem;
  }
  .tabbed-content {
    min-height: 510px;
  }
  .tabbed-content.topgame_tab {
    min-height: 450px;
  }
  .tabbed-content.tab-about {
    min-height: 530px;
  }
  .topgame_tab img {
    max-height: 310px;
    width: auto;
    margin: 0 auto;
  }
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus, input:-internal-autofill-selected  {
  background-color: transparent !important;
  box-shadow: none !important;
}

.postcat {
  border: 0 !important;
}
.postcat_wrap {
  display: none !important;
}

@media (min-width: 991px) {
  .header-nav > .menu-item:nth-child(3) a,
  .header-nav > .menu-item:nth-child(7) a {
    text-align: right !important;
  }
  .header-nav > .menu-item:nth-child(1) a,
  .header-nav > .menu-item:nth-child(5) a {
    text-align: left !important;
  }
  .header-nav > .menu-item:nth-child(2) a,
  .header-nav > .menu-item:nth-child(6) a {
    text-align: center !important;
  }
  .header-nav .logo_feature {
    width: 260px;
  }
  .mb-header-icons {
    display: none;
  }
}

/* CSS Variable for scaling */
:root {
  --scale-video: 1.6;
}

.video-slider .col {
  max-width: 100%;
}

.video-slider .slick-slide {
  transition: all 0.3s;
  opacity: 0.3;
  filter: blur(5px);
  padding: 0;
  pointer-events: none;
  padding: 0px 1rem;
}

.video-slider .slick-center {
  opacity: 1;
  filter: blur(0);
  z-index: 1;
  transform: scale(1);
  pointer-events: auto;
}

.video-slider .slick-center .video {
  border: 2px solid #feaf34;
  border-radius: 10px;
}

.slick-list {
  padding: 0rem 0rem 1rem !important;
}

.video-fit {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  width: 15px;
  z-index: 100;
  margin: 0;
  color: transparent !important;
  padding: 0;
  background-size: auto 100% !important;
}

.slick-arrow.slick-prev {
  background: url('../img-v2/video-slider-arrow-left.webp') no-repeat center center !important;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  background-size: auto 100% !important;
}

.slick-arrow.slick-next {
  background: url('../img-v2/video-slider-arrow-right.webp') no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-size: auto 100% !important;
}

.video-slider > .col {
  flex-basis: 60%;
}

.video-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 1rem;
  gap: 0.5rem;
}

.video-slider .slick-dots li {
  width: 3rem;
  height: 0.5rem;
  border-radius: 10px;
  margin: 0;
  background-color: #e38900;
}

.video-slider .slick-dots li.slick-active {
  background-color: #ffe9a4;
}

.video-slider .slick-dots li button {
  display: none !important;
}

@media (min-width: 769px) {
  .video-slider .slick-center {
    transform: scale(var(--scale-video));
  }
  .slick-list {
    padding: 5rem 0 !important;
  }

  .slick-arrow.slick-prev {
    left: calc(((100% - (33.3333% * var(--scale-video))) / 2) - 40px);
  }

  .slick-arrow.slick-next {
    right: calc(((100% - (33.3333% * var(--scale-video))) / 2) - 40px);
  }
  .slick-arrow {
    position: absolute;
    width: 21px;
    height: 46px;
    z-index: 100;
    margin: 0;
    color: transparent !important;
    background-size: auto 100% !important;
  }
  .video-slider .slick-slide {
    padding: 0px;
  }
}

.game-slider .slick-slide .col {
  max-width: 100% !important;
  /* padding: 0 5px; */
}

.game-slider .slick-slide .img {
  width: 100% !important;
}

.game-slider .slick-list {
  padding: 15px 0 !important;
}

#tab_top-game .row {
  margin: 0 !important;
}

.game-slider .slick-arrow.slick-prev {
  left: -15px;
}

.game-slider .slick-arrow.slick-next {
  right: -15px;
}

