h1.home {
  display: none;
}

.main_bg {
  position: relative;
  height: 26vw;
  max-height: 500px;
  min-height: 350px;
  /*
    &:before {
      content: "";
      position: absolute;
      height: 16%;
      width: 100%;
      background: var(--main-bg-back-var) !important;
      background-size: contain;
      z-index: -1;
      -webkit-transform: scale(4);
      -webkit-transform-origin: center;
      -webkit-filter: blur(10px);
    }
    */
}
.main_bg .bg_big {
  position: absolute;
  top: 0;
  width: 100%;
  height: 26vw;
  max-height: 500px;
  min-height: 350px;
  z-index: -1;
}
.main_bg .sak_ico {
  position: absolute;
  top: 15px;
  right: 15px;
}
.main_bg .bg_small {
  position: absolute;
  top: 0;
  display: none;
  height: 26vw;
  width: 100%;
  max-height: 500px;
  min-height: 350px;
}
.main_bg .bg_small .shadow {
  width: 100% !important;
  height: 100% !important;
}
.main_bg .bg-content {
  padding-top: 8vw;
  position: relative;
  z-index: 9;
}
.main_bg .bg-content .bg-title {
  font-size: 250%;
  font-weight: bold;
  display: block;
  text-shadow: 1px 1px 1px #fff;
}
.main_bg .bg-content .bg-button {
  padding: 1rem;
  display: inline-block;
  text-decoration: none;
  background: #a71917;
  border-radius: 5px;
  color: #fff;
  margin-top: 1vw;
  font-size: 1.5rem;
}
.main_bg .bg-content .bg-button:hover {
  background: #dd211c;
}
@media (max-width: 1023px) {
  .main_bg .bg-content {
    padding-top: 10rem;
  }
  .main_bg .bg-content .bg-title {
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    font-size: 1.9rem;
    text-align: left;
  }
  .main_bg .bg-content .bg-button {
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    right: 10px;
    top: 235px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5019607843);
  }
  .main_bg .bg_big {
    display: none;
  }
  .main_bg .bg_small {
    display: block;
  }
}
@media (max-width: 767px) {
  .main_bg .bg-content .bg-title {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (min-width: 2000px) {
  .main_bg .bg-content {
    padding-top: 4vw;
  }
}
@media (min-width: 4000px) {
  .main_bg .bg-content {
    padding-top: 3vw;
  }
}

.fno-banner1 {
  border-top: 1px solid #F0F6FB;
  border-bottom: 1px solid #F0F6FB;
}

.blue-section {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background: #003B79;
  color: #fff;
}
.blue-section .bold {
  font-weight: bold;
}
.blue-section .description {
  display: block;
}
.blue-section .divider {
  display: none;
}
.blue-section .map-small {
  text-align: center;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.blue-section .map-small .map-img {
  max-width: 100%;
}
.blue-section .map-small .map-btn {
  background: #fff;
  padding: 0.5rem;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 67%;
  font-weight: bold;
}
.blue-section .ico-before {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.blue-section .item {
  display: inline-block;
  min-height: 2.2rem;
  text-decoration: none;
  color: #fff;
  max-width: 90%;
}
@media (max-width: 1399px) {
  .blue-section .map-small {
    display: none;
  }
  .blue-section .divider {
    display: block;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.banner110 .banner-inner {
  position: relative;
}
.banner110 .banner-inner .white-box {
  position: relative;
  top: -36px;
  border-radius: 15px;
  padding: 4px;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background: #fff;
}
.banner110 .banner-inner .white-box .banner-img-logo {
  position: relative;
  width: 280px;
  height: auto;
  display: none;
  border-radius: 15px;
}
.banner110 .banner-inner .white-box .banner-img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.btn-white {
  background: #fff;
  padding: 0.5rem;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 67%;
  font-weight: bold;
}

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