.banner_container {
  position: relative;
  height: 175px;
  background-image: url("img/top_banner1.jpg");
  background-size: cover;
  background-position: center;
}

.banner_container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (max-width: 575.98px) {
  .banner_container {
    height: 100px;
    background-position: 60% 50%;
  }
  .banner_container h1 {
    font-size: 2rem;
  }
}

.manual_display_container .manual_btn_box {
  text-align: center;
}

.manual_display_container .manual_btn_box a {
  display: inline-block;
  margin: 0 2rem;
  font-size: 1.125rem;
  line-height: 60px;
}

.manual_display_container .manual_btn_box a i {
  margin-right: 5px;
  font-size: 1.875rem;
}

@media only screen and (min-width: 576px) {
  .manual_display_container .manual_display {
    width: calc((100vh - 60px) * 12 / 17);
    margin: auto;
  }
}

.manual_display_container .manual_display img {
  width: auto;
  height: calc(100vh - 80px);
  margin: 0 auto 10px;
  border: 1px solid #ccc;
}

.manual_display_container .manual_display .owl-dots {
  display: none;
}

.manual_display_container .manual_display .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin-top: 0;
}

.manual_display_container .manual_display .owl-nav button[class*="owl-"] {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;
  line-height: 50px;
  pointer-events: all;
}

.manual_display_container .manual_display .owl-nav button[class*="owl-"] span {
  color: #aaa;
  font-size: 3.5rem;
  line-height: 40px;
}

.manual_display_container .manual_display .owl-nav button[class*="owl-"]:hover {
  background-color: transparent;
}

.manual_display_container .manual_display .owl-nav button[class*="owl-"]:hover span {
  color: #6070FF;
}

.manual_display_container .manual_display .owl-nav button[class*="owl-"].owl-prev {
  left: -50px;
}

.manual_display_container .manual_display .owl-nav button[class*="owl-"].owl-next {
  right: -50px;
}

.manual_display_container .manual_display .owl-nav button[class*="owl-"].disabled {
  opacity: 0;
}

@media only screen and (max-width: 575.98px) {
  .manual_display_container .manual_display .owl-nav {
    width: calc(100% - 100px);
    left: 50px;
  }
}

@media only screen and (max-width: 575.98px) {
  .manual_display_container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: calc((100vh - 160px));
  }
  .manual_display_container .manual_btn_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .manual_display_container .manual_btn_box a {
    margin: 0 1rem;
    font-size: 1rem;
  }
  .manual_display_container .manual_btn_box a i {
    font-size: 1.25rem;
  }
  .manual_display_container .manual_display {
    padding-bottom: 30px;
  }
  .manual_display_container .manual_display img {
    width: calc(100% - 100px);
    height: auto;
  }
}

ul.faq_list,
ul.faq_list h5 {
  font-size: 1.125rem;
}

@media only screen and (min-width: 576px) {
  ul.faq_list {
    padding-left: 1.875rem;
  }
}

ul.faq_list > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.25rem 1.25rem 0;
  border-bottom: 1px solid #aaa;
  line-height: 1.5;
  font-weight: bold;
}

ul.faq_list > li > a i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1.5rem;
  border-radius: 99rem;
  font-size: 1.875rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

ul.faq_list > li > div {
  display: none;
  padding: 1.875rem 3.375rem;
  color: #7f7f7f;
}

ul.faq_list > li > div a {
  color: #6070FF;
}

ul.faq_list > li:hover > a i {
  background-color: #f4f5fc;
}

ul.faq_list > li.opened > a i {
  background-color: #f4f5fc;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 575.98px) {
  ul.faq_list {
    padding: 0 0.5rem;
  }
  ul.faq_list > li > a {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  ul.faq_list > li > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*# sourceMappingURL=info_style.css.map */