@charset "utf-8";
/* CSS Document */

/*
// selection
//block
//box
//sidebard
    text-align: justify;
*/


/*.menu_mobile{
  display: none;
}
*/
@media only screen and (max-width: 1900px){
  
  
}

@media screen and (max-width: 1024px){
  
  
}

@media screen and (max-width: 900px){
  

}
@media screen and (max-width: 767px){
  img{
    max-width: 100%;
    height: auto;
  }
  .container{
    width: 100%;
    padding:0 5px;
  }
  header .top{
    width: 100%;
    position: relative;
    background-size: cover;
    margin: 0px;
    border: none;
    height: 40px;
    background:#23b9f7;
  }
  .top .right ul li{
    padding: 5px;
  }
  .top .right ul li img{
    width: 70%;
  }
  .top .right ul .number{
    top: 12px;
    right: 95px;
  }
  header .top .right ul .price {
    color: #ffffff;
  }
   header .top .left{
    display: none;
  }
  .tell{
    display: none;
  }

  .menu{
    width: 100%;
    position: relative;
    margin: 0px;
    border: none;
    height: 50px;
    border-top: 1px solid #d3d3d3;
  }
  .box{
    width: 100%;
    background-size: cover;
  }
  .menu-mobile{
      display: block;
    }
  .menu-top{
    display: none;
  }
  .menu-mobile .logo{
    border: none;
    margin: 0px;
  }
  .menu-mobile .logo a{
    float: left;
    width: 50%;
    display: block; 
    padding: 4px 0px 0px 4px;
  }
  .menu-mobile .logo img{
    width: 100px;
  }
  .menu-mobile .menu-icon {
    display: block;
    width: 50px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 8px;
  }
  .menu-mobile .fa{
    font-size: 35px;
    color: #60a703;
  }
 .list-menu{
    width: 100%;
    right: 0;
    position: absolute;
    z-index: 999999999999999;
    display: none;
    top: 0px;
    background: #ffffff;

  }
  .list-menu ul li {
    list-style: none;
  }
  .list-menu ul {
    background: #000;
  }
  .list-menu ul .close a{
    background:#000 url(../images/icon_close.png) no-repeat center left;
    padding-left: 20px;
    margin-left: 10px;
  }
  .list-menu ul li a {
      color: #fff;
      font-size: 14px;
      display: block;
      text-align: left;
      padding: 8px 0px 8px 13px;
      border-bottom: 1px solid #CCC;
  }
  .banner{
    width: 100%;
    padding: 0;
    margin: 0;
    position: initial;
  }
  .banner img{
    width: 100%;
  }
  .content{
    width: 100%;
    position: initial;
  }
  .content-products .box{
    padding-top:15px;
  }
  .content{
    position: initial;
  }
  .content .block{
    position: initial;
  }
  .content .row{
    margin: 0;
  }
  .content-home .item .images-item{
    width: 100%;
    padding: 0;
    height: 158px;
  }
  .content-home .item .images-item img{
    width: 80%;
    padding-top: 10px;
  }
  .content-home .item{
    width: 50%;
    padding: 0 10px;
    margin: 10px 0;
  }
  .content-products{
    width: 100%;
  }
  .content-products .left{
    width: 100%;
    padding:0;
    margin: 0;
  }
  .content-products .title{
    position: relative;
    background: #60a703;
  }
  .content-products .title h2{
    font-size: 15px;
    padding: 10px 50px;
    text-align: justify;
  }
  .btn-toggle-category{
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 25px;
  }
  .toggle-category{
    display: none;
  }
  .btn-toggle-category-trade{
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 25px;
  }
  .toggle-category-trade{
    display: none;
  }

  .none-item{
    display: none;
  }

  .content-products .right{
    width: 100%;
    margin: 0;
  }
  .description{
    width: 100%;
    margin: 15px 0;
  }
  .description h1{
    text-align: center;
    font-size: 18px;
  }
  .description-left{
    width: 100%;
  }
  .content-products .right .description-block .item{
    width: 30.3%;
    padding:15px;
  }
  .description-right{
    width: 100%;
  }
  .box-left{
    width: 35%;
  }
  .box-right{
    width: 65%;
  }
  .content-detail p{
      text-align: justify-all;
  }
  .content-home .item h2{
    font-size: 15px;
  }
  .content-products .right .item{
    width: 50%;
    padding:6px 3px;
  }
  .content-products .right .images img{
    width: 70%;
  }
  .content-products .right .old{
    margin: 10px auto;
    width: 140px;
    font-size: 15px;
  }
  .content-products .right h2 a{
    font-size: 15px;
  }
  .content-products .right h3{
    font-size: 14px;
  }
  .partner{
    width: 100%;
  }
  .partner .item{
    padding: 3px 0;
  }
   .partner img{
    width: 100%;
  }
  .partner .bx-wrapper .bx-prev{
    display: none;
  }
  .partner .bx-wrapper .bx-next{
    display: none;
  }
  .images-description img{
    width: 95%;
  }
  .box-right  .cart{
    width: 200px;
  }
  .box-right  .cart a{
    font-size: 13px;
  }



  footer .top{
    width: 100%;
    padding: 25px;

  }
  footer .top .left{
    width: 100%;
    text-align: justify;
  }
  footer .top .left h2{
    font-size: 15px;
  }
  footer .top .left h3{
    font-size: 14px;
    font-weight: normal;
  }
  footer .top .left ul li{
    font-size: 14px;
  }
  footer .top .tell{
    font-weight: normal;
  }


  footer .top .right{
    display: none;
  }
  footer .bottom{
    width: 100%;
  }
  footer .bottom .left{
    font-size: 10px;
  }
  footer .bottom .right a{
    font-size: 10px;
  }
}
@media screen and (max-width: 480px){
  
}
@media screen and (max-width: 320px){
  
}
@media screen and (min-width: 901px){
  
}