#wpadminbar {
  /* display: none; */
}
/* MAIN CONTENT */
#content {
  margin-top: 60px; /* Leave space for header */
  margin-left: 240px;
  padding: 20px;
  transition: margin-left 0.3s ease;
}
#footer {
  padding-left: 240px;
}
#logo-img img {
  width: 100%;
}
/* Adjust when sidebar is collapsed */
#customSidebar.collapsed ~ #content {
  margin-left: 80px;
}
#customSidebar.collapsed ~ #footer {
  margin-left: 80px;
}
/* SIDEBAR */
#customSidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px; /* Match header-left */
  /* background-color: #111827; */
  background-color: rgb(242 244 247 / 1);
  color: rgb(33 35 35/1);
  transition: width 0.3s ease;
  z-index: 100;
  padding-top: 60px; /* height of header */
}

#customSidebar.collapsed {
  width: 80px;
}

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

.sidebar-menu li a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: rgb(33 35 35/1);
  text-decoration: none;
}
.sidebar-menu .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.sidebar-menu .menu-icon {
  width: 20px;
  height: auto;
  display: inline-block;
}

.sidebar-menu li a i {
  margin-right: 10px;
}

.sidebar-menu .menu-label {
  transition: opacity 0.2s ease;
}

#customSidebar.collapsed .menu-label {
  display: none;
}

/* HEADER */
#customHeaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  /* background-color: #1f2937; */
  background-color: rgb(46 0 0 / 1);
  color: white;
  display: flex;
  align-items: center;
  z-index: 101;
}

/* #customSidebar.collapsed ~ #customHeaderWrapper {
  padding-left: 60px;
} */

.header-inner {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-logo img {
  height: 40px;
}

.header-search {
  flex-grow: 1;
  max-width: 400px;
}

/* LAYOUT */
/* body {
  margin-left: 220px;
  margin-top: 60px;
} */

#customSidebar.collapsed ~ body {
  /* margin-left: 60px; */
}
#toggleSidebar svg {
  width: 1.75rem;
  height: 1.75rem;
}
#toggleSidebar {
  margin-bottom: 0;
  margin-right: 0;
}
.header-search {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
}

.searchform {
  display: flex;
  width: 100%;
  /* background: white; */
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0;
  align-items: center;
  margin-left: 30px;
}

.searchform input[type="search"] {
  flex: 1;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
  margin-bottom: 0;
  background-color: rgb(93 0 0 / 1);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  border-radius: 12px;
  color: #fff;
}

.searchform button {
  background: transparent;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  color: #333;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  color: #fff;
}

.searchform button i {
  font-size: 16px;
}

.menu-item:hover,
.menu-item.active {
  background-image: linear-gradient(90deg, hsla(0, 0%, 77%, 0.2) 9.03%, rgba(255, 55, 0, 0.2) 100%), linear-gradient(73.34deg, hsla(10, 61%, 87%, 0) 59.67%, rgba(235, 63, 40, 0.2) 98.82%), linear-gradient(0deg, var(--Neutralish-100, #f2f4f7), var(--Neutralish-100, #f2f4f7));
}
.menu-item.active .menu-label {
  color: rgb(235 63 40 / 1);
}
.menu-item .menu-icon {
  margin-right: 0.625rem;
}

.menu-item a {
  font-size: 16px;
  font-weight: bold;
}
#customSidebar.collapsed .khuyenmai-menu span {
  display: none;
}
#customSidebar.collapsed .khuyenmai-menu img {
  position: relative !important;
  right: 0;
  bottom: 0;
}
#customSidebar.collapsed .khuyenmai-menu .wrapper {
  height: auto;
  padding: 0;
}
#customSidebar.collapsed .menu-label {
  display: none;
}
#customSidebar.collapsed .menu-item {
  justify-content: center;
}

#customSidebar.collapsed li a {
  padding: 12px 0; /* center-align icon without label space */
  justify-content: center;
}

.nohu-col * {
  height: 100%;
}
.absolute-footer,
html {
  background-color: #fff !important;
}
.sport-banner {
  background: linear-gradient(0deg, rgba(255, 98, 0, 0.5), rgba(255, 98, 0, 0.5)), linear-gradient(83.84deg, rgba(238, 77, 45, 0) 13.13%, rgba(220, 0, 0, 0.6) 76.59%), linear-gradient(0deg, #eb3f28, #eb3f28);
  border-radius: 16px;
}
.sport-banner:hover {
  background-image: linear-gradient(83.84deg, hsla(0, 0%, 100%, 0.24) 39.87%, rgba(251, 58, 5, 0.4) 80.44%), linear-gradient(0deg, hsla(0, 0%, 93%, 0.9), hsla(0, 0%, 93%, 0.9)), linear-gradient(0deg, #ffe4db, #ffe4db);
}
.sport-banner:hover h3 {
  color: #000;
}
.sport-banner:hover .img-person img {
  transform: scale(1.03) !important;
  transition: all 0.3s ease-in-out;
}
.sport-banner .img-person {
  position: absolute !important;
  bottom: -45px;
  left: 55%;
  object-position: right bottom;
}
.sport-banner .banner-layers {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.sport-banner .img-black {
  position: absolute !important;
  left: 70%;
  object-position: right bottom;
}
.cuoc-btn {
  transition: all 0.3s ease-in-out;
  display: none !important;
}
.sport-sm-banner:hover .text-box .text-inner {
  background-color: rgb(235 63 40 / 1);
}
.sport-banner:hover .cuoc-btn {
  display: inline-block !important;
}
.sport-sm-banner .text-box .text-inner {
  background-color: rgb(15 16 16 / 1);
  border-top-right-radius: 20px;
}
.sport-sm-banner .banner-layers {
  border-radius: 16px;
}
.sport-sm-banner {
  background-image: linear-gradient(37.27deg, #24262b00 37.72%, #f6000080 97.5%), linear-gradient(0deg, #24262b, #24262b);
  border-radius: 16px;
}
.sport-sm-banner .text-box p {
  color: #fff !important;
  font-size: 16px;
  margin: 0;
  text-align: left;
  margin-left: 6px;
  text-transform: uppercase;
}
.casino-banner {
  border-radius: 16px;
}
.casino-banner .banner-layers {
  transition: all 0.5s ease-in-out;
}
.casino-banner .banner-bg {
  border-radius: 16px;
}
.casino-banner .text-box {
  display: none !important;
}
.casino-banner:hover .text-box {
  display: block !important;
}
.casino-banner .video-button-wrapper a {
  background: linear-gradient(0deg, rgba(255, 98, 0, 0.5), rgba(255, 98, 0, 0.5)), linear-gradient(83.84deg, rgba(238, 77, 45, 0) 13.13%, rgba(220, 0, 0, 0.6) 76.59%), linear-gradient(0deg, #eb3f28, #eb3f28);
  border-color: transparent;
}
.casino-banner:hover .banner-layers {
  background-image: linear-gradient(57.66deg, rgba(36, 38, 43, 0) 48.76%, rgba(246, 0, 0, 0.4) 94.53%), linear-gradient(180deg, rgba(36, 38, 43, 0.9) 17%, rgba(162, 166, 179, 0.5));
  backdrop-filter: blur(10px);
}
.popular-banner {
  position: relative;
}
.popular-banner .box-text {
  position: absolute;
  top: 20%;
  left: 0;
  width: auto;
}
.col-popular > .col-inner {
  background-image: linear-gradient(0deg, #f9fafb4d, #f9fafb4d), linear-gradient(56.92deg, #f9f9f900 42.2%, #f33e1166 91.66%), linear-gradient(0deg, #f2f4f7, #f2f4f7);
  border-radius: 16px;
}
/* .col-tabs .col-inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 200px; 
  gap: 15px;
}
.col-tabs {
  overflow-x: auto;
  white-space: nowrap;
} */
.col-tabs .slick-slide {
  margin: 0 10px;
}
/* .col-tabs {
  overflow-x: scroll;
} */

.col-tabs .col-inner {
  display: flex;
  gap: 15px;
}

.col-tabs .col-inner > * {
  /* flex: 0 0 auto; */
  /* width: calc(100% / 9);  */
}

.tab-games li.active > a {
  border-radius: 16px !important;
  background-color: rgb(235 63 40 / 1) !important;
}
.tab-games ul {
  background-color: #fff;
  width: auto !important;
  border-radius: 16px;
}
.col-games .col-inner {
  background-color: rgb(242, 244, 247);
  padding: 15px 0 !important;
  border-radius: 16px;
}
#footer ul li {
  list-style-type: none;
  margin-left: 0 !important;
}
.popup-header-block {
  width: 100%;
  max-width: 326px;
}
.popup {
  display: flex;
  max-width: 742px;
  width: 100% !important;
  gap: 30px;
  padding: 0 !important;
}
#popup-register .form-input {
  background-color: rgb(242, 244, 247) !important;
  border-color: rgb(228, 231, 236) !important;
}
.form-submit .form-input::before {
  filter: brightness(0) contrast(100%);
}
input::placeholder {
  color: #fff; /* Replace with your desired color */
}
.form-submit .form-input input::placeholder {
  color: #000;
}
#popup-register form {
  width: 100% !important;
  padding-top: 30px;
}
.icon-box {
  align-items: center !important;
  margin-bottom: 15px;
}
.icon-box h3 {
  margin-bottom: 0 !important;
}
.icon-box p {
  margin-bottom: 0;
}
.khuyenmai-menu {
  padding: 10px 15px;
}
.khuyenmai-menu .wrapper {
  background-image: linear-gradient(114.69deg, #f96935 -22.42%, rgba(4, 12, 106, 0) 94.53%), linear-gradient(0deg, #890909, #890909);

  border-radius: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 60px;
}
.khuyenmai-menu span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.khuyenmai-menu img {
  right: 0.5rem;
  position: absolute;
  bottom: -2.6rem;
  animation: shake 0.5s linear infinite;
}
.banner-slide img {
  border-radius: 16px;
}
@keyframes shake {
  0% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(5deg);
  }
}
.popup-header-block img {
  border-radius: 16px;
}
.sport-logo {
  position: absolute;
  width: 32px !important;
  height: 32px !important;
  margin-top: 10px;
}
.sport-banner:hover .sport-logo {
  display: none;
}
.col-casino .col-inner .banner {
  margin: 0 5px;
}
/* .col-casino {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.col-casino::-webkit-scrollbar {
  display: none;
}

.col-casino .col-inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.casino-banner {
  flex: 0 0 auto;
  width: calc(100% / 9) !important;
} */
/* Target the slides inside your Slick carousel */
.row-pop-img .col {
  position: absolute;
  bottom: 1.26vw;
  left: 0px;
  padding-bottom: 5px;
}
.row-pop-img .slick-slide {
  margin: 0 5px;
}

/* Compensate for extra space so it aligns nicely */
.row-pop-img .slick-list {
  margin: 0 -10px;
}
.popular-banner .box-image {
  overflow: visible;
}
.popular-banner .box-image img {
  margin-top: -10px;
}
.row-pop-img .slick-list img {
  border-radius: 3px;
}
.row-pop-img {
  display: none !important;
}
.keo-info {
  display: flex;
  flex-direction: column;
  background-color: rgb(228 231 236 / 1);
  border-radius: 6px;
  align-items: center;
  padding: 5px;
}
.keo-info .text-signal-error {
  color: rgb(245 25 62/1);
  font-weight: bold;
}
.keo-info .text-black {
  color: rgb(33 35 35 / 1);
  font-weight: bold;
}
.keo-info .text-signal-success {
  color: rgb(7 172 100 / 1);
  font-weight: bold;
}
.keo-box-1 {
  margin-bottom: 5px;
}
.keo-box-2 {
  margin-bottom: 0;
}
.orange-btn {
  background-color: rgb(235 63 40 / 1) !important;
  font-size: 14px !important;
}
.white-btn {
  background-color: rgb(252 255 254 / 1) !important;
  border-color: rgb(49 52 53 / 1) !important;
  color: #000 !important;
  font-size: 14px !important;
}
.match-col > .col-inner {
  background-color: rgb(249 250 251 / 1);
  padding: 15px;
  border-color: rgb(228 231 236 / 1);
  border-bottom-width: 1px;
  /* background-image: linear-gradient(1turn, #e4e7ec 0.76%, rgba(228, 231, 236, 0) 73.86%); */
  border-radius: 16px;
  margin-bottom: 10px;
}
.match-col {
  padding: 0 !important;
  margin-bottom: 10px;
}
.keo-box .icon-box-text {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.col-keo-number .col-inner {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.mobile-logo {
  display: none;
}
#pc-logo {
  display: block;
}
.casino-banner .tb-run-number {
  display: block !important;
  bottom: 0;
  top: unset !important;
  transform: unset !important;
  left: 0;
  width: 100%;
  background-color: rgba(93, 0, 0, 0.6);
}
.run-number p {
  color: rgb(255 216 9 / 1) !important;
  margin: 0 !important;
  font-weight: bold;
}
.top5-text p strong {
  background-image: linear-gradient(to right, rgb(255, 154, 1), rgb(255, 83, 0));
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: bold;
  font-family: "Anton", sans-serif;
}
.top5-text p {
  margin-bottom: 0;
}
.top5-img img {
  height: 54px;
  width: auto;
  object-fit: contain;
}
.row-top5 {
  background: linear-gradient(181.78deg, hsla(0, 0%, 98%, 0) 15.12%, rgba(243, 62, 17, 0.2) 116.67%), linear-gradient(0deg, rgba(249, 250, 251, 0.3), rgba(249, 250, 251, 0.3)), linear-gradient(0deg, #fcfffe, #fcfffe);
  border-radius: 16px;
}
.techplay {
  display: inline-flex;
  vertical-align: middle;
  background-color: rgb(235, 63, 40);
  width: auto;
  padding: 0 7px;
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
}
.techplay.yellow {
  background-color: rgb(237, 165, 0);
}
.techplay img {
  margin-right: 0;
}
.techplay p {
  color: #fff;
}
.col-top5 .icon-box-text.last-reset p {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.top5-run-text p {
  color: rgb(212 19 2/1);
  font-weight: bold;
}
.top5-run-box img {
  padding-top: 0 !important;
}
.img-badge {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* 1. Reset the counter on the parent container */
.col-top5 {
  counter-reset: img-counter;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 2. Each .img will increment the counter */
.col-top5 .img-badge {
  counter-increment: img-counter;
  position: relative; /* needed for absolute positioning of number */
}

/* 3. Show the counter using ::before or ::after */
.col-top5 .img-badge::before {
  content: counter(img-counter);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
}
.top5-run-box .icon-box-text {
  padding-left: 5px !important;
}
.col-top5 {
  max-height: 220px;
  overflow-y: scroll;
}
.col-top5 .col {
  padding-bottom: 0 !important;
}
.mobile-menu {
  display: none;
}
.mobile-nav-menu {
  display: none;
}
#popup-register label {
  display: none;
}
#popup-register form {
  padding-top: 100px;
}
.orange-box svg {
  color: rgb(235 63 40 / 1);
}
.form-header-mobile {
  display: none;
}
.mobile-search {
  display: none;
}
.mobile-search svg {
  color: rgb(152 162 179/1);
  width: 24px;
}
#menu-sub-menu {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 35px;
  max-width: 95%;
  margin: auto;
  margin-top: 30px;
}
#menu-sub-menu.sidebar-menu {
  list-style-type: disc !important;
}
#menu-sub-menu li {
  color: rgb(70 71 74 / 1) !important;
  font-size: 14px;
}
#menu-sub-menu li > a {
  color: rgb(70 71 74 / 1) !important;
  font-size: 14px;
}
.mobile-sub-menu {
  display: none;
}
.banner .text-box h4 {
  font-size: 12px;
}
.supplier-col .slick-slide {
  margin: 0 10px;
}
.supplier-col .col-inner {
  padding-top: 0 !important;
}

.col-top5::-webkit-scrollbar {
  display: none;
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.search-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.search-popup-content {
  position: relative;
  max-width: 500px;
  margin: 100px auto;
  background: #fff;
  padding: 60px 20px 20px;
  border-radius: 6px;
}

.close-search {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.search-field {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 16px !important;
}

.search-submit {
  margin-top: 10px;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
.search-submit {
  background-color: var(--fs-color-alert);
  border-radius: 16px;
  padding: 5px 10px;
  font-size: 12px;
}
.search-popup .close-search {
  padding: 0 !important;
}
#customSidebar {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#customSidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.copyright-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright-footer-text {
  color: rgb(70 71 74/1);
}
.absolute-footer {
  background-color: rgb(228 231 236 / 1) !important;
}
.home-ban-img {
  width: 15.729vw !important;
}
.banner-run-text {
  position: absolute;
  bottom: -28%;
  color: #fff;
  left: 15%;
}
.banner-run-text p {
  font-size: 1.875vw;
  font-weight: bold;
  font-family: "Anton";
  background-image: linear-gradient(rgb(255, 240, 159) 1.5%, rgb(250, 199, 40) 32.5%, rgb(255, 235, 131) 52%, rgb(245, 176, 32) 69%);
  background-clip: text;
  color: transparent;
  animation: scale 0.4s infinite both;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.96);
  }

  to {
    transform: scale(1);
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .col-top5 {
    max-height: 120px;
  }
  .top5-text p strong {
    font-size: 26px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .col-top5 {
    max-height: 180px !important;
  }
}
@media (max-width: 1024px) {
  .absolute-footer {
    display: none;
  }
  .header-inner {
    justify-content: space-between;
    padding-right: 15px;
  }
  .mobile-divider {
    max-width: 98% !important;
    margin: auto !important;
    height: 1px !important;
  }
  .mobile-sub-menu {
    display: block;
    padding: 15px 45px;
  }
  .mobile-sub-menu li {
    margin-bottom: 0;
  }
  .mobile-sub-menu li {
    color: rgb(70 71 74 / 1) !important;
    font-size: 10px;
  }
  .mobile-sub-menu li > a {
    color: rgb(70 71 74 / 1) !important;
    font-size: 10px;
  }
  .pc-sub-menu {
    display: none;
  }
  .mobile-search {
    display: block;
  }
  .pc-search {
    display: none;
  }
  .mobile-search .wrapper {
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
  }
  .mobile-search form {
    margin-bottom: 0;
  }
  .mobile-search form button {
    padding: 0;
    margin: 0;
    line-height: normal;
  }
  #popup-register {
    z-index: 1111;
    padding: 0;
  }
  #popup-register .popup {
    position: fixed;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    border-radius: 0;
  }
  .popup-header-block img {
    border-radius: 0;
  }
  .form-header-mobile {
    display: block;
  }
  .form-header-pc {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  #pc-logo {
    display: none;
  }
  #customHeaderWrapper {
    background-color: rgb(252 255 254 /1);
  }
  .home .row:not(.first-row) {
    padding-left: 60px;
  }
  .first-row .col {
    padding: 0 !important;
  }
  /* .casino-banner {
    flex: 0 0 auto;
    width: calc(100% / 3) !important;
  } */
  #customSidebar {
    width: 60px !important;
    padding-top: 0;
    margin-top: 180px;
  }

  .sidebar-menu .menu-item {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .menu-item .menu-label {
    font-size: 12px;
    text-align: center;
    display: block !important;
  }

  body {
    /* margin-left: 60px !important; */
  }

  /* Hide toggle button on mobile (optional) */
  #toggleSidebar {
    display: none;
  }
  .sidebar-menu li a {
    flex-direction: column;
  }
  .menu-item .menu-icon {
    margin-right: 0;
  }
  #content {
    /* margin-left: 60px !important; */
    margin-left: 0 !important;
    max-width: 100%;
  }

  #footer {
    margin-left: 0 !important;
    padding-left: 0 !important;
    max-width: 100%;
  }
  .sidebar-menu li a {
    padding: 12px 0px !important;
  }
  .menu-item .menu-label {
    font-size: 10px;
  }
  #content {
    padding: 0;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .sport-banner {
    padding-top: 86px !important;
  }
  .sport-banner .text-box h3 {
    font-size: 13px;
  }
  .sport-banner .text-box a.button {
    font-size: 0.85em;
  }
  .sport-banner .img-black {
    top: 53% !important;
  }
  .sport-banner .img-person {
    top: 67% !important;
  }
  .col-tabs .col-inner {
    grid-auto-columns: 100px; /* Set item width */
  }
  .popup-header-block {
    max-width: 100%;
  }
  .popup {
    flex-direction: column;
  }
  .popup label {
    display: none;
  }
  #popup-register form {
    padding: 15px;
  }
  #customSidebar .khuyenmai-menu .wrapper {
    height: auto;
    padding: 0;
  }
  #customSidebar .khuyenmai-menu span {
    display: none;
  }
  #customSidebar .khuyenmai-menu img {
    position: relative !important;
    right: 0;
    bottom: 0;
  }
  .banner-slide img {
    border-radius: 0;
  }
  .sport-sm-banner .img {
    width: 18px !important;
  }
  .sport-logo {
    width: 20px !important;
  }
  .col-tabs .col-inner {
    padding-left: 0 !important;
  }
  .col-tabs .col-inner > * {
    /* width: calc(100% / 3); */
  }
  .popular-banner {
    display: flex;
    flex-direction: column-reverse;
  }
  .popular-banner .box-text {
    position: relative;
  }
  .popular-banner .box-text span {
    font-size: 12px !important;
  }
  .mobile-menu {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    bottom: 52px;
    padding-top: 15px;
    display: none;
  }
  .mobile-menu .sidebar-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .mobile-menu .row {
    padding-left: 0 !important;
  }
  .tienti-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    padding-left: 10px;
  }
  .tienti-wrapper {
    position: relative;
  }
  .mobile-menu .khuyenmai-menu {
    padding: 0;
  }
  .mobile-menu .col {
    padding-bottom: 0 !important;
  }
  .mobile-menu .menu-icon img {
    width: 28px !important;
    height: auto;
  }
  .sidebar-menu .menu-icon {
    width: 28px;
  }
  .mobile-menu .menu-label {
    font-size: 12px;
  }
  .mobile-nav-menu {
    display: block;
    position: fixed;
    height: 52px;
    z-index: 1000;
    bottom: 0;
    background-color: rgb(249 250 251 / 1);
    width: 100%;
  }
  .mobile-nav-menu .row {
    padding-left: 0 !important;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .mobile-nav-menu .row .col {
    padding-bottom: 0;
  }
  .mobile-nav-menu svg {
    width: 22px;
  }
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(5px); /* Overlay blur */
    background: rgba(0, 0, 0, 0.3); /* Optional dark overlay */
    z-index: 998;
  }
  .mobile-menu .menu-item:hover {
    background-image: none !important;
  }
  .mobile-menu .close-icon {
    position: absolute;
    right: 15px;
    font-size: 26px;
    top: 5px;
    z-index: 1000;
  }
  /* .keo-info {
    max-width: 50px;
    margin-right: 0;
    margin-left: auto;
  } */
}

@media (min-width: 1200px) {
  .sport-banner {
    padding-top: 9.956vw !important;
  }
  .sport-sm-banner {
    padding-top: 56px !important;
  }
  .row-pop-img {
    display: block !important;
    /* position: absolute; */
    /* bottom: 0; */
  }
  .popular-banner .box-text span {
    font-size: 1.25vw !important;
  }
  .popular-banner .box-text p {
    font-size: 0.625vw;
  }
}

@media (max-width: 768px) {
  .menu-item:hover {
    border-color: rgb(235 63 40 /1);
  }
  .home-ban-img {
    width: 35.814vw !important;
  }
  .banner-run-text p {
    font-size: 4.26vw;
  }
  .banner-run-text {
    left: 12%;
  }
}
