@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+SC:wght@100;300;400&family=Noto+Sans+TC:wght@100;300;400&display=swap');
body {
  font-family: Arial, 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-weight: 100;
  letter-spacing: 0.07rem;
  background-color: #fff;
  font-size: 18px;
}
.btn {
  border-radius: 0px;
  padding: 0.4rem 1.5rem;
}
.header-slogan {
  border-top: 5px solid #166493;
  background-color: #fff;
}
.lang {
  background-color: #166493;
}
.btn-lang {
  color: #fff;
  background-color: #166493;
  border: 0px solid transparent;
}
.btn.btn-lang {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 2.4rem .75rem;
  font-size: 1rem;
  border-radius: 0rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.lang .dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #166493;
  background-clip: padding-box;
  border: 1px solid #166493;
  border-radius: 0rem;
}
.lang .dropdown-item.active, .lang .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #166493;
}
.lang .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003366;
}
.lang .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: #166493;
  padding: 0.5rem 1rem;
}
.lang span {
  display: none;
}
.language {
  max-width: 80px;
}
.slogan {
  font-size: 1rem;
  text-align: right;
  font-weight: 400;
  display: none;
}
.navbar-brand {
  max-width: 210px;
}
.navbar-brand img {
  max-width: 220px;
  height: auto;
}
@media(min-width:576px) {
  .lang span {
    display: none;
  }
  .language {
    max-width: 80px;
  }
  .slogan {
    font-size: 1.25rem;
    text-align: right;
    font-weight: 400;
    display: block;
  }
  .navbar-brand {
    max-width: 210px;
  }
  .navbar-brand img {
    max-width: 210px;
    height: auto;
  }
}
@media(min-width:768px) {
  .lang span {
    display: none;
  }
  .language {
    max-width: 100px;
  }
  .slogan {
    font-size: 1.3rem;
    text-align: right;
    font-weight: 400;
    display: block;
  }
  .navbar-brand {
    max-width: 220px;
  }
  .navbar-brand img {
    max-width: 220px;
    height: auto;
  }
}
@media(min-width:922px) {
  .lang span {
    display: none;
  }
  .language {
    max-width: auto;
  }
  .slogan {
    font-size: 1.65rem;
    text-align: center;
    font-weight: 400;
    display: block;
  }
  .navbar-brand {
    max-width: 250px;
  }
  .navbar-brand img {
    max-width: 250px;
    height: auto;
  }
}
@media(min-width:1200px) {
  .lang span {
    display: inline-block;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 2rem;
    padding-left: 2rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-right: 1px solid #fff;
  }
  .navbar-expand-lg .navbar-nav .nav-item:last-child {
    border-right: 1px solid transparent;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #ff3333;
  font-weight: 400;
}
/*carousel*/
#mycarousel {
  margin-top: 1px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 6px;
  margin-left: 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: opacity .6s ease;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
}
/*block*/
.block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.block-none {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.block-title {
  border-left: 5px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  font-size: 1.4rem;
  color: #000;
  padding: 0.2rem 1rem 0.2rem 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media(min-width:992px) {
  .block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .block-none {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .block-title {
    border-left: 125px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    font-size: 1.8rem;
    color: #000;
    padding: 0.2rem 1rem 0.2rem 1rem;
    margin-bottom: 2.5rem;
    font-weight: 400;
  }
}
/*index-prod*/
.index-prod {
  background-color: #fff;
}
.index-prod-title {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  background-color: #166493;
  padding: 0.8rem 1.5rem;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 0.1rem;
  z-index: 1;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.index-prod-title-en {
  font-size: 0.9rem;
  line-height: 1.05rem;
  color: #fff;
  font-weight: 300;
  background-color: #166493;
  padding: 0.5rem;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 0.1rem;
  z-index: 1;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
@media(min-width:520px) {
  .index-prod-title-en {
    font-size: 0.9rem;
    line-height: 1.05rem;
    color: #fff;
    font-weight: 300;
    background-color: #166493;
    padding: 0.5rem;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0.1rem;
    z-index: 1;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 3.2rem;
  }
}
.index-prod a {
  text-decoration: none;
}
.index-prod .row {
  padding: 0px 10px;
}
.index-prod .col-md-3.col-sm-6.col-xs-12 {
  padding: 0px;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
}
@media(min-width:769px) {
  .index-prod .col-md-3.col-sm-6.col-xs-12 {
    padding: 0px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
  }
  .index-prod-title {
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #fff;
    font-weight: 300;
    background-color: rgba(22, 100, 147, 1);
    padding: 0.8rem;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0.1rem;
    z-index: 1;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  .index-prod-title-en {
    font-size: 0.9rem;
    line-height: 1.05rem;
    color: #fff;
    font-weight: 300;
    background-color: rgba(22, 100, 147, 1);
    padding: 0.8rem 1rem;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0.05rem;
    z-index: 1;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}
@media(min-width:992px) {
  .index-prod .col-md-3.col-sm-6.col-xs-12 {
    padding: 0px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
  }
  .index-prod-title {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #fff;
    font-weight: 300;
    background-color: rgba(22, 100, 147, 1);
    padding: 0.8rem 1.5rem;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0.1rem;
    z-index: 1;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  .index-prod-title-en {
    font-size: 0.9rem;
    line-height: 1.05rem;
    color: #fff;
    font-weight: 300;
    background-color: rgba(22, 100, 147, 1);
    padding: 0.8rem 1rem;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0.05rem;
    z-index: 1;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 3.65rem;
  }
}
.index-prod a:hover img {
  transform: translateY(-20px);
}
.index-prod a img {
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.index-prod a:hover .index-prod-title {
  background-color: rgba(22, 100, 147, 1);
  position: relative;
  bottom: 0px;
  left: 0px;
  transform: translateY(-20px);
}
.index-prod a .index-prod-title {
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.index-prod a:hover .index-prod-title-en {
  background-color: rgba(22, 100, 147, 1);
  position: relative;
  bottom: 0px;
  left: 0px;
  transform: translateY(-20px);
}
.index-prod a .index-prod-title-en {
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
/*index-conut*/
.index-count {
  background-image: transparent;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #166493;
}
@media(min-width:992px) {
  .index-count {
    background-image: url("../images/bg_index_count.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.index-count .count-box {
  padding: 1rem;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
}
.index-count .count-box span {
  font-size: 3rem;
  display: block;
  font-family: Abel, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
}
.index-count .count-box h3 {
  padding: 0;
  margin: 0 0 0.8rem 0;
  font-family: Arial, 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}
.index-count .count-box p {
  padding: 0;
  margin: 0;
  font-family: Arial, 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.15rem;
}
.index-count .count-box .count-num1 i {
  position: relative;
  top: -70px;
  right: -40px;
}
.index-count .count-box .count-num2 i {
  position: relative;
  top: -70px;
  right: -55px;
}
.index-count .count-box .count-num3 i {
  position: relative;
  top: -70px;
  right: -65px;
}
@media(min-width:992px) {
  .index-count .count-box span {
    font-size: 4rem;
    display: block;
    font-family: Abel, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
  }
  .index-count .count-box h3 {
    padding: 0;
    margin: 0 0 1.5rem 0;
    font-family: Arial, 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    font-size: 1.67rem;
    letter-spacing: 0.3rem;
  }
  .index-count .count-box p {
    padding: 0;
    margin: 0;
    font-family: Arial, 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
  }
  .index-count .count-box .count-num1 i {
    position: relative;
    top: -80px;
    right: -50px;
  }
  .index-count .count-box .count-num2 i {
    position: relative;
    top: -80px;
    right: -65px;
  }
  .index-count .count-box .count-num3 i {
    position: relative;
    top: -80px;
    right: -80px;
  }
}
/*Footer*/
.navbarbottom {
  display: none;
}
footer {
  background-color: #000;
  padding: 0rem;
  color: #ccc;
  font-family: Arial, 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-weight: 100;
}
footer copyright {
  text-align: center;
  padding: 0.7rem 0;
  font-size: 0.85rem;
}
footer copyright h1{
  font-size: 0.85rem;
	font-weight:normal;
	display:inline-block;
}
footer .design {
  text-align: center;
  padding: 0.7rem 0;
  font-size: 0.85rem;
}
footer .design a {
  color: #fff;
  text-decoration: none;
}
@media(min-width:992px) {
  .navbarbottom {
    display: block;
  }
  footer {
    background-color: #166493;
  }
  footer copyright {
    text-align: left;
    padding: 0.7rem 0;
    font-size: 0.85rem;
  }
  footer .design {
    text-align: right;
    padding: 0.7rem 0;
    font-size: 0.85rem;
  }
  footer .design a {
    color: #fff;
    text-decoration: none;
  }
}
.hider {
  display: none;
}
/*table*/
td.maintd {
  background-color: #006699;
  color: #fff;
}
td.subtd {
  background-color: #f0f0f0;
  color: #006699;
  border-right: 1px solid #dee2e6;
}
/*content*/
.content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content .con {
  border-left: 1px solid transparent;
  min-height: 550px;
}
.content-title {
  border-left: 5px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  font-size: 1.25rem;
  color: #000;
  padding: 0.2rem 1rem 0.2rem 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.content-subtitle {
  border-left: 5px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 1.15rem;
  color: #000;
  padding: 0.2rem 5rem 0.2rem 1rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
  float: left;
}
@media(min-width:992px) {
  .content {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
  .content .con {
    border-left: 1px solid #000;
  }
  .content-title {
    border-left: 125px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    font-size: 1.4rem;
    color: #000;
    padding: 0.2rem 1rem 0.2rem 1rem;
    margin-bottom: 2.5rem;
    font-weight: 400;
  }
  .content-subtitle {
    border-left: 125px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 1.25rem;
    color: #000;
    padding: 0.2rem 5rem 0.2rem 1rem;
    margin-bottom: 2rem;
    font-weight: 300;
    float: left;
  }
}
.breadcrumb {
  border-bottom: 1px solid #000;
  padding: 1rem 0 0.9rem 0;
  margin-bottom: 2.5rem;
}
.breadcrumb a:link, .breadcrumb a:visited {
  text-decoration: none;
  color: #000;
}
.breadcrumb a:hover, .breadcrumb a:active {
  text-decoration: none;
  color: #166493;
}
.content .leftside {
  padding: 0px;
}
.content .leftside .nav-link {
  padding: 0.5rem 0 0.5rem 1.2rem;
  line-height: 1.6rem;
}
.content .leftside .nav-link:link, .content .leftside .nav-link:visited {
  color: #000;
  text-decoration: none;
  text-indent: -0.5rem;
}
.content .leftside i {
  margin-right: 0.4rem;
  font-size: 0.8rem;
}
.content .contact-img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
@media(min-width:768px) {
  .content .contact-img {
    max-width: 768px;
    height: auto;
    margin-bottom: 2rem;
  }
}
.content td.tag-td {
  padding: 0.5rem;
  position: relative;
}
.content .tag-item {
  position: inherit;
}
.content .tag-color-yl {
  background-color: #ffc000;
  color: #000;
  padding: 0.2rem 1rem;
  display: block;
}
.content .tag-color-gr {
  background-color: #92d050;
  color: #000;
  padding: 0.2rem 1rem;
  display: block;
}
.content .tag-color-bl {
  background-color: #00b0f0;
  color: #000;
  padding: 0.2rem 1rem;
  display: block;
}
.content .tag-color-skin {
  background-color: #fce4d6;
  color: #000;
  padding: 0.2rem 1rem;
  display: block;
}
@media(min-width:922px) {
  .content td.tag-td {
    padding: 0px 0.5rem;
    position: relative;
  }
  .content .tag-item {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .content .tag-color-yl {
    background-color: #ffc000;
    color: #000;
    padding: 0.5rem 1.5rem;
    display: inline-block;
  }
  .content .tag-color-gr {
    background-color: #92d050;
    color: #000;
    padding: 0.5rem 1.5rem;
    display: inline-block;
  }
  .content .tag-color-bl {
    background-color: #00b0f0;
    color: #000;
    padding: 0.5rem 1.5rem;
    display: inline-block;
  }
  .content .tag-color-skin {
    background-color: #fce4d6;
    color: #000;
    padding: 0.5rem 1.5rem;
    display: inline-block;
  }
}
/*Tech*/
.flow {
  padding: 0px 10px;
}
.prod-develop {
  display: table-cell;
  vertical-align: middle;
}
.develop-info {
  padding: 0px;
  border: 2px solid #ff0000;
  font-size: 1rem;
  color: #000;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}
.develop-info-en {
  padding: 0px;
  border: 2px solid #ff0000;
  font-size: 1rem;
  color: #000;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  height: auto;
  letter-spacing: 0px;
}
@media(min-width:992px) {
  .develop-info-en {
    padding: 0px;
    border: 2px solid #ff0000;
    font-size: 1rem;
    color: #000;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    min-height: 230px;
  }
}
@media(min-width:1200px) {
  .develop-info-en {
    padding: 0px;
    border: 2px solid #ff0000;
    font-size: 1rem;
    color: #000;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    min-height: 210px;
  }
}
.develop-info-blue {
  border: 2px solid #ff0000;
  background-color: #00b0f0;
  font-size: 1.1rem;
  color: #fff;
  padding: 1.2rem 0.8rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}
.develop-info-red {
  border: 2px solid #0033cc;
  background-color: #ff3333;
  font-size: 1.1rem;
  color: #fff;
  padding: 1.2rem 0.8rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}
.develop-info-yellow {
  border: 2px solid #ff0000;
  background-color: #ffc000;
  font-size: 1.1rem;
  color: #fff;
  padding: 1.2rem 0.8rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}
.develop-info-blue-en {
  border: 2px solid #ff0000;
  background-color: #00b0f0;
  font-size: 1.1rem;
  color: #fff;
  padding: 1.2rem 0.8rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  height: auto;
  line-height: 1.2rem;
}
.develop-info-red-en {
  border: 2px solid #0033cc;
  background-color: #ff3333;
  font-size: 1.1rem;
  color: #fff;
  padding: 1.2rem 0.8rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  height: auto;
  line-height: 1.2rem;
}
.develop-info-yellow-en {
  border: 2px solid #ff0000;
  background-color: #ffc000;
  font-size: 1.1rem;
  color: #fff;
  padding: 1.2rem 0.8rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  height: auto;
  line-height: 1.2rem;
}
@media(min-width:992px) {
  .develop-info-blue-en {
    border: 2px solid #ff0000;
    background-color: #00b0f0;
    font-size: 1.1rem;
    color: #fff;
    padding: 1.2rem 0.8rem;
    text-align: center;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    min-height: 145px;
    line-height: 1.2rem;
  }
  .develop-info-red-en {
    border: 2px solid #0033cc;
    background-color: #ff3333;
    font-size: 1.1rem;
    color: #fff;
    padding: 1.2rem 0.8rem;
    text-align: center;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    min-height: 145px;
    line-height: 1.2rem;
  }
  .develop-info-yellow-en {
    border: 2px solid #ff0000;
    background-color: #ffc000;
    font-size: 1.1rem;
    color: #fff;
    padding: 1.2rem 0.8rem;
    text-align: center;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    min-height: 145px;
    line-height: 1.2rem;
  }
}
.develop-info h3.flowbox-title {
  font-size: 1.05rem;
  color: #fff;
  background-color: #00b0f0;
  border-bottom: 2px solid #ff0000;
  text-align: center;
  padding: 0.7rem 0.5rem;
}
.develop-info h3.flowbox-title-y {
  font-size: 1.05rem;
  color: #fff;
  background-color: #ffc000;
  border-bottom: 2px solid #ff0000;
  text-align: center;
  padding: 0.7rem 0.5rem;
}
.develop-info p {
  padding: 0rem 0.5rem 0rem 1.6em;
  text-indent: -1rem;
  line-height: 1.2rem;
  margin-bottom: 0.45rem;
}
.develop-info-en h3.flowbox-title {
  font-size: 1.05rem;
  color: #fff;
  background-color: #00b0f0;
  border-bottom: 2px solid #ff0000;
  text-align: center;
  padding: 0.7rem 0.5rem;
}
.develop-info-en h3.flowbox-title-y {
  font-size: 1.05rem;
  color: #fff;
  background-color: #ffc000;
  border-bottom: 2px solid #ff0000;
  text-align: center;
  padding: 0.7rem 0.5rem;
}
.develop-info-en p {
  line-height: 1.2rem;
  margin-bottom: 0.45rem;
  word-break: break-word;
	padding:0px 0.5rem;
}
.arrow {
  padding: 1rem 0.5rem;
}
.arrow img {
  width: 30px;
  height: auto;
}
@media(min-width:576px) {
  .arrow {
    padding: 0.1rem;
  }
  .arrow img {
    width: 42px;
    height: auto;
  }
  .arrow2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .arrow2 img {
    width: 180px;
    height: auto;
  }
}
@media(min-width:1200px) {
  .arrow2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .arrow2 img {
    width: 215px;
    height: auto;
  }
}
@media(min-width:1920px) {
  .arrow img {
    width: auto;
    height: auto;
  }
  .arrow2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.develop-arrow {
  text-align: center;
  border: transparent;
  padding: 0.7rem;
  margin: auto;
}
article h4 {
  font-size: 1.1rem;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  min-width: 90px;
  text-align: center;
}
.material {
  margin: auto;
  position: relative;
}
.prod-material {
  margin-top: 2rem;
}
.prod-material-mid {
  border: 2px solid #ff0000;
  background-color: #00b0f0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.1rem;
  color: #000;
  font-weight: 300;
  max-width: 120px;
  padding: 1rem 0.5rem;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
}
@media(min-width:768px) {
  .prod-material-mid {
    border: 2px solid #ff0000;
    background-color: #00b0f0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #000;
    font-weight: 300;
    max-width: 220px;
    padding: 1.5rem 2.5rem;
    height: 105px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
/*Products*/
.prods-title {
  font-size: 1.3rem;
}
button.btn-leftside {
  border-radius: 0px;
  padding: 0.55rem 1.3rem;
  width: 100%;
  background-color: #000;
  border-bottom: 2px solid #ff0000;
  font-size: 1rem;
}
#navbarleft .nav-item {
  width: 100%;
}
#navbarleft .nav-link:link, #navbarleft .nav-link:visited {
  border-bottom: 2px solid #ff0000;
  border-top: 1px solid #ccc;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  background-color: #000;
}
#navbarleft .nav-link:hover, #navbarleft .nav-link:active {
  border-bottom: 2px solid transparent;
  border-top: 1px solid #000;
  color: #ff3333;
  width: 100%;
  font-size: 1rem;
  background-color: #333;
}
#navbarleft .nav-link.active {
  border-bottom: 2px solid #ff0000;
  border-top: 1px solid #ccc;
  color: #000;
  width: 100%;
  font-size: 1rem;
  background-color: #ddd;
}
.btn.btn-light {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  text-align: left;
  padding: 0px;
  font-size: 1.1rem;
  font-weight: 100;
}
.btn.btn-light:hover {
  color: #0033cc;
  background-color: transparent;
  border-color: transparent;
  text-align: left;
  padding: 0px;
  font-size: 1.1rem;
  font-weight: 100;
  text-decoration: underline;
}