@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;
  }
  .load-about .flex_tc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .load-about .left {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .load-about .left .more_about {
    margin: 0 auto;
  }
  .product__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .header-bottom .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-bottom .hotline-header {
    display: none;
  }
  .header-bottom .banner-header {
    margin-top: 20px;
  }
  .load_news .flex_tc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .load_news .flex_tc .col_tt {
    width: 100%;
  }
  .load_news .flex_tc .col_tt .news_left {
    width: 100%;
    max-width: 100%;
  }
  .load_news .flex_tc .col_tt .news_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .load_news .flex_tc .col_vd {
    width: 100%;
  }
  .footer .col_footer {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .footer-powered {
    text-align: center;
  }
  .footer-powered .flex_tc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-powered .coppyright_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .news__grid .news-items {
    display: block;
    clear: both;
  }
  .news__grid .news-items .img {
    float: left;
    margin-right: 15px;
  }
  .news__grid .news-items .news-info {
    width: 100%;
  }
  .news__grid .news-items .news-info .split-3rows {
    display: initial;
  }
  .grid__video,
  .grid__album {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .left-image-contact{
    display: none;
  }
  .right-list-contact{
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .box-list-ct h3, .box-list-ct p{
    font-size: 14px;
  }
  .heading-list h2 span:before{
    display: none;
  }
  .heading-list a{
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .pd-detail__top {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .mobile-button {
    display: -ms-grid !important;
    display: grid !important;
  }
  .grid-product-list{
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
  }
  .grid-why{
    grid-template-columns: repeat(1,1fr);
  }
  .box-why-items .img{
    float: none;
    margin: 0 auto;
  }
  .box-why-items .info{
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer .grid--footer{
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
  }
  .map-footer{
    flex-wrap: wrap;
  }
  .map-left{
    float: none;
    width: 100%;
  }
  .map-right{
    width: 100%;
    min-height: 500px;
  }
  .info-slider{
    display: none;
  }
  .menu-top{
    display: none;
  }
  .search{
    display: none;
  }
  .logo-top{
    margin: 0 auto;
    float: none;
  }
  .heading-list h2{
    font-size: 20px;
  }
  .left-pro-detail{
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .col-sp{
    margin-top: 15px;
  }
  .col-shipping{
    padding-left: 0px;
    display: block;
  }
  .grid-pro-detail{
    padding-left: 10px;
    padding-right: 10px;
  }
  .call-action{
    grid-template-columns: repeat(1,1fr);
  }
  .call-action a{
    text-align: center;
  }
}
/*# sourceMappingURL=responsive.css.map */