/*#region Global */
.amis-hrm {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.42857143;
}

ul {
  list-style: none;
}
.title-base {
  font-size: 24px;
  text-align: center;
  font-family: GoogleSans, Arial, sans-serif;
  text-transform: none;
}

.des-base {
  font-size: 32px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  text-align: center;
  color: #212121;
  text-transform: none;
  margin-bottom: 25px;
}

 .highlight {
  /* color: #1877f1; */
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 979px) {
  .title-base {
    font-size: 18px;
  }

  .des-base {
    font-size: 24px;
  }
}
/*#endregion */
/*#region menu */
.sub-list-item {
  position: absolute;
  width: 216px;
  background-color: #fff;
  border-radius: 4px;
  top: 43px;
  height: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
}

.item-menu.sub-product {
  color: #000;
  cursor: pointer;
  padding: 13px 12px;
  position: relative;
}

.item-menu.sub-product:hover .sub-list-item {
  display: block;
}

.stickyCss .item-menu.sub-product {
  color: #000;
}

.arrow {
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  margin: 0 0 2px 2px;
  display: inline-block;
  opacity: 0.5;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
}

.stickyCss .arrow {
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  margin: 0 0 2px 2px;
  display: inline-block;
  opacity: 0.5;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sub-list-item a {
  color: #000;
}

.sub-list-item .item {
  margin: 14px 7px;
}

.sub-list-item a:hover {
  opacity: 0.5;
}

.stickyCss .item-menu a {
  color: #000;
}

.stickyCss .logo-a {
  display: none;
}

.logo-sticky {
  display: none;
}

.stickyCss .logo-sticky {
  display: block;
  width: 170px;
}

.stickyCss .item-menu.active a {
  background-color: #1877f1;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
}

#sticky-menu {
  position: absolute;
  width: 100%;
  transition: top 0.1s;
  z-index: 99;
}

.stickyCss {
  position: fixed !important;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0;
  top: 0;
  box-shadow: 3px 7px 6px -5px #c9c4c4;
  z-index: 99999 !important;
}

.warp-all-menu {
  display: flex;
  width: 1038px;
}

.item-menu .sub-list-item a {
  color: #000;
}

.logo-menu {
  width: 17%;
}

.warp-item-menu {
  width: 83%;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #000;
}

.item-menu a {
  color: #000;
  margin: 0 13px;
}

.item-menu.active {
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .warp-all-menu {
    width: 100%;
    margin-top: 15px;
  }

  .stickyCss .warp-all-menu {
    margin-top: 0;
  }

  .warp-item-menu {
    display: none;
  }

  .logo-menu {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/*#endregion */
/*#region mobile menu */
.toggle-mobile {
  display: none;
}

.stickyCss .warp-icon-menu-mb {
  margin-left: 144px;
  display: block;
}

.warp-icon-menu-mb {
  display: none;
}

@media screen and (max-width: 979px) {
  .ic-mobile:before {
    background: url(/sites/amis-blog/images/digital-conversion-rate/ic-toggle-menu.png)
      no-repeat center;
    content: "";
    width: 42px;
    height: 42px;
    display: block;
  }
}

.mobile-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 0;
  overflow-y: auto;
  background-color: #fff;
}

.mobile-container {
  position: relative;
}

.mobile-close {
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 1000;
}

.mobile-header {
  height: 60px;
}

.mobile-close .td-icon-close-mobile {
  color: #666666;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  top: 4px;
  position: relative;
}

.mobile-content {
  margin: 20px 20px 0;
  border-top: 1px solid #e7e7e7;
}

.mobile-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-content ul li {
  margin: 0;
  padding: 0;
}

.mobile-content li a {
  color: #666666;
  padding: 12px 30px 12px 12px;
  line-height: 1.42857143;
  display: block;
  width: fit-content;
}

.mobile-content .td-icon-menu-right {
  font-size: 12px;
  padding: 6px;
}

.mobile-content .mobile-sub-menu {
  display: none;
}

.mobile-content .mobile-sub-menu a {
  padding: 9px 26px 9px 36px;
}

.mobile-main-menu i {
  transition: transform 0.3s ease;
}

.mobile-main-menu i.rotate-down {
  transform: rotate(90deg);
  /* transition: transform 0.3s ease; */
}

.mobile-content li a.mobile-menu-item {
  color: #1877f1;
  font-weight: bold;
}

/*#endregion*/
/* #region form register */
.register {
  padding-bottom: 500px;
  background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
  background-size: contain;
}

.title-reg {
  font-size: 32px;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 15px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}
.star {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.des-reg {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.warp-content {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: space-between;
  gap: 5px;
}

.warp-form {
  height: 620px;
  width: 38%;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  background-color: #fff;
  color: #3f53ff;
  text-align: center;
  padding-top: 33px;
  font-size: 26px;
  font-family: GoogleSans, Roboto, Arial, sans-serif;
  border-radius: 26px;
  margin-right: 0px;
  margin-bottom: 20px;
}

.warp-text {
  width: 44%;
}

.warp-text .title {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 18px;
}

.warp-text .text {
  margin-bottom: 3px;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  background: url(/sites/amis/images/pages/hrm-v3/check.png) no-repeat left 5px;
  background-size: 16px;
}

.warp-text .text:after {
  display: none;
}

.warp-text .text .hot {
  background-color: #e31837;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 4px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  animation: blink-hot 1s ease-in-out infinite;
}

@media (max-width: 979px) {
  .warp-text .text .hot {
    font-size: 12px;
    padding: 1px 6px;
  }
}

.img-text {
  color: #000;
  position: relative;
}

.ava-register {
  position: absolute;
  bottom: 20px;
  right: -123px;
  width: 193px;
  height: 75px;
  z-index: 2;
}

.ava-register img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 979px) {
  .ava-register {
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 15px;
  }
}

.append-des-form {
  font-size: 16px;
  margin-top: -40px;
  color: #0000008c;
  font-family: "GoogleSans Medium";
}

.sub-min-text {
  font-size: 14px;
  margin-top: 6px;
  padding: 0 50px;
  font-size: 18px;
  color: #000;
}

@media (max-width: 980px) {
  .register-title.common-title.text-center {
    font-size: 23px;
  }

  .warp-text {
    width: 100%;
  }

  .warp-form {
    width: 100%;
    margin-bottom: 20px;
    height: 760px;
  }

  .img-text {
    width: 88%;
  }

  .img-text .star {
    display: flex;
  }

  .img-text > div:nth-child(2) > img:nth-child(3) {
    display: none;
  }

  .register {
    padding-bottom: 0;
    background: url(/sites/amis/images/pages/hrm-v3/bg-mb-1.png) no-repeat center;
    background-size: contain;
    background-position: top;
  }

  div.warp-content > div.warp-text > div.img-text > div > img:nth-child(4) {
    display: none;
  }
}
.field-wrapper p {
  font-size: 16px;
  text-align: left;
  color: #000;
}

/* #endregion */
/*#region hrm-questions */
.col-md-24.common-title.text-center {
  /* color: #1877f1; */
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  font-size: 32px;
}

.questions {
  margin-top: 136px;
}

.col-md-24.no-padding.bg-white {
  background: #fff;
  padding: 56px 60px;
  border-radius: 16px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.hrm-questions {
  padding: 0px 0 50px;
}

.hrm-questions-content {
  padding-top: 30px;
}

img#IcQuestion {
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
}

.hrm-questions-text {
  padding: 0;
  margin: 0;
}

.hrm-questions .panel-group .panel {
  border-radius: 0;
  border-bottom: 1px solid #c4c4c4 !important;
  border: none;
}

.hrm-questions .panel-group .panel:not(:first-child) {
  margin-top: 15px;
}

.hrm-questions .panel-default > .panel-heading.collapsed {
  background: url(/sites/amis/images/pages/amis-hrm/ic_arrow-rigth.svg)
    no-repeat right 15px top 22px;
  background-size: 20px;
  font-size: 21px;
  color: #1877f1;
}

.hrm-questions .panel-default > .panel-heading {
  padding: 20px 25px 33px 15px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-family: GoogleSans Bold, Arial, sans-serif;
  background: url(/sites/amis/images/pages/amis-hrm/ic_arrow-bottom.svg)
    no-repeat right 15px top 22px;
  background-size: 20px;
  font-size: 21px;
}

.hrm-answer {
  padding: 0 15px 15px 28px;
  line-height: 1.5;
  font-size: 18px;
}

.hrm-answer br {
  display: block;
  margin-top: 10px;
  content: "";
}

.hrm-answer a {
  font-family: GoogleSans Medium, Arial, sans-serif;
  color: #2680eb;
}

.col-md-24.common-title.text-center {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .hrm-questions .panel-default > .panel-heading.collapsed {
    background: url(/sites/amis/images/pages/amis-hrm/ic_arrow-rigth.svg)
      no-repeat right 0px top 16px;
    font-size: 16px;
  }

  .hrm-questions .panel-default > .panel-heading {
    padding: 15px 25px 15px 15px;
    background: url(/sites/amis/images/pages/amis-hrm/ic_arrow-bottom.svg)
      no-repeat right 0px top 16px;
    font-size: 16px;
  }

  .col-md-24.no-padding.bg-white {
    padding: 40px;
  }

  .hrm-questions {
    padding: 40px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .col-md-24.common-title.text-center {
    font-size: 23px;
  }

  .col-md-24.no-padding.bg-white {
    box-shadow: none;
    margin-top: -78px;
  }
}

/*#endregion */

/*#region banner */
.wrap-banner {
  display: flex;
  grid-template-columns: 2fr 1fr;
  padding-top: 60px;
  position: relative;
}

.form-banner {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 626px;
  background-color: #fff;
  border-radius: 15px;
}

section.banner {
  background: url(/sites/amis/images/pages/hrm-v3/bg-banner.png) no-repeat
    center;
  background-size: cover;
  /* margin-bottom: 75px; */
}

.title-banner {
  font-size: 30px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  background: -webkit-linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  background: -moz-linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.des-banner {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 16px;
}

@media (min-width: 1100px) {
  .container {
    width: 1200px;
  }
}

.list-item-banner {
  font-size: 18px;
}

.list-item-banner div {
  background: url(/sites/amis/images/pages/hrm-v3/check.png) left 13px no-repeat;
  background-size: 16px;
  padding: 9px 0 0px 25px;
}

.content-banner {
  width: 62%;
}
.wrap-img-banner {
  /* position: relative; */
  height: 594px;
}

.wrap-img-banner img {
  position: absolute;
  top: 382px;
  width: 971.59px;
  z-index: 1;
  left: -258px;
}

.cta-banner {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.cta-banner a {
  padding: 12px 24px;
  border-radius: 100px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

.cta-banner .try-cta {
  /* background: #0d6efd; */
  color: #fff;
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
}

/* .cta-banner .try-cta:hover {
  background: #0b5ed7;
} */

.cta-banner .advise {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  background: transparent;
}

.cta-banner .advise:hover {
  background: rgba(13, 110, 253, 0.1);
}

.cta-banner .buy-cta {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  background: transparent;
}

.cta-banner .buy-cta:hover {
  background: rgba(13, 110, 253, 0.1);
}

@media (max-width: 979px) {
  .content-banner {
    width: 100%;
  }
  section.banner {
    margin-bottom: -56px;
  }

  .wrap-banner {
    flex-direction: column;
    padding-top: 30px;
  }

  .wrap-img-banner img {
    bottom: 0;
    left: -5px;
    margin-top: 21px;
  }

  .title-banner {
    font-size: 28px;
    background: -webkit-linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    background: -moz-linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
  }

  .list-item-banner {
    font-size: 18px;
  }

  .des-banner {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .wrap-img-banner {
    height: 315px;
  }

  .cta-banner {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6px;
  }

  .cta-banner a {
    padding: 7px 9px;
    font-size: 12px;
  }
}

/*#endregion */
/* ai */

.img-ai {
  position: relative;
  height: 409px;
  margin-top: 131px;
}

img.banner-ai {
  position: absolute;
  top: -247px;
}

section.ai-section {
  padding: 55px 0;
  /* background: #F8F9FF; */
  overflow: hidden;
  padding-bottom: 8px;
}

.ai-wrapper {
  display: flex;
  align-items: center;
  /* gap: 60px; */
}

/* Content styles */
.ai-content {
  flex: 4;
}
.ai-title {
    padding-left: 15px;
}
.ai-title .main-title {
  font-size: 30px;
  /* color: #1877F2; */
  margin-bottom: 8px;
}

.ai-title .sub-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}

.ai-title .highlight {
  /* color: #1877f2; */
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Feature items */
.ai-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  /* padding: 8px; */
  border-radius: 16px;
  transition: all 0.3s ease;
}

.ai-content .feature-item:hover, .ai-content .feature-item.active {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.feature-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.feature-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}

.feature-text p {
  font-size: 16px;
  color: #666666;
  margin: 0;
}

/* CTA buttons */
.ai-cta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.ai-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ai-cta a img {
  width: 14px;
  /* height: 9.334px; */
  transition: transform 0.3s ease;
}

.ai-cta .btn-try {
  /* background: #0d6efd; */
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  color: #ffffff;
  position: relative;
  padding-right: 52px;
}

.ai-cta .btn-try img {
  width: 30px;
  height: 30px;
  background: #ffffff;
  padding: 8px;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* .ai-cta .btn-try:hover {
  background: #0b5ed7;
} */

.ai-cta .btn-try:hover img {
  transform: translate(4px, -50%);
}

.ai-cta .btn-advise {
  border: 1px solid #0d6efd;
  color: #0d6efd;
}

.ai-cta .btn-advise:hover {
  background: rgba(13, 110, 253, 0.1);
}

.ai-cta .btn-advise:hover img {
  transform: translateX(4px);
}

/* Demo section */
.ai-demo {
  flex: 7;
  position: relative;
}

.demo-screen {
  position: relative;
  width: 100%;
}

.default-screen,
.screen-img {
  display: none;
  /* width: 100%; */
  height: auto;
  border-radius: 16px;
}

.default-screen.active,
.screen-img.active {
  display: block;
}

.default-screen {
  position: relative;
}

.default-screen .screen-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.play-button {
  position: absolute;
  top: 52%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 979px) {
  .ai-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .ai-title .main-title {
    font-size: 20px;
  }

  .ai-title .sub-title {
    font-size: 28px;
  }

  .feature-item {
    padding: 12px 16px;
  }

  .feature-text h3 {
    font-size: 16px;
  }

  .feature-text p {
    font-size: 14px;
  }

  .ai-cta {
    flex-wrap: wrap;
  }

  .ai-cta a {
    width: 100%;
    justify-content: center;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }
}

/*end*/

/* section img show */
section.view-benefit {
  background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
  /* margin-top: 77px; */
  /* background: url(/sites/amis/images/pages/hrm-v3/bg-show-app.png) no-repeat
    center; */
  background-size: cover;
  /* padding-bottom: 305px; */
  /* margin-bottom: 59px; */
  background-position: top;
  padding-top: 50px;
}
.all-img {
  text-align: center;
  position: relative;
  margin-top: 62px;
}
.all-img a {
  opacity: unset !important;
}

.img-gp {
  position: absolute;
}

.img-gp:nth-child(2) {
  top: -5px;
  left: 20px;
}

.img-gp:nth-child(3) {
  top: -3px;
  right: 92px;
}

.img-gp:nth-child(4) {
  top: 185px;
  right: -15px;
}

.img-gp:nth-child(5) {
  top: 375px;
  right: -6px;
}

.img-gp:nth-child(6) {
  top: 561px;
  right: 87px;
}

.img-gp:nth-child(7) {
  top: 560px;
  left: 88px;
}

.img-gp:nth-child(8) {
  top: 371px;
  left: 3px;
}
.img-gp:nth-child(9) {
  top: 185px;
  left: -13px;
}

.img-relative {
  width: auto;
  margin: 0 auto;
}
.img-gp img:hover {
  transform: scale(1.1);
}
.img-gp img {
  transition: transform 0.2s;
  cursor: pointer;
  height: 65px;
}
.mobile {
  display: none;
}
.item-mobile {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 5px;
  background-color: #eaf6fe;
  border-radius: 5px;
  justify-content: space-around;
}

.img-item-mobile img {
  width: 54px;
}

.title-item-mobile {
  font-size: 8px;
  font-weight: bold;
  margin-top: 4px;
}
.img-all-mb {
  display: none;
}
@media (max-width: 979px) {
  .img-all-mb {
    display: flex;
    justify-content: center;
  }
  .all-img {
    display: none;
  }
  .mobile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
  }
  .img-all-mb img {
    margin-bottom: 20px;
    width: 90%;
  }
}
/* end */
/* all-function */
.item-func {
  display: flex;
  margin-top: 61px;
}

.has-func {
  border: 1px solid #1877f1;
  width: max-content;
  padding: 11px 21px;
  border-radius: 15px;
  color: #1877f1;
  font-size: 33px;
  font-family: GoogleSans Bold, Arial, sans-serif;
}

.title-func {
  font-size: 20px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  margin-top: 15px;
  margin-bottom: 13px;
}

.list-func {
  font-size: 18px;
}

.button-func {
  background: linear-gradient(to right, #148cfb, #0b50c9);
  font-size: 18px;
  color: #fff;
  padding: 11px 18px;
  margin-top: 23px;
  width: fit-content;
  border-radius: 9px;
  font-family: GoogleSans Bold, Arial, sans-serif;
}
section.all-function a {
  width: fit-content;
  display: block;
}

.button-func span {
  margin-left: 36px;
}

.list-func div {
  background: url(/sites/amis/images/pages/hrm-v3/check-banner.png) left 12px
    no-repeat;
  background-size: 16px;
  padding: 9px 0 9px 21px;
}

.other .img-func {
  width: 141%;
  position: absolute;
  left: -74px;
  top: -159px;
}

.item-func.change {
  flex-direction: row-reverse;
}

.content-func {
  width: 40%;
}
.wrap-img {
  width: 60%;
  position: relative;
}

.button-func.other {
  background: linear-gradient(to right, #ff6f00, #ffbb00);
  font-family: GoogleSans Bold, Arial, sans-serif;
}
/* other func*/
section.other-func {
  background: url(/sites/amis/images/pages/hrm-v3/bg-other.png) no-repeat center;
  background-size: cover;
  padding-top: 93px;
  padding-bottom: 42px;
}

.other .title-func {
  color: #fff;
}

.other .list-func {
  color: #fff;
}

.other .has-func {
  color: #fff;
  border-color: #fff;
}

/* end other  */
@media (max-width: 979px) {
  section.all-function {
    margin-top: 70px;
  }

  .item-func {
    flex-direction: column;
    margin-top: 0;
  }

  .wrap-img {
    width: 100%;
    margin-top: 36px;
  }

  .content-func {
    width: 100%;
  }

  .item-func.change {
    flex-direction: column;
  }

  section.other-func {
    margin-top: 57px;
    padding-top: 0px;
  }

  .other .img-func {
    position: unset;
    width: auto;
  }
}

/* end all-function */

/* Banner ads */
.banner-ad {
  margin-top: 60px;
  margin-bottom: 60px;
}

.wrap-banner-ad {
  background: #cce0fc;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  width: 633px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.banner-content {
  color: #212121;
}

.title-ban {
  font-size: 32px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  margin-bottom: 8px;
  color: #25398d;
}

.des-ban {
  font-size: 16px;
  opacity: 0.8;
  color: #25398d;
}

.cta-banner-ad .btn-try {
  /* background: #0d6efd; */
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  border-radius: 100px;
  padding: 9px 12px 9px 20px;
  color: #ffffff;
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  position: relative;
}

.cta-banner-ad .btn-try:hover {
  background: #0b5ed7;
}

.cta-banner-ad .btn-try .arrow-wrapper {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.cta-banner-ad .btn-try .arrow-wrapper img {
  width: 14px;
  height: 14px;
}

.cta-banner-ad .btn-try:hover .arrow-wrapper {
  transform: translateX(4px);
}

.banner-shadow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 40px;
  /* background: linear-gradient(180deg, #08b8ff 0%, #3CA0FF 100%); */
  opacity: 0.2;
  filter: blur(13px);
  border-radius: 50%;
}

@media (max-width: 979px) {
  .banner-ad {
    margin: 40px 0;
  }

  .wrap-banner-ad {
    flex-direction: column;
    text-align: center;
    padding: 24px;
    gap: 20px;
    width: 100%;
  }

  .title-ban {
    font-size: 24px;
  }

  .des-ban {
    font-size: 14px;
  }

  .cta-banner-ad .btn-try {
    font-size: 14px;
    padding: 10px 20px 10px 28px;
  }

  .cta-banner-ad .btn-try .arrow-wrapper {
    width: 24px;
    height: 24px;
  }

  .cta-banner-ad .btn-try .arrow-wrapper img {
    width: 12px;
    height: 12px;
  }
}

/*other banner  */
.other .wrap-banner-ad {
  margin-top: 108px;
  width: unset;
  grid-template-columns: 1fr 14fr 3fr;
}
.other .title-ban {
  font-size: 32px;
}
section.banner-ad.other {
  margin-bottom: 111px;
}
@media (max-width: 979px) {
  .other .wrap-banner-ad {
    grid-template-columns: 1fr;
  }

  .other .title-ban {
    font-size: 24px;
  }
}
/* end other banner  */
/* list slider */
.list-slider .item {
  display: flex;
  gap: 37px;
}

.list-slider {
  margin-top: 37px;
}

.img-customer {
  width: 50%;
}

.content-sli {
  width: 50%;
}

.text-sli {
  font-style: italic;
  font-size: 18px;
}

.name-sli {
  color: #1877f1;
  font-size: 20px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  margin-top: 21px;
}

.pos-sli {
  /* color: #1877f1; */
  font-size: 18px;
  /* font-family: GoogleSans medium, Arial, sans-serif; */
}
section.slider {
  padding-top: 27px;
  /* background: url(/sites/amis/images/pages/hrm-v3/bg-sli.png) no-repeat center; */
  background-size: cover;
}
.logo-list {
  display: block;
  gap: 37px;
}

.wrap-left-lo {
  /* width: 50%; */
}
.wrap-logo {
  margin-top: 50px;
}

.wrap-right-lo {
  /* width: 50%; */
  font-size: 18px;
  /* margin-top: 170px; */
  font-style: italic;
  text-align: center;
}

.button-lo a {
  /* padding: 14px 21px; */
  /* background: linear-gradient(to right, #ff6f00, #ffbb00); */
  color: #fff;
  /* border-radius: 9px; */
  /* font-family: GoogleSans Bold, Arial, sans-serif; */
}

.button-lo {
  width: fit-content;
  margin: 0 auto;
  margin-top: 21px;
  margin-bottom: 22px;
}

.text-lo {
  text-align: center;
  font-size: 15px;
}

.text-lo a {
  color: #1877f1;
  font-family: GoogleSans Bold, Arial, sans-serif;
  text-transform: uppercase;
}

.owl-nav {
  position: absolute;
  right: 457px;
  bottom: 30px;
}

.owl-nav .button-left,
.owl-nav .button-right {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 15px 15px 0px rgba(20, 117, 223, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.owl-nav .button-left:hover,
.owl-nav .button-right:hover {
  transform: translateY(-2px);
  box-shadow: 0px 20px 20px 0px rgba(20, 117, 223, 0.2);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset;
}

.wrap-right-lo span img {
  margin-top: -4px;
}
.owl-dots {
  display: none;
}
@media (max-width: 979px) {
  .owl-nav {
    display: none;
  }
  
  .list-slider .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  
  .list-slider .owl-dot {
    display: inline-block;
    margin: 0 5px;
  }
  
  .list-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: #1E40B233 !important;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
    margin: unset !important;
  }
  
  .list-slider .owl-dot.active span {
    background: #1E40B1 !important;
    /* transform: scale(1.2); */
  }
  
  .list-slider .item {
    flex-direction: column;
  }

  .img-customer {
    width: 100%;
  }
  
  .content-sli {
    width: 100%;
  }

  .logo-list {
    flex-direction: column;
  }

  .wrap-left-lo {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .wrap-right-lo {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
    order: -1;
  }
  
  .wrap-right-lo br {
    display: none;
  }
  
  .wrap-logo {
    margin-top: 20px;
  }
  
  .wrap-logo img {
    content: url(/sites/amis/images/pages/hrm-v3/list-logo-mobile.png);
    width: 100%;
    height: auto;
  }
}
/* edn list slide */

/* support */
.line {
  background-color: #1877f1;
  width: 1px;
}

.wrap-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
  color: #000;
}

.title-sub {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-size: 19px;
  font-family: GoogleSans Bold, Arial, sans-serif;
}

.des-sup {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.wrap-list a {
  color: #000;
}

.wrap-sup {
  margin-top: 60px;
}
@media (max-width: 979px) {
  .wrap-list {
    flex-direction: column;
  }

  .line {
    height: 1px;
    width: 206px;
    margin: 20px auto;
  }
}
/* end support */

@keyframes blink-hot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.list-item-banner .hot {
  background-color: #e31837;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 4px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  animation: blink-hot 1s ease-in-out infinite;
  position: relative;
  top: -1px;
}

@media (max-width: 979px) {
  .list-item-banner .hot {
    font-size: 12px;
    padding: 1px 6px;
  }
}

.logo-banner {
  text-align: center;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  /* padding: 24px; */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  /* width: 90%; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 68px;
}

.logo-banner img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 979px) {
  .logo-banner {
    margin-top: -20px;
    padding: 16px;
    width: 95%;
  }
}

.logo-banner .logo-slider {
  padding: 9px 40px;
}

.logo-banner .logo-slider .item {
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-banner .logo-slider .item img {
  max-height: 80px;
  width: auto;
  display: inline-block;
  object-fit: contain;
}

.logo-banner .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.logo-banner .owl-nav button {
  pointer-events: auto;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 -16px !important;
}

.logo-banner .owl-nav button:hover {
  background: #f5f5f5 !important;
}

.logo-banner .owl-dots {
  display: none;
}

@media (max-width: 979px) {
  .logo-banner .logo-slider {
    padding: 16px 32px;
  }

  .logo-banner .logo-slider .item {
    height: 60px;
  }

  .logo-banner .logo-slider .item img {
    max-height: 45px;
  }
}

/* Banner responsive control */
.desktop-banner {
  display: block;
}

.mobile-banner {
  display: none;
}

@media (max-width: 979px) {
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }
}

/* Logo grid cho mobile */
@media (max-width: 979px) {
  .mobile-banner .logo-banner {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
  }

  .mobile-banner .logo-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
  }

  .mobile-banner .logo-slider .owl-stage-outer,
  .mobile-banner .logo-slider .owl-stage,
  .mobile-banner .logo-slider .owl-item {
    width: 100% !important;
    transform: none !important;
  }

  .mobile-banner .logo-slider .item {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-banner .logo-slider .item img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
  }

  .mobile-banner .logo-slider .item:nth-child(n + 9) {
    display: none;
  }

  .mobile-banner .logo-slider .owl-nav,
  .mobile-banner .logo-slider .owl-dots {
    display: none;
  }
}

/* Logo layout control */
.desktop-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

@media (max-width: 979px) {
  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
  }

  .mobile-logo .logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }

  .mobile-logo .grid-item {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-logo .grid-item img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
  }
}

/* KiÃ¡Â»Æ’m soÃƒÂ¡t hiÃ¡Â»Æ’n thÃ¡Â»â€¹ section AI */
.desktop-ai {
  display: block;
}

.mobile-ai {
  display: none;
}

@media (max-width: 979px) {
  .desktop-ai {
    display: none;
  }

  .mobile-ai {
    display: block;
  }

  .mobile-ai .ai-wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .mobile-ai .ai-demo {
    order: -1; /* Ã„ÂÃ†Â°a phÃ¡ÂºÂ§n demo lÃƒÂªn trÃƒÂªn */
  }

  .mobile-ai .ai-content {
    padding: 0 16px;
  }

  .mobile-ai .ai-title .main-title {
    font-size: 20px;
    text-align: center;
  }

  .mobile-ai .ai-title .sub-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
  }

  .mobile-ai .feature-item {
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 12px;
  }

  .mobile-ai .feature-text h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .mobile-ai .feature-text p {
    font-size: 14px;
    line-height: 1.4;
  }

  .mobile-ai .ai-cta {
    flex-direction: row;
    gap: 12px;
    margin-top: 32px;
    padding: 0 16px;
    justify-content: center;
  }

  .mobile-ai .ai-cta a {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  .mobile-ai .btn-try {
    background: #0d6efd;
    color: #ffffff;
    position: relative;
    padding-right: 52px !important;
  }

  .mobile-ai .btn-try img {
    width: 24px;
    height: 24px;
    background: #ffffff;
    padding: 6px;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-ai .btn-advise {
    border: 1px solid #0d6efd;
    color: #0d6efd;
  }

  .mobile-ai .btn-advise img {
    width: 12px;
    height: auto;
  }

  @media (max-width: 374px) {
    .mobile-ai .ai-cta {
      flex-direction: column;
    }

    .mobile-ai .ai-cta a {
      width: 100%;
    }
  }
}

/* Mobile AI Section */
@media (max-width: 979px) {
  .mobile-ai {
    padding: 40px 0;
    background: #fff;
  }

  /* Header */
  .mobile-ai .ai-header {
    text-align: center;
    margin-bottom: 32px;
  }

  .mobile-ai .main-title {
    font-size: 20px;
    color: #1877f2;
    margin-bottom: 8px;
  }

  .mobile-ai .sub-title {
    font-size: 24px;
    font-weight: bold;
  }

  .mobile-ai .highlight {
    color: #1877f2;
  }

  /* Default media */
  .mobile-ai .ai-default-media {
    margin-bottom: 40px;
    position: relative;
  }

  .mobile-ai .default-screen {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }

  .mobile-ai .default-screen img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mobile-ai .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .mobile-ai .play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }

  /* Feature slides */
  .mobile-ai .ai-feature-slides {
    position: relative;
    padding: 0 16px;
  }

  .mobile-ai .feature-slide {
    display: none;
    animation: fadeIn 0.5s ease;
  }

  .mobile-ai .feature-slide.active {
    display: block;
  }

  .mobile-ai .feature-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .mobile-ai .feature-item {
    background: #f8f9ff;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .mobile-ai .feature-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .mobile-ai .feature-text h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
  }

  .mobile-ai .feature-text p {
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
    margin: 0;
  }

  .mobile-ai .feature-image {
    border-radius: 12px;
    overflow: hidden;
  }

  .mobile-ai .feature-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Dots navigation */
  .mobile-ai .feature-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }

  .mobile-ai .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .mobile-ai .dot.active {
    background: #1877f2;
  }

  /* CTA buttons */
  .mobile-ai .ai-cta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 32px;
    padding: 0 16px;
    justify-content: center;
  }

  .mobile-ai .ai-cta a {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  .mobile-ai .btn-try {
    background: #0d6efd;
    color: #ffffff;
    position: relative;
    padding-right: 52px !important;
  }

  .mobile-ai .btn-try img {
    width: 24px;
    height: 24px;
    background: #ffffff;
    padding: 6px;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-ai .btn-advise {
    border: 1px solid #0d6efd;
    color: #0d6efd;
  }

  .mobile-ai .btn-advise img {
    width: 12px;
    height: auto;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* Security Certificates Section */
.security-certificates {
  padding: 40px 0;
  background: #fff;
}

.certificates-wrapper {
  text-align: center;
}

.certificates-title {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 24px;
  color: #212121;
}

.certificates-title .highlight {
  /* color: #1877f2; */
  font-family: GoogleSans Bold, Arial, sans-serif;
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.certificates-list {
  max-width: 800px;
  margin: 0 auto;
}

.certificates-list img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 979px) {
  .security-certificates {
    padding: 32px 16px;
  }

  .certificates-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .certificates-list {
    max-width: 100%;
    padding: 0 16px;
  }
}

/* Section All Functions */
section.all-function {
  /* padding: 27px 0; */
  background: #fff;
}

.all-function-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.function-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
}

.function-tab {
  padding: 9px 20px;
  /* background: #f5f5f5; */
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #25398d;
  border: 1px solid #25398d;
  font-family: GoogleSans Bold, Arial, sans-serif;
}

.function-tab:hover,
.function-tab.active {
  background: #25398d;
  color: #fff;
}

.function-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}

.function-info {
  flex: 1;
  max-width: 45%;
  margin-top: 57px;
}

.function-title {
  font-size: 20px;
  font-weight: bold;
  /* margin-bottom: 8px; */
  color: #333;
}

.function-features {
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding: 12px;
  cursor: pointer;
  width: 374px;
  /* padding-bottom: 0; */
}

.feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.feature-icon img {
  width: 100%;
  height: 100%;
}

.feature-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.feature-text br {
  display: none;
}

.function-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  /* background: linear-gradient(90deg, #0831F1 0%, #488CFE 100%); */
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.function-cta:hover {
  /* transform: translateY(-2px); */
  /* box-shadow: 0 5px 15px rgba(8, 49, 241, 0.2); */
}

.function-image {
  flex: 1;
  max-width: 50%;
}

.function-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

/* Responsive */
@media (max-width: 979px) {
  section.all-function {
    padding: 40px 0;
  }

  .function-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .function-tab {
    padding: 9px 13px;
    font-size: 14px;
    text-align: center;
    /* width: calc(33.33% - 7px); */ /* 3 cÃƒÂ¡Ã¡Â»â„¢t vÃ¡Â»â€ºi gap 10px */
    flex: 0 0 auto;
  }

  .function-tab[data-tab="tienluong"] {
    padding: 9px 26px;
  }

  .function-cta-wrapper {
    display: none;
  }

  .function-cta-wrapper-mobile {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 24px;
    justify-content: center;
  }

  .function-cta {
    width: auto;
    white-space: nowrap;
    flex: 1;
  }

  .function-content {
    flex-direction: column;
    gap: 30px;
  }

  .function-info,
  .function-image {
    max-width: 100%;
    margin-top: 0;
  }

  .function-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .feature-item {
    margin-bottom: 13px;
    padding: 0;
  }

  .feature-item:last-child {
    margin-bottom: 0;
  }

  .function-features {
    margin-bottom: 0;
  }
}

/* Style cho tag HOT */
.feature-text .hot {
  background: linear-gradient(90deg, #ff4d4f 0%, #ff7875 100%);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  display: inline-block;
  animation: blink-hot 1s infinite;
  vertical-align: middle;
  line-height: 16px;
}

@keyframes blink-hot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* Style cho icon check */
.feature-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.feature-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Style cho buttons */
.function-cta-wrapper {
  display: flex;
  gap: 16px;
  /* margin-top: 23px; */
}

.function-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
}

.function-cta img {
  width: 14px;
  transition: transform 0.3s ease;
}

.function-cta.primary {
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 52px;
}

.function-cta.primary img {
  width: 30px;
  height: 30px;
  background: #ffffff;
  padding: 8px;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.function-cta.primary:hover {
  /* background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%); */
  /* color: #fff; */
  /* transform: translateY(-2px); */
}

.function-cta.primary:hover img {
  transform: translate(4px, -50%);
}

.function-cta.secondary {
  border: 1px solid #0d6efd;
  color: #0d6efd;
}

.function-cta.secondary:hover {
  background: rgba(13, 110, 253, 0.1);
}

.function-cta.secondary:hover img {
  transform: translateX(4px);
}

@media (max-width: 979px) {
  .function-cta-wrapper {
    display: none;
  }

  .function-cta-wrapper-mobile {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 24px;
    justify-content: center;
  }

  .function-cta {
    width: auto;
    justify-content: center;
  }
}

/* Style cho function image */
.function-image {
  flex: 1;
  max-width: 55%;
  /* position: relative; */
  height: 500px;
}

.function-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  position: absolute;
  width: 804px;
  right: -162px;
}

/* Position cho tÃ¡Â»Â«ng Ã¡ÂºÂ£nh */
#chamcong .function-image img {
  transform: scale(1.1);
  margin-top: -20px;
}

#tienluong .function-image img {
  transform: scale(1.15);
  margin-left: -30px;
}

#nhansu .function-image img {
  transform: scale(1.1);
  margin-top: -10px;
}

#tuyendung .function-image img {
  transform: scale(1.2);
  margin-left: -20px;
}

#muctieu .function-image img {
  transform: scale(1.15);
}

#mangxahoi .function-image img {
  transform: scale(1.1);
  margin-top: -15px;
}

/* Responsive */
@media (max-width: 979px) {
  .function-cta-wrapper {
    flex-direction: row;
  }

  .function-image {
    max-width: 100%;
  }

  .function-image img {
    transform: none !important;
    margin: 0 !important;
    position: unset;
  }
}

/* Language Section */
.language-section {
  padding: 60px 0;
  background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
  background-size: cover;
}

.language-title {
  font-size: 32px; /* Adjusted for balance */
  font-family: GoogleSans Bold, Arial, sans-serif;
  margin-bottom: 8px;
  color: #212121;
}

.language-title .highlight {
  color: #1877f1;
}

.language-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 600px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.flags-carousel-desktop {
  display: block; /* HiÃ¡Â»Æ’n thÃ¡Â»â€¹ trÃƒÂªn desktop */
}

.flags-carousel-desktop .item img {
  width: auto;
  height: 56px; /* Standard height for flags */
  margin: 0 10px;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.flags-grid-mobile {
  display: none; /* Hidden on desktop */
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.flags-grid-mobile .flag-item img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-language-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.15); */
  margin-top: 40px;
  margin-bottom: 40px;
}

.language-cta-wrapper .btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 100px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 10px;
}

.language-cta-wrapper .btn-cta.primary {
  background: #0d6efd;
  color: #fff;
  gap: 8px;
}

.language-cta-wrapper .btn-cta.primary:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
}

.language-cta-wrapper .btn-cta.primary img {
  width: 14px;
  transition: transform 0.3s ease;
}

.language-cta-wrapper .btn-cta.primary:hover img {
  transform: translateX(4px);
}

.language-cta-wrapper .btn-cta.secondary {
  background: transparent;
  color: #0d6efd;
  border: 1px solid #0d6efd;
}

.language-cta-wrapper .btn-cta.secondary:hover {
  background: rgba(13, 110, 253, 0.1);
  transform: translateY(-2px);
}
.language-cta-wrapper {
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* Responsive for Language Section */
@media (max-width: 979px) {
  .language-section {
    padding: 40px 0;
  }

  .language-title {
    font-size: 24px;
  }

  .language-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .flags-carousel-desktop {
    display: none !important; /* Ã¡ÂºÂ¨n desktop slider trÃƒÂªn mobile */
  }

  .flags-grid-mobile {
    display: grid; /* Show mobile grid */
  }

  .main-language-image img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .language-cta-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .language-cta-wrapper .btn-cta {
    width: 100%;
    max-width: 300px; /* Limit button width on mobile */
    margin: 0 auto; /* Center buttons */
    font-size: 15px;
  }
}

.function-cta-wrapper-mobile {
  display: none; /* áº¨n trÃªn desktop */
}

@media (max-width: 979px) {
  .function-cta-wrapper {
    display: none;
  }

  .function-cta-wrapper-mobile {
    display: flex; /* Hiá»ƒn thá»‹ trÃªn mobile */
    flex-direction: row;
    gap: 10px;
    margin-top: 24px;
    justify-content: center;
  }
}

/* Support 24/7 section */
@media (max-width: 979px) {
  .support-247 {
    background: url(/sites/amis/images/pages/hrm-v3/bg-bonus.png) no-repeat center;
    background-size: cover;
    margin-top: 30px;
  }
}

/* Desktop & Mobile Versions */
.warp-text.mobile-version {
  display: none;
}

.warp-text.desktop-version {
  display: block;
}

.img-text-mobile {
  position: relative;
  margin-bottom: 20px;
}

.img-text-mobile img {
  width: 100%;
  height: auto;
}

.img-text-mobile .star {
  /* position: absolute; */
  bottom: 10px;
  left: 10px;
  display: grid;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
}

.ava-register-mobile {
  margin-top: 20px;
  text-align: center;
}

.ava-register-mobile img {
  width: 193px;
  height: auto;
}

@media (max-width: 979px) {
  .warp-text.desktop-version {
    display: none;
  }
  
  .warp-text.mobile-version {
    display: block;
    width: 100%;
  }
  
  .warp-form {
    width: 100%;
    margin-bottom: 30px;
  }

  .warp-content {
    position: unset;
  }
}

/* form ai custom */
form[lz-id='3b0bc7c6-c02c-4b47-b695-010c19afb990'] .btn-orange {
  background: linear-gradient(90deg, #0831f1 0%, #488cfe 100%) !important;
  font-size: 16px !important;
}
div#register .title {
  font-size: 28px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}
/* end form ai custom */
