.game-card img {
    width: 100%;
    border-radius: 8px;
  }
  .game-card {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer {
    background: #f8f9fa;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
  }
  .toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
  }
  .toolbar a {
    text-align: center;
    color: #333;
    text-decoration: none;
  }
  .menu-follow-banner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 790px;
    margin: 0 auto
}

.menu-follow-banner .wrapper {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    width: 25%;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    padding: 0 4px;
    margin: 4px 0 10px
}

.menu-follow-banner .wrapper.placeholder {
    margin: 0
}

@media screen and (min-width: 400px) {
    .menu-follow-banner .wrapper {
        -webkit-flex-basis:86px;
        flex-basis: 86px;
        width: 86px;
        margin-bottom: 4px
    }
}

.menu-follow-banner.have-1-items {
    max-width: -webkit-calc(96px * 1 + 22px);
    max-width: calc(96px * 1 + 22px)
}

.menu-follow-banner.have-2-items {
    max-width: -webkit-calc(96px * 2 + 22px);
    max-width: calc(96px * 2 + 22px)
}

.menu-follow-banner.have-3-items {
    max-width: -webkit-calc(96px * 3 + 22px);
    max-width: calc(96px * 3 + 22px)
}

.menu-follow-banner.have-4-items {
    max-width: -webkit-calc(96px * 4 + 22px);
    max-width: calc(96px * 4 + 22px)
}

.menu-follow-banner.have-5-items {
    max-width: -webkit-calc(96px * 5 + 22px);
    max-width: calc(96px * 5 + 22px)
}

.menu-follow-banner.have-6-items {
    max-width: -webkit-calc(96px * 6 + 22px);
    max-width: calc(96px * 6 + 22px)
}

.menu-follow-banner.have-7-items {
    max-width: 100%
}

.menu-follow-banner .vqmm-iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 25
}

.menu-follow-banner .vqmm-iframe iframe {
    width: 100%;
    height: 100%
}
.text-hover span {
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
}
a:hover {
    text-decoration: none;
}
.text-hover:hover span {
    color: var(--main-color);
    text-decoration: none;
}
.navbar-brand img {
    width: 80px;
    height: auto;
    margin-right: 5px;
}
.menu-follow-banner .menu-wrapper-moblie {
    display: none
}

@media screen and (max-width: 576px) {
    .menu-follow-banner .menu-wrapper-moblie {
        display:block
    }
    div#svLogBox span > img:nth-child(1) {
  width: 50px !important;
}
 div#svLogBox span > img[alt="logo"] {
  width: 20px !important ;
}
}

.news-item {
    border-bottom: 1px solid #575757;
    padding: 15px 0;
  }

  .news-img {
    width: 100%; 
    border-radius: 6px;
    object-fit: cover;
  }

  .news-title {
    font-size: 16px;
    font-weight: 600;
    color: #bfbfbf;
    margin-bottom: 8px;
  }

  .news-meta {
    font-size: 14px;
    color: #666;
  }

  .news-meta i {
    color: #f05d40;
  }

  .category {
    color: #007bff;
    font-size: 14px;
  }

  @media (max-width: 576px) {
    .news-img {
      max-width: 100%;
      margin-bottom: 10px;
    }
  }
  .news-item{
    align-items: flex-start !important;
  }
  .news-item .news-meta {
    flex-direction: column;
    text-align: left !important;
  }
  .news-item .news-meta div,#news-list-wrapper .news-title div {
    text-align: left !important;
  }
  #news-list-wrapper a {
    color: #fff;
    font-size: 18px;
  }
  #news-list-wrapper a:hover p {
    color: #ffffff;
  }
  .news-item .news-meta div {
    color: #666;
  }
@media (max-width: 768px) {
    .col-12.mt-2.main-tilte {
        text-align: left !important;
 
    }
    .scurity-box main-tilte { 
      padding: 0;
  }
    .col-12.mt-2.main-tilte h3 {
        font-size: 20px;
    }
    .col-12.mt-2.main-tilte a {
        margin-top: -39px !important;
    }
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-left: -8px !important;
    margin-right: 8px !important;
}
.hamburger .hamburger-inner {
    background-color: #ffffff;
    border-radius: 0;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 18px;
    height: 2px;
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
  .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    background-color: #ffffff;
    border-radius: 0;
  }
  .hamburger.is-active .hamburger-inner {
    background-color: var(--main-color);
    border-radius: 0;
  }
  .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: var(--main-color);
    border-radius: 0;
  }
  .hamburger.is-active:hover {
    opacity: 1;
  }
  .hamburger:hover {
    opacity: 1;
  }
  
  .modal.offcanvas-menu {
    width: 370px;
    max-width: 80%;
    transition: transform 0.2s ease-in-out;
    transform: translateX(-100%);
  }
  .modal.offcanvas-menu .modal-content {
        height: inherit;
    color: var(--main-color);
    background-color: #202020;
  }
  .modal.offcanvas-menu .modal-content .nav .nav-link {
    color: #ffffff;
    text-align: center;
  }
  .modal.offcanvas-menu.show {
    transform: translateX(0);
  }
  
  .icon {
    display: block;
    width: 24px;
    height: 24px;
  }
  
  .icon--color  {
    fill: #e0ff8c;
  }
  #menuOverlay {
    display: none;
  }
  #menuOverlay.ovl-active {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d6; 
    z-index: 1040 !important;  
    display: block !important;
    transition: opacity 0.3s ease;
  }
  .list-group-item { 
    text-transform: none;
}
.list-group-item a {
    color: #fff;
    font-weight: lighter;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
     display: flex;
    align-items: center;
}
.list-group-item a:hover {
    color: #ffb220;
    cursor: pointer;
}

div#svLogBox .news-block {
    display: flex;
    align-items: self-start;
}
div#svLogBox {
  padding-bottom: 0 !important;
}

.new-sv-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left !important;
    align-items: baseline;
    padding-left: 15px;
}

.new-sv-box .news-meta {
    display: flex ;
    align-items: baseline;
    flex-direction: column;
    text-align: left !important;
}

#svLogBox hr:last-child {
    display: none;
 }
 .news-item .news-content {
    text-align: left !important;
    font-weight: lighter;
    font-size: 14px;
    color: lightgray;
 }
 .carousel-indicators {
    bottom: -40px;  
  }
  .text-info {
    color: var(--main-color) !important;
}
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #aaa;
    transition: all 0.3s ease;
    margin: 0 4px;
    border: none;
  }
  
  .carousel-indicators .active {
    background-color: #ffb52d;  
  }
  .sv-text p {
    margin-bottom: 0 !important;
  }
  @media (max-width: 768px) {
    .image img {
        width: 40px;
        height: 40px;
    }
    .news-block > img {
        width: 50px !important;
        height: 50px;
    }
    .text-warning { 
        text-align: left;
        font-size: 14px;
    }
  }

  .nav-pills .nav-link {
    border: 1px solid #dc3545;
    color: #dc3545;
    border-radius: 25px;
    padding: 5px 20px;
    margin-right: 10px;
  }
  .nav-pills .nav-link.active {
    background-color: #dc3545;
    color: white;
  }
  .news-title a {
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
  }
  .news-meta span {
    margin-right: 10px;
    font-size: 13px;
  }
  @media (max-width: 768px) {
    .category-box {
        display: none;
    }
  }
  .news-box .news-title div ,
  .news-item  .news-title div {
    text-align: left !important;
    margin-top: -5px;
  }
  
  .news-content.text-light {
    font-size: 15px;
    font-weight: lighter;
    text-align: left !important;
}
.news-detail.mb-4 {
    padding: 9px;
}
.list-group a.text-light:focus,.list-group a.text-light:hover {
    color: #4e4e4e !important;
}
a.text-light:focus, a.text-light:hover {
  color: #f2ffb8 !important;
}
#newsTab .nav-item-tabs .nav-link.active {
  background-color: #eeefa3cc !important;
  color: #000000 !important;
  transition: all 0.3s ease;
}
.content .card-content {
  text-align: left !important;
  padding: 10px 5px
}
.scurity-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px){
  .scurity-box{
    flex-direction: row;
    justify-content: space-between;
  }
  .scurity-box .col-12 {
    -ms-flex: 0 0 100%;
    flex: unset;
    max-width: unset;
}
 
}
#buaBadgeWrapper{
    position: absolute;
    top: 10px;
    right: -30px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 9;
}
 
#gamesWrapper .swiper-slide {
  width: 190px;
  flex-shrink: 0;
}

.game-simplify { 
  padding: 8px;
  text-align: left !important;
  color: #fff;
}
.game-simplify__img img {
  width: 100px; 
}
.game-simplify__name {
  font-weight: bold;
  margin-top: 6px;
}
.game-simplify__name a {
  font-size: 13px;
  color: #fff;
}
.game-simplify__des span, .game-simplify__platfom span {
  font-weight: lighter;
  color: #9d9d9d;
  font-size: 13px;
}
.game-simplify__platfom span {
  color: #ffcc4a;
}

#list-games  {
  width: 100%;
  padding: 0 16px;
  height: 100%;
}
.type-game {
  display: flex;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 24px
}

.type-game--col {
  flex: 0 0 50%;
  -moz-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 10px
}

.type-game__item { 
  border-radius: 8px; 
  padding: 10px 8px;
  position: relative;
 
}

.type-game__item,.type-game__item__icon {
  display: flex;
  align-items: center; 
  justify-content: space-between;
}

.type-game__item__icon {
  flex: 0 0 24px;
  -moz-box-flex: 0;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-right: 12px;
  margin-top: -1px
}

.type-game__item__icon img {
  max-height: 100%
}

.type-game__item__name {
  font-size: 12px;
  padding-top: .1em;
  margin-bottom: 0 !important;
}
 
 
  a.type-game--col:hover {
      color: var(--main-color);
      cursor: pointer;
  }
  a.type-game--col:hover .type-game__item__name {
    color: var(--main-color);
  }

.type-game__icon-img {
  border-radius: 50%;
  width: 24px;
  height: 24px
}

@media screen and (min-width: 768px) {
  .type-game--col {
      flex:0 0 25%;
      -moz-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%
  }

 
  .type-game__item__name {
      font-size: 14px
  }
}

.card-content h6 {
  font-size: 14px;
}