/**
 * 
 *
 * @PHONE
 */
@media only screen and (max-width: 768px) {
  
}
/**
 * 
 *
 * @TABLET
 */
@media only screen and (max-width: 1035px) and (min-width: 768px) {
  .content-left, .content {
    max-width: 100%;
  }
}
/**
 * 
 *
 * @PHONE AND TABLET
 */
@media only screen and (max-width: 1035px)
{
  #qlwapp {
    bottom: 58px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: 222px;
  }

  footer .footer_coms
  {
    padding: 15px;
  }
  footer .widget_wrap._3, footer .widget_wrap._4
  {
    display: none;
  }
  .wpb_wrapper, #sidebar, footer .widget_wrap {
    width: 100% !important;
  }
  h1 {
    font-size: 24px;
  }
  header .logo img
  {
    display: none;
  }

  #tel
  {
    display: none;
  }

  .container {
    padding: 0 10px;
    width: 100%;
  }
  #top_bg {
    overflow: hidden;
  }
  .top-bar {
    display: none;
  }
  .mt_menu {
    display: block;
  }
  header .header-nav {
    display: none;
  }
  .logo {
    float: left;
    max-height: 50px;
    line-height: 50px;
  }
  .mt_menu .logo img {
    max-height: 40px;
  }
  .content-left, .content {
    width: 100%;
  }
  #breadcrumbs, #sidebar {
    display: none;
  }
  .page-content
  {
    margin-top: 74px !important;
  }
}
