.attains-header {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.attains-header > .header-top {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.attains-header > .header-navbar {
  background: none;
}
.attains-header > .header-navbar .header-nav > ol {
  display: table;
  margin: 0;
  padding: 0;
}
.attains-header > .header-navbar .header-nav > ol > li {
  display: table-cell;
  width: 1%;
  position: relative;
}
.attains-header > .header-navbar .header-nav > ol > li:first-child {
  border-left: none;
}
.attains-header > .header-navbar .header-nav > ol > li > a {
  color: #333333;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-right: none;
}
.attains-header > .header-navbar .header-nav > ol > li > a:hover, .attains-header > .header-navbar .header-nav > ol > li > a.active {
  background: none;
}
.attains-header > .header-navbar .header-nav > ol > li > .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 > .header-navbar .header-nav > ol > li > .nav-dropdown > li {
  display: block;
}
.attains-header > .header-navbar .header-nav > ol > li > .nav-dropdown > li > 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 > .header-navbar .header-nav > ol > li > .nav-dropdown > li:first-child > a {
  border-top: none;
}
.attains-header > .header-navbar .header-nav > ol > li:hover > .nav-dropdown {
  max-height: 100vh;
}
.attains-header > .header-navbar .header-nav > ol > li:hover > .nav-dropdown > li > a:hover, .attains-header > .header-navbar .header-nav > ol > li:hover > .nav-dropdown > li > a.active {
  background-color: #ffffff;
}

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

.block-feature {
  margin-top: 30px;
}
.block-feature .feature-item > .item-content {
  position: relative;
}
.block-feature .feature-item > .item-content > img {
  width: 100%;
}
.block-feature .feature-item > .item-content > .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 > .item-content > .item-content-mask > .mask-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  align-items: center;
}
.block-feature .feature-item > .item-content > .item-content-mask > .mask-content > .mask-title {
  font-size: 21px;
  color: #00ebf6;
}
.block-feature .feature-item > .item-content > .item-content-mask > .mask-content > .mask-desc {
  font-size: 14px;
  margin-top: 20px;
  color: #ffffff;
}
.block-feature .feature-item > .item-content:hover > .item-content-mask {
  visibility: visible;
  opacity: 1;
}
.block-feature .feature-item > .item-name {
  text-align: center;
  padding: 10px 0;
}
.block-feature .feature-item > .item-name > .item-label {
  font-size: 16px;
}

.block-latest-product > .block-title {
  margin: 50px 0 30px;
  font-size: 21px;
  text-align: center;
  color: rgb(19, 175, 163);
}
.block-latest-product > .block-content .product-item {
  border: 1px solid #e7e7e6;
  margin-bottom: 26px;
}
.block-latest-product > .block-content .product-item > .product-preview {
  display: block;
  padding: 15px;
  height: 263px;
}
.block-latest-product > .block-content .product-item > .product-preview > .product-img {
  width: 100%;
  transition: all 0.2s;
}
.block-latest-product > .block-content .product-item > .product-preview:hover > .product-img {
  transform: scale(1.1);
}
.block-latest-product > .block-content .product-item > .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 > .company-name {
  color: rgb(19, 175, 163);
  font-size: 28px;
  text-align: center;
}
.block-about > .company-desc {
  font-size: 16px;
  width: 50%;
  margin: 50px auto 100px;
  text-align: center;
  line-height: 2;
}
.block-about > .company-items {
  width: 50%;
  margin: 0 auto;
  display: flex;
}
.block-about > .company-items > .company-item {
  flex: 1;
}
.block-about > .company-items > .company-item > .item-title {
  color: rgb(19, 175, 163);
  text-align: center;
  font-size: 34px;
}
.block-about > .company-items > .company-item > .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 > .block-left {
  width: 37.5%;
}
.block-latest-news .block-inner > .block-left > .img-item > .img-part {
  display: block;
  overflow: hidden;
}
.block-latest-news .block-inner > .block-left > .img-item > .img-part > img {
  width: 100%;
  transition: all 0.3s;
}
.block-latest-news .block-inner > .block-left > .img-item > .img-part:hover > img {
  transform: scale(1.1);
}
.block-latest-news .block-inner > .block-left > .img-item > .content-part > .content-title {
  font-size: 21px;
}
.block-latest-news .block-inner > .block-left > .img-item > .content-part > .content-title > a {
  color: var(--bs-body-color);
}
.block-latest-news .block-inner > .block-left > .img-item > .content-part > .content-title > a:hover {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.block-latest-news .block-inner > .block-left > .img-item > .content-part > .content-sub {
  font-size: 12px;
  color: #969696;
  margin-bottom: 5px;
}
.block-latest-news .block-inner > .block-left > .img-item > .content-part > .content-desc {
  font-size: 14px;
  color: #969696;
}
.block-latest-news .block-inner > .block-right {
  flex: 1;
  margin-left: 36px;
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item {
  display: flex;
  border-bottom: 1px dotted #dbd4cd;
  padding: 24px 0 24px 26px;
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item:first-child {
  padding-top: 0;
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item:last-child {
  border-bottom: none;
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item > .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 > .block-right > .news-items > .news-item > .news-left > .news-day {
  font-size: 24px;
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item > .news-left > .news-date {
  font-size: 13px;
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item > .news-right {
  flex: 1;
  margin-left: 26px;
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item > .news-right > .news-title {
  font-size: 21px;
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item > .news-right > .news-title > a {
  color: var(--bs-body-color);
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item > .news-right > .news-title > a:hover {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.block-latest-news .block-inner > .block-right > .news-items > .news-item > .news-right > .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 > .block-prev-btn, .block-cert .block-cert__inner > .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 > .block-prev-btn:hover, .block-cert .block-cert__inner > .block-next-btn:hover {
  opacity: 0.5;
}
.block-cert .block-cert__inner > .block-prev-btn {
  background: url(../images/sprite-l.png) no-repeat;
  left: 0;
}
.block-cert .block-cert__inner > .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 > .cert-img img {
  width: 100%;

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

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