@media only screen and (max-width: 767px) {
  .header-content-nav {
    display: none;
  }

  .header-content-nav-mobile {
    display: block;
    position: absolute;
    right: 10px;
  }

  .header {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    padding-top: 30px;
  }

  .header-top-wrapper {
    order: 1;
  }

  .header-content-wrapper {
    order: 0;
  }

  .header-content-nav-mobile__btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #252525;
    border-radius: 50%;
  }

  .header-content {
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .mobile-menu {
    display: block;
    transform: translateX(100%);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 995;
  }

  .mobile-menu.is-active {
    transform: translateX(0);
  }

  .mobile-menu__overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 996;
  }

  .mobile-menu-content {
    display: block;
    position: fixed;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--bg-light-color);
    z-index: 998;
  }

  .mobile-menu__close {
    position: fixed;
    z-index: 999;
    width: 30px;
    height: 30px;
    padding: 5px;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .mobile-menu-content {
    padding: 10px 0;
  }

  .mobile-menu-nav {
    margin-top: 10px;
  }

  .mobile-menu-nav .menu-item a:first-child {
    border-top: 1px solid #fff;
  }

  .mobile-menu-nav .menu-item a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    display: block;
    background-color: var(--bg-color);
  }

  .mobile-menu__logo {
    text-align: center;
  }

  .mobile-menu__close a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-menu__close img {
    filter: invert(1);
  }

  .front-section-content {
    display: none;
  }

  .heng99-football-live-match-datetime {
    flex-wrap: wrap;
  }

  table.heng99-football-live-match-table tr td {
    padding: 5px;
  }

  table.heng99-football-live-match-table tr td:first-child {
    padding-left: 5px;
    width: 80px;
  }

  table.heng99-football-live-match-table tr td:last-child {
    width: 50px;
    padding-right: 5px;
  }


  table.heng99-football-live-match-table tr td:nth-child(2) {
    width: auto;
  }

  table.heng99-football-live-match-table tr td:nth-child(3) {
    width: auto;
  }

  table.heng99-football-live-match-table tr td:nth-child(4) {
    width: auto;
  }

  .heng99-football-live-match-channel-item span {
    display: none;
  }

  .heng99-football-live-league,
  .heng99-football-live-match {
    padding: 0 5px;
  }

  .section-new-post {
    grid-template-columns: 1fr;
    padding: 0 10px;
    gap: 10px;
  }

  .front-section-2 {
    grid-template-columns: 1fr;
    padding: 0 10px;
    gap: 10px;
  }

  .section-new-post-left__thumbnail img {
    max-height: 300px;
  }

  .block-highlight-item__thumbnail img {
    max-height: 180px;
  }

  .block-tip-item {
    grid-template-columns: 1fr 1.8fr;
  }

  .footer-top {
    justify-content: center;
  }

  .footer-top-left__info {
    text-align: center;
  }

  .footer-top-left__logo {
    margin: auto;
  }

  .footer-top-right {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .container {
    padding: 0 10px;
  }

  .section-single-news-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .archive-page-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

}