a {
  color: #343a40;
}

a:hover {
  color: #DC2215;
}

.col_1 {
  display: flex;
  flex: 1 0 10%;
}

.col_2 {
  display: flex;
  flex: 1 0 20%;
}

.col_4 {
  display: flex;
  flex: 1 0 40%;
}

.col_5 {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  padding: 3rem;
  overflow: hidden;
  background: white;
  aspect-ratio: 1/1;
}

.col_5 .no {
  font-size: 4rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.col_5 .title {
  color: #343a40;
}

.col_5 .memo {
  color: #6c757d;
}

.col_5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col_6 {
  display: flex;
  flex: 1 0 60%;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.choice .row .bg {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5)), url(../img/glow.jpg);
  background-size: cover;
}

.choice .row-reverse {
  flex-direction: row-reverse;
}

.sbanner img {
  max-width: 100%;
}

.nav {
  border-bottom: 1px dashed #dee2e6;
  margin-bottom: 3rem;
}

.nav .title {
  margin-bottom: -5px;
  padding: 0 0px 5px 0px;
  border-bottom: 3px solid #dee2e6;
  margin-left: 15px;
  font-size: 1.125rem;
}

.about .card {
  overflow: hidden;
}

.about .card img {
  padding: 0;
  border: 0;
}

.about .Descript {
  text-align: center;
  font-size: 1.125rem;
}

a,
link a {
  padding: 5px;
}

.rowstitle-5 .RowsTitle .Title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rowstitle-5 .RowsTitle::after {
  height: 2rem;
}

.bg-fst .More a {
  background-color: white;
  color: #0C439E;
}

.case {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/glow.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

sider .RowsTitle {
  display: none;
}

.impact {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.partner ul {
  display: flex;
  flex: 1;
  width: 100%;
  flex-flow: row wrap;
}

.partner ul li {
  display: flex;
  flex: 1;
  flex-basis: auto !important;
  min-width: 12.5%;
}

.partner ul li a {
  display: flex;
  flex: 1;
  width: 100%;
  min-width: 120px;
  align-items: center;
}

.partner ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

.search .RowsTitle {
  display: none;
}

.contact .Margin {
  text-align: center;
}

.news h6 a:hover {
  animation: changecolor 1s;
}

.news .intro {
  height: 60px;
  overflow: hidden;
}

.news #ArticleIntro .Summary {
  display: flex;
  flex-direction: column;
}

.product ul li {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
  padding: 15px;
}

.product ul li .mode {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.product ul li .mode .title {
  display: flex;
  justify-content: left;
  position: relative;
}

.product ul li .mode .title a {
  font-size: 1.8rem;
}

.product ul li .mode .title::before {
  display: flex;
  width: 3rem;
  position: absolute;
  bottom: 0;
  border-bottom: 3px solid #DC2215;
  content: "";
}

.product ul li .mode .memo {
  margin-top: 1rem;
  color: #6c757d;
}

.product ul li .thumbs {
  width: 100%;
  overflow: hidden;
}

.product ul li .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .py-6 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .choice .row {
    flex-direction: row !important;
  }
  .choice .col_lg_4 {
    display: flex;
    flex: 1 0 40%;
  }
  .choice .col_lg_6 {
    display: flex;
    flex: 1 0 60%;
  }
  .choice .ratio-lg-2x1 {
    aspect-ratio: 2/1;
  }
  .choice .ratio-lg-2x1 > img {
    width: 100%;
    height: 50%;
    object-fit: cover;
  }
  .choice .ratio-lg-1x2 {
    aspect-ratio: 1/2 !important;
  }
  .choice .row-reverse {
    flex-direction: row;
  }
  sider .RowsTitle {
    display: inherit;
  }
  sider .RowsTitle h3 {
    padding: 40px;
  }
  .bottom {
    background: url(features.png) no-repeat #0C439E center;
  }
  .bottom menu ul {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bottom menu ul li {
    display: flex;
    flex: 1;
    flex-flow: column wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom menu ul li a {
    font-size: 1.5rem;
  }
  .bottom menu ul li ul {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: left;
    flex-grow: 0;
  }
  .bottom menu ul li ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
  }
  .bottom menu ul li ul li a:hover {
    color: white;
  }
  .body #ArticleView ul li,
  .body #ProductView ul li {
    flex-basis: 33.33%;
  }
  .product ul {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
  }
  .product ul li {
    display: flex;
  }
}
