@media only screen and (max-width: 768px) {
  .container-app {
    max-width: 800px !important;
  }

  .container {
    max-width: 720px !important;
    margin: auto;
  }

  .container-app {
    max-width: 600px !important;
  }

  .nav-bottom .link-nav-bottom-right {
    opacity: 0;
    user-select: none;
    pointer-events: none;
  }

  .link-nav-bottom-center {
    opacity: 1 !important;
    user-select: auto !important;
    pointer-events: auto !important;
  }

  .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 40px !important;
    height: 40px !important;
  }


}

@media only screen and (max-width: 612px) {

  /* *** SPLASH SCREEN *** */
  .splash-screen {
    display: none !important;
    transition: 0s !important;
  }

  /* *** CONTAINER *** */
  .container {
    max-width: 100% !important;
    margin: 0 !important;
    left: 0px !important;
  }

  .container-app {
    max-width: 100% !important;
  }

  /* *** TOP BAR *** */
  .top-bar {
    max-width: 100% !important;
  }

  /* *** HOME *** */
  .home-header {
    width: 100% !important;
  }


  .home {
    max-width: 100% !important;
  }

  /* home menu action 1 */
  .home-menu-action1 .col-3 {
    font-size: 13px;
  }

  /* home menu action 2 */
  .home-menu-action2 .col-4 a {
    width: 80px;
    margin: 0;
    min-height: 70px;
    font-size: 13px;
  }

  /* home article */
  .home .article-recommendation::-webkit-scrollbar,
  .home .article-videos::-webkit-scrollbar {
    height: 0px !important;
  }

  /* *** NAV BOTTOM *** */
  .nav-bottom {
    max-width: 100% !important;
  }

  .nav-bottom i {
    font-size: 20px !important;
  }

  .nav-bottom span {
    font-size: 11px;
  }

  .nav-bottom .menu-center a {
    line-height: 40px;
    width: 55px !important;
    height: 55px !important;
  }

  .nav-bottom .menu-center i {
    font-size: 26px !important;
  }

  .nav-bottom .menu-center span {
    display: none;
  }

  /* *** ARTICLE *** */
  .article i {
    margin-top: 8px;
    font-size: 36px !important;
  }

  .paragraf-article {
    font-size: 14px;
  }

  .description-article {
    padding: 60px 15px 100px 15px !important;
  }

  .description-article .share-article {
    text-align: left;
  }

  .description-article .share-article span {
    font-size: 12px;
  }

  .description-article .share-article li {
    display: block;
  }

  .description-article .share-article li a i {
    font-size: 14px;
    width: 22px !important;
    height: 22px !important;
  }

  .description-article #speak-button {
    position: fixed;
    bottom: 10px !important;
    right: 10px !important;
    margin: 0 !important;
  }

  .description-article #stop-button {
    position: fixed;
    bottom: 10px !important;
    right: 10px !important;
    margin: 0 !important;
  }

  .description-article .text-to-speech-play p {
    font-size: 12px;
  }

  /* *** TRAINING *** */
  .training .item-training {
    min-width: 150px;
  }

  .training .item-training i {
    font-size: 38px !important;
  }

  /* *** BOOK *** */
  .books .item-book {
    min-width: 150px;
  }

  .books .item-book img {
    width: 80px !important;
  }

  /* *** APP BOT *** */
  .app .chat-bot .send-message-bot {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .app .send-message-bot table button {
    width: 45px !important;
  }

  /* *** APP GPT *** */
  .chat-message-gpt {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }

  .chat-message-gpt table button {
    width: 45px !important;
  }

  /* *** GAME *** */
  .option-game .list-game img {
    width: 100% !important;
  }

  /* *** MY ACCOUNT *** */
  .offcanvas-my-account {
    width: 100% !important;
  }

  /* *** SIGN *** */
  .header-sign img {
    margin-top: 70px !important;
    width: 100px;
  }

}


@media only screen and (max-width: 575px) {
  .home-header .header-brand {
    padding: 2px !important;
    font-size: 11px !important;
  }

  .home-header .header-brand img {
    width: 25px;
  }

  .home-header .carousel-home .carousel-item img {
    height: 170px !important;
  }

  .home-menu-action1 {
    margin-top: -70px !important;
  }

  .home {
    margin-top: 170px !important;
  }

  .home-menu-action2 a {
    width: 45% !important;
    padding: 5px !important;
  }

  .home-menu-action2 span {
    font-size: 13px;
    margin-top: -3px !important;
    text-align: center !important;
  }

  .home-menu-action2 i {
    font-size: 23px !important;
    text-align: center !important;
  }
}

/* -------- MOBILE M --------*/
/* @media only screen and (max-width: 375px) {} */
@media only screen and (max-width: 305px) {

  /* *** HOME *** */
  .home-menu-action2 a {
    min-height: 100px !important;
  }
}