@media screen and (max-width: 1100px) {
  .menu-nav a {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-top,
  .header-nav {
    display: none;
  }
  .menu {
    padding: 5px 0;
  }
  .menu-nav {
    display: none;
  }
  #hamburger {
    display: block;
  }
  .center-layout,
  .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .menu {
    display: none;
  }
  .menu-res {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .footer .col_footer {
    grid-template-columns: 48% 48%;
  }
  .page-about {
    padding: 40px 0px;
  }
  .flex-about {
    flex-direction: column;
  }
  .flex-about .left {
    text-align: center;
  }
  .tab-list {
    gap: 4px;
  }
  .heading-title h2 {
    font-size: 24px;
  }
  .product__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .flex-input {
    flex-direction: column;
  }
  .flex-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flex-button .form-group {
    width: 100%;
  }
  .album-page {
    flex-direction: column;
  }
  .album-left {
    margin: 0px;
    width: 100%;
    text-align: center;
  }
  .title-album {
    text-align: center;
  }
  .album-right {
    margin: 0px;
    width: 100%;
  }
  .handbook-row-one {
    flex-direction: column;
  }
  .handbook-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-one {
    flex-direction: column;
  }
  .box-one .img,
  .box-one .info {
    width: 100%;
  }
  .flex-footer {
    flex-direction: column;
    gap: 15px;
  }
  .footer-powered .flex_tc {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
  .title-album p {
    font-size: 15px;
  }
  .title-album h2 {
    font-size: 28px;
  }
  .album-info > div h3 {
    font-size: 18px;
  }
  .news__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .news-items .img {
    max-width: 130px;
  }
  .news-items .news-info {
    width: calc(100% - 150px);
  }
  .support-tour {
    flex-direction: column;
  }
  .flex-header,
  .left-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .widget-desktop-items__call .widget-desktop-items__content {
    display: none !important;
  }
  .heading-title {
    margin-bottom: 35px;
  }
  .hotline-header,
  .banner-header {
    display: none;
  }
  .header-bottom .center-layout {
    justify-content: center !important;
    align-items: center !important;
  }
  .header-bottom {
    display: none;
  }
  .header {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pd-detail__top {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .mobile-button {
    display: grid !important;
  }
}/*# sourceMappingURL=reponsive.css.map */