@media screen and (max-width: 1250px) {
  .menu-pc {
    display: none !important;
  }
  .menu-mobile {
    display: flex !important;
  }
  .container {
    max-width: 100%;
  }
  #arcontactus {
    display: block;
  }
  .widget-desktop {
    display: none;
  }
  .item-l-rg {
    padding-left: inherit;
    position: relative;
    clip-path: none;
    max-width: 100%;
    padding: 2rem 1.5rem;
    bottom: 0;
  }
  .row-register .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .table-wishlist {
    min-width: 900px;
  }
  .menu.fixed.show .logo-header {
    max-width: 70px;
  }
  .fs-32 {
    font-size: 28px;
  }
  .fs-20 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .fs-32 {
    font-size: 24px;
  }
  .fs-20,
  .fs-18 {
    font-size: 15px;
  }
  .fs-14 {
    font-size: 13px;
  }
  body {
    font-size: 15px;
  }
  .text-3line {
    height: 75px;
  }
  .banner_full .background {
    height: 250px;
  }
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .items-new .pe-3 {
    width: calc(100% - 240px);
  }
  .fs-24 {
    font-size: 20px;
  }
  .h-60 {
    height: 55px;
  }

  .mxh__bottom {
    flex-wrap: wrap;
  }

  footer {
    margin-top: 0px;
  }

  .mxh__bottom li {
    margin-right: 0px;
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .scrollToTop {
    width: 35px;
    height: 35px;
    right: 10px;
    line-height: 35px;
    font-size: 13px;
  }
  .breadcrumb-item {
    font-size: 12px;
  }
  .items-new {
    flex-direction: column-reverse;
  }
  .items-new .pe-3 {
    width: 100%;
    margin-top: 1rem;
    padding-right: 0 !important;
  }
  .items-new .img-new {
    max-width: 100%;
  }
  .swiper-new {
    max-height: 1060px;
  }
  body {
    font-size: 14px;
  }
  .text-3line {
    height: 66px;
  }
  .h-60 {
    height: 50px;
  }
  .item-l-rg {
    padding: 1.5rem 1rem;
    text-align: center;
  }
  .item-l-rg img {
    margin-bottom: 1rem;
  }
  .news__grid {
    gap: 10px;
  }
}

@media screen and (max-width: 450px) {
  .banner_full .background {
    height: 180px;
  }
}

@media screen and (max-width: 320px) {
  .news__grid {
    grid-template-columns: 100%;
  }
  .breadcrumb-item {
    font-size: 9px;
  }
}
