.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

body {
  min-width: 1200px;
}

.swiper-container {
  height: 100%;
}

.btn_box {
  display: block;
  margin-top: 60px;
}

.btn_box .more_btn {
  font-family: "Montserrat", sans-serif;
  width: 100px;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.7px;
  text-align: center;
  border: 1px solid #555;
  cursor: pointer;
}

.btn_box .more_btn:hover {
  background-color: #00305b;
  color: #fff;
}
