@media (max-width: 991px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hidden-sm {
    display: none !important;
  }

  #main {
    width: 750px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .wrapper-page {
    width: 750px;
  }

  .header-wrapper {
    background-position: top right;
  }

  .main {
    float: none;
    margin: 0 0 15px;
    width: auto;
  }

  .sidebar-left {
    float: none;
    width: auto;
  }

  .footer-text {
    width: auto;
    float: none;
  }

  .footer-company {
    padding: 10px 0 0;
    width: auto;
    float: none;
  }
  .footer-company br {
    display: none;
  }
  .footer-company p {
    text-align: left !important;
  }

  .menu ul li a {
    padding: 12px 5px 0;
  }

  .theme-default .nivo-controlNav {
    left: 0;
    right: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .menu-pc {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #main {
    width: auto;
    margin: 0 10px;
  }

  .wrapper-page {
    width: auto;
  }

  .header-wrapper {
    background: none;
  }

  .logo {
    margin: 0;
  }

  .hot-line {
    right: 15px;
    top: 51px;
  }

  .product-homepage {
    padding: 10px 0 0;
  }
  .product-homepage li {
    width: 50%;
    padding-bottom: 10px;
  }

  .product-item {
    margin: 0 auto;
  }

  .expand-menu {
    display: block;
  }

  .menu {
    display: none;
    width: auto;
    height: auto;
    margin-bottom: 1px;
  }
  .menu ul li {
    height: auto;
    float: none;
    border-right: none;
  }
  .menu ul li a {
    height: auto;
    padding: 12px 15px;
  }
  .menu ul li ul {
    position: static;
    border-left: none;
    border-top: none;
  }
  .menu ul li li {
    width: auto;
    border-bottom: none;
  }
  .menu ul li li a {
    padding: 12px 15px 12px 30px;
  }
  .menu ul li:hover ul, .menu ul li.over ul {
    display: none;
  }

  .box-search {
    padding-right: 34px;
    border-bottom: 1px solid #ddd;
    float: none;
    position: relative;
    margin-top: 0;
    margin-right: 0;
  }
  .box-search .text {
    width: 100%;
    float: none;
    height: 34px;
    padding: 4px 12px;
  }
  .box-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
  }

  .product-detail .grid .img {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  .product-detail .grid .g-content {
    margin-left: 0;
  }
  .product-detail .product-tel {
    text-align: left;
  }
  .product-detail .product-homepage {
    padding: 10px 0 0;
  }
  .product-detail .main-content {
    padding: 10px;
  }

  .contact-form textarea {
    width: 100%;
  }

    /*Support Call button */
    @font-face {
        font-family: nk-font;
        src: url("../fonts/nk-icon-font.eot");
        src: url("../fonts/nk-icon-font.eot") format("embedded-opentype"),
        url("../fonts/nk-icon-font.ttf") format("truetype"),
        url("../fonts/nk-icon-font.woff") format("woff");
        font-weight: 400;
        font-style: normal
    }
    .nki-phone-call:before {
        content: "\E964";
    }

    .sticker-hotline-mobile {
        position: fixed;
        bottom: 63px;
        left: 15px;
        width: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 10px rgba(219, 33, 40, .14);
        -moz-box-shadow: 0 0 0 10px rgba(219, 33, 40, .14);
        box-shadow: 0 0 0 10px rgba(219, 33, 40, .14);
        z-index: 1;
    }

    .sticker-hotline-mobile a {
        background-color: #db2128;
        -webkit-box-shadow: 0 0 0 5px rgba(219, 33, 40, .5);
        -moz-box-shadow: 0 0 0 5px rgba(219, 33, 40, .5);
        box-shadow: 0 0 0 5px rgba(219, 33, 40, .5);
        text-align: center;
        display: block;
        width: 100%;
        height: 60px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .sticker-hotline-mobile a i.nki-phone-call {
        display: block;
        font-size: 20px;
        padding-top: 21px;
        padding-right: 4px;
        text-align: center;
        color: #fff;
        animation: nki-phone-call 2.5s ease infinite;
    }

    @keyframes nki-phone-call {
        0% {
            transform: scale(.9)
        }
        10%, 30%, 50% {
            transform: scale(1.1) rotate(20deg)
        }
        20%, 40%, 60% {
            transform: scale(1.1) rotate(-20deg)
        }
        70%, 80%, 90%, to {
            transform: scale(1) rotate(0deg)
        }
    }
    i {
        display: block;
        font-size: 53px;
        text-align: center;
    }

    [class*=lg-], [class*=nki-], [class^=nki-] {
        font-family: nk-font !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    *, :after, :before {
        box-sizing: inherit;
    }

    /*Support Call button */
}
@media (max-width: 480px) {
  .menu-bottom ul li a {
    padding: 5px 8px;
    font-size: 11px;
  }

  .footer-text > p > span {
    font-size: 14px !important;
  }
  .footer-text table {
    width: 100% !important;
  }
  .footer-text table span {
    font-size: 12px !important;
  }

  .cat-title .lb-name {
    font-size: 16px;
  }

  .news-list .grid {
    padding: 10px 0;
  }
}
@media (max-width: 375px) {
  .product-item {
    width: 160px;
  }
  .product-item .thumb a {
    width: 140px;
    height: 112px;
  }
  .product-item .thumb img {
    max-width: 140px;
    max-height: 112px;
  }
  .product-item .item-price {
    display: block;
    text-align: center;
  }

  .icon-km {
    margin: 8px 0 0 42px;
  }
}
@media (max-width: 360px) {
  .product-item {
    width: 150px;
  }
  .product-item .thumb a {
    width: 130px;
    height: 104px;
  }
  .product-item .thumb img {
    max-width: 130px;
    max-height: 104px;
  }

  .icon-km {
    margin: 8px 0 0 39px;
  }
}
@media (max-width: 320px) {
  .product-item {
    width: 135px;
  }
  .product-item .thumb a {
    width: 115px;
    height: 92px;
  }
  .product-item .thumb img {
    max-width: 115px;
    max-height: 92px;
  }

  .icon-km {
    margin: 8px 0 0 31px;
  }

  .product-detail .grid .img {
    width: auto;
  }
  .product-detail .grid .img img {
    max-width: 100%;
  }
}