@media (max-width: 1120px) {}

@media (max-width: 992px) {

  .hero_area {
    height: auto;
  }

  .header_section {
    padding-top: 10px;
  }

  #navbarSupportedContent {
    margin-top: 25px;
  }

  .slider_section {padding-top: 0;padding-bottom: 0;}

  .about_section .img-box {
    margin: 0 5%;
  }

  .about_section .detail-box {
    margin-right: 5%;
  }

  .service_section .service_container .box {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .about_section .img_container .img-box.b2 {
    margin-top: -5%;
  }

}

@media (max-width: 768px) {

/*.column-a{position: fixed;top: 10px;left: 0;right: 0;}*/
.column-b{height: 500px!important;overflow-x: auto;}
  .slider_section .detail_box {
    text-align: center;
  }
  #video-list{margin-top: 10px;max-width: 500px;}

  .slider_section .img_content {
    margin-top: 55px;
  }

  .contact_section .map_container {
    margin-top: 45px;
  }

  .info_section .info_contact a {
    margin-bottom: 15px;
  }

  .info_section .info_social {
    justify-content: center;
  }

  .service_section .service_container .box {
    flex-basis: 98%;
  }

  .contact_section form {
    padding-right: 0;
  }

  .info_section .info_contact a {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .about_section .img_container .img-box.b1 {
    width: 80%;
  }

  .about_section .img_container .img-box.b2 {
    width: 55%;
  }

  .info_section .info_form form {
    flex-direction: column;
  }

  .info_section .info_form form input {
    width: 100%;
  }

  .info_section .info_form form button {
    margin-top: 15px;
    padding: 10px 40px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  #name-content {height: 80px;}
  #name-content a.text-limit {font-size: 13px;line-height: 15px;height: 80px;}
}

@media (max-width: 360px) {
  #name-content {height: 60px;}
  #name-content a.text-limit {font-size: 12px;line-height: 13px;}
  .sub-text{font-size: 12px;line-height: 13px;}
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
  @media (min-width: 1800px) {
  .container {
    max-width: 1470px;
  }
}
    @media (min-width: 1900px) {
  .container {
    max-width: 1570px;
  }
}