@media (min-width: 1400px) {
}

@media (max-width: 1395px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .text-navber {
    display: none;
  }
  .icon-res {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  a.btn-login {
    display: none;
  }
  a.logout-res {
    background-color: var(--color-Primary1);
    color: var(--color-white);
    padding: 0px 0px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    font-size: 18px;
    align-items: center;
    justify-content: center;
  }
  .footer .main-container a {
    font-size: 12px;
  }
  .sub-branches-statistics {
    min-height: 124px;
    padding: 9px;
  }
  .row-gap .col-lg-4 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .sideber {
    position: fixed;
    width: 300px;
    height: 100vh;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--color-white);
    top: 0;
    transform: translateX(100%);
    right: 0;
    transition: all 0.3s linear;
    z-index: 1001;
    padding: 25px;
  }
  .content-main {
    width: 100%;
    margin-top: 15px;
  }
  .text-content h3 {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
  .title-page {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .title-page h1 {
    font-size: 22px;
  }
  .btns-title-page {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .btns-title-page *{
    width: 100%;
  }
  .sub-branches-statistics .text-branches-statistics {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .sub-branches-statistics .number-branches-statistics {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
  }
  .num-statistics h2 span {
    font-size: 39px;
  }
  .text-content {
    width: 100%;
  }
  .text-content h2 {
    font-size: 20px;
  }
  .text-content h3 {
    font-size: 18px;
  }
  .banner-content-main {
    padding: 10px;
    border-radius: 15px;
    justify-content: center;
    gap: 25px;
    text-align: center;
    flex-wrap: wrap;
  }
  .img-academy-statistics {
    width: 50px;
    height: 50px;
  }
  .sub-academy-statistics {
    width: 100%;
    min-height: 116px;

    padding: 11px;
  }
  .sub-academy-statistics h3 {
    font-size: 33px;
  }
  .sub-academy-statistics .title-academy-statistics h2 {
    font-size: 14px;
  }
  .title-start h2 {
    font-size: 17px;
  }
  .language {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 450px) {
}
