/* _content/ERP.CMS/Views/Components/Contact/Default/1.cshtml.rz.scp.css */
.contact-default-1[b-c33t6veea8] {
  width: 100%;
}
.contact-default-1 .option-value[b-c33t6veea8] {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}
.contact-default-1 .option-value i[b-c33t6veea8] {
  color: #fff;
  background-color: rgb(136, 136, 136);
  padding: 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 5px;
}
.contact-default-1 .option-value span[b-c33t6veea8] {
  color: #000;
}
.contact-default-1 .option-value span a[b-c33t6veea8] {
  color: #000;
}
.contact-default-1 .option-value span a:hover[b-c33t6veea8] {
  text-decoration: underline;
}
.contact-default-1 .main[b-c33t6veea8] {
  padding: 2rem 0;
}
.contact-default-1 .main .info-contact[b-c33t6veea8] {
  border-radius: 5px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-default-1 .main .info-contact .option[b-c33t6veea8] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}
.contact-default-1 .main .info-contact .option .company-name[b-c33t6veea8] {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.contact-default-1 .main .info-contact .social[b-c33t6veea8] {
  position: absolute;
  right: -12px;
  top: 30%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact-default-1 .main .info-contact .social i[b-c33t6veea8] {
  font-size: 1rem;
  width: 25px;
  height: 25px;
  background-color: #ed1c24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.contact-default-1 .main .info-contact .social i:hover[b-c33t6veea8] {
  background-color: #ef6167;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.contact-default-1 .main .form-contact[b-c33t6veea8] {
  padding: 0rem 4rem;
}
.contact-default-1 .main .form-contact .title[b-c33t6veea8] {
  color: #ed1c24;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-default-1 .main .form-contact .description[b-c33t6veea8] {
  text-align: center;
  padding: 1rem;
}
.contact-default-1 .main .form-contact .form-controls[b-c33t6veea8] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-default-1 .main .form-contact .form-controls .form-control[b-c33t6veea8] {
  width: 100%;
  position: relative;
  border: none;
}
.contact-default-1 .main .form-contact .form-controls .form-control input[type=text][b-c33t6veea8], .contact-default-1 .main .form-contact .form-controls .form-control input[type=email][b-c33t6veea8] {
  width: 100%;
  padding-left: 25px;
  border: none;
  outline: none;
  transition: all 0.5s;
  border-bottom: 2px solid #c3c3c3;
}
.contact-default-1 .main .form-contact .form-controls .form-control input[type=text]:hover[b-c33t6veea8], .contact-default-1 .main .form-contact .form-controls .form-control input[type=text]:focus[b-c33t6veea8], .contact-default-1 .main .form-contact .form-controls .form-control input[type=text]:focus-visible[b-c33t6veea8], .contact-default-1 .main .form-contact .form-controls .form-control input[type=text]:active[b-c33t6veea8], .contact-default-1 .main .form-contact .form-controls .form-control input[type=email]:hover[b-c33t6veea8], .contact-default-1 .main .form-contact .form-controls .form-control input[type=email]:focus[b-c33t6veea8], .contact-default-1 .main .form-contact .form-controls .form-control input[type=email]:focus-visible[b-c33t6veea8], .contact-default-1 .main .form-contact .form-controls .form-control input[type=email]:active[b-c33t6veea8] {
  border-bottom: 2px solid #202020;
}
.contact-default-1 .main .form-contact .form-controls .form-control i[b-c33t6veea8] {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 1rem;
}
.contact-default-1 .main .form-contact .form-controls .message[b-c33t6veea8] {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.contact-default-1 .main .form-contact .form-controls .message label[b-c33t6veea8] {
  position: absolute;
  font-weight: bold;
  top: -5px;
  left: 2rem;
  background-color: #fff;
  font-size: 0.95rem;
  color: rgb(73, 73, 73);
  padding: 0rem 1.5rem;
}
.contact-default-1 .main .form-contact .form-controls .message textarea[b-c33t6veea8] {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  border-color: #c3c3c3;
  padding: 1rem;
}
.contact-default-1 .main .form-contact .form-controls .submit[b-c33t6veea8] {
  text-align: center;
}
.contact-default-1 .main .form-contact .form-controls .submit button[b-c33t6veea8] {
  background-color: #ed1c24;
}
.contact-default-1 .main .form-contact .form-controls .submit button:hover[b-c33t6veea8] {
  background-color: #bb0309;
}
.contact-default-1 .brands[b-c33t6veea8] {
  padding: 2rem 0;
}
.contact-default-1 .brands .title[b-c33t6veea8] {
  font-weight: bold;
  font-size: 2rem;
  color: #ed1c24;
  margin-bottom: 1rem;
}
.contact-default-1 .brands .brand[b-c33t6veea8] {
  padding: 2rem 0;
}
.contact-default-1 .brands .brand .info[b-c33t6veea8] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1rem;
  padding: 0 1rem;
}
.contact-default-1 .brands .brand .info .name[b-c33t6veea8] {
  font-weight: bold;
  font-size: 1.5rem;
}
.contact-default-1 .brands .brand .info .option[b-c33t6veea8] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media only screen and (max-width: 480px) {
  .contact-default-1 .main[b-c33t6veea8] {
    margin: 1rem;
  }
  .contact-default-1 .main .info-contact .social[b-c33t6veea8] {
    position: relative;
    top: 0;
    flex-direction: row;
    padding: 0.5rem 0.6rem;
    gap: 1rem;
  }
  .contact-default-1 .main .form-contact[b-c33t6veea8] {
    margin-bottom: 2rem;
    padding: 1rem;
  }
  .contact-default-1 .brands .brand .info[b-c33t6veea8] {
    margin-top: 1rem;
  }
}
/* _content/ERP.CMS/Views/Components/Custom/Default/2.cshtml.rz.scp.css */
/* _content/ERP.CMS/Views/Components/FeaturedPost/Default/1.cshtml.rz.scp.css */
.featured-post-1 .header .name[b-xlrhzx8uhm] {
  font-family: "Helveticaneue-Bold";
  font-size: 1.5rem;
  color: #ed1c24;
  text-transform: uppercase;
}
.featured-post-1 .header .separator[b-xlrhzx8uhm] {
  border-bottom: 2px solid rgba(128, 128, 128, 0.453);
  margin: 1rem 0 2rem;
}
.featured-post-1 .posts[b-xlrhzx8uhm] {
  display: flex;
}
.featured-post-1 .posts .featured-post .post[b-xlrhzx8uhm] {
  border: none;
}
.featured-post-1 .posts .featured-post .post:hover[b-xlrhzx8uhm] {
  border: none;
}
.featured-post-1 .posts .featured-post .post .image[b-xlrhzx8uhm] {
  margin-bottom: 1rem;
}
.featured-post-1 .posts .new-posts .post .row[b-xlrhzx8uhm] {
  align-items: center;
}
.featured-post-1 .posts .new-posts .post .image[b-xlrhzx8uhm] {
  background-color: #efefef;
  padding: 1rem;
}
.featured-post-1 .posts .post[b-xlrhzx8uhm] {
  border: 3px solid #fff;
  margin-bottom: 1rem;
}
.featured-post-1 .posts .post:hover[b-xlrhzx8uhm] {
  border: 3px solid #efefef;
}
.featured-post-1 .posts .post .image[b-xlrhzx8uhm] {
  width: 100%;
}
.featured-post-1 .posts .post .image a img[b-xlrhzx8uhm] {
  width: 100%;
}
.featured-post-1 .posts .post .text[b-xlrhzx8uhm] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.featured-post-1 .posts .post .text .category a[b-xlrhzx8uhm] {
  color: #ed1c24;
}
.featured-post-1 .posts .post .text .category a:hover[b-xlrhzx8uhm] {
  text-decoration: underline;
}
.featured-post-1 .posts .post .text .title a[b-xlrhzx8uhm] {
  font-family: "Helveticaneue-Bold";
  color: #000;
}
.featured-post-1 .posts .post .text .title a:hover[b-xlrhzx8uhm] {
  text-decoration: underline;
}
.featured-post-1 .posts .post .text .separator[b-xlrhzx8uhm] {
  border-bottom: 2px solid rgba(128, 128, 128, 0.453);
  width: 100px;
  margin: 0.3rem 0;
}
@media only screen and (max-width: 768px) {
  .featured-post-1 .posts .post[b-xlrhzx8uhm] {
    margin-bottom: 2rem;
  }
}
/* _content/ERP.CMS/Views/Components/Footer/Default/1.cshtml.rz.scp.css */
.footer-1[b-mijb6zdo0l] {
  background-image: url("http://admin.hainamtech.vn/Files/Images/Template/Components/footer-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2rem 0;
}
.footer-1 .info[b-mijb6zdo0l] {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-1 .info a[b-mijb6zdo0l] {
  color: #ffffff;
}
.footer-1 .info a:hover[b-mijb6zdo0l] {
  text-decoration: underline;
}
.footer-1 .info .company-name[b-mijb6zdo0l] {
  color: #ed1c24;
  font-weight: bold;
}
.footer-1 .separator[b-mijb6zdo0l] {
  border-bottom: 2px solid rgba(255, 255, 255, 0.453);
  width: 150px;
  margin: 1rem 0;
  padding: 0.5rem;
}

@media only screen and (max-width: 480px) {
  .footer-1[b-mijb6zdo0l] {
    text-align: center;
  }
  .footer-1 .separator[b-mijb6zdo0l] {
    margin: 0px auto;
  }
  .footer-1 .social[b-mijb6zdo0l] {
    margin: 1rem auto;
    display: flex;
    justify-content: center;
  }
}
/* _content/ERP.CMS/Views/Components/NavigationMenu/Default/1.cshtml.rz.scp.css */
#menu-desktop[b-5lgcy963yu] {
  height: 60px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  top: 0;
  width: 100%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  position: -webkit-sticky;
  position: sticky;
}
#menu-desktop .menu[b-5lgcy963yu] {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  overflow-x: clip;
}
#menu-desktop .menu .logo[b-5lgcy963yu] {
  height: 60px;
  padding: 0.6rem;
}
#menu-desktop .menu nav[b-5lgcy963yu] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
#menu-desktop .menu nav ul[b-5lgcy963yu] {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#menu-desktop .menu nav ul li a[b-5lgcy963yu] {
  text-decoration: none;
  color: #231f20;
}
#menu-desktop .menu nav > ul[b-5lgcy963yu] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2rem;
  height: 60px;
}
#menu-desktop .menu nav > ul > .active[b-5lgcy963yu] {
  background-color: #ed1c24;
}
#menu-desktop .menu nav > ul > .active > a[b-5lgcy963yu] {
  color: #fff;
}
#menu-desktop .menu nav > ul > li[b-5lgcy963yu] {
  padding: 0.2rem 0.7rem;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
}
#menu-desktop .menu nav > ul > li:hover[b-5lgcy963yu] {
  background-color: #ed1c24;
}
#menu-desktop .menu nav > ul > li:hover > a[b-5lgcy963yu] {
  color: #fff;
}
#menu-desktop .menu nav > ul > li:hover .mega-menu[b-5lgcy963yu] {
  visibility: visible;
  opacity: 1;
}
#menu-desktop .menu nav > ul > li .mega-menu[b-5lgcy963yu] {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
  width: 100%;
  z-index: 99;
  position: absolute;
  top: calc(100% - 1rem);
  left: 50%;
  display: flex;
  justify-content: center;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer[b-5lgcy963yu] {
  left: -50%;
  position: relative;
  padding-top: 1rem;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer > ul[b-5lgcy963yu] {
  background-color: #fff;
  border: 1px solid rgb(187, 187, 187);
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer > ul > li > ul[b-5lgcy963yu] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer > ul > li > ul .title-menu[b-5lgcy963yu] {
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer > ul > li > ul .title-menu:hover a[b-5lgcy963yu]::before {
  content: none;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer > ul > li > ul .title-menu a[b-5lgcy963yu] {
  color: #ed1c24;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer > ul > li > ul li[b-5lgcy963yu] {
  white-space: nowrap;
  position: relative;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer > ul > li > ul li:hover a[b-5lgcy963yu]::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  left: -13px;
}
#menu-desktop .menu nav > ul > li .mega-menu .buffer > ul > li > ul .active a[b-5lgcy963yu]::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  left: -13px;
}
#menu-desktop .menu nav .search[b-5lgcy963yu] {
  position: relative;
  width: 170px;
}
#menu-desktop .menu nav .search input[type=text][b-5lgcy963yu] {
  height: 1.8rem;
  border-radius: 15px;
  font-size: 0.75rem;
  width: 100%;
}
#menu-desktop .menu nav .search button[b-5lgcy963yu] {
  position: absolute;
  right: 1rem;
  top: 0.35rem;
  border: unset;
  padding: 0;
  margin: 0;
  background: unset;
  font-size: 0.75rem;
}
#menu-desktop .menu nav .language[b-5lgcy963yu] {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
#menu-desktop .menu nav .language .flag[b-5lgcy963yu] {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#menu-mobile[b-5lgcy963yu] {
  height: 60px;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}
#menu-mobile .logo[b-5lgcy963yu] {
  height: 50px;
}
#menu-mobile .button[b-5lgcy963yu] {
  color: #ed1c24;
  width: 30px;
}
/* _content/ERP.CMS/Views/Components/PostList/Default/1.cshtml.rz.scp.css */
.post-list-default-1[b-nxnffuqwhx] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-list-default-1 .name[b-nxnffuqwhx] {
  color: #ed1c24;
  font-size: 2rem;
  font-weight: bold;
}
.post-list-default-1 .posts[b-nxnffuqwhx] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-list-default-1 .posts .post[b-nxnffuqwhx] {
  border-bottom: 1px solid rgb(235, 235, 235);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
.post-list-default-1 .posts .post .image[b-nxnffuqwhx] {
  width: 100%;
}
.post-list-default-1 .posts .post .image a img[b-nxnffuqwhx] {
  width: 100%;
}
.post-list-default-1 .posts .post .text[b-nxnffuqwhx] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.post-list-default-1 .posts .post .text .title[b-nxnffuqwhx] {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post-list-default-1 .posts .post .text .title a[b-nxnffuqwhx] {
  color: #000;
  font-weight: bold;
}
.post-list-default-1 .posts .post .text .title a:hover[b-nxnffuqwhx] {
  color: #ed1c24;
  text-decoration: underline;
}
.post-list-default-1 .posts .post .text .description[b-nxnffuqwhx] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post-list-default-1 .posts .post .text .more[b-nxnffuqwhx] {
  font-size: 0.8rem;
}
.post-list-default-1 .posts .post .text .more .time[b-nxnffuqwhx] {
  font-size: 0.9em;
  color: rgb(128, 128, 128);
  font-style: italic;
}
.post-list-default-1 .posts .post .text .more .show-more a[b-nxnffuqwhx] {
  color: #ed1c24;
}
.post-list-default-1 .posts .post .text .more .show-more a:hover[b-nxnffuqwhx] {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .post-list-default-1 .posts .post[b-nxnffuqwhx] {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
  }
  .post-list-default-1 .posts .post .image[b-nxnffuqwhx] {
    flex: 1;
    width: 30%;
  }
  .post-list-default-1 .posts .post .text[b-nxnffuqwhx] {
    width: 70%;
  }
  .post-list-default-1 .posts .post .text .description[b-nxnffuqwhx] {
    margin-bottom: 1rem;
  }
}
/* _content/ERP.CMS/Views/Components/PostList/Default/2.cshtml.rz.scp.css */
.post-list-default-1[b-odqcb0on8w] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 0;
}
.post-list-default-1 .name[b-odqcb0on8w] {
  color: #ed1c24;
  font-size: 2rem;
  font-weight: bold;
}
.post-list-default-1 .posts .post[b-odqcb0on8w] {
  padding: 1rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.post-list-default-1 .posts .post:hover[b-odqcb0on8w] {
  background-color: #f1f2f2;
}
.post-list-default-1 .posts .post .main-content .title[b-odqcb0on8w] {
  font-size: 1.3rem;
}
.post-list-default-1 .posts .post .main-content .title a[b-odqcb0on8w] {
  color: #000;
  font-weight: bold;
}
.post-list-default-1 .posts .post .main-content .title a:hover[b-odqcb0on8w] {
  color: #ed1c24;
  text-decoration: underline;
}
.post-list-default-1 .posts .post .main-content .description[b-odqcb0on8w] {
  color: #000;
  font-size: 1rem;
}
.post-list-default-1 .posts .post .main-content .more[b-odqcb0on8w] {
  font-size: 0.8rem;
  font-style: italic;
  color: rgb(110, 110, 110);
}
.post-list-default-1 .posts .post .button a[b-odqcb0on8w] {
  background: #ed1c24;
}
.post-list-default-1 .posts .post .button a:hover[b-odqcb0on8w] {
  background-color: #ee4e53;
}

@media only screen and (max-width: 480px) {
  .post-list-default-1 .posts .post[b-odqcb0on8w] {
    flex-direction: column;
  }
}
/* _content/ERP.CMS/Views/Components/PostList/PostListSidebar/1.cshtml.rz.scp.css */
.post-list-sidebar-1[b-gy19bmfl0z] {
  border: 2px solid #414042;
  border-radius: 5px;
  background-color: #f1f2f2;
  display: flex;
  flex-direction: column;
}
.post-list-sidebar-1 .name[b-gy19bmfl0z] {
  background-color: #414042;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-family: "Helveticaneue-Bold";
}
.post-list-sidebar-1 .posts[b-gy19bmfl0z] {
  padding: 1rem 0;
}
.post-list-sidebar-1 .posts .post[b-gy19bmfl0z] {
  border-bottom: 1px solid rgb(228, 228, 228);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem 1rem;
}
.post-list-sidebar-1 .posts .post:last-child[b-gy19bmfl0z] {
  border-bottom: none;
}
.post-list-sidebar-1 .posts .post .title a[b-gy19bmfl0z] {
  font-family: "Helveticaneue-Bold";
  color: #414042;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-list-sidebar-1 .posts .post .title a:hover[b-gy19bmfl0z] {
  text-decoration: underline;
  color: #ed1c24;
}
.post-list-sidebar-1 .posts .post .time[b-gy19bmfl0z] {
  color: #808285;
  font-size: 0.7rem;
}

@media only screen and (min-width: 768px) {
  .post .image[b-gy19bmfl0z] {
    height: 67px;
    overflow: hidden;
  }
  .post .image img[b-gy19bmfl0z] {
    width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/Carousel/1.cshtml.rz.scp.css */
.carousel-1[b-a4knba6vcb] {
  gap: 1rem;
}
.carousel-1 .title[b-a4knba6vcb] {
  font-size: 2rem;
  color: #ed1c24;
  font-weight: bold;
}
.carousel-1 .carousel .carousel-inner .carousel-item img[b-a4knba6vcb] {
  -webkit-animation: zoomUp 15s;
          animation: zoomUp-b-a4knba6vcb 15s;
}
@-webkit-keyframes zoomUp {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
@keyframes zoomUp-b-a4knba6vcb {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
/* _content/ERP.CMS/Views/Components/Primary/FooterMenu/1.cshtml.rz.scp.css */
.footer-menu-1 .group-link .title[b-g9bdfmi8sg] {
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.footer-menu-1 .group-link .links[b-g9bdfmi8sg] {
  padding: 0 0 0 5px;
  margin: 0;
}
.footer-menu-1 .group-link .links li[b-g9bdfmi8sg] {
  list-style: none;
  margin-bottom: 3px;
}
.footer-menu-1 .group-link .links li[b-g9bdfmi8sg]::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0da";
  color: #ffffff;
  font-size: 0.6rem;
  margin-right: 10px;
}
.footer-menu-1 .group-link .links li a[b-g9bdfmi8sg] {
  color: #fff;
}
.footer-menu-1 .group-link .links li a:hover[b-g9bdfmi8sg] {
  text-decoration: underline;
}
/* _content/ERP.CMS/Views/Components/Primary/Partners/1.cshtml.rz.scp.css */
.partners-1[b-sae4ty475x] {
  padding: 1.5rem 0;
}
.partners-1 .header[b-sae4ty475x] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.partners-1 .header .title[b-sae4ty475x] {
  font-family: "Helveticaneue-Bold";
  font-size: 1.5rem;
  color: #ed1c24;
  text-transform: uppercase;
}
.partners-1 .header .separator[b-sae4ty475x] {
  width: 200px;
  border-bottom: 2px solid rgba(128, 128, 128, 0.453);
}
.partners-1 .header .description[b-sae4ty475x] {
  text-align: center;
  max-width: 60%;
}
.partners-1 .detail[b-sae4ty475x] {
  display: flex;
  gap: 2rem;
  width: 100%;
  align-items: center;
}
/* _content/ERP.CMS/Views/Components/Primary/ProductFeatures/1.cshtml.rz.scp.css */
.product-features-1[b-nr71oiy9ck] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.product-features-1 .body[b-nr71oiy9ck] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.product-features-1 .body .feature[b-nr71oiy9ck] {
  display: flex;
  flex-direction: column;
  width: 20%;
  align-items: center;
  justify-content: start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.product-features-1 .body .feature:hover[b-nr71oiy9ck] {
  cursor: pointer;
}
.product-features-1 .body .feature:hover .image[b-nr71oiy9ck] {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.product-features-1 .body .feature:hover .name[b-nr71oiy9ck] {
  color: #000;
}
.product-features-1 .body .feature .image[b-nr71oiy9ck] {
  position: relative;
  border-width: 2px;
  border-style: solid;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
  transition: all 0.5s;
}
.product-features-1 .body .feature .image .arrow-1[b-nr71oiy9ck],
.product-features-1 .body .feature .image .arrow-2[b-nr71oiy9ck] {
  top: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  transform: rotate(180deg);
}
.product-features-1 .body .feature .image .arrow-1[b-nr71oiy9ck] {
  border-bottom-color: #ebebeb;
  border-width: 13px;
  left: 50%;
  margin-left: -13px;
  margin-top: -3px;
  z-index: 2;
}
.product-features-1 .body .feature .image .arrow-2[b-nr71oiy9ck] {
  border-width: 13px;
  left: 50%;
  margin-left: -13px;
}
.product-features-1 .body .feature .image img[b-nr71oiy9ck] {
  height: 60%;
}
.product-features-1 .body .feature .name[b-nr71oiy9ck] {
  color: #929497;
  font-size: 1.1rem;
  text-align: center;
  padding: 0 1rem;
  transition: all 0.5s;
}
/* _content/ERP.CMS/Views/Components/Primary/ProductFeatures/2.cshtml.rz.scp.css */
.product-features-2[b-uwkoxu37fm] {
  padding: 1.5rem 0;
}
.product-features-2 .body[b-uwkoxu37fm] {
  padding-top: 1rem;
}
.product-features-2 .body .feature[b-uwkoxu37fm] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 2rem;
  padding: 1rem;
  transition: all 0.5s;
}
.product-features-2 .body .feature:hover[b-uwkoxu37fm] {
  cursor: pointer;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.product-features-2 .body .feature .feature-header[b-uwkoxu37fm] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.product-features-2 .body .feature .feature-header .title[b-uwkoxu37fm] {
  font-size: 1rem;
  font-weight: bold;
}
/* _content/ERP.CMS/Views/Components/Primary/ProductIntro/1.cshtml.rz.scp.css */
.product-intro-1[b-h911mjul75] {
  background-color: #231f20;
  color: #ffffff;
  padding: 2rem 0 4rem;
}
.product-intro-1 .image[b-h911mjul75] {
  text-align: right;
}
.product-intro-1 .info .header[b-h911mjul75] {
  border: 2px solid gray;
  max-width: 90%;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.product-intro-1 .info .header .name[b-h911mjul75] {
  font-size: 1.5rem;
}
.product-intro-1 .info .description[b-h911mjul75] {
  margin-bottom: 1rem;
}
.product-intro-1 .info .less-feature ul li[b-h911mjul75] {
  list-style: none;
}
.product-intro-1 .info .less-feature ul li[b-h911mjul75]::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  margin-right: 7px;
  font-size: 0.65rem;
}
.product-intro-1 .order-button a[b-h911mjul75] {
  font-size: 1.5rem;
}
/* _content/ERP.CMS/Views/Components/Primary/ProductList/1.cshtml.rz.scp.css */
.post-product-1[b-i1yw46uw88] {
  padding: 1.5rem 0;
}
.post-product-1 .products[b-i1yw46uw88] {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.post-product-1 .products .background[b-i1yw46uw88] {
  position: absolute;
  z-index: 1;
  background-color: #000;
  width: 110%;
  height: 60%;
  border-radius: 50%;
}
.post-product-1 .products .info[b-i1yw46uw88] {
  position: absolute;
  z-index: 5;
}
.post-product-1 .products .info .row[b-i1yw46uw88] {
  margin: 0;
}
.post-product-1 .products .info .row .col-md-6[b-i1yw46uw88] {
  padding: 0;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item[b-i1yw46uw88] {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ededed;
  transition: all 0.5s;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item:hover[b-i1yw46uw88] {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item:hover .image[b-i1yw46uw88] {
  transform: rotate(-10deg);
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .image[b-i1yw46uw88] {
  height: 190px;
  transition: transform 0.5s;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content[b-i1yw46uw88] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content .title[b-i1yw46uw88] {
  height: 30px;
  overflow: hidden;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content .title a[b-i1yw46uw88] {
  font-family: "Helveticaneue-Bold";
  font-size: 1.2rem;
  color: #ed1c24;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content .title a:hover[b-i1yw46uw88] {
  color: #fa474d;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content .separator[b-i1yw46uw88] {
  border-bottom: 1px solid #ed1c24;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content .description[b-i1yw46uw88] {
  margin-bottom: 1rem;
  height: 90px;
  overflow: hidden;
  text-align: justify;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content .show-detail[b-i1yw46uw88] {
  margin-bottom: 1rem;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content .show-detail a[b-i1yw46uw88] {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.post-product-1 .products .info .row .col-md-6 .post-product-item .content .show-detail a:hover[b-i1yw46uw88] {
  background-color: #fa474d;
}
.post-product-1 .products .info .row .col-md-6:nth-child(1)[b-i1yw46uw88] {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.post-product-1 .products .info .row .col-md-6:nth-child(1) .code[b-i1yw46uw88] {
  color: #fff;
}
.post-product-1 .products .info .row .col-md-6:nth-child(1) .description[b-i1yw46uw88] {
  color: #fff;
}
.post-product-1 .products .info .row .col-md-6:nth-child(2)[b-i1yw46uw88] {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
}
.post-product-1 .products .info .row .col-md-6:nth-child(2) .post-product-item[b-i1yw46uw88] {
  background-color: #fff;
}
.post-product-1 .products .info .row .col-md-6:nth-child(3)[b-i1yw46uw88] {
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}
.post-product-1 .products .info .row .col-md-6:nth-child(3) .post-product-item[b-i1yw46uw88] {
  background-color: #fff;
}
.post-product-1 .products .info .row .col-md-6:nth-child(4)[b-i1yw46uw88] {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}

@media only screen and (max-width: 480px) {
  .post-product .products[b-i1yw46uw88] {
    height: auto;
  }
  .post-product .products .background[b-i1yw46uw88] {
    display: none;
  }
  .post-product .products .info[b-i1yw46uw88] {
    position: relative;
  }
  .post-product .products .info .row .col-md-6 .post-product-item .code[b-i1yw46uw88],
.post-product .products .info .row .col-md-6 .post-product-item .description[b-i1yw46uw88] {
    height: auto;
    color: #000;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/ProductList/2.cshtml.rz.scp.css */
.post-product-2[b-rz1fevaxzi] {
  padding: 1.5rem 0;
}
.post-product-2 .products .post-product-item[b-rz1fevaxzi] {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ededed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 10px;
  padding: 2rem 0;
  margin-bottom: 2rem;
  transition: box-shadow 0.5s;
}
.post-product-2 .products .post-product-item:hover[b-rz1fevaxzi] {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.post-product-2 .products .post-product-item .image[b-rz1fevaxzi] {
  height: 220px;
}
.post-product-2 .products .post-product-item .content[b-rz1fevaxzi] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}
.post-product-2 .products .post-product-item .content .title[b-rz1fevaxzi] {
  height: 30px;
  overflow: hidden;
}
.post-product-2 .products .post-product-item .content .title a[b-rz1fevaxzi] {
  font-family: "Helveticaneue-Bold";
  font-size: 1.2rem;
  color: #ed1c24;
}
.post-product-2 .products .post-product-item .content .title a:hover[b-rz1fevaxzi] {
  color: #fa474d;
}
.post-product-2 .products .post-product-item .content .separator[b-rz1fevaxzi] {
  border-bottom: 1px solid #ed1c24;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.post-product-2 .products .post-product-item .content .description[b-rz1fevaxzi] {
  margin-bottom: 1rem;
  height: 90px;
  overflow: hidden;
  text-align: justify;
}
.post-product-2 .products .post-product-item .content .show-detail a[b-rz1fevaxzi] {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.post-product-2 .products .post-product-item .content .show-detail a:hover[b-rz1fevaxzi] {
  background-color: #fa474d;
}
/* _content/ERP.CMS/Views/Components/Primary/ProductList/3.cshtml.rz.scp.css */
.product-list-3[b-wzuyyf8ua5] {
  padding: 1.5rem 0;
}
.product-list-3 .products .product[b-wzuyyf8ua5] {
  overflow: hidden;
  margin-bottom: 3rem;
}
.product-list-3 .products .product:hover[b-wzuyyf8ua5] {
  cursor: pointer;
}
.product-list-3 .products .product:hover .product-header[b-wzuyyf8ua5] {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.product-list-3 .products .product:hover .content .separator[b-wzuyyf8ua5] {
  border-bottom: 2px solid #ed1c24;
}
.product-list-3 .products .product:hover .content .specifications[b-wzuyyf8ua5] {
  color: #000;
  font-weight: 500;
}
.product-list-3 .products .product .product-header[b-wzuyyf8ua5] {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #231f20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 50% 50%;
  transition: all 0.5s;
}
.product-list-3 .products .product .product-header .image[b-wzuyyf8ua5] {
  height: 200px;
}
.product-list-3 .products .product .product-header .title[b-wzuyyf8ua5] {
  margin-bottom: 5px;
}
.product-list-3 .products .product .product-header .title:hover a[b-wzuyyf8ua5] {
  text-decoration: underline;
}
.product-list-3 .products .product .product-header .title a[b-wzuyyf8ua5] {
  color: #fff;
  text-transform: uppercase;
}
.product-list-3 .products .product .product-header .code[b-wzuyyf8ua5] {
  color: #ed1c24;
  margin-bottom: 10px;
}
.product-list-3 .products .product .content[b-wzuyyf8ua5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.product-list-3 .products .product .content .description[b-wzuyyf8ua5] {
  font-weight: bold;
  text-align: center;
  height: 90px;
  overflow: hidden;
}
.product-list-3 .products .product .content .separator[b-wzuyyf8ua5] {
  width: 90%;
  border-bottom: 2px solid rgb(233, 233, 233);
  transition: all 0.5s;
}
.product-list-3 .products .product .content .specifications[b-wzuyyf8ua5] {
  transition: all 0.5s;
}
.product-list-3 .products .product .content .specifications ul[b-wzuyyf8ua5] {
  margin: 0 1rem;
}
/* _content/ERP.CMS/Views/Components/Primary/ProductSpecifications/1.cshtml.rz.scp.css */
.product-specifications-1[b-76nxwzxwg3] {
  padding: 1.5rem 0;
  background-color: #f8f8f8;
}
/* _content/ERP.CMS/Views/Components/Primary/ProductSpecifications/2.cshtml.rz.scp.css */
.product-specifications-2[b-1sbxj8r9t7] {
  padding: 1.5rem 0;
}
.product-specifications-2 .body .specification[b-1sbxj8r9t7] {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.product-specifications-2 .body .specification:nth-child(odd)[b-1sbxj8r9t7] {
  flex-direction: row;
}
.product-specifications-2 .body .specification:nth-child(even)[b-1sbxj8r9t7] {
  flex-direction: row-reverse;
}
.product-specifications-2 .body .specification:nth-child(even) .text[b-1sbxj8r9t7] {
  align-items: flex-end;
}
.product-specifications-2 .body .specification .image[b-1sbxj8r9t7] {
  flex: 1;
  flex-grow: 1;
}
.product-specifications-2 .body .specification .text[b-1sbxj8r9t7] {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
}
.product-specifications-2 .body .specification .text .title[b-1sbxj8r9t7] {
  font-family: "Helveticaneue-Bold";
  font-size: 1rem;
  color: #ed1c24;
  margin-bottom: 0.5rem;
}
.product-specifications-2 .body .specification .text .description[b-1sbxj8r9t7] {
  text-align: justify;
}

@media only screen and (max-width: 480px) {
  .product-specifications-2 .body .specification[b-1sbxj8r9t7] {
    flex-direction: column;
  }
  .product-specifications-2 .body .specification:nth-child(odd)[b-1sbxj8r9t7], .product-specifications-2 .body .specification:nth-child(even)[b-1sbxj8r9t7] {
    flex-direction: column;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/ProductSpecifications/3.cshtml.rz.scp.css */
.product-specifications-3[b-oatusmuxyd] {
  padding: 1.5rem 0;
}
.product-specifications-3 .body[b-oatusmuxyd] {
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 1rem;
}
.product-specifications-3 .body .specification[b-oatusmuxyd] {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.product-specifications-3 .body .specification:nth-child(odd)[b-oatusmuxyd] {
  flex-direction: row-reverse;
}
.product-specifications-3 .body .specification:nth-child(even)[b-oatusmuxyd] {
  flex-direction: row;
}
.product-specifications-3 .body .specification:nth-child(even) .text[b-oatusmuxyd] {
  align-items: flex-end;
}
.product-specifications-3 .body .specification .text[b-oatusmuxyd] {
  background-color: rgba(245, 245, 245, 0.9);
  width: 40%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.product-specifications-3 .body .specification .text .title[b-oatusmuxyd] {
  font-family: "Helveticaneue-Bold";
  font-size: 1rem;
  color: #ed1c24;
  margin-bottom: 0.5rem;
}
.product-specifications-3 .body .specification .text .description[b-oatusmuxyd] {
  color: #000;
  text-align: justify;
}

@media only screen and (max-width: 480px) {
  .product-specifications-3 .body .specification[b-oatusmuxyd] {
    flex-direction: column;
  }
  .product-specifications-3 .body .specification:nth-child(odd)[b-oatusmuxyd], .product-specifications-3 .body .specification:nth-child(even)[b-oatusmuxyd] {
    flex-direction: column;
  }
  .product-specifications-3 .body .specification .text[b-oatusmuxyd] {
    width: 100%;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/RecruitIntro/1.cshtml.rz.scp.css */
.primary-recruit-intro-1[b-a517hi3t7z] {
  padding: 2rem 0;
}
.primary-recruit-intro-1 .header[b-a517hi3t7z] {
  align-items: flex-start;
  gap: 0.2rem;
}
.primary-recruit-intro-1 .header .title[b-a517hi3t7z] {
  font-size: 2rem;
}
.primary-recruit-intro-1 .header .sub[b-a517hi3t7z] {
  font-weight: bold;
}
.primary-recruit-intro-1 .main[b-a517hi3t7z] {
  background-color: #f1f2f2;
  padding: 2rem;
}
.primary-recruit-intro-1 .main .content .item .icon i[b-a517hi3t7z] {
  color: rgb(165, 165, 165);
}
.primary-recruit-intro-1 .main .info .box-info[b-a517hi3t7z] {
  width: 170px;
  border: 2px solid #c3c3c3;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.primary-recruit-intro-1 .main .info .box-info a[b-a517hi3t7z] {
  width: 100%;
}
.primary-recruit-intro-1 .main .info .box-info .separtor[b-a517hi3t7z] {
  width: 100%;
  border-bottom: 1px solid rgb(175, 175, 175);
  margin-top: 2rem;
}
.primary-recruit-intro-1 .main .info .box-info .text[b-a517hi3t7z] {
  text-align: center;
  font-size: 0.8rem;
  white-space: pre-line;
}

@media only screen and (max-width: 480px) {
  .primary-recruit-intro-1 .header[b-a517hi3t7z] {
    align-items: center;
  }
  .primary-recruit-intro-1 .main .info .box-info[b-a517hi3t7z] {
    margin: 0px auto;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/ServiceCategory/1.cshtml.rz.scp.css */
.service-category-1[b-zkiwc826z8] {
  margin-top: 2rem;
  position: relative;
}
.service-category-1 .detail[b-zkiwc826z8] {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  transition: all 0.5s;
}
.service-category-1 .detail > .image[b-zkiwc826z8] {
  height: auto;
}
.service-category-1 .detail > .body[b-zkiwc826z8] {
  position: relative;
}
.service-category-1 .detail > .body > .button[b-zkiwc826z8] {
  background-color: #fff;
  padding: 0 2rem;
  position: absolute;
  top: -1rem;
}
.service-category-1 .detail > .body > .button > a[b-zkiwc826z8] {
  background-color: #ed1c24;
  border-color: #ed1c24;
  padding: 0 0.5rem;
  font-size: 0.8rem;
}
.service-category-1 .detail > .body > .button > a:hover[b-zkiwc826z8] {
  background-color: #ed1c24;
}
.service-category-1 .detail > .body > .text[b-zkiwc826z8] {
  gap: 0.5rem;
  border: 2px solid rgb(174, 174, 174);
  padding: 0.5rem;
  text-align: center;
  transition: all 0.5s;
}
.service-category-1 .detail > .body > .text > .title[b-zkiwc826z8] {
  margin-top: 0.5rem;
}
.service-category-1 .detail > .body > .text > .title > a[b-zkiwc826z8] {
  font-family: "Helveticaneue-Bold";
  font-size: 1.2rem;
  color: #ed1c24;
}
.service-category-1 .detail > .body > .text > .title > a:hover[b-zkiwc826z8] {
  text-decoration: underline;
}
.service-category-1 .detail > .body > .text > .description[b-zkiwc826z8] {
  font-size: 0.9rem;
}
.service-category-1 .detail > .children[b-zkiwc826z8] {
  height: auto;
}
.service-category-1 .detail > .children > ul[b-zkiwc826z8] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-category-1 .detail > .children > ul > li[b-zkiwc826z8] {
  gap: 0.3rem;
}
.service-category-1 .detail > .children > ul > li > i[b-zkiwc826z8] {
  font-size: 0.7rem;
  color: #939598;
  width: 1rem;
}
.service-category-1 .detail > .children > ul > li > a[b-zkiwc826z8] {
  font-size: 0.85rem;
  line-height: 1.5rem;
  color: #292929;
}
.service-category-1 .detail > .children > ul > li > a:hover[b-zkiwc826z8] {
  text-decoration: underline;
  color: #ed1c24;
}
.service-category-1 .detail:hover[b-zkiwc826z8] {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.service-category-1 .detail:hover > .image > img[b-zkiwc826z8] {
  -webkit-animation: zoomOut 5s;
          animation: zoomOut-b-zkiwc826z8 5s;
}
@-webkit-keyframes zoomOut {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
@keyframes zoomOut-b-zkiwc826z8 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.service-category-1 .detail:hover > .body > .text[b-zkiwc826z8] {
  border: 2px solid #ed1c24;
}

@media only screen and (min-width: 768px) {
  .service-category-1 .details > .row[b-zkiwc826z8] {
    justify-content: center;
  }
  .service-category-1 .details .detail > .image[b-zkiwc826z8] {
    height: 200px;
    overflow: hidden;
  }
  .service-category-1 .details .detail > .body > .text[b-zkiwc826z8] {
    height: 170px;
    overflow: hidden;
  }
  .service-category-1 .details .detail > .children[b-zkiwc826z8] {
    height: 120px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .service-category-1[b-zkiwc826z8] {
    margin-top: -8rem;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/ServiceCategory/2.cshtml.rz.scp.css */
.service-category-2 .details[b-47epd02zec] {
  padding: 1rem;
}
.service-category-2 .details .detail-card[b-47epd02zec] {
  padding: 0;
  margin-bottom: 1rem;
}
.service-category-2 .details .detail-card > .detail[b-47epd02zec] {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background-color: #231f20;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.5s;
}
.service-category-2 .details .detail-card > .detail:hover[b-47epd02zec] {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  margin-top: -2rem;
}
.service-category-2 .details .detail-card > .detail > .image[b-47epd02zec] {
  height: 350px;
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-category-2 .details .detail-card > .detail > .body[b-47epd02zec] {
  padding: 1rem 1.5rem 2rem 1.5rem;
}
.service-category-2 .details .detail-card > .detail > .body > .text[b-47epd02zec] {
  overflow: hidden;
}
.service-category-2 .details .detail-card > .detail > .body > .text > .title[b-47epd02zec] {
  font-family: "Helveticaneue-Bold";
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.service-category-2 .details .detail-card > .detail > .body > .text > .title > a[b-47epd02zec] {
  color: #ed1c24;
}
.service-category-2 .details .detail-card > .detail > .body > .text > .title > a:hover[b-47epd02zec] {
  color: #ed1c24;
  text-decoration: underline;
}
.service-category-2 .details .detail-card > .detail > .body > .text > .separator[b-47epd02zec] {
  border-bottom: 2px solid #ed1c24;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .service-category-2 .details .detail-card[b-47epd02zec] {
    display: flex;
    flex-direction: column;
  }
  .service-category-2 .details .detail-card:nth-child(odd) > .detail > .image[b-47epd02zec] {
    border-radius: 10px 10px 0 120px;
  }
  .service-category-2 .details .detail-card:nth-child(even)[b-47epd02zec] {
    margin-top: 4rem;
  }
  .service-category-2 .details .detail-card:nth-child(even) > .detail[b-47epd02zec] {
    flex-direction: column-reverse;
  }
  .service-category-2 .details .detail-card:nth-child(even) > .detail > .image[b-47epd02zec] {
    border-radius: 0 120px 10px 10px;
  }
  .service-category-2 .details .detail-card .detail[b-47epd02zec] {
    display: flex;
    flex-direction: column;
    margin: 1rem;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/ServiceCategory/3.cshtml.rz.scp.css */
.service-category-3[b-qj82sdqbeb] {
  padding: 1.5rem 0;
}
.service-category-3 .header .text[b-qj82sdqbeb] {
  margin-bottom: 1rem;
}
.service-category-3 .header .text .title[b-qj82sdqbeb] {
  font-size: 3rem;
  text-transform: uppercase;
  color: #333333;
  text-align: left;
}
.service-category-3 .header .text .separator[b-qj82sdqbeb] {
  border-bottom: 5px solid #ed1c24;
  margin-bottom: 2rem;
}
.service-category-3 .header .text .description[b-qj82sdqbeb] {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
}
.service-category-3 .header .text .read-more a[b-qj82sdqbeb] {
  background-color: #ed1c24;
}
.service-category-3 .header .text .read-more a:hover[b-qj82sdqbeb] {
  background-color: #ed1c24;
}
.service-category-3 .header .text .read-more a i[b-qj82sdqbeb] {
  margin-left: 5px;
}
.service-category-3 .details .detail-card[b-qj82sdqbeb] {
  padding: 0;
  margin: 0;
}
.service-category-3 .details .detail-card .detail[b-qj82sdqbeb] {
  border: 1px solid #f1f2f2;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-category-3 .details .detail-card .detail:hover[b-qj82sdqbeb] {
  background-color: #f1f2f2;
}
.service-category-3 .details .detail-card .detail:hover .image img[b-qj82sdqbeb] {
  -webkit-animation: zoomUp 3s;
          animation: zoomUp-b-qj82sdqbeb 3s;
}
@-webkit-keyframes zoomUp {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes zoomUp-b-qj82sdqbeb {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
.service-category-3 .details .detail-card .detail .image[b-qj82sdqbeb] {
  border: none;
  margin: 0x;
  padding: 0px;
  transition: all 0.5s;
}
.service-category-3 .details .detail-card .detail .body[b-qj82sdqbeb] {
  padding: 1.5rem;
}
.service-category-3 .details .detail-card .detail .body .text[b-qj82sdqbeb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  gap: 1rem;
}
.service-category-3 .details .detail-card .detail .body .text .title[b-qj82sdqbeb] {
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.service-category-3 .details .detail-card .detail .body .text .title a[b-qj82sdqbeb] {
  font-family: "Helveticaneue-Bold";
  color: #ed1c24;
}
.service-category-3 .details .detail-card .detail .body .text .title a:hover[b-qj82sdqbeb] {
  color: #ed1c24;
  text-decoration: underline;
}
.service-category-3 .details .detail-card .detail .body .text .separator[b-qj82sdqbeb] {
  border-bottom: 2px solid rgba(128, 128, 128, 0.453);
  width: 80%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .service-category-3 .details .detail-card:first-child .detail[b-qj82sdqbeb], .service-category-3 .details .detail-card:last-child .detail[b-qj82sdqbeb] {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .service-category-3 .header .text .title[b-qj82sdqbeb] {
    text-align: center;
  }
  .service-category-3 .header .text .separator[b-qj82sdqbeb] {
    margin: 1rem auto;
  }
  .service-category-3 .details .detail-card .detail .image[b-qj82sdqbeb] {
    height: 290px;
    overflow: hidden;
  }
  .service-category-3 .details .detail-card .detail .body .text .title[b-qj82sdqbeb] {
    height: 50px;
    overflow: hidden;
  }
  .service-category-3 .details .detail-card .detail .body .text .description[b-qj82sdqbeb] {
    height: 120px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .service-category-3 .header[b-qj82sdqbeb] {
    position: relative;
    text-align: left;
    display: flex;
    align-items: flex-end;
  }
  .service-category-3 .header .text[b-qj82sdqbeb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .service-category-3 .header .text .title[b-qj82sdqbeb] {
    font-size: 4rem;
    text-align: left;
  }
  .service-category-3 .header .text .separator[b-qj82sdqbeb] {
    margin: 1rem 0;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/ServiceCategory/4.cshtml.rz.scp.css */
.service-category-4[b-y8m546adsr] {
  padding: 1.5rem 0;
}
.service-category-4 .detail[b-y8m546adsr] {
  display: flex;
  gap: 2rem;
  width: 100%;
  align-items: center;
}
.service-category-4 .detail .card:nth-child(odd)[b-y8m546adsr] {
  font-size: 90%;
}
.service-category-4 .detail .card:nth-child(odd) .card-body .text .title[b-y8m546adsr] {
  font-size: 0.9rem;
}
.service-category-4 .detail .card:nth-child(odd) .card-body .text .description[b-y8m546adsr] {
  font-size: 0.75rem;
}
.service-category-4 .detail .card:nth-child(even)[b-y8m546adsr] {
  flex-grow: 4;
}
.service-category-4 .detail .card[b-y8m546adsr] {
  border: unset;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  display: flex;
  flex: 3;
}
.service-category-4 .detail .card .card-header[b-y8m546adsr] {
  background-color: unset;
  border: none;
  padding: 1rem;
}
.service-category-4 .detail .card .card-header .image[b-y8m546adsr] {
  width: 100%;
}
.service-category-4 .detail .card .card-body .text[b-y8m546adsr] {
  overflow: hidden;
}
.service-category-4 .detail .card .card-body .text .title[b-y8m546adsr] {
  font-family: "Helveticaneue-Bold";
  font-size: 1rem;
  margin-bottom: 1rem;
}
.service-category-4 .detail .card .card-body .text .title a[b-y8m546adsr] {
  color: #ed1c24;
}
.service-category-4 .detail .card .card-body .text .title a:hover[b-y8m546adsr] {
  color: #ed1c24;
}
.service-category-4 .detail .card .card-body .text .separator[b-y8m546adsr] {
  border-bottom: 2px solid rgba(128, 128, 128, 0.453);
  margin-bottom: 1rem;
  width: 120px;
}
.service-category-4 .detail .card .card-body .text .description[b-y8m546adsr] {
  font-size: 0.85rem;
}
.service-category-4 .detail .card .card-body .text .description .info i[b-y8m546adsr] {
  color: #939598;
  font-size: 0.5rem;
  margin-right: 4px;
}

@media only screen and (max-width: 480px) {
  .service-category-4 .detail[b-y8m546adsr] {
    flex-direction: column;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/ServiceCategory/5.cshtml.rz.scp.css */
.service-category-5[b-qzb2wkf4hv] {
  padding: 1.5rem 0;
}
.service-category-5 .body[b-qzb2wkf4hv] {
  padding-top: 1rem;
}
.service-category-5 .body .service[b-qzb2wkf4hv] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.service-category-5 .body .service:hover .image[b-qzb2wkf4hv] {
  border-style: solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.service-category-5 .body .service:hover .text a[b-qzb2wkf4hv] {
  color: #ed1c24;
}
.service-category-5 .body .service .image[b-qzb2wkf4hv] {
  height: 350px;
  width: 350px;
  border: 2px dashed #ebebeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-category-5 .body .service .image .background[b-qzb2wkf4hv] {
  height: 270px;
  width: 270px;
  border: 3px solid #faa919;
  border-radius: 50%;
  position: relative;
}
.service-category-5 .body .service .image .background .sort-order[b-qzb2wkf4hv] {
  height: 100px;
  width: 100px;
  position: absolute;
  background-color: #faa919;
  border-radius: 50%;
  border: 5px solid #fff;
  top: calc(50% - 55px);
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helveticaneue-Bold";
  font-size: 2.6rem;
  color: #fff;
}
.service-category-5 .body .service .text a[b-qzb2wkf4hv] {
  font-family: "Helveticaneue-Bold";
  font-size: 1.3rem;
}
/* _content/ERP.CMS/Views/Components/Primary/ServiceIntro/1.cshtml.rz.scp.css */
.service-intro-1[b-8jc9lfghlq] {
  padding: 1.5rem 0;
  width: 100%;
  background: url(http://admin.hainamtech.vn/Files/Images/Posts/Dich-vu/hop-truc-tuyen-veda/background-primary-service-intro-1.png) no-repeat;
  background-size: contain;
}
.service-intro-1 .body[b-8jc9lfghlq] {
  display: flex;
  flex-direction: row;
}
.service-intro-1 .body .service[b-8jc9lfghlq] {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.service-intro-1 .body .service:nth-child(odd)[b-8jc9lfghlq] {
  flex-direction: column;
}
.service-intro-1 .body .service:nth-child(odd) .text[b-8jc9lfghlq] {
  color: #fff;
  padding-right: 30%;
}
.service-intro-1 .body .service:nth-child(even)[b-8jc9lfghlq] {
  flex-direction: column-reverse;
}
.service-intro-1 .body .service:nth-child(even) .text[b-8jc9lfghlq] {
  padding-left: 20%;
  text-align: right;
}
.service-intro-1 .body .service:nth-child(even) .text .title[b-8jc9lfghlq] {
  color: #ed1c24;
}
.service-intro-1 .body .service .text .title[b-8jc9lfghlq] {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.service-intro-1 .body .service .text .description[b-8jc9lfghlq] {
  white-space: pre-wrap;
}

@media only screen and (max-width: 480px) {
  .service-intro-1[b-8jc9lfghlq] {
    background: unset;
  }
  .service-intro-1 .body[b-8jc9lfghlq] {
    flex-direction: column;
  }
  .service-intro-1 .body .service[b-8jc9lfghlq] {
    margin-bottom: 2rem;
  }
  .service-intro-1 .body .service:nth-child(odd)[b-8jc9lfghlq], .service-intro-1 .body .service:nth-child(even)[b-8jc9lfghlq] {
    flex-direction: column-reverse;
  }
  .service-intro-1 .body .service:nth-child(odd) .text[b-8jc9lfghlq], .service-intro-1 .body .service:nth-child(even) .text[b-8jc9lfghlq] {
    color: #000;
    padding: 1rem;
  }
}
/* _content/ERP.CMS/Views/Components/Primary/ShareSocials/1.cshtml.rz.scp.css */
.share-socials[b-qcz6is4m3j] {
  margin-bottom: 30px;
}
.share-socials a[b-qcz6is4m3j] {
  padding: 4px 30px;
  color: #fff;
  line-height: 2em;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 4px;
}
.share-socials span.fa[b-qcz6is4m3j] {
  margin-right: 3px;
}
.share-socials .bg-facebook[b-qcz6is4m3j] {
  background: #3a5899;
}
.share-socials .bg-facebook:hover[b-qcz6is4m3j], .share-socials .bg-facebook:focus[b-qcz6is4m3j] {
  background: #1d418d;
}
.share-socials .bg-twitter[b-qcz6is4m3j] {
  background: #2a99ed;
}
.share-socials .bg-twitter:hover[b-qcz6is4m3j], .share-socials .bg-twitter:focus[b-qcz6is4m3j] {
  background: #268ad5;
}
.share-socials .bg-stumbleupon[b-qcz6is4m3j] {
  background: #ec461e;
}
.share-socials .bg-stumbleupon:hover[b-qcz6is4m3j], .share-socials .bg-stumbleupon:focus[b-qcz6is4m3j] {
  background: #f05a35;
}
.share-socials .bg-pinterest[b-qcz6is4m3j] {
  background: #cb1e26;
}
.share-socials .bg-pinterest:hover[b-qcz6is4m3j], .share-socials .bg-pinterest:focus[b-qcz6is4m3j] {
  background: #ae0e15;
}
.share-socials .bg-linkedIn[b-qcz6is4m3j] {
  background: #0961b8;
}
.share-socials .bg-linkedIn:hover[b-qcz6is4m3j], .share-socials .bg-linkedIn:focus[b-qcz6is4m3j] {
  background: #026ca8;
}
.share-socials .bg-email[b-qcz6is4m3j] {
  background: #dd5348;
}
.share-socials .bg-email:hover[b-qcz6is4m3j], .share-socials .bg-email:focus[b-qcz6is4m3j] {
  background: #ce3f34;
}
/* _content/ERP.CMS/Views/Components/Primary/Socials/1.cshtml.rz.scp.css */
.socials-1[b-wwy4vbyqrt] {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.socials-1 .social a[b-wwy4vbyqrt] {
  color: #ffffff;
  font-size: 1.2rem;
}
.socials-1 .social a:hover[b-wwy4vbyqrt] {
  color: #ed1c24;
}
/* _content/ERP.CMS/Views/Home/Post.cshtml.rz.scp.css */
.post[b-kby1sctkmv] {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
.post p[b-kby1sctkmv] {
  margin-bottom: 0.3rem;
}
.post .header[b-kby1sctkmv] {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.post .header .category a[b-kby1sctkmv] {
  font-size: 1rem;
  color: rgb(68, 68, 68);
}
.post .header .category a:hover[b-kby1sctkmv] {
  text-decoration: underline;
}
.post .header .title h1[b-kby1sctkmv] {
  font-weight: bold;
  color: #000;
  font-size: 1.7rem;
}
.post .header .separator[b-kby1sctkmv] {
  width: 50px;
  border-bottom: 2px solid rgb(68, 68, 68);
  margin-bottom: 10px;
}
.post .header .description[b-kby1sctkmv] {
  font-style: italic;
}
/* _content/ERP.CMS/Views/Home/PostCategory.cshtml.rz.scp.css */
.post-category[b-f9bo069y72] {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
.post-category p[b-f9bo069y72] {
  margin-bottom: 0.3rem;
}
.post-category .header[b-f9bo069y72] {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.post-category .header .title h1[b-f9bo069y72] {
  font-weight: bold;
  color: #000;
  font-size: 1.7rem;
}
.post-category .header .separator[b-f9bo069y72] {
  width: 50px;
  border-bottom: 2px solid rgb(68, 68, 68);
  margin-bottom: 10px;
}
.post-category .header .description[b-f9bo069y72] {
  font-style: italic;
}
