figure {
  margin: 0;
}

.col-md-6 {
  padding: 0;
}

.row {
  margin: 0;
}

.tac {
  text-align: center;
}

header .navbar-light {
  background: #ecf2f981;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 10px 20px;
}

header .navbar-light a.navbar-brand {
  color: #456999;
}

header .fixed-top {
  -webkit-transition: .9s;
  transition: .9s;
}

.hideUp header .fixed-top {
  top: -100px;
}

header .fixed-top a.navbar-brand img {
  width: 60px;
}

header .fixed-top .navbar-nav .nav-link {
  color: #456999;
  padding: 2px 20px;
  font-size: 18px;
  text-align: center;
}

section.section1 {
  background: url(../img/p1.jpg);
  background-size: cover;
  background-position: 100% 60%;
  height: 100vh;
  position: relative;
}

section.section1 .tac {
  position: absolute;
  bottom: 6%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.section1 .tac h1 {
  color: #fff;
  letter-spacing: 10px;
  font-size: 50px;
  text-shadow: 1px 1px 1px #00000070;
  margin: 0;
}

section.section1 .tac p {
  color: #456999;
  margin-top: 10px;
  font-size: 20px;
  background: #ecf2f9;
  padding: 10px;
  display: inline-block;
}

section.section_2 {
  padding-top: 120px;
  background: url(../img/about_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 100% 60%;
  height: 100vh;
}

section.section_2 .frame .p_more {
  padding: 0 50px;
}

section.section_2 .frame .p_more .tac {
  margin-bottom: 20px;
}

section.section_2 .frame .p_more .tac h2 {
  font-size: 40px;
  color: #456999;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  color: #456999;
}

section.section_2 .frame .p_more .tac p {
  color: #b3b5bb;
  font-size: 20px;
}

section.section_2 .frame .p_more figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section_2 .frame .p_more figure img {
  width: 100%;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

section.section_2 .frame .p_more .ml p {
  line-height: 40px;
  padding: 30px 50px;
  text-align: justify;
  color: #4F4F4F;
}

section.section_2 .frame .p_more .ask {
  margin-top: 20px;
  text-align: center;
}

section.section_2 .frame .p_more .ask a {
  border: 1px solid #456999;
  color: #4F4F4F;
  padding: 10px 50px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 1px 1px 2px #b3b5bb;
          box-shadow: 1px 1px 2px #b3b5bb;
  border: 1px solid #255280;
  background: #fff;
  color: #255280;
  transition: .5s;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

section.section_2 .frame .p_more .ask a:hover {
  background: #c8d9eb;
  -webkit-box-shadow: 0px 0px 0px #b3b5bb;
          box-shadow: 0px 0px 0px #b3b5bb;
  color: #4f4f4f;
}

section.section_2 .frame .p_more .ask a:hover {
  border: 1px solid #255280;
  -webkit-box-shadow: 1px 1px 1px #b3b5bb;
          box-shadow: 1px 1px 1px #b3b5bb;
  background: #255280;
  color: #fff;
}

section.section_3 {
  padding-top: 180px;
}

section.section_3 .tac {
  margin-bottom: 50px;
}

section.section_3 .tac h2 {
  font-size: 40px;
  color: #456999;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  color: #456999;
}

section.section_3 .tac p {
  color: #b3b5bb;
  font-size: 20px;
}

section.section_3 .list {
  margin-top: 100px;
}

section.section_3 .list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section_3 .list figure img {
  width: 80%;
}

section.section_3 .list .tac {
  margin-bottom: 10px;
}

section.section_3 .list .tac h3 {
  font-weight: 300;
  background: #c8d9eb;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  color: #4F4F4F;
}

section.section_3 .list p {
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  color: #4F4F4F;
  padding: 0 20px;
}

section.section_3 .list.windows {
  display: block;
}

section.section_3 .list.phone {
  display: none;
}

section.section_3 .ask {
  text-align: center;
  margin-top: 50px;
}

section.section_3 .ask a {
  border: 1px solid #456999;
  color: #4F4F4F;
  padding: 10px 50px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 1px 1px 2px #b3b5bb;
          box-shadow: 1px 1px 2px #b3b5bb;
}

section.section_3 .ask a:hover {
  background: #c8d9eb;
  -webkit-box-shadow: 0px 0px 0px #b3b5bb;
          box-shadow: 0px 0px 0px #b3b5bb;
  color: #4f4f4f;
}

section.section_4 {
  margin-top: 180px;
  padding: 50px 50px 0 50px;
  background: #ecf2f9;
}

section.section_4 .tac h2 {
  font-size: 40px;
  color: #456999;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  color: #456999;
  margin-bottom: 50px;
}

section.section_4 .contact {
  padding-bottom: 50px;
}

section.section_4 .contact figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section_4 .contact figure img {
  width: 500px;
  height: auto;
}

section.section_4 .contact iframe {
  background: #c8d9eb;
  padding: 5px;
  height: 500px;
}

section.section_4 .contact .jcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  background: #456999;
  color: #c8d9eb;
}

.sidebar {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul a {
  width: 50px;
  height: 50px;
  background: #456999;
  border-radius: 5px 0 0 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
}

.sidebar ul a:hover {
  opacity: 1;
}

.sidebar ul a span {
  display: none;
  margin-left: 5px;
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  section.section_2 {
    height: auto;
    padding-bottom: 50px;
  }
  section.section_2 .frame .p_more {
    padding: 0 20px;
  }
  section.section1 .tac {
    left: 25%;
  }
}

@media (max-width: 976px) {
  header .fixed-top .navbar-nav {
    margin-top: 20px;
  }
  header .fixed-top .navbar-nav .nav-link {
    padding: 10px  20px;
  }
  section.section1 .tac {
    left: 30%;
  }
  section.section_3 .container {
    max-width: 976px;
    padding: 0 20px;
  }
  section.section_3 .container .list figure img {
    width: 100%;
  }
  section.section_5 {
    padding: 50px 20px 0 20px;
  }
  section.section_2 .frame .p_more {
    padding: 50px;
    background: #ecf2f954;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    margin: 0 50px;
  }
  section.section_2 .frame .p_more figure img {
    width: 60%;
  }
  section.section_2 .frame .p_more .ml {
    margin-left: 0;
    margin-top: 50px;
  }
  section.section_2 .frame .p_more .ml p {
    padding: 30px;
  }
  section.section_2 .frame .p_more .ask {
    text-align: center;
    margin-top: 30px;
  }
  section.section_4 .contact figure img {
    height: 350px;
    width: 350px;
  }
  section.section_4 .contact iframe {
    height: 350px;
  }
}

@media (max-width: 768px) {
  section.section_5 .contact .jcc .list a {
    font-size: 18px;
  }
  section.section1 {
    height: 80vh;
  }
  section.section1 .tac {
    bottom: 30%;
    left: 50%;
    width: 100%;
  }
  section.section_3 .list {
    min-height: auto;
  }
  section.section_3 .list .tac {
    margin-top: 50px;
  }
  section.section_3 .container .list figure img {
    width: 80%;
  }
  section.section_3 .list.windows {
    display: none;
  }
  section.section_3 .list.phone {
    display: block;
  }
  section.section_4 .contact figure img {
    width: 100%;
    height: auto;
  }
  section.section_4 .contact .jcc {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  section.section_2 .frame .p_more {
    padding: 50px 20px;
  }
  section.section_2 .frame .p_more .ml p {
    padding: 0;
  }
  section.section_2 .frame .p_more figure img {
    width: 80%;
  }
  section.section1 {
    height: 50vh;
  }
  section.section1 .tac {
    left: 50%;
    bottom: 20%;
  }
  section.section1 .tac h1 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  section.section_2 .tac h2 {
    font-size: 30px;
  }
  section.section_2 {
    background-attachment: unset;
    margin-top: 100px;
  }
  section.section_2 .frame .p_more {
    padding: 50px 20px;
    margin: 0 20px;
  }
  section.section_2 .frame .p_more figure img {
    width: 100%;
  }
  section.section1 {
    height: 40vh;
  }
  section.section1 .tac {
    left: 50%;
    bottom: 0;
  }
  section.section_4 {
    padding: 50px 20px 0 20px;
  }
}
/*# sourceMappingURL=main.css.map */