.home-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 43%;
  height: 80vh;
}
.home-banner .slogan {
  opacity: 0;
  transform: translate(-50%, -30%);
  position: absolute;
  animation: 1s 1s indexbanner forwards;
  top: 45%;
  left: 50%;
  color: #fff;
  font-size: 2.769rem;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}
.home-banner .txt1 {
  display: inline-block;
  padding: 0 0.1em;
  margin-left: 4em;
}
@media screen and (max-width: 768px) {
  .home-banner .txt1 {
    margin-left: 1em;
  }
}
.home-banner .txt2 {
  color: #078D98;
  display: inline-block;
  padding: 0 0.1em;
  margin-left: 4em;
}
@media screen and (max-width: 768px) {
  .home-banner .txt2 {
    margin-left: 1em;
  }
}
.home-banner .txt3 {
  background: #078D98;
  display: inline-block;
  padding: 0 0.1em;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .home-banner .txt3 {
    margin-left: 1em;
  }
}
.home-banner .md-invisible {
  display: none;
}
@media screen and (max-width: 768px) {
  .home-banner .md-invisible {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .home-banner {
    height: 60vh;
  }
  .home-banner .slogan {
    font-size: 1.769rem;
  }
}
@media screen and (max-width: 450px) {
  .home-banner .slogan {
    font-size: 1.8rem;
  }
}

@keyframes indexbanner {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.index-about {
  margin-bottom: 30px;
  padding-top: 60px;
  padding-right: 7%;
  padding-bottom: 60px;
  padding-left: 7%;
  background-color: #EBF1F6;
}
.index-about .col1 > .inner {
  background: #009aa6 url(../images/transparent-lens.png);
}
.index-about .col2 > .inner {
  background: #5bc6e8 url(../images/transparent-bottle.png);
}
.index-about .col3 > .inner {
  background: #72ce9b url(../images/transparent-eye.png);
}
.index-about .item > .inner {
  background-position: right top;
  background-repeat: no-repeat;
}
.index-about .inner {
  border-radius: 10px 10px 80px 10px;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 25px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
}
.index-about h2 {
  color: #fff;
  font-size: 1.385rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
.index-about p {
  color: #fff;
  line-height: 1.7;
  font-size: 0.9rem;
  margin-top: auto;
  width: 100%;
  flex: 1;
}
.index-about .read-more {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 0.538rem;
  position: relative;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: bottom;
}
.index-about .read-more:after {
  position: absolute;
  top: 0px;
  right: -40px;
}
@media screen and (max-width: 650px) {
  .index-about {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.index-prod-outer .title {
  margin-top: 5%;
  margin-bottom: 0;
}
.index-prod-outer .uod {
  padding-bottom: 100%;
}
.index-prod-outer .name {
  color: #908C8C;
  text-align: center;
  width: 100%;
}
.index-prod-outer .prod-list > div {
  display: block;
}
@media screen and (max-width: 650px) {
  .index-prod-outer .title {
    margin-bottom: 5%;
  }
  .index-prod-outer .uod {
    padding-bottom: 60%;
  }
  .index-prod-outer .prod-list > div {
    margin-bottom: 5%;
  }
}

.index-history {
  margin-top: 5%;
  margin-bottom: 1%;
}
.index-history .col {
  position: relative;
}
.index-history .col:hover .txt {
  opacity: 1;
  transform: translateY(0px);
}
.index-history .col:hover .txt {
  opacity: 1;
}
.index-history .col:hover .bg {
  transform: scale(1.1);
}
.index-history .col:hover .inner:after {
  opacity: 1;
}
.index-history .bg {
  width: 100%;
  max-width: initial;
  transition: 300ms all;
  transform: scale(1);
}
.index-history .inner {
  overflow: hidden;
  position: relative;
}
.index-history .inner:after, .index-history .inner .txt {
  background-color: rgba(1, 52, 59, 0.5);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  content: "";
  opacity: 0;
}
.index-history .inner h2 {
  font-weight: 700;
}
.index-history .inner p {
  font-weight: 400;
}
.index-history .inner .txt {
  background: none;
  opacity: 0;
  transform: translateY(100px);
  transition: 500ms all;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .index-history .row-cols-5 > .col:nth-child(1), .index-history .row-cols-5 .col:nth-child(2), .index-history .row-cols-5 .col:nth-child(3) {
    max-width: 33.3%;
    flex: 0 0 33.3%;
    margin-bottom: 3%;
  }
  .index-history .row-cols-5 > .col:nth-child(4), .index-history .row-cols-5 .col:nth-child(5) {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 3%;
  }
  .index-history .bg {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .index-history {
    margin-top: 20%;
  }
  .index-history .row-cols-5 > .col:nth-child(n) {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}

.hot-sales-product h2 {
  font-size: 1.7rem;
  color: #6C6C6C;
  font-weight: 700;
  width: 100%;
  margin-top: 20px;
}
.hot-sales-product p {
  font-size: 16px;
  color: #6C6C6C;
  font-weight: 400;
  line-height: 23.17px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 0;
  width: 100%;
}
.hot-sales-product a {
  font-size: 16px;
  width: 100%;
}
.hot-sales-product .row-detail {
  padding: 50px 44px;
}
.hot-sales-product .row-detail .row-detail-title {
  padding: 10px 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  max-width: 750px;
  color: #6C6C6C;
}
.hot-sales-product .row-detail .row-detail-body {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  text-align: left;
  max-width: 750px;
  color: #6C6C6C;
}
.hot-sales-product .row-detail .row-detail-know-more {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  text-align: left;
  color: #009AA6;
}
.hot-sales-product .row-detail .row-detail-know-more img {
  width: 20px;
  height: 20px;
}
.hot-sales-product .row-detail img {
  max-width: 100%;
}
.hot-sales-product .row-1 {
  position: relative;
  margin: 40px 0;
  width: 1127px;
  height: 489px;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-1 {
    height: fit-content;
  }
}
.hot-sales-product .row-1 .bg-image {
  position: absolute;
  padding-right: 230px;
  bottom: 0;
  left: 0;
  width: 851px;
  height: 420px;
  background: url(/images/index/bg-1.png) no-repeat transparent;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-1 .bg-image {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
}
.hot-sales-product .row-1 .mask-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 492px;
  height: 508px;
  background: url(/images/index/mask-1.png) no-repeat transparent;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-1 .mask-image {
    position: relative;
    width: 100%;
    aspect-ratio: 0.96850394;
    background-size: contain;
  }
}
.hot-sales-product .row-2 {
  position: relative;
  margin: 40px 0;
  width: 1127px;
  height: 489px;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-2 {
    height: fit-content;
  }
}
.hot-sales-product .row-2 .bg-image {
  position: absolute;
  padding-left: 230px;
  bottom: 0;
  right: 0;
  width: 851px;
  height: 420px;
  background: url(/images/index/bg-2.png) no-repeat transparent;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-2 .bg-image {
    position: relative;
    order: 1;
    width: 100%;
    padding: 0 20px;
  }
}
.hot-sales-product .row-2 .mask-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 472px;
  height: 460px;
  background: url(/images/index/mask-2.png) no-repeat transparent;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-2 .mask-image {
    position: relative;
    order: 2;
    width: 100%;
    aspect-ratio: 1.02608696;
    background-size: contain;
  }
}
.hot-sales-product .row-3 {
  position: relative;
  margin: 40px 0;
  width: 1127px;
  height: 489px;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-3 {
    height: fit-content;
  }
}
.hot-sales-product .row-3 .bg-image {
  position: absolute;
  padding-right: 230px;
  bottom: 0;
  left: 0;
  width: 851px;
  height: 420px;
  background: url(/images/index/bg-3.png) no-repeat transparent;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-3 .bg-image {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
}
.hot-sales-product .row-3 .mask-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 472px;
  height: 460px;
  background: url(/images/index/mask-3.png) no-repeat transparent;
}
@media screen and (max-width: 1200px) {
  .hot-sales-product .row-3 .mask-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1.02608696;
    background-size: contain;
  }
}

.index-reference ul {
  color: #6C6C6C;
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-weight: 400;
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.index-reference ul li {
  margin-right: 20px;
}
.index-reference ul li a {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.biotod-container {
  transform: translateY(20rem);
}
@media screen and (max-width: 768px) {
  .biotod-container {
    transform: translateY(0rem);
  }
}

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