  /*#region Common */
.button-bonus {
    display: flex;
    justify-content: center;
	margin-bottom:30px
}
.amis-timekeeping {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #021229;
  position: relative;
}

.amis-timekeeping * {
  z-index: 2;
}

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

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

.nowrap {
  white-space: nowrap;
}

.text-orange {
  color: #ff6005;
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 23px;
}

.horizontal-line {
  position: relative;
}

.horizontal-line::before {
  content: "";
  height: 3px;
  width: 60px;
  /* background: #ff6005; */
  position: absolute;
  top: -20px;
  left: calc(50% - 50px);
  left: -moz-calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
}

.cubes {
  position: absolute;
}

.bg-light-orange {
  background: linear-gradient(to top, #fce0cb, #fff4ec, #fff);
  padding-bottom: 60px;
}

/*#endregion */

/*#region Tab */
.amis-timekeeping-tab {
  position: absolute;
  top: 16px;
  width: 100%;
  transition: top 0.1s;
  z-index: 99;
}

.amis-timekeeping-tab-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amis-timekeeping-tab ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  width: 100%;
}

.amis-timekeeping-tab ul li {
  color: #212121;
  padding: 0;
}

.amis-timekeeping-tab li {
  display: flex;
}

.amis-timekeeping-tab li:first-child {
  margin-left: 0;
  padding: 0;
}

.amis-timekeeping-tab li a {
  color: #212121;
  padding: 8px 10px;
  border-radius: 5px;
}

.amis-timekeeping-tab ul li.active a {
  color: #ff6005;
}

.logo-banner-tab {
  display: none;
}

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

@media (min-width: 980px) {
  .amis-timekeeping-tab.stickyCss ul li:last-child a {
    background-color: #ff6005;
    color: #fff;
  }

  .amis-timekeeping-tab.stickyCss .logo-banner-tab {
    display: block;
  }
}

@media (max-width: 979px) {
  .amis-timekeeping-tab-wrap {
    display: block;
    padding: 0;
  }

  .amis-timekeeping-tab ul {
    justify-content: center;
  }
}

/*#endregion */

/*#region Banner */
.timekeeping-banner-text {
  /* margin-top: 96px; */
  width: 28%;
  /* padding-left: 26px; */
}

.amis-timekeeping-banner .container {
  position: relative;
}

.timekeeping-banner-title {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 32px;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 2px solid #FF6005;
  width: fit-content;
}
.banner-demo-image{
  width: 33%
}

.timekeepin-banner-description {
  color: #666666;
  padding-bottom: 15px;
}

.cls-banner-slogan {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
  font-family: GoogleSans medium, Arial, sans-serif;
}
.cls-banner-slogan div{
      background: url(/sites/amis/images/pages/amis-timekeeping-ver-2/dot-cam.png) no-repeat;
      padding-left: 16px;
      background-position-y: 6px;
      background-size: 6px;
}

.cls-banner-slogan a {
  font-size: 13px;
  color: #ff6005;
  border: solid 1px #ff6005;
  text-align: center;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: default !important;
}

.cls-banner-slogan a:not(:last-child) {
  margin-right: 15px;
}

.cls-button-banner {
  display: flex;
  padding-top: 50px;
}

.cls-button-banner a {
  color: #fff;
  text-align: center;
  padding: 9px 12px;
  border-radius: 5px;
}

.cls-button-banner a.btn-free-trial {
  background: #ff6005;
}

.cls-button-banner a.btn-advisory {
  background: #212121;
}

.cls-button-banner a:not(:last-child) {
  margin-right: 15px;
}

.cubes-1 {
  width: 700px;
  top: -220px;
  left: -500px;
  display: inline-block;
  z-index: 1;
}
@media (max-width:979px){
    img.email-img {
      width: 518px;
      margin-top: 26px;
      /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  }
  
  a.btn-item.btn-free-trial {width: max-content;}
  
  .cls-button-banner a.btn-advisory {
      width: fit-content;
  }
  
  .cls-button-banner a:not(:last-child) {
      margin: unset;
  }
  
  .banner-demo-image {
      width: 72%;
      margin-top: 23px;
  }
  
  .row .header-register {
      width: 87% !important;
  }
  
  h1.timekeeping-banner-title {
      margin: 0 auto;
  }
}
/*#endregion */

/*#region timekeeping-video */

.video-title {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.timekeeping-video-wrap {
  text-align: center;
  padding-top: 30px;
}

.timekeeping-video-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}

.timekeeping-video-play {
  position: absolute;
  overflow: hidden;
}

.timekeeping-video-content:hover .timekeeping-video-play {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.1s 0.1s linear;
}

/*#endregion */

/*#region feature */

.feature .container {
  position: relative;
}

.feature-title {
  color: #ff6005;
  font-family: GoogleSans Bold, Arial, sans-serif;
  text-align: center;
  font-size: 28px;
  padding-bottom: 25px;
}

.feature-subtitle {
  color: #666666;
  font-family: GoogleSans Medium, Arial, sans-serif;
  text-align: center;
  font-size: 18px;
}

ul.feature-content {
  padding-top: 30px;
  width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  background: #fff;
}

ul.feature-content li {
  width: 33.33%;
  margin: 0;
  padding: 15px 12px;
}

.feature-item {
  background: #e8edff;
  border-radius: 8px;
  height: 100%;
  display: grid;
}

.feature-item:hover {
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.06);
}

.tfi-text {
  padding: 30px 15px 0;
  text-align: center;
}

.tfi-title {
  color: #001980;
  font-size: 22px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  padding-bottom: 20px;
}

.tfi-des {
  color: #666666;
}

.tfi-img {
  display: flex;
  align-items: flex-end;
}

.cubes-2 {
  top: -20px;
  right: -150px;
  z-index: 1;
}

/*#endregion */

/*#region benefit */

.benefit .container {
  position: relative;
}

.benefit-title {
  font-family: GoogleSans Medium, Arial, sans-serif;
  text-align: center;
  font-size: 24px;
}

.benefit-subtitle {
  color: #ff6005;
  font-family: GoogleSans Bold, Arial, sans-serif;
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
}

ul.benefit-tab {
  padding-top: 30px;
  width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
}

ul.benefit-tab li {
  width: 33.33%;
  margin: 0;
  padding: 15px 12px;
}

.benefit-tab-item {
  background: #fff;
  border-radius: 8px;
  padding: 20px 18px 30px;
  cursor: pointer;
}

li.active .benefit-tab-item,
.benefit-tab-item:hover {
  box-shadow: 0 0 28px 8px rgba(255, 96, 5, 0.1);
}

.benefit-tab-item:hover .benefit-tab-item-des {
  font-family: GoogleSans Medium;
  color: #212121;
}

.benefit-tab-item-img {
  margin: 0 auto 20px;
}

.benefit-tab-item-des {
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  color: #666666;
}

.benefit-content.horizontal-line::before {
  top: 0;
}

.benefit-content {
  padding: 30px 0 0;
}

.benefit-content .owl-nav button[type="button"] {
  outline: none !important;
  background: none !important;
  position: absolute;
  top: 100px;
}

.benefit-content .owl-nav button.owl-next {
  right: -60px;
}

.benefit-content .owl-nav button.owl-prev {
  left: -60px;
}

.benefit-content .owl-dots {
  display: flex;
  justify-content: center;
}

.benefit-content .owl-dots .owl-dot {
  outline: none;
}

.benefit-content .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #fff;
  border: solid 1px #ff6005;
}

.benefit-content .owl-dots .owl-dot:hover span,
.benefit-content .owl-dots .owl-dot.active span {
  background: #ff6005;
}

.benefit-content-item {
  padding: 0 15px;
}

.cubes-3 {
  bottom: -500px;
  left: -660px;
  opacity: 0.8;
  z-index: 1;
}

/*#endregion */

/*#region system */

.system .container {
  position: relative;
}

.system-title {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 20px;
}

.system-subtitle {
  color: #ff6005;
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 15px;
}

.system-item {
  padding-left: 0;
  padding-right: 0;
}

.system-item:not(:last-child) {
  padding-bottom: 50px;
}

.system-content {
  color: #666666;
}

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

ul.system-content li {
  background: url(/sites/amis/images/pages/amis-timekeeping/ic_tick.svg)
    no-repeat left top 5px;
  margin: 0;
  padding-left: 22px;
  padding-bottom: 0;
  color: #666666;
}

ul.system-content li:not(:last-child) {
  margin-bottom: 8px;
}

.img-path {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: -190px;
}

.img-circle {
  right: -150px;
  top: 250px;
}

.img-quote {
  top: 10px;
  right: -50px;
}

/*#endregion */

/*#region ecosystem */

.ecosystem {
  background: url(/sites/amis/images/pages/amis-timekeeping/bg_ecosystem.svg)
    no-repeat center;
  background-size: cover;
  height: 419px;
  color: #fff;
  margin: 50px auto 0;
  border-radius: 8px;
}

.img-ecosystem {
  margin: -20px auto 0;
  padding-right: 15px;
}

.ecosystem-title {
  font-size: 24px;
  text-align: center;
  font-family: GoogleSans Medium, Arial, sans-serif;
  padding-bottom: 10px;
}

.ecosystem-des {
  text-align: center;
  padding-bottom: 20px;
}

.cls-ecosystem-button {
  display: flex;
  width: 100%;
  justify-content: center;
}

.cls-ecosystem-button a {
  color: #fff;
  background: #212121;
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px;
}

/*#endregion */

/*#region register */

.section-register {
  padding-top: 50px;
}

.register-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #212121;
  font-size: 28px;
  padding-bottom: 30px;
  text-align: center;
}

.register-wrap {
  padding: 0;
}

.register-img {
  margin: 0 auto;
}

.register-form-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.register-form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
}

.register-form form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.register-form
  form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form
  .form-row {
  margin: 0 !important;
}

.register-form
  form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form
  .form-row
  .field-wrapper {
  padding: 8px !important;
}

.register-form
  form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding: 0 !important;
}

.register-form
  form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form
  .form-row
  .field-wrapper
  .field-inner
  * {
  font-size: 16px !important;
}

.register-form
  form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form
  .form-row
  .field-wrapper
  .field-inner
  .lz-input:not([type="radio"]):not([type="checkbox"]) {
  font-size: 16px !important;
  outline: none !important;
  z-index: 100 !important;
}

.register-form
  form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form
  .form-row
  .field-wrapper
  .field-inner
  .lz-input::-webkit-input-placeholder {
  font-size: 16px !important;
}

.register-form
  form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form
  .submit-wrapper
  .btn-form-submit {
  width: auto !important;
  border-radius: 5px !important;
  padding: 0 30px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  background: #ff6005 !important;
  margin-top: 15px !important;
}

.register-form
  form[lz-id="825040a3-b1cc-4c93-ab1b-d9775e3ec9cf"].private-form
  .submit-wrapper {
  padding: 0 !important;
}

@media (min-width: 980px) {
  .register-wrap {
    display: flex;
    align-items: center;
  }
}

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

  .register-title br {
    display: none;
  }
}

/*#endregion */

/*#region ready */

.ready {
  background: url(/sites/amis/images/pages/amis-timekeeping/bg_ready.svg)
    no-repeat center;
  background-size: cover;
  height: 378px;
  color: #fff;
  display: flex;
  align-items: center;
}

.ready-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #212121;
  font-size: 36px;
  padding-bottom: 20px;
}

ul.ready-description {
  list-style: none;
  margin: 0;
}

ul.ready-description li {
  background: url(/sites/amis/images/pages/amis-timekeeping/ic_tick-white.svg)
    no-repeat left top 5px;
  margin: 0;
  padding-left: 22px;
  padding-bottom: 0;
}

ul.ready-description li:not(:last-child) {
  margin-bottom: 8px;
}

.cls-button-ready {
  display: flex;
  padding-top: 30px;
}

.cls-button-ready a {
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
}

.cls-button-ready a.btn-free-trial {
  background: #212121;
}

.cls-button-ready a.btn-advisory {
  border: solid 1px #fff;
}

.cls-button-ready a:not(:last-child) {
  margin-right: 15px;
}

.ready-img {
  margin-top: 30px;
}

/*#endregion */

/*#region amis-timekeeping-ready */

.rc-col {
  float: left;
}

.rc-col:not(:last-child) {
  padding-right: 10px;
}

.rc-col-item {
  font-family: GoogleSans Bold;
  padding-bottom: 15px;
  padding-top: 20px;
  font-size: 20px;
}

.rc-col-content a {
  display: block;
  padding-bottom: 10px;
  color: #212121;
  display: table;
}

.rc-col-content a:hover {
  color: #ff6005;
}

/*#endregion */

/*#region Responsive */

@media (min-width: 1366px) {
  .ecosystem {
    width: 1220px;
  }

  .ecosystem .container {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .amis-timekeeping-banner {
    height: 500px;
    display: flex;
    align-items: flex-end;
  }


  .system-item:nth-child(1) .system-text {
    padding-top: 50px;
  }

  .system-item:nth-child(2) {
    display: flex;
    direction: rtl;
    align-items: flex-end;
    padding-bottom: 25px;
  }

  .system-item:nth-child(2) .system-text {
    direction: ltr;
  }

  .system-item:nth-child(2) .system-subtitle {
    position: relative;
  }

  .system-item:nth-child(2) .system-subtitle::before {
    content: "";
    height: 3px;
    width: 60px;
    background: #ff6005;
    position: absolute;
    top: 12px;
    left: -90px;
  }

  .rc-col:nth-child(1) {
    width: 32%;
  }

  .rc-col:nth-child(2) {
    width: 26%;
  }

  .rc-col:nth-child(3) {
    width: 25%;
  }

  .rc-col:nth-child(4) {
    width: 17%;
  }
}

@media (min-width: 980px) and (max-width: 1367px) {
  .ecosystem {
    width: 80%;
  }

  .ecosystem .container {
    width: 100%;
  }
}

@media (min-width: 1160px) and (max-width: 1367px) {
  .timekeeping-banner-img {
    right: -330px;
  }
}

@media (min-width: 980px) and (max-width: 1159px) {
  .timekeeping-banner-img {
    width: 830px;
    right: -270px;
    top: -30px;
  }

  .ready-title br {
    display: none;
  }
}

@media (min-width: 768px) {
  .view-mobile {
    display: none !important;
  }
}

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

  .timekeeping-banner-text {
    text-align: center;
    /* padding-top: 30px; */
  }

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

  .cls-banner-slogan {
    justify-content: center;
  }

  .cls-button-banner {
    padding-top: 30px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  

  .timekeeping-banner-img {
    display: none;
  }

  .system-img img {
    margin: 0 auto;
  }

  .ecosystem {
    height: auto;
  }

  .ready {
    height: auto;
  }

  .ready-title br {
    display: none;
  }

  .cls-button-ready {
    justify-content: center;
  }

  .ready-img img {
    margin: 30px auto 0;
  }

  .rc-col {
    width: 25%;
  }

  .rc-col:nth-child(1) {
    width: 38%;
  }

  .rc-col:nth-child(2) {
    width: 32%;
  }

  .rc-col:nth-child(3) {
    width: 30%;
  }

  .rc-col:nth-child(4) {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .view-desktop {
    display: none !important;
  }

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

  .amis-timekeeping-title {
    font-size: 24px;
    text-align: center;
  }

  .amis-timekeeping-title br {
    display: none;
  }

  .amis-timekeeping-subtitle {
    text-align: center;
  }

  .timekeeping-banner-title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .timekeepin-banner-description br {
    display: none;
  }

  .feature-subtitle br {
    display: none;
  }

  ul.feature-content li {
    width: 100%;
  }

  .benefit-tab-item:hover {
    box-shadow: none;
  }

  li.active .benefit-tab-item {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  }

  .benefit-tab-item {
    padding: 0;
  }

  .benefit-tab-item-des {
    display: none;
  }

  .benefit-content-item-text {
    background: linear-gradient(to right, #ff9448, #ff5e03);
    height: 100%;
    padding: 30px 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
  }

  .benefit-content .owl-carousel .owl-stage {
    display: flex;
  }

  .benefit-content-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
  }

  .benefit-content-item-text {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .benefit-content-item-title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
    font-family: GoogleSans Bold, Arial, sans-serif;
  }

  .ecosystem-des br {
    display: none;
  }

  .rc-col:nth-child(1) {
    width: 100%;
  }

  .rc-col:nth-child(2) {
    width: 56%;
  }

  .rc-col:nth-child(3) {
    width: 44%;
  }

  .rc-col:nth-child(4) {
    width: 44%;
  }

  .rc-col-item {
    font-size: 18px;
  }

  .timekeeping-banner-text {
    padding-top: 121px;
    width: 74%;
    text-align: left;
  }

  .amis-timekeeping-tab ul li {
    margin: 0 10px;
  }

  .amis-timekeeping-tab li:first-child {
    margin: 0 10px;
  }
}

@media (max-width: 375px) {
  .cls-banner-slogan a {
    padding: 8px 10px;
  }

  .amis-timekeeping-title {
    font-size: 20px;
  }
}

@media (min-width: 360px) and (max-width: 979px) {
  .ecosystem {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 320px) {
  .amis-timekeeping-title {
    font-size: 18px;
  }

  .cls-banner-slogan a {
    padding: 8px;
  }

  .cls-button-banner {
    display: grid;
  }

  .cls-button-banner a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cls-button-ready {
    display: grid;
  }

  .cls-button-ready a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .rc-col-item {
    font-size: 16px;
  }

  .rc-col-content a {
    font-size: 14px;
  }
}

/*#endregion */

/* css for secsion process */
.process {
  background-color: #fffaf8;
  padding: 50px 0;
}

.show img {
  width: 70%;
}

.show {
  background-color: #fffaf8;
  padding-top: 52px;
}

.warp-item-process {
    display: flex;
    margin-top: 75px;
    align-items: center;
}
.warp-item-process:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}

.item-wrap-left {
    width: 50%;
    display: flex;
    justify-content: center;
}

.item-wrap-right {
    width: 50%;
}
.item-wrap-left img {
    width: 443px;
}

.item-wrap-right-title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #444444;
}
.banner-future {
    background-image: url(/sites/amis/images/pages/amis-timekeeping/bg-future.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 200px;
}
.item-wrap-right-title.text-transform {
    text-transform: uppercase;
}
.item-wrap-right-title text-transform{
    text-transform: uppercase;
}
.warp-two-item {
    display: flex;
    margin-top: 74px;
    justify-content: space-between;
}

.item-two {
    width: 44%;
    height: 826px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.button-cta.center {
    text-align: center;
}

.img-arr{
  width: 50px
}


.list-text-item-wrap-right {
    font-size: 16px;
    line-height: 29px;
    margin-top: 29px;
}

.list-text-item-wrap-right div {
    background: url(/sites/amis/images/pages/amis-timekeeping-ver-2/dot-cam.png) no-repeat;
    padding-left: 16px;
    background-position-y: 11px;
    background-size: 6px;
    /* font-family: GoogleSans medium, Arial, sans-serif; */
}

.warp-avata {
    width: 106px;
    border: 1px solid #FF6005;
    border-radius: 100%;
}

.box-said {
    display: flex;
    margin-top: 13px;
    gap: 18px;
}

.warp-text-said {
    border: 1px solid #FF6005;
    border-radius: 9px;
    padding: 12px 18px;
    height: max-content;
}

.potion {
    font-size: 13px;
    font-weight: bold;
}

.day-old {
    font-size: 11px;
    color: #ABABAB;
}

.text-sub {
    font-size: 12px;
    margin-top: 12px;
}

.title-sub {
    font-size: 12px;
}

.wrap-potition {
    display: flex;
    justify-content: space-between;
}

.star-avatar {
    width: 106px;
}

.button-cta {
    margin-top: 26px;
    margin-bottom: 20px;
}

.button-cta a:nth-child(1) {
    background: #FF6005;
    padding: 9px 16px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}
.button-cta a:nth-child(2) {
    background: #4A4A4A;
    padding: 9px 16px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.mini-text-comment {
    font-size: 11px;
    font-style: Italic;
}

@media (max-width:979px) {
  .show img {
    width: 100%;
  }
}
/* end */

/* #region update banner 30/11/2023 */
.row .header-register{
    margin-top: 51px;
    width: 33%;
}
.header-banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.amis-timekeeping-banner{
    height: 723px;
    background-image: url(/sites/amis/images/pages/amis-timekeeping-ver-2/banner.webp);
    background-position: bottom;
    padding-bottom: 93px;
}

@media screen and (max-width: 979px) {
    .amis-timekeeping-banner {
       height: fit-content;
    }
    .header-banner{
        flex-direction: column;
    }
}
/* #endregion */

/* #region benefit */
.title-benefit {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 26px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #444444;
}

.benefit.container {
    margin-top: -100px;
}

.wrap-benefit-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px;
}

img.title-benefit-1 {
    width: 30px;
    margin-right: 9px;
}

.title-item-benefit {
    font-weight: bold;
    margin-bottom: 19px;
}

.list-benefit-item div {
    background: url(/sites/amis/images/pages/amis-timekeeping-ver-2/check.png) no-repeat;
    padding-left: 41px;
    background-position-y: 3px;
    background-position-x: 12px;
    background-size: 13px;
    /* font-family: GoogleSans medium, Arial, sans-serif; */
}

.item-benefit {
    width: 50%;
}

.title-benefit-2 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 26px;
    margin-top: 68px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #444444;
}

.text-auto-1 {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 23px;
    left: 26px;
    width: 189px;
}

.wrap-img-auto {
    position: relative;
}

.text-auto-2 {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 23px;
    right: 26px;
    width: 189px;
}

@media (max-width:979px){
  .banner-future {
    padding-bottom: 56px;
    margin-bottom: 100px;
}
.title-benefit-2 {
    font-size: 24px;
}

.text-auto-1 {
    font-size: 4px;
    top: 9px;
    left: 9px;
    width: 66px;
}

.text-auto-2 {
    width: 60px;
    top: 11px;
    right: 10px;
    font-size: 4px;
}
.title-benefit {
    font-size: 24px;
}

.wrap-benefit-item {
    flex-direction: column;
}

.item-benefit {
    width: 100%;
    margin-bottom: 26px;
}
.warp-item-process {
    flex-direction: column;
}

.item-wrap-right {
    width: 100%;
}

.item-wrap-left img {
    /* width: 300px; */
}

.item-wrap-left {
    width: 100%;
}

.warp-item-process:nth-child(2n) {
    flex-direction: column;
}

.item-wrap-right-title {
    margin-top: 20px;
}

.warp-two-item {
    flex-direction: column;
}

.item-two {
    width: 100%;
    margin-bottom: 30px;
}

.item-wrap-right-title {
    font-size: 18px;
}
}

/* #endregion */

/* section view benefit*/
.view-benefit .button {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 50px;
}

/*end*/

/* section img show */
section.view-benefit {
  margin-top: 77px;
}
section.view-benefit .item-wrap-right-title.text-transform {
    justify-content: center;
    margin-top: -19px;
    margin-bottom: 68px;
}

span.change-color {
    color: #FE5E04;
}
.all-img {
  text-align: center;
  position: relative;
  padding-bottom: 32px;
}

.img-gp {
  position: absolute;
}

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

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

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

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

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

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

.img-gp:nth-child(8) {
  top: 264px;
  left: -7px;
}
.img-gp:nth-child(9) {
  top: 96px;
  left: -16px;
}

.img-relative {
  width: 600px;
  margin: 0 auto;
}
.img-gp img:hover {
  transform: scale(1.1);
}
.img-gp img {
  transition: transform 0.2s;
  cursor: pointer;
}
.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) {
  .item-wrap-right-title {
    display: block;
    text-align: center;
    padding: 0px 43px 0px 43px;
}

section.view-benefit .item-wrap-right-title.text-transform {
    margin-bottom: 24px;
}
  .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 */
/* #region enterprise */
.title-ent {
  font-size: 30px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  text-align: center;
  padding: 39px 0px 9px 0px;
  color: #444444;
}

.star {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  margin-top: 20px;
}

.star img {
  width: 85px;
  margin: 0 10px;
}

.logos img {
  padding: 5px;
}

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

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

.cta-ent {
  text-align: center;
  line-height: 24px;
}
.cta-ent a {
  color:#1778F2;
}

.cta-ent span {
  font-family: GoogleSans Bold, Arial, sans-serif;
}

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

@media screen and (max-width: 979px) {
  .title-ent {
    font-size: 23px;
  }

  .logos img {
    width: 100%;
  }

  .star {
    display: none;
  }

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

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

/* #endregion */

/* #region newspaper */
.newspaper {
  margin: 20px 0px;
}

.register-title.common-title.text-center {
  color: #444444;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  font-size: 30px;
  margin-top: 30px;
}

.newspaper-talk {
  padding-top: 0;
}

.newspaper-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  padding-bottom: 24px;
}

.newspaper-ctn > div {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.newspaper-ctn > div {
  margin: auto;
  text-align: center;
  padding: 10px;
}

@media (min-width: 980px) {
  .newspaper-ctn {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px 12px;
  }
}

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

/* #endregion */
/* #region form register */
.register {
  background: linear-gradient(to right, #FF9549, #FF5E03);
  color: #fff;
  padding-bottom: 526px;
  margin-bottom: 143px;
}

.title-reg {
  font-size: 30px;
  text-align: center;
  margin-top: -4px;
  margin-bottom: 15px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

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

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

.warp-form {
	height: 620px;
	width: 32%;
	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 Bold, Roboto, Arial, sans-serif;
	border-radius: 26px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.warp-text {
  width: 46%;
}

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

.warp-text .text {
  margin-bottom: 3px;
  position: relative;
  padding-left: 20px;
}

.warp-text .text:after {
  content: ".";
  position: absolute;
  top: -36px;
  left: 2px;
  font-size: 47px;
}

.img-text {
  color: #000;
  width: 569px;
}

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

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

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

  .warp-text {
    width: 96%;
  }

  .warp-form {
    width: 96%;
    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: 1261px;
  }

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


/* #endregion */

/* #region benefit */
/* #endregion */

/* #region benefit */
/* #endregion */