.page_title {
  position: relative;
  z-index: 2;
  margin-top: 135px;
  background: linear-gradient(90deg, #55afd2 75%, rgba(255, 255, 255, 0) 35%);
}

@media screen and (max-width: 767px) {
  .page_title {
    margin-top: 60px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #55afd2 10%, #55afd2 100%);
  }
}

.page_title .inr {
  max-width: 1040px;
  margin: auto;
  padding: 60px 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page_title .inr {
    padding: 30px 20px;
    text-align: center;
  }
}

.page_title .inr h1 {
  max-width: 600px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 9.6rem;
  line-height: 1.4;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page_title .inr h1 {
    font-size: 3rem;
    text-align: center;
  }
}

.bg_container {
  position: relative;
  max-width: 100%;
  margin: -100px auto 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #d8ecf5 50%, #d8ecf5 97%, rgba(255, 255, 255, 0) 3%);
}

@media screen and (max-width: 767px) {
  .bg_container {
    margin-top: 0;
    background: none;
  }
}

.bg_container .container {
  padding-top: 100px;
  padding-bottom: 90px;
  margin-bottom: 90px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 140px, #d8ecf5 140px, #d8ecf5 100%);
}

@media screen and (max-width: 767px) {
  .bg_container .container {
    margin-top: 100px;
    padding-bottom: 15px;
    margin-bottom: 45px;
    background: linear-gradient(90deg, #d8ecf5 0, #d8ecf5 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  }
}

.bg_container .container .title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .bg_container .container .title {
    margin-top: -220px;
  }
}

.bg_container .container .title:before {
  position: relative;
  z-index: 3;
  margin: -30px auto 40px;
  content: " ";
  display: inline-block;
  width: 2px;
  height: 56px;
  background: #000;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .bg_container .container .title:before {
    height: 30px;
    margin: 0 auto 15px;
  }
}

.bg_container .container .title p {
  font-size: 2.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .bg_container .container .title p {
    font-size: 2rem;
  }
}

.bg_container .container .title p span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .bg_container .container .title p span {
    font-size: 1.4rem;
  }
}

.bg_container .container table {
  width: 100%;
}

.bg_container .container table th {
  border-bottom: 1px solid #000;
  padding: 30px 0;
  width: 140px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .bg_container .container table th {
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 0;
    font-weight: bold;
  }
}

.bg_container .container table td {
  border-bottom: 1px solid #000;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .bg_container .container table td {
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0 30px;
  }
}

.map {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 47px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .map {
    width: 100%;
    padding: 0;
  }
}

.map #map_custmomize {
  width: 100%;
  height: 390px;
}

@media screen and (max-width: 767px) {
  .map #map_custmomize {
    width: 100%;
    height: 200px;
  }
}

.btn_contact {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.btn_contact:before {
  margin: 0 auto 40px;
  content: " ";
  display: block;
  width: 3px;
  height: 56px;
  background: #000;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .btn_contact:before {
    width: 2px;
    height: 32px;
  }
}

.btn_contact a {
  border: 2px solid #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 3rem;
  position: relative;
  padding: 15px 60px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .btn_contact a {
    font-size: 1.6em;
    padding: 20px;
    display: block;
    width: 100%;
  }
}

.btn_contact a:before, .btn_contact a:after {
  position: absolute;
  z-index: -1;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
}

.btn_contact a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.btn_contact a:hover {
  opacity: 1;
}

.btn_contact a:hover:after {
  background: #55afd2;
  -webkit-transform: scale(1);
  transform: scale(1);
}
