@charset "utf-8";
/* CSS Document */

@media all and (max-width: 991px) {
  #f_contact .model{ display: none; }

  footer .collist:nth-child(1) .logo{ margin: 0 auto;}
  footer .collist:nth-child(2) ul{ float: none; max-width: 440px; margin: 20px auto 0 auto; }
  footer .collist:nth-child(2) ul li{ margin: 5px 10px }
}

@media all and (max-width: 767px) {
  body{ margin:0; padding: 70px 0 0 0;}
  header{ width: 100%; height: 70px; padding: 10px 0;}
  header.active{ height: 70px;}
  .logo{ float: left; width: 256px; height: 50px; background: url('../../img/pic-logo.png') center center no-repeat; background-size: cover;}

  .menu{ display: none; }

  .btn_toggle{ display: block; }
  .btn_toggle{ width: 50px; height: 50px; background: none; border: 0; cursor: pointer; position: absolute; top: 9px; right: 5px; z-index: 1000; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
  .btn_toggle.active{ position: fixed; }

  .service .collist:nth-last-child(-n+3){ margin-top: 24px; }

  .contact .collist:last-child{ margin-top: 40px; }

  .btn_wrap{ }

  .about_img{ margin: 0 0 40px 0; }
  .about_img2{ margin: 40px 0 0 0; }

  #f_contact{ height: auto; }
  #f_contact .text{ padding: 80px; }
  #f_contact p{ margin-top: 0px; }
}

@media all and (max-width: 600px) {
}

@media all and (max-width: 576px) {
  .service .collist:nth-last-child(-n+4){ margin-top: 24px; }

  .f_info{ width: 212px; padding: 0; text-align: left; }
  .f_info li{ margin:0 !important; display: block !important; }
}

@media all and (max-width: 575px) {
  .pdt_wrap p{ height: auto !important;}

  footer .logo{ float: none; width: 217px; height: 30px; margin:0 auto; padding: 0; background: url('../img/pic-flogo.png') center center no-repeat; background-size: 217px auto; text-indent: -9999px;}
}

@media all and (max-width: 480px) {
  body{ padding: 65px 0 0 0;}
  header{ width: 100%; height: 65px;}
  header.active{ height: 65px;}

  .btn_toggle{ top: 6px; }

  h2{ font-size: 1.5em; }
  h3{ font-size: 1.25em; }
  h4{ font-size: 1.125em; }
  h5{ font-size: 1em; }
  h6{ font-size: 1em; }

  section{ padding: 40px 0; }
  section h2{ margin-bottom: 30px; }

  .container{ padding: 0 20px;}

  header{ padding: 10px 0px;}

  .logo{ width: 230px; height: 45px; background: url('../../img/pic-logo.png') center center no-repeat; background-size: cover;}
  .logo a{ width: 230px; height: 45px; display: block; }

  .about_img{ height: 250px;}
  .about_img2{ height: 250px; }

  #f_contact .text{ padding: 40px; }
  #f_contact p{ font-size: 1.875em; }

  footer{ padding: 40px 0; }
}

@media all and (max-width: 375px) {
  footer .collist:nth-child(2) ul{ max-width: 256px;}
}

@media all and (max-width: 374px) {
  footer p{ font-size: .875em; }
}

@media all and (max-width: 320px) {
}