@media (max-width: 991px) {
  .container {
    width: 100% !important;
  }
  .header-menu .navbar-header {
    text-align: center;
    width: 100%;
  }
  .list-support-content img {
    width: 100%;
    margin-bottom: 20px;
  }
  .btn-group-product {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .collapse {
    display: block;
  }
  .btn-show-fooer {
    display: none;
  }
  .title-product span {
    width: 220px;
  }
  .btn-shop-cart {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .nav-checkout ul li {
    width: 200px;
  }
}
.cur {
  cursor: pointer;
}
@media (max-width: 768px) {
  .header-menu .navbar-header {
    text-align: left;
  }
  .navbar-toggle .icon-bar {
    background: #fda30e;
  }
  .navbar-toggle .icon-bar {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .navbar-toggle .icon-bar:last-child {
    display: none;
  }
  .navbar-toggle .icon-bar:first-child {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .navbar-toggle.collapsed .icon-bar {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .navbar-toggle.collapsed .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .navbar-toggle.collapsed .icon-bar:last-child {
    display: block;
    margin-top: 10px;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    color: #fda30e;
  }
  .nav > li > a:focus .caret.navbar-toggle,
  .nav > li > a:hover .caret.navbar-toggle {
    border: 1px solid #fda30e;
    color: #fda30e;
  }
  .navbar-toggle {
    margin: 5px;
    background: none;
  }
  .navbar-toggle.-main {
    width: 35px;
    height: 35px;
  }
  .navbar-nav > li > a {
    padding: 10px 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.04);
  }
  .has-submenu .navbar-toggle {
    background: none;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background: none;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    background: none;
    color: white;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px 10px 25px;
  }
  .list-social {
    text-align: center;
    margin-top: 20px;
  }
  .slide-caption .text_first {
    font-size: 14px;
  }
  .slide-caption .title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hotline {
    display: none;
  }
  .logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .logo img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .nivo-caption {
    top: 10px;
    bottom: 10px;
  }
  .search-box-content .search-cat {
    display: none;
  }
  .slide-caption .btn-slide {
    padding: 5px 10px;
    font-size: 12px;
  }
  .product-item {
    width: 100%;
  }
  .head-product .title,
  .head-product .cta {
    width: 100%;
    text-align: center;
  }
  .search-box-content {
    padding-right: 0px;
  }
  .search-box-content .search-cat,
  .search-box-content .search-box-form {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-box-content .search-cat {
    border-top: 1px solid #eee;
  }
  .btn-search {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    display: block;
  }
  .search-box-content .search-cat .dropdown-menu {
    width: 100%;
  }
  .top-menu .pull-left,
  .top-menu .pull-right {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .list-social {
    display: none;
  }
}
