@media screen and (max-width: 767px) {[box_id="19"]{
  display: none;
}

[box_id="20"] > .cell_v > a > img{
  width: 440px;
}

.main{
  padding-top: 90px;
}

.main .page #content{
  background: none !important;
  width: 100%;
}

.main .page #content .content{
  background: none !important;
}

.service_cell{
  width: 49%;
}

[box_id="41"] > .cell_v {
  justify-content: center;
}

/* footer */
[box_id="49"],
[box_id="50"],
[box_id="51"]{
  width: 100% !important;
  padding: 10px;
}

/* about us */
.info-wrapper{
  justify-content: center;
}

.info{
  width: 100% !important;
  margin-bottom: 25px;
}

/* contact us */
.contact_left,
.contact_right{
  width: 100% !important; 
}


.m_menu_icon {
    display: block;
    top: 35px;
    z-index: 10;
}

/*banner*/
[box_id="57"] .cell_v{
  height: 365px;
}

[box_id="57"] .cell_v img{
  width: 100%;
  height: 100% !important;
}
/* rwd */
@media (max-width:480px) {
  [box_id="20"] > .cell_v > a > img {
    width: 250px;
  }  
  .main {
    padding-top: 57px;
  }
  
  .main .page #content{
    background: none !important;
    width: 100%;
  }  

  .main .page #content .content{
    background: none !important;
  }  
  
  .service_cell{
    width: 99%;
  }
  
  [box_id="37"] > .cell_v {
    font-size: 22px;
  }  
  
  [box_id="38"] > .cell_v,
  [box_id="39"] > .cell_v{
    font-size: 18px;
  }  
  
  [box_id="46"] {
    padding-bottom: 0;
  }  
  .m_menu_icon{
    top: 17px;
  }
  
  /* about us */
  .info-wrapper{
    flex-direction: column;
    justify-content: center;
  }
  
  .info{
    width: 100% !important;
    margin-bottom: 25px;
  }
  
  .info-img{
    flex-direction: column;
  }
  
  .info-img img{
    width: 100% !important;
  }
  
  .info-img .info-img-top img:last-child{
    margin-top: 25px;
  }
  
  .info-img-right{
    width: 100% !important;
  }
  
  .info-img-right img{
    width: 100% !important;    
  }
  
  /* contact us */
  .contact_left,
  .contact_right{
    width: 100% !important; 
  } 
  
  /*banner*/
  [box_id="57"] .cell_v{
    height: 155px;
  }

  [box_id="57"] .cell_v img{
    width: 100%;
    height: 100% !important;
  } 
}
}