<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.attains-header {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.attains-header &gt; .header-top {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.attains-header &gt; .header-navbar {
  background: none;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol {
  display: table;
  margin: 0;
  padding: 0;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li {
  display: table-cell;
  width: 1%;
  position: relative;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li:first-child {
  border-left: none;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li &gt; a {
  color: #333333;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-right: none;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li &gt; a:hover, .attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li &gt; a.active {
  background: none;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li &gt; .nav-dropdown {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  left: 0;
  top: 50px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li &gt; .nav-dropdown &gt; li {
  display: block;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li &gt; .nav-dropdown &gt; li &gt; a {
  display: block;
  color: #333333;
  font-size: 14px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  text-align: center;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li &gt; .nav-dropdown &gt; li:first-child &gt; a {
  border-top: none;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li:hover &gt; .nav-dropdown {
  max-height: 100vh;
}
.attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li:hover &gt; .nav-dropdown &gt; li &gt; a:hover, .attains-header &gt; .header-navbar .header-nav &gt; ol &gt; li:hover &gt; .nav-dropdown &gt; li &gt; a.active {
  background-color: #ffffff;
}

.page-container {
  margin-top: -152px;
  position: relative;
  z-index: 0;
}

.block-feature {
  margin-top: 30px;
}
.block-feature .feature-item &gt; .item-content {
  position: relative;
}
.block-feature .feature-item &gt; .item-content &gt; img {
  width: 100%;
}
.block-feature .feature-item &gt; .item-content &gt; .item-content-mask {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.24);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.block-feature .feature-item &gt; .item-content &gt; .item-content-mask &gt; .mask-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  align-items: center;
}
.block-feature .feature-item &gt; .item-content &gt; .item-content-mask &gt; .mask-content &gt; .mask-title {
  font-size: 21px;
  color: #00ebf6;
}
.block-feature .feature-item &gt; .item-content &gt; .item-content-mask &gt; .mask-content &gt; .mask-desc {
  font-size: 14px;
  margin-top: 20px;
  color: #ffffff;
}
.block-feature .feature-item &gt; .item-content:hover &gt; .item-content-mask {
  visibility: visible;
  opacity: 1;
}
.block-feature .feature-item &gt; .item-name {
  text-align: center;
  padding: 10px 0;
}
.block-feature .feature-item &gt; .item-name &gt; .item-label {
  font-size: 16px;
}

.block-latest-product &gt; .block-title {
  margin: 50px 0 30px;
  font-size: 21px;
  text-align: center;
  color: rgb(19, 175, 163);
}
.block-latest-product &gt; .block-content .product-item {
  border: 1px solid #e7e7e6;
  margin-bottom: 26px;
}
.block-latest-product &gt; .block-content .product-item &gt; .product-preview {
  display: block;
  padding: 15px;
  height: 263px;
}
.block-latest-product &gt; .block-content .product-item &gt; .product-preview &gt; .product-img {
  width: 100%;
  transition: all 0.2s;
}
.block-latest-product &gt; .block-content .product-item &gt; .product-preview:hover &gt; .product-img {
  transform: scale(1.1);
}
.block-latest-product &gt; .block-content .product-item &gt; .product-name {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--bs-body-color);
}

.block-about {
  background-position: center top;
  background-attachment: fixed;
  padding: 80px 0;
}
.block-about &gt; .company-name {
  color: rgb(19, 175, 163);
  font-size: 28px;
  text-align: center;
}
.block-about &gt; .company-desc {
  font-size: 16px;
  width: 50%;
  margin: 50px auto 100px;
  text-align: center;
  line-height: 2;
}
.block-about &gt; .company-items {
  width: 50%;
  margin: 0 auto;
  display: flex;
}
.block-about &gt; .company-items &gt; .company-item {
  flex: 1;
}
.block-about &gt; .company-items &gt; .company-item &gt; .item-title {
  color: rgb(19, 175, 163);
  text-align: center;
  font-size: 34px;
}
.block-about &gt; .company-items &gt; .company-item &gt; .item-desc {
  text-align: center;
}

.block-latest-news .block-title {
  margin: 50px 0;
  font-size: 21px;
  text-align: center;
  color: rgb(19, 175, 163);
}
.block-latest-news .block-inner {
  display: flex;
}
.block-latest-news .block-inner &gt; .block-left {
  width: 37.5%;
}
.block-latest-news .block-inner &gt; .block-left &gt; .img-item &gt; .img-part {
  display: block;
  overflow: hidden;
}
.block-latest-news .block-inner &gt; .block-left &gt; .img-item &gt; .img-part &gt; img {
  width: 100%;
  transition: all 0.3s;
}
.block-latest-news .block-inner &gt; .block-left &gt; .img-item &gt; .img-part:hover &gt; img {
  transform: scale(1.1);
}
.block-latest-news .block-inner &gt; .block-left &gt; .img-item &gt; .content-part &gt; .content-title {
  font-size: 21px;
}
.block-latest-news .block-inner &gt; .block-left &gt; .img-item &gt; .content-part &gt; .content-title &gt; a {
  color: var(--bs-body-color);
}
.block-latest-news .block-inner &gt; .block-left &gt; .img-item &gt; .content-part &gt; .content-title &gt; a:hover {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.block-latest-news .block-inner &gt; .block-left &gt; .img-item &gt; .content-part &gt; .content-sub {
  font-size: 12px;
  color: #969696;
  margin-bottom: 5px;
}
.block-latest-news .block-inner &gt; .block-left &gt; .img-item &gt; .content-part &gt; .content-desc {
  font-size: 14px;
  color: #969696;
}
.block-latest-news .block-inner &gt; .block-right {
  flex: 1;
  margin-left: 36px;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item {
  display: flex;
  border-bottom: 1px dotted #dbd4cd;
  padding: 24px 0 24px 26px;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item:first-child {
  padding-top: 0;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item:last-child {
  border-bottom: none;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item &gt; .news-left {
  width: 66px;
  height: 68px;
  background-color: #63b4c1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item &gt; .news-left &gt; .news-day {
  font-size: 24px;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item &gt; .news-left &gt; .news-date {
  font-size: 13px;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item &gt; .news-right {
  flex: 1;
  margin-left: 26px;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item &gt; .news-right &gt; .news-title {
  font-size: 21px;
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item &gt; .news-right &gt; .news-title &gt; a {
  color: var(--bs-body-color);
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item &gt; .news-right &gt; .news-title &gt; a:hover {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.block-latest-news .block-inner &gt; .block-right &gt; .news-items &gt; .news-item &gt; .news-right &gt; .news-desc {
  font-size: 14px;
  color: #969696;
  margin: 0;
}

.block-cert {
  background-color: rgb(249, 249, 249);
  padding: 30px 0;
  margin-top: 20px;
}
.block-cert .block-cert__inner {
  position: relative;
}
.block-cert .block-cert__inner &gt; .block-prev-btn, .block-cert .block-cert__inner &gt; .block-next-btn {
  position: absolute;
  opacity: 0.2;
  display: block;
  width: 30px;
  height: 48px;
  background-size: 100% 100%;
  top: 50px;
}
.block-cert .block-cert__inner &gt; .block-prev-btn:hover, .block-cert .block-cert__inner &gt; .block-next-btn:hover {
  opacity: 0.5;
}
.block-cert .block-cert__inner &gt; .block-prev-btn {
  background: url(../images/sprite-l.png) no-repeat;
  left: 0;
}
.block-cert .block-cert__inner &gt; .block-next-btn {
  background: url(../images/sprite-r.png) no-repeat;
  right: 0;
}
.block-cert .block-cert__inner .cert-items .cert-item {
  /*width: 280px;*/
  padding: 10px;
}
.block-cert .block-cert__inner .cert-items .cert-item &gt; .cert-img img {
  width: 100%;

    height: 385px;
}
.block-cert .block-cert__inner .cert-items .cert-item &gt; .cert-name {
  text-align: center;
  margin-bottom: 0;
}
.block-cert .block-cert__inner .cert-items .cert-item &gt; .cert-name &gt; .cert-name__text {
  font-size: 12px;
}

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

</pre></body></html>