
@media (min-width:768px){
 .menu-icon {
   display:none;
}
p.homemb
{
  display:none;
}
}
@media (min-width:992px){
.menu ul li ul.level_1{
     visibility: hidden;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX( 
-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX( 
-90deg);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
}
@media (min-width: 1200px) {
  .address {
    width: 30%;
}

.listmenufooter {width: 19%;}
  .content_intro {
    width: 1170px;
    margin: 0 auto;
}
  .container
  {
    width: 90%;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
   .menu ul li ul.level_1 {
    display: none;
}
section#cate-home .item a h3 span {
    font-size: 20px;
}
}
@media (max-width:991px){
  .logo img {
}

.header .logo {
    text-align: center;
}

.header .search {
    width: 155px;
   
}

.menu ul li a {
}

.menu {
    width: 69%;
}

.contentct .item .img {
    width: 108px;
    height: 110px;
}

.contentct .item .meta {
    width: calc(100% - 125px);
    padding: 5px 0;
}
.contentct .item .meta .desc
{
  display:none;
}

.contentct .item .meta h3 a {
    font-size: 15px;
}

.listmenufooter.col-md-2.col-sm-4.col-xs-12 {}
  .itempr .img .overlay {
    display: none !important;
}
  .zoomContainer {
    opacity: 0;
    display: none !important;
}

.f-pr-image-zoom:before {
    width: 100%;
    height: 100%;
    background: transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.info-pr {
    margin-top: 20px;
}
.f-pr-image-zoom img
{
  height:auto !important;
}
.breadcrumb {
}
    .menu ul li a {
    margin: 29px 8px;
}

.header .logo {
}

.menu {
    margin-left: 0;
    width: 78%;
}

.logo img {
}
section#cate-home .item p.img a {
    height: 150px !important;
}

section#cate-home .item.itemmain a {
    height: 430px;
}
.newhome {
    margin-top: 20px;
}

section#news-ct {
    margin: 20px 0;
}
}
@media (max-width:767px){
  
  .other-products .content .item h3 a,section#cate-home .item h3 a,.product_list .items .meta h3 a {
    font-size: 14px;
}
  h2.title a {
    margin-top: 10px;
}

.newhome .owl-nav {
    top: -48px;
}
  .flexslider .slides img {
    height: auto !important;
}

  .option-detail-sp .content img {
    max-width: 100%;
    height: auto !important;
}
  ul.tab-detail li a {
    margin: 0;
    background: #eee;
    padding: 8px 10px;
}

ul.tab-detail li {
    margin-right: 2px;
}
  .title-detail-sp .meta {
    left: 15px;
    bottom: 15px;
    font-size: 17px;
    line-height: 23px;
    width: 90%;
}

.title-detail-sp .meta h1 {
    font-size: 20px;
    line-height: 25px;
}
  .breadcrumb.pagesp {
    width: 100%;
    padding: 0;
}

.tab-detail-sp {margin-top: 0;}

ul.tab-detail.nav.nav-tabs {
    padding-left: 15px;
}

.option-detail-sp .tab-title {
    font-size: 20px;
}

.option-detail-sp .meta {
    display: block;
}

.option-detail-sp .meta p.img,.option-detail-sp .meta .info {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.option-detail-sp .items {
    padding: 5px;
}
  h1.title-page-sp {
    font-size: 22px;
}

h2.title-detail {
    font-size: 22px;
}
  .page-detail img {
    max-width: 100%;
    height: auto !important;
}

.page-detail table {
    width: 100% !important;
}
  .menu_mb ul li a {
    color: #000;
    display: block;
    padding: 10px 0;
    margin: 5px;
}
.menu ul li i.fa-caret-down
{
  display:none;
}
.menu_mb ul li {
    display: block;
}

.menu ul li ul.level_1,.menu ul li ul.level_1 li ul.level_2 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    display: block;
    background: #eee;
}

.menu ul li ul.level_1 li a {
    color: #000;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    font-size: 16px;
}
.menu ul li ul.level_1 li ul.level_2 li a {
    margin-left: 30px;
    border-bottom: none;
    font-weight: 500;
    font-size: 15px;
}
  .bg-white{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: 3;
    display: none;
}
.menu ul li ul.level_1 li:last-child a {
    border-bottom: none;
}
.bg-white.open {
    display: block;
}

.menu_mb {
    position: fixed;
    left: -260px;
    margin-top: 0 !important;
    top: 0;
    text-align: left;
    background: #fff;
    height: 100%;
    z-index: 1111;
    width: 260px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    overflow-y: scroll;
}

.menu_mb.open {
    left: 0;
    width: 260px;
    margin-top: 0;
}
  .listmenufooter,.fanpage {
    margin-top: 15px;
}
  .menu{
    width:
    auto;
    margin: 0;
    font-size: 21px;
  }

  body
  {
    font-size:15px;
  }

  h2.title,h2.title span,.title2 h2,section#feedback .content h2,footer h2 {
    font-size: 15px;
}
  h2.title span {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}
  h2.title span:after {
    content: "";
    position: absolute;
    right: -27px;
    margin: auto;
    width: 0;
    top: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 28px solid #cc0000;
}
.contentct .item .meta h3 a
{
  line-height:22px;
  font-size: 16px;
}
}
@media (max-width:768px) and (min-width:561px){
  
}

@media (max-width:479px){
  .product_list .items p.img a
  {
      height:150px;
  }
  section#news-related ul li {
    margin-bottom: 5px;
    width: 100%;
}
  .contentct .item .meta .desc
{
  display:block;
}
  section#cate-home .item a h3 span {
    font-size: 22px;
}
  .videohome iframe {
    height: 300px !important;
}
  .header.fixed {
    height: auto;
}
  .header.fixed .logo img{
    max-height: 40px;
  }
  .header.fixed .search
  {
    display:none;
  }
  .contentnews .item .meta h3 a,.contentnews.pagenews .item .desc {
    height: auto;
    overflow: visible;
}
  .contentnews.pagenews .item{
  }
  .info-pr .support {
    padding: 10px;
}
  .info-pr .state .sta {
    clear: both;
    margin-top: 5px;
    float: left;
}
  .header .search {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: revert;
    margin-top: 20px;
}

.contentct .item .img{
  height:auto;
  float: none;
  width: 100%;
}
 .contentct .item .meta
 {
 padding: 10px;
 float: none;
 width: 100%;
 }


.itempr .img a.thumb-sp img {
    max-height: 50px;
}
.itempr .meta p {
    font-size: 13px;
}
.itempr .meta .pr-price p.new-price{
  font-size: 13px !important;
}
.itempr .meta .pr-price p.old-price{
  font-size:12px !important;
}
.itempr .meta h3 a {
    font-size: 15px;
}

h2.title {
    margin-top: 0;
}

.contentnews .item {
    width: 100%;
    margin-bottom: 15px;
    display: block !important;
}

.contentnews {
    display: block;
}
.contentnews .item p.img {
    height: auto !important;
    width: 100% !important;
}
.contentnews .item .meta
  {
    width:100%;
    padding: 0;
  }
}