body {
  font-size: 13px;
}

p {
  font-size: 13px;
}

html {
  margin-top: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
}
.header .logo {
  margin-top: 10px;
}
.header .logo img {
  width: 260px;
  height: auto;
  max-width: 100%;
}
.header .home-link {
  text-align: right;
  float: right;
}
.header .home-link a {
  color: #000;
  float: left;
  margin-top: 20px;
}
.header .home-link .home-icon {
  margin-top: 0;
  margin-left: 20px;
}

.top-title {
  text-align: center;
  margin-top: 30px;
}
.top-title .title_1 {
  color: #000;
  font-size: 26px;
}
.top-title .title-style1 {
  border-bottom: 1px solid #e4e4e4;
  height: 10px;
  margin-top: 30px;
}
.top-title .title-style1 .title_2 {
  color: #3f8adb;
  display: inline-block;
  margin-top: -15px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-style: italic;
  font-weight: normal;
  font-size: 38px;
}

.main-content {
  margin-top: 30px;
}
.main-content table {
  margin-top: 15px;
  width: calc(100% - 60px);
  margin-left: 30px;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.main-content table tr td {
  width: 25%;
  text-align: center;
  border: 1px solid #e4e4e4;
}
.main-content table tr td img {
  display: inline-block;
}
.main-content table tr td h3 {
  font-size: 13px;
  margin-top: 0;
}

.title_3 {
  color: #3f8adb;
  text-align: center;
  font-size: 26px;
  margin-top: 45px;
  margin-bottom: 30px;
}

.content {
  padding-bottom: 30px;
}

.footer {
  background: #414141;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.left-col {
  text-align: center;
}
.left-col .map {
  text-align: center;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
}
.left-col .map img {
  max-width: 100%;
  height: auto;
}

.right-col h2 {
  margin-bottom: 15px;
  font-weight: bold;
}
.right-col h2:first-child {
  margin-top: 0;
}
.right-col input, .right-col textarea {
  width: 100%;
  padding: 5px;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.right-col img {
  max-width: 100%;
  height: auto;
}

.cntctfrm_error_text {
  color: #ff0000;
  font-size: 13px;
}

img.aligncenter {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.mobile-text-fixed {
  display: inline-block;
}

.test-responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: red;
  z-index: 999;
  opacity: 0.75;
}

@media (max-width: 767px) {
  .test-responsive {
    background: blue;
  }

  .top-title .title_1 {
    font-size: 22px;
  }

  .top-title .title-style1 {
    height: 8px;
  }
  .top-title .title-style1 .title_2 {
    font-size: 24px;
  }

  .left-col {
    margin-bottom: 30px;
  }

  .title_3 {
    font-size: 24px;
  }

  .right-col h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .main-content table {
    display: block;
    border: none;
    border-bottom: 1px solid #e4e4e4;
  }
  .main-content table tbody {
    display: block;
  }
  .main-content table tbody tr {
    display: block;
  }
  .main-content table tbody tr td {
    display: block;
    width: 50%;
    float: left;
    min-height: 170px;
  }
  .main-content table tbody tr td img {
    max-width: 100%;
    height: auto;
  }
  .main-content table tbody tr td:nth-child(2n+1) {
    border-bottom: none;
    border-right: none;
  }
  .main-content table tbody tr td:nth-child(2n) {
    border-bottom: none;
  }
  .main-content table tbody tr:last-child td:nth-child(3) {
    border-bottom: 1px solid #e4e4e4;
  }
  .main-content table tbody tr:last-child td:nth-child(4) {
    border-bottom: 1px solid #e4e4e4;
  }

  .left-col .map {
    margin: 0 auto 30px;
    max-width: 480px;
    width: 100%;
  }

  .mobile-text-fixed {
    display: block;
  }
}
@media (max-width: 480px) {
  .test-responsive {
    background: orange;
  }

  .main-content table {
    width: 100%;
    margin-left: 0;
  }

  .top-title .title-style1 {
    height: auto;
    border-bottom: none;
  }

  .top-title .title-style1 .title_2 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-content {
    margin-top: 0;
  }

  .header .col-md-6:last-child .home-link a {
    display: none;
  }
  .header .col-md-6:last-child .home-link .home-icon {
    display: block;
    margin-left: 5px;
  }
  .header .col-md-6:last-child .home-link .home-icon img {
    width: 30px;
    height: auto;
  }

  .top-title .title_1 {
    font-size: 21px;
  }

  .top-title .title-style1 .title_2 {
    font-size: 21px;
  }

  .title_3 {
    font-size: 21px;
  }

  .right-col h2 {
    font-size: 21px;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-responsive {
    background: yellow;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .test-responsive {
    background: gray;
  }
}
@media (min-width: 1200px) {
  .test-responsive {
    background: black;
  }

  .container {
    width: 950px;
  }
}

/*# sourceMappingURL=style.css.map */
