/*#region Common */
@media (min-width: 1366px) {
  .container {
    width: 1260px;
  }
}

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

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

ul {
  list-style: none;
}

ul li {
  padding: 0;
  margin: 0;
}

.section-temp {padding: 20px 0;}

.nowrap {
  white-space: nowrap;
}

.cta-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 65px;
}

a.btn-base {
  display: block;
  color: #fff;
  font-family: GoogleSans Bold, Arial, sans-serif;
  height: 44px;
  width: 180px;
  border-radius: 24px;
  text-align: center;
  line-height: 44px;
  margin: 0 12px;
}
a.btn-base.btn-banner-buynow .video-click {
  align-items: center;
  display: flex;
  gap: 12px;
}
.banner .banner-img {
  width: 1000px;
}
.banner .cta-button {
  justify-content: left;
}
.banner a.btn-base.btn-banner-advice {
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
  color: #2783fc;
  width: auto;
}
.function a.btn-banner-advice,
.video-demo a.btn-banner-advice,
.benefit a.btn-banner-advice {
  color: #fff;
  display: inline-flex;
  height: 48px;
  padding: 11px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  width: auto;
  background: #2783fc;
}
.wrap-banner {
  display: flex;
}

.text-banner {
  width: 50%;
}

.banner-img-list {
  /* width: 80%; */
}
a.btn-banner-buynow {
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(217, 217, 217, 0);
  display: inline-flex;
  padding: 11px 16px 11px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: auto;
}

a.btn-banner-trial {
  border-radius: 100px;
  background: #f68330;
  display: inline-flex;
  height: 48px;
  padding: 11px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: auto;
}

a.btn-advice {
  width: 140px;
  background: #fd8835;
  color: #fff;
}

a.btn-trial {
  width: 140px;
  background: #17a562;
  color: #fff;
}

a.long-btn {
  width: 200px;
}

.content-title {
  font-size: 30px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  text-align: center;
  position: relative;
  z-index: 2;
}

.content-subtitle {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 40px;
  position: relative;
  z-index: 2;
}

.container {
  position: relative;
  z-index: 2;
}

.view-mobile {
  display: none;
}

@media (max-width: 979px) {
  .section-temp {
    padding: 40px 0;
  }

  .view-mobile {
    display: block;
  }

  .view-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .amis-assessment {
    font-size: 14px;
  }

  .content-title {
    font-size: 20px;
  }

  .content-subtitle {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .btn-base {
    font-size: 14px;
    width: 150px;
  }

  .section-temp {
    padding: 30px 0;
  }
}

/*#endregion*/

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

.item-menu.sub-product {
  color: #fff;
  cursor: pointer;
  padding: 13px 12px;
  position: relative;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.arrow {
  border: solid #fff;
  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);
}

.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;
}

.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;
}

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

.logo-menu {
  align-items: center;
}

.warp-item-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.item-menu a {
  color: #fff;
  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*/
/* banner */
section.banner {
  background: url(/sites/amis/images/pages/hrm-target/bg.png) no-repeat center;
  background-size: cover;
  background-position: left top;
  padding-top: 70px;
  height: 484px;
}

.banner-title {
  color: #fff;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  width: 566px;
  margin-bottom: 23px;
}

.banner-subtitle {
  list-style: disc inside;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  width: 454px;
  padding-left: 30px;
}

.banner-subtitle div::before {
  content: "\2022";
  font-size: 37px;
  margin-right: 14px;
  margin-top: 4px;
  position: absolute;
  left: -21px;
  top: -19px;
}

.banner-subtitle div {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 23px;
}
.des-text-banner .title {
  color: #1f1f1f;
  text-align: center;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}

.des-text-banner {
  background: #f7f9fb;
  height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.des-text-banner .des {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.banner-img img {
  position: absolute;
  left: -67px;
}

.banner-img {
  position: relative;
}

/* end */
/* benefit */
.title-benefit {
  color: #1f1f1f;
  text-align: center;
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
  margin: 0 auto;
}
.sub-text {
    text-align: right;
    font-size: 24px;
}
section.section-temp.benefit {
  margin-top: 106px;
  margin-bottom: 64px;
}

.left .title {
  color: #2783fc;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 12px;
}
.left .des {
  background: url(/sites/amis/images/pages/hrm-target/x-icon.png) no-repeat left
    top;
  padding-left: 64px;
  background-size: 45px;
  margin-bottom: 46px;
  color: #1f1f1f;
  /* font-family: GoogleSans medium, Arial, sans-serif; */
  font-size: 16px;
  font-style: normal;
  line-height: initial;
}
.right .des {
  background: url(/sites/amis/images/pages/hrm-target/v-icon.png) no-repeat left
    top;
  padding-left: 64px;
  background-size: 46px;
  margin-bottom: 46px;
  color: #1f1f1f;
  /* font-family: GoogleSans medium, Arial, sans-serif; */
  font-size: 16px;
  font-style: normal;
  line-height: initial;
}
.des:nth-child(3) {
  line-height: 47px;
}

.left {
  border-radius: 20px;
  border: 2px solid #a3cbff;
  background: #f8fafd;
  padding: 40px;
  width: 595px;
  /* height: 619px; */
  position: relative;
}

.right {
  border-radius: 20px;
  border: 2px solid #05e39c;
  background: #fff;
  padding: 41px;
  width: 596px;
  flex-shrink: 0;
  position: relative;
}

.des-sub {
  display: none;
  margin-left: 62px;
  margin-bottom: 24px;
  color: #1f1f1f;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.wrap-benefit {
  margin-top: 67px;
  display: flex;
  gap: 38px;
}
.right .des:nth-child(8) {
  margin-bottom: unset;
}
.left .des:nth-child(8) {
  margin-bottom: unset;
}
.img-dis-bene {
  position: absolute;
  top: -75px;
  left: 40%;
}

.right .des:nth-child(2) {
  margin-top: 5px;
}
/* end */
/*video demo */
section.video-demo {
  background: url(/sites/amis/images/pages/hrm-target/bg-2.png) no-repeat center;
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 746px;
  margin-bottom: 64px;
}

.img-video {
  position: relative;
  /* display: none; */
}

.img-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-demo .cta-button {
  margin-top: 0;
}

.img-video .icon:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
/* end  */
/* function */
.function .title {
  color: #1f1f1f;
  text-align: center;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.function .container > .des {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.wrap-list-function {
  display: flex;
  margin-bottom: 277px;
  margin-top: 34px;
}

.list-right {
  position: relative;
  width: 50%;
}

.list-right div {
  position: absolute;
  top: -85px;
  width: 798px;
  left: -90px;
}

.function .button {
  display: inline-flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #007aff;
  background: #fff;
}

.function .content {
  color: #1f1f1f;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  width: 569px;
  margin-top: 12px;
}
.function a.btn-base.btn-banner-trial {
  margin-left: 0;
}

.function .list-left .des {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #1f1f1f;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  width: 535px;
}

.show-cate {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.list-left {
  width: 50%;
  /* margin-left: 85px; */
}
.list-left .des div:before {
  content: "\2022";
  font-size: 37px;
  color: #007aff;
  position: absolute;
  left: -24px;
  top: -15px;
}

.list-left .des div {
  position: relative;
  margin-bottom: 7px;
  margin-left: 25px;
}
.wrap-list-function:nth-child(6) .list-right div {
  margin-left: -68px;
}
/* end */
/* connect */
.connect a.btn-base.btn-banner-advice {
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  height: 48px;
  padding: 11px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  width: auto;
  background: #2783fc;
}
.connect .title {
  color: #1f1f1f;
  text-align: center;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.connect .des {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.connect .title span {
  color: #2783fc;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.title-benefit span {
  color: #2783fc;
}

.connect .img {
  display: flex;
  justify-content: center;
}
section.connect {
  background: #f2f8ff;
  padding: 64px;
  margin-bottom: 64px;
}
/* end */
/* #region enterprise */
.enterprise .content-title {
  padding-bottom: 40px;
}

.logos img {
  padding: 5px;
}

.logos.owl-theme {
  display: flex;
  flex-wrap: wrap;
}

.logos.owl-theme .item {
  width: 25%;
}

#owl-mobile-custom {
  display: none;
}

@media screen and (max-width: 979px) {
  .logos img {
    width: 100%;
  }

  #owl-mobile-custom {
    display: block;
  }

  .logos.owl-theme .item {
    width: 50%;
  }

  .enterprise .content-title br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logos.owl-theme .item {
    width: 100%;
  }

  .enterprise .content-title {
    padding-bottom: 30px;
  }
}

/* #endregion */
/*#region Prize */
.prize {
  padding: 64px;
  background: #fff;
}

.p-title {
  color: #1f1f1f;
  text-align: center;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 40px !important;
}

.p-image {
  padding-bottom: 15px;
}

.p-image img {
  width: unset !important;
  height: 120px;
  margin: 0 auto;
}

.p-name {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

/*#region Custom Owl Carousel */
.prize .owl-item {
  position: relative;
}

.prize .owl-nav {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  top: calc(50% - 20px);
  top: -o-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
  top: -webkit-calc(50% - 20px);
}

.prize .owl-dots {
  width: 100%;
  padding-top: 30px;
  position: absolute;
  justify-content: center;
}

.prize .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.prize .owl-prev {
  position: absolute;
  left: 0;
}

.prize .owl-next {
  position: absolute;
  right: 0;
}

.prize .owl-dots .owl-dot {
  outline: none;
}

.prize .owl-dots .owl-dot span {
  background: #fff;
  border: solid #ddd 1px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.prize .owl-dots .owl-dot.active span {
  background: #fff;
  background: #2680eb;
  border: solid #2680eb 1px;
}

.prize .owl-nav .owl-prev {
  left: -20px;
  margin: 0;
  outline: none;
}

.prize .owl-nav .owl-prev:hover {
  opacity: 0.85;
}

.prize .owl-nav .owl-prev img {
  border-radius: 50%;
  box-shadow: 0 1px 5px 1px #ddd;
}

.prize .owl-nav .owl-prev:hover {
  background: transparent;
}

.prize .owl-nav .owl-next {
  right: -20px;
  margin: 0;
  outline: none;
}

.prize .owl-nav .owl-next:hover {
  opacity: 0.85;
}

.prize .owl-nav .owl-next img {
  border-radius: 50%;
  box-shadow: 0 1px 5px 1px #ddd;
}

.prize .owl-nav .owl-next:hover {
  background: transparent;
}

.prize .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.prize .owl-theme .owl-dots .owl-dot:hover span {
  border: solid 1px #2680eb;
  background: #2680eb;
}

.prize .owl-theme .owl-dots .owl-dot.active:hover span {
  border: solid 1px #2680eb;
  background: #2680eb;
}

/*#endregion*/
/*#region Responsive */
@media (max-width: 979px) {
  .prize {
    padding-top: 40px;
  }

  @media (max-width: 767px) {
    .p-title {
      font-size: 24px;
    }
  }
}

/*#endregion*/
/*#endregion*/
/* #region register */
.assessment-register {
  background: url(/sites/amis/images/pages/hrm-target/bg-3.png) no-repeat center;
  background-size: cover;
  background-position: left top;
  padding-top: 64px;
  margin-bottom: 103px;
}

.register-title {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  padding: 32px 0 39px 0;
}

.register-subtitle {
  font-size: 14px;
  text-align: center;
  padding-bottom: 8px;
}

.assessment-register .content-title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  color: #fff;
  text-align: start;
  position: relative;
}

.assessment-register .content-title::after {
  background-color: #fd8835;
  width: 196px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.assessment-register-wrap {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 12px 0 rgba(33, 37, 43, 0.12);
  padding: 24px;
}

.register-des div {
  background: url(/sites/amis/images/pages/hrm-target/tick-v.png) no-repeat left
    top;
  padding-left: 28px;
  background-size: 24px;
  margin-bottom: 16px;
  color: #fff;
}
.img-ip15 {
    position: relative;
    height: 311px;
}

.img-ip15>img {
    position: absolute;
}
.rate {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 30px;
  margin-top: -14px;
}

.rate img {
  margin-right: 5px;
}
.register-des div span {
  color: #fff;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
}
.ai-register {
  text-align: center;
}
@media (min-width: 980px) {
  .register-des {
    width: 102%;
  }
}

@media (max-width: 979px) {
  .assessment-register {
    background-size: cover;
    background-position: center;
  }
}
/* #endregion */
/*#region question */
.question .content-title {
  color: #1f1f1f;
  text-align: center;
  font-family: GoogleSans bold, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
}

.question-wrap {
  margin: 0;
  padding-top: 30px;
}

.ic-question {
  margin: 0 auto 10px;
}

.question .panel-group .panel {
  border-radius: 10px;
}

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

.question .panel-default > .panel-heading.collapsed {
  background: url(/sites/amis/images/pages/amis-assessment/ic_down.svg)
    no-repeat right 15px top 20px;
  background-size: 12px;
}

.question .panel-default > .panel-heading {
  padding: 15px 35px 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-family: GoogleSans Bold, Arial, sans-serif;
  background: url(/sites/amis/images/pages/amis-assessment/ic_up.svg) no-repeat
    right 15px top 25px;
  background-size: 12px;
}

.panel-answer {
  padding: 0 35px 15px 15px;
  line-height: 1.5;
}

.panel-answer ul li {
  padding: 0 0 10px 18px;
  position: relative;
  list-style: none;
  margin: 0;
}

.panel-answer ul li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8c8c8;
  left: 0;
  top: 6px;
}

.panel-answer ul li:last-child {
  padding-bottom: 0;
}

.panel-answer > div:not(:last-child) {
  padding-bottom: 6px;
}

/*#endregion */
@media (max-width: 979px) {
  /*banner  */
  .wrap-banner {
    flex-wrap: wrap;
    height: auto;
    position: relative;
    background: linear-gradient(173deg, #147aff 0%, #0947e9 100%);
    margin-bottom: 88px;
  }
  section.video-demo {
    height: auto;
  }
  .video-demo .cta-button {
    margin-bottom: 20px;
  }

  .text-banner {
    width: 99%;
    padding-top: 30px;
  }

  .banner-title {
    width: auto;
    text-align: center;
  }

  .banner-subtitle {
    padding: 10px;
    width: auto;
  }

  .cta-button {
    flex-wrap: wrap;
    padding: 0 38px;
  }

  .banner a.btn-base.btn-banner-buynow.play-video-item {
    margin-top: 20px;
    margin: 18px auto 6px auto;
  }

  .banner-img-list {
    width: 100%;
    bottom: 337px;
    position: absolute;
  }

  section.banner.section-temp {
    margin-top: -71px;
  }

  .banner .cta-button {
    justify-content: center;
  }
  .banner-img-list {
    width: 100%;
    bottom: 322px;
    position: unset;
    /* display: none; */
  }

  section.banner.section-temp {
    margin-top: -71px;
  }
  section.banner {
    background: unset;
  }
  .banner .cta-button {
    justify-content: center;
  }
  .banner .banner-img {
    width: 130%;
    position: unset;
  }
  .banner-img img {
    position: unset;
}
  /*end banner  */

  /* benefit  */

  .title-benefit {
    width: auto;
    font-size: 23px;
  }

  .wrap-benefit {
    flex-wrap: wrap;
  }

  .left {
    height: auto;
    width: auto;
  }

  .img-dis-bene {
    left: 50%;
    transform: translateX(-50%);
  }

  .right {
    width: 100%;
    margin-top: 41px;
    height: auto;
  }

  .des-sub {
    width: auto;
  }

  .right .des {
    width: auto;
  }

  section.section-temp.benefit {
    /* margin-bottom: -47px; */
  }

  section.section-temp.benefit {
    margin-top: 620px;
  }
  /* end benefit  */
  /*   function */
  .function a.btn-base.btn-banner-advice {
    margin-left: 0;
  }
  .cta-button {
    gap: 15px;
    flex-direction: column;
  }

  .wrap-list-function {
    flex-direction: column;
    margin-bottom: 272px;
    margin-top: 61px;
  }

  .list-right div {
    width: 367px;
    left: 104%;
    transform: translateX(-50%);
    top: -20px;
  }

  .wrap-list-function:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .function .content {
    width: auto;
  }

  .list-left {
    width: 100%;
  }

  .function .list-left .des {
    width: auto;
  }

  .wrap-list-function:nth-child(6) .list-right div {
    margin-left: 0;
  }

  section.connect {
    padding: 64px 0;
  }
  /*   end function */
}
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  section.banner.section-temp {
    background: linear-gradient(173deg, #147aff 0%, #0947e9 100%);
    margin-bottom: 30px;
  }
  .banner-img {
    display: none;
  }
  .des-text-banner {
    display: none;
  }

  .banner img.img-responsive.lazyloaded {
    display: none;
  }

  .text-banner {
    height: 0;
  }

  .wrap-banner {
    height: 584px;
  }
}
/* #region product */
.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  text-align: center;
  grid-gap: 20px;
}

.product-list > a {
  color: #212121;
  display: block;
  padding: 36px 24px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.product-list > a img {
  width: 60px;
  margin: auto;
  padding-bottom: 20px;
}

.text-bold.text-center {
  font-size: 16px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.btn-base.btn-viewmore {
  display: block;
  color: #3f53ff;
  border-radius: 23px;
  border: 1px solid #e0e0e0;
  max-width: 150px;
  background: url(/sites/amis/images/pages/amis-hrm/ic-arrow-long.svg) no-repeat
    101px 8px;
  padding-right: 54px;
  padding: 10px 10px 10px 20px;
  margin: 20px auto;
}

.btn-base.btn-hide-products {
  color: #1877f1;
  border-radius: 23px;
  border: 1px solid #e0e0e0;
  max-width: 150px;
  margin: auto;
  background: url(/sites/amis/images/pages/amis-hrm/ic-arrow-up.svg) no-repeat
    101px 8px;
  padding-right: 54px;
  padding: 10px 10px 10px 20px;
  margin: 20px auto;
}

.product .title {
  text-align: center;
  font-size: 33px;
  margin-top: 37px;
  color: #1877f1;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.product-collapse,
.btn-hide-products,
.hide-product-btn {
  display: none;
}

.product .title-des {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product .title {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
    padding: 0 15px;
  }
}

/* #endregion */
.cta {
  /* display: none; */
}
.cta-button {
}
.product .sub-product {
  text-align: center;
  font-family: GoogleSans Bold, Arial, sans-serif;
  margin-top: 44px;
  margin-bottom: 56px;
}

.wrap-cta-product {
  display: none;
}

section.product.odd-color {
  background-color: #f2f8ff;
}

section.enterprise.section-temp {
  padding-bottom: 64px;
}
@media (max-width: 979px) {
  .connect .title {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .connect .title span {
    font-size: 23px;
  }

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

/* form */
.contact-form {
  max-width: 500px;
  margin: 0 auto;
  /* padding: 20px; */
  border-radius: 5px;
  padding-bottom: 25px;
}

.contact-form h2 {
  text-align: center;
}

.contact-form label {
  display: block;
  margin-bottom: 10px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form select {
  height: 40px;
}

.contact-form textarea {
  height: 150px;
}

.contact-form input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

.success-message {
  color: #008000;
  text-align: center;
  font-weight: bold;
}

.error-message {
  color: #ff0000;
  text-align: center;
  font-weight: bold;
}
.text-form {
    margin-bottom: 20px;
}
/* end form */
