.mg-top {
  margin-top: 100px;
}

main {
  position: relative;
  margin-top: 0px !important;
  padding-bottom: 100px;
}

header {
  position: relative;
  border-bottom: 2px solid #ECF2F7;
}

.menuXweb {
  border-bottom: 2px solid #ECF2F7;
  background: #fff;
  z-index: 2;
  position: sticky;
  left: 0px;
  top: 0px;
  width: 100%;
  margin: 0px 0px 0px;
}

main {
  padding-bottom: 80px;
}
main .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  letter-spacing: -0.1000000015px;
  text-align: left;
  color: #000000;
  padding: 9px 0px 9px 16px;
  border-left: 4px solid #000000;
}
main .title2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 33.89px;
  letter-spacing: -1.4400000572px;
  text-align: left;
  color: #000000;
}
main .btn-banner {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
main .btn-banner .banner-button-contact {
  width: 130px;
  height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #005CF7;
  color: #fff;
  border-radius: 8px;
}
main .btn-banner .banner-button-hotline {
  width: 220px;
  height: 48px;
  border-radius: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: linear-gradient(315deg, #FE7838 14.64%, #FE7636 52.83%, #FFAD8A 85.36%);
  color: #fff;
  border-radius: 8px;
}
main .btn-banner .banner-button-zalo {
  width: 177px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6D727C;
  padding: 0px 30px;
  background: unset;
}
main .btn-banner .banner-button-zalo span {
  color: #005CF7;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding-left: 35px;
}
main .btn-banner .banner-button-zalo span img {
  width: 28px;
  position: absolute;
  left: 0px;
  top: -2px;
}
main .banner {
  padding: 70px 0px;
  background: url("../../image/product/home/backdround-banner.svg") no-repeat;
  background-size: cover;
}
main .banner .content-banner {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 20px;
}
main .banner .content-banner .left-content-banner {
  display: grid;
  align-items: center;
}
main .banner .content-banner .left-content-banner h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #061020;
}
main .banner .content-banner .left-content-banner .summary {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0320000015px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #061020;
}
main .banner .content-banner .right-content-banner .youtube-iso9001 {
  position: relative;
}
main .banner .content-banner .right-content-banner .youtube-iso9001 button {
  position: absolute;
  top: 50%;
  left: 50%;
  background: unset;
  border: unset;
  transform: translate(-50%, -50%);
}
main .banner .content-banner .right-content-banner .youtube-iso9001 img {
  max-width: 100%;
}
main .overview .content-overview {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 54px;
}
main .overview .content-overview .overview-left {
  display: grid;
  align-items: center;
}
main .overview .content-overview .overview-left .title2 {
  margin-top: 12px;
}
main .overview .content-overview .overview-left .summary {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03px;
  vertical-align: middle;
  color: #6D727C;
}
main .overview .content-overview .overview-left .button-learn-more {
  margin-top: 40px;
  width: 100px;
  height: 44px;
  background: #0070F2;
  border-radius: 8px;
  text-align: center;
  display: grid;
  justify-content: center;
}
main .overview .content-overview .overview-right img {
  width: 100%;
}
main .module {
  background: var(--white-2);
  padding: 60px 0px;
}
main .module .title2 {
  margin-top: 12px;
}
main .module .content-module {
  margin-top: 40px;
  display: flex;
}
main .module .content-module .dropdown-module {
  display: none;
}
main .module .content-module nav {
  position: relative;
  width: 220px;
}
main .module .content-module nav .nav {
  position: sticky;
  top: 70px;
}
main .module .content-module nav .nav-link {
  display: block;
  width: 100%;
  padding: 12.5px 20px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.1px;
  vertical-align: middle;
  border-radius: 8px;
  border: 1px solid #0070F2;
  margin-bottom: 20px;
  color: var(--black-1);
}
main .module .content-module nav .nav-link:last-child {
  margin-bottom: 0px;
}
main .module .content-module nav .nav-link:hover {
  background: #0070F2;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.1px;
  vertical-align: middle;
  color: #fff;
}
main .module .content-module nav .active {
  background: #0070F2;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.1px;
  vertical-align: middle;
  color: #fff;
}
main .module .content-module .tab-content {
  width: calc(100% - 220px);
  padding-left: 40px;
}
main .module .content-module .tab-content .tab-pane {
  background: #fff;
  border-radius: 12px;
  padding: 40px 28px;
}
main .module .content-module .tab-content .tab-pane .content-tab {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 40px;
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane .title2-item {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane .summary-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03px;
  vertical-align: middle;
  margin-top: 8px;
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane .button-tab {
  margin-top: 20px;
  padding: 14px 0px;
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane .button-tab a {
  background: #005CF7;
  border-radius: 8px;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane .button-tab a:hover {
  background: var(--main-2);
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane .title3-item {
  margin-top: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.1px;
  vertical-align: middle;
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane ul {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane ul li {
  display: grid;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03px;
  vertical-align: middle;
  padding-left: 12px;
  position: relative;
  margin-right: 10px;
}
main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
}
main .start-ommanix .content-start-ommanix {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
main .start-ommanix .content-start-ommanix .item {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
  padding: 20px;
}
main .start-ommanix .content-start-ommanix .item .icon {
  text-align: center;
}
main .start-ommanix .content-start-ommanix .item .icon img {
  display: block;
  margin: auto;
}
main .start-ommanix .content-start-ommanix .item .title-item {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
main .start-ommanix .content-start-ommanix .item .summary-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03px;
  text-align: center;
  color: #6D727C;
  margin-top: 8px;
}
main .start-ommanix .content-start-ommanix .item .button-item {
  margin-top: 40px;
  text-align: center;
  padding: 12px 0px;
}
main .start-ommanix .content-start-ommanix .item .button-item a {
  background: #0070F2;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03px;
  vertical-align: middle;
}
main .why .right-why .content-text-why .contact-more {
  border-radius: 8px !important;
  color: #0070F2;
}

@media screen and (max-width: 1512px) {
  main .module .content-module .tab-content .tab-pane .content-tab {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 1280px) {
  main .module .content-module .tab-content .tab-pane .content-tab {
    gap: 20px;
  }
  main .start-ommanix .content-start-ommanix {
    gap: 20px;
  }
  main .overview .content-overview {
    gap: 20px;
  }
}
@media screen and (max-width: 1140px) {
  main .module .content-module .tab-content .tab-pane .content-tab {
    grid-template-columns: 1fr;
  }
  main .module .content-module .tab-content .tab-pane .content-tab .left-tab-pane .title3-item {
    margin-top: 20px;
  }
  main .overview .content-overview .overview-left .title2 {
    line-height: 130%;
  }
  main .overview .content-overview .overview-left .title2 br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  main .module .content-module .tab-content {
    padding-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  main .banner .content-banner .left-content-banner h1 {
    font-size: 32px;
  }
  main .banner .content-banner .left-content-banner h1 br {
    display: none;
  }
  main .banner .content-banner {
    grid-template-columns: 1fr;
  }
  main .banner .content-banner .right-content-banner {
    display: none;
  }
  main .overview .content-overview {
    grid-template-columns: repeat(2, 1fr);
  }
  main .mg-top {
    margin-top: 60px;
  }
  main .banner {
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  main .overview .content-overview {
    grid-template-columns: 1fr;
  }
  main .overview .content-overview .overview-left .button-learn-more {
    margin-top: 12px;
  }
  main .title2 {
    font-size: 24px !important;
  }
  main {
    padding-bottom: 60px;
  }
  main .module {
    padding: 40px 0px;
  }
  main .module .content-module {
    display: block;
  }
  main .module .content-module .dropdown-module {
    display: block;
  }
  main .module .content-module .dropdown-module button {
    border-radius: 8px;
    background: #0070F2;
    width: 100%;
    height: auto;
    border: unset;
    text-align: left;
    padding: 12px 20px;
  }
  main .module .content-module .dropdown-module .dropdown-menu {
    width: 100%;
  }
  main .module .content-module nav {
    display: none;
  }
  main .module .content-module .tab-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  main .module .content-module .tab-content .tab-pane {
    padding: 20px;
  }
  main .module .content-module {
    margin-top: 32px;
  }
  main .btn-banner .banner-button-zalo {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  main .banner {
    padding-bottom: 0px;
    background-size: contain;
  }
  main .banner .content-banner .left-content-banner h1 {
    font-size: 28px;
    line-height: 130%;
  }
  main .start-ommanix .content-start-ommanix {
    grid-template-columns: 1fr;
  }
  main .module .content-module .tab-content .tab-pane {
    padding: 12px;
  }
}

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