/*#region Common */
.process-page {
  font-family: GoogleSans, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.common-padding {
  padding: 60px 0;
}

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

.text-bold {
  font-family: GoogleSans Bold, Arial, Helvetica, sans-serif;
}

.text-left {
  text-align: left;
}

.banner-title {
  font-family: GoogleSans Bold, Arial, Helvetica, sans-serif;
  font-size: 34px;
  padding-bottom: 16px;
  padding-top: 24px;
  color: #fff;
}

.nowrap {
  white-space: nowrap;
  text-transform: initial;
}

.text-orange {
  color: #ff4b2b;
}

.m-auto {
  margin: auto;
}

.p-0 {
  padding: 0;
}

.common-title {
  font-size: 28px;
  font-family: GoogleSans Bold, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 16px 0;
}

@media screen and (max-width: 1200px) {
  br {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .common-title {
    font-size: 24px;
    text-align: center;
  }

  .banner-title {
    font-size: 28px;
    text-align: center;
    max-width: 480px;
    margin: auto !important;
  }

  .common-padding {
    padding: 40px 0;
  }
}

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

  .banner-title {
    font-size: 28px;
    text-align: center;
    max-width: 100%;
  }

  .common-padding {
    padding: 24px 0;
  }
}

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

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

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

.amis-crm-tab ul li {
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.amis-crm-tab ul li:not(:last-child) {
  margin-right: 15px;
}

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

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

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

.amis-crm-tab.stickyCss li a {
  color: #212121;
}

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

.logo-banner {
  display: flex;
  align-items: center;
}

.name-banner {
  margin-left: 15px;
  color: #fff;
}

.amis-crm-tab ul li.active a {
  color: #fff;
  font-family: "GOOGLESANS BOLD", Arial, sans-serif;
}

.amis-crm-tab.stickyCss ul li.active a {
  background: #22b8f3;
  color: #fff;
}

.amis-crm-tab ul li.only-show-in-sticky {
  display: none;
}

.amis-crm-tab.stickyCss ul li.only-show-in-sticky {
  display: block;
}

.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 screen and (min-width: 1478px) {
  .amis-crm-tab li a {
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
  }

  .amis-crm-tab ul li.active a {
    color: #fff;
    font-family: "GOOGLESANS BOLD", Arial, sans-serif;
  }
}

@media (min-width: 980px) {
  .amis-crm-tab.stickyCss ul {
    justify-content: flex-end;
  }

  .amis-crm-tab.stickyCss .logo-banner-tab {
    display: flex;
    align-items: center;
    width: 270px;
  }

  .amis-crm-tab.stickyCss .logo-banner-tab .name-banner {
    color: #212121;
  }

  .custom-height {
    height: 50px;
  }
}

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

  .amis-crm-tab.stickyCss {
    display: block;
  }

  .amis-crm-tab-wrap {
    display: block;
  }

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

@media (max-width: 767px) {
  .stickyCss {
    padding-bottom: 0;
  }

  .amis-crm-tab {
    top: 15px;
  }

  .amis-crm-tab li a {
    font-size: 14px;
  }

  .amis-crm-tab.stickyCss {
    top: 0;
    padding: 15px 0;
  }
}

/*#endregion*/

/* #region banner */
.banner .row{
  position: relative;
}

.img-banner{
  position: absolute;
  top: -15%;
  right: -6%;
}

.banner-des{
  color: #fff;
}

.banner {
  background: url(/sites/amis/images/pages/amis-process/bg-banner.png) center no-repeat;
  background-size: cover;
  position: relative;
  height: 560px;
  padding: 90px 0 60px;
}

.btn-base {
  border-radius: 24px;
  padding: 14px 20px;
  font-family: "GOOGLESANS Medium", Arial, sans-serif;
  height: 48px;
  line-height: 20px;
}

.btn-buynow {
  color: #fff;
  border: 1px solid #1cb4f2;
  background: transparent;
  margin-left: 14px;
  border-radius: 24px;
  opacity: 1;
}

.btn-free-trial {
  color: #fff;
  background: #1cb4f2;
}

.btn-advise {
  color: #1cb4f2;
  border: 1px solid #1cb4f2;
  margin-left: 14px;
}

.banner.common-padding .banner-btn .btn-free-trial{
    background: #fff;
    color: #000 !important;
}

.banner.common-padding .banner-btn .btn-advise{
    background: #d77c59;
    border: 1px solid;
}
.banner.common-padding .banner-btn .btn-buynow{
    border: 1px solid;
}

.btn-view-demo {
  color: #1cb4f2;
  background: url(/sites/amis/images/pages/amis-process/ic-play.svg) no-repeat;
  background-position: top 4px right 3px;
  padding: 14px 54px 14px 20px;
}

.btn-free-trial:hover,
.btn-free-trial:active,
.btn-free-trial:visited,
.btn-free-trial:focus {
  color: #fff;
}

.btn-advise:hover,
.btn-advise:active,
.btn-advise:visited,
.btn-advise:focus {
  color: #1cb4f2;
}

.btn-view-demo:hover,
.btn-view-demo:active,
.btn-view-demo:visited,
.btn-view-demo:focus {
  color: #1cb4f2;
}

.banner-btn {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-top: 40px;
}

.banner .banner-btn a {
  color: #fff !important;
}

@media screen and (max-width: 979px) {
  .img-banner {
    top: unset;
    right: unset;
    position: relative;
    margin-bottom: 20px;
  }

  .img-banner img {
    margin: 16px 0 0 0;
    width: 100%;
  }

  .banner {
    height: unset;
    padding: 40px 0 0;
  }

  .banner-btn {
    justify-content: center;
  }

  .logo-banner {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .banner-btn {
    flex-direction: column;
    width: 189px;
    margin: auto;
  }

  .btn-advise {
    margin: 16px 0 16px 0;
  }

  .btn-base {
    text-align: center;
  }
  
  .btn-buynow{
	margin-left: 0;
  }
}

/* #endregion */

/*#region solution */
.digitizing {
  background: url(/sites/amis/images/pages/amis-process/bg-digitalize.png) no-repeat;
  background-position: center;
}

.block2 {
  background: linear-gradient(180deg, #FFFFFF, #ECF6FB);
}

.crm-solution {
  padding-bottom: 0;
}

.solution-btn {
  text-align: center;
}

.solution-wrap {
  padding-top: 50px;
}

.solution-group {
  z-index: 2;
  padding: 0;
}

.solution-item {
  margin-bottom: 30px;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

.solution-item-head {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.solution-item-head img {
  width: 40px;
  display: inline-table;
  margin-right: 15px;
}

.solution-item-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 18px;
}

.automation-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
  padding-top: 24px;
  width: 100%;
}

.automation-ctn>div {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(22, 48, 55, 0.1);
}

.automation-ctn>div:hover {
  transform: translateY(-10px);
  transition: 0.4s;
}

.ac-title {
  font-size: 20px;
  padding: 16px 0 12px;
}


@media screen and (min-width: 980px) {
  .solution-img {
    position: absolute;
    top: 70px;
    left: 24.5%;
    width: 500px;
    z-index: 3;
  }

  .solution-item:hover{
    background: #e3f5ff;
  }
}

@media screen and (max-width: 979px) {
  .solution-img {
    width: 100%;
    margin-left: -10px;
  }

  .solution-img img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }

  .solution-item {
    margin-bottom: 10px
  }

  .solution-wrap {
    padding-top: 0
  }
}


@media screen and (max-width: 767px) {
  .automation-ctn {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .ac-title {
    font-size: 16px;
    padding: 10px 0
  }

  .automation-ctn>div {
    padding: 12px 10px;
  }

  .ac-content {
    font-size: 14px
  }
}

/*#endregion*/

/* #region benefit */

.benefit {
  background: linear-gradient(45deg, #63CBF5, #22ACE5);
  color: #fff;
}

.benefit-subtitle {
  font-size: 18px;
}

/* #endregion */

/* #region benefit content */
.benefit-content {
  position: relative;
  background: linear-gradient(180deg, #fff, #EFFAFF)
}

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

.benefit-img {
  position: relative;
}

.benefit-btn a {
  display: inline-block;
}

.benefit-row .benefit-ctn {
  display: flex;
  width: 100%;
  align-items: center;
}

.benefit-row .benefit-ctn>div {
  width: 50%;
}

#benefit2 .benefit-ctn,
#benefit4 .benefit-ctn {
  flex-direction: row-reverse;
}

#benefit3 {
  padding: 32px 0;
}

.benefit-text-list {
  display: grid;
  padding: 16px 0;
  grid-template-columns: 1fr;
}

.benefit-text-list>div {
  padding: 0 0 16px 24px;
  position: relative;
}

.benefit-text-list>div:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1CB4F2;
  top: 9px;
  left: 6px;
}

.bubble {
  position: absolute;
}

#bubble1 {
  top: 24%;
  right: -11%;
  width: 50%;
}

#bubble2 {
  bottom: 11%;
  left: -24%;
  width: 54%;
}

@media screen and (max-width: 979px) {
  .benefit-content .common-title {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .benefit-row .benefit-ctn {
    flex-direction: column;
  }

  .benefit-row .benefit-ctn>div {
    width: 100%;
  }

  #benefit2 .benefit-ctn,
  #benefit4 .benefit-ctn {
    flex-direction: column;
  }

  .benefit-text {
    padding-top: 24px
  }

  #benefit3 {
    padding: 10px 0;
  }
}

/* #endregion */

/* #region video */
.video {
  background: url(/sites/amis/images/pages/amis-process/bg-video.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.video-ctn a.play-video {
  position: relative;
  margin: auto;
  display: flex;
  width: 746px;
  justify-content: center;
}

.video-ctn img {
  margin: auto;
}

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

@media screen and (max-width: 979px) {
  .video-ctn a.play-video {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  img#icPLay {
    position: absolute;
    width: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
}

/* #endregion */

/* #region customer */

.customer .owl-carousel .owl-item img {
  width: unset !important;
}

/* #endregion */

/*#region register */

.section-register {
  padding: 50px 0px;
  background: url(/sites/amis/images/pages/amis-process/bg-register.png) no-repeat;
  background-size: cover;
  position: relative;
  height: 850px;
}

.register-img {
  position: absolute;
  bottom: 0;
  left: 6%;
}

.register-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #fff;
  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, .05);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
  position: relative;
  top: 40px;
  left: 315px;
}

.register-form form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].private-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.register-form form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].private-form .form-row {
  margin: 0 !important;
}

.register-form form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].private-form .form-row .field-wrapper {
  padding: 8px !important;
}

.register-form form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].private-form .form-row .field-wrapper .field-inner {
  padding: 0 !important;
}

.register-form form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].private-form .form-row .field-wrapper .field-inner * {
  font-size: 16px !important;
}

.register-form form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].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='33b524bb-285b-4a00-8e69-9b4829138c21'].private-form .form-row .field-wrapper .field-inner .lz-input::-webkit-input-placeholder {
  font-size: 16px !important;
}

.register-form form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].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: #22b8f3 !important;
  margin-top: 15px !important;
}

.register-form form[lz-id='33b524bb-285b-4a00-8e69-9b4829138c21'].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;
  }

  .section-register {
    background: linear-gradient(45deg, #63CBF5, #22ACE5) !important;
  }

  .register-img {
    display: none;
  }

  .register-form{
    top: unset;
    left: unset;
  }
}

/*#endregion */

/*#region banner bottom*/
.banner-bottom {
    background: url(/sites/amis/images/pages/amis-process/amis-quy-trinh-banner-bottom.png) no-repeat center;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 50%;
    width: 888px;
    height: 120px;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    gap: 24px;
    background-size: cover;
    background-position: center
}

.title-banner-bottom {
    display: flex;
    flex-direction: column;
    margin-left: 272px;
    margin-bottom: 12px;
    color: #fff
}

.banner-bottom-header {
    font-size: 20px;
    font-family: GoogleSans medium,Arial,sans-serif
}

.banner-bottom-des {
    font-size: 14px
}

.button-banner-bottom {
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    gap: 9px
}

.demo-ad a {
    color: #fff
}

.demo-ad {
    padding: 12px 25px;
    background-color: #4cd964;
    border-radius: 5px
}

.demo-ad.try a {
    color: #005c8f
}

.demo-ad.try {
    background-color: #d9f1ff
}

#dy-banner {
    display: none
}

@media(max-width: 979px) {
    .banner-bottom {
        display:none!important
    }
}

/*#endregion*/

/* ava-solution */

/* CSS cho phần section */
section.ava-solution {
  padding-top: 100px;
}

/* CSS cho container chính */
.wrap-ava {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 45px;
  background: url(/sites/amis/images/pages/amis-process/box-ava.png) no-repeat;
  background-position: bottom;
  border-radius: 23px;
  position: relative;
  padding-bottom: 93px;
}

/* CSS cho các item hội thoại */
.item-ava {
  display: grid;
  grid-template-columns: 47px 289px;
  margin-bottom: 15px;
  gap: 13px;
}

.item-ava > img {
  width: 47px;
}

/* CSS cho box tin nhắn */
.box-send {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
  font-family: GoogleSans medium, Arial, sans-serif;
  background-color: #fff;
}

.box-send.change-ava {
  background-color: #1a3091;
  color: #fff;
}

/* CSS cho item box send */
.item-box-send {
  position: relative;
  padding-left: 7px;
}

.item-box-send .dot-ava {
  top: 7px;
  left: 0;
}

/* CSS cho tiêu đề và mô tả */
.title-register-ava {
  font-size: 28px;
  font-family: GoogleSans Bold, Arial, sans-serif;
}

.des-register-ava {
  font-size: 32px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  color: #25398d;
  margin-bottom: 7px;
}

/* CSS cho tiêu đề item */
.title-item-ava {
  font-size: 16px;
 
  background-size: 20px;
  padding: 10px 0 9px 8px;
}

/* CSS cho dấu chấm */
span.dot-ava {
  background-color: #000;
  width: 3px;
  height: 3px;
  display: block;
  position: absolute;
  top: 19px;
}

/* CSS cho item đăng ký */
.item-register-ava {
  position: relative;
}

/* CSS cho nút đăng ký - CẬP NHẬT CHÍNH Ở ĐÂY */
.button-ava-register {
  margin-top: 66px;
  z-index: 1;
  position: relative; /* Thay đổi từ absolute sang relative để căn chỉnh tốt hơn */
  display: flex; /* Thêm display flex để căn chỉnh các button ngang hàng */
  align-items: center; /* Căn giữa theo chiều dọc */
}

.button-ava-register .trial-btn {
  margin-left: 20px;
}

/* CSS cho các hình ảnh */
img.men-ava {
  position: absolute;
  left: -75px;
  width: 413px;
  bottom: 0;
  z-index: 1;
}

img.robot-ava.lazyloaded,
img.robot-ava {
  position: unset;
  width: 129px;
}

/* CSS cho nút */
a.register-btn {
  padding: 14px 24px;
  border-radius: 8px;
  color: #fff;
  font-family: GoogleSans medium, Arial, sans-serif;
  font-size: 16px;
  background: linear-gradient(to right, #1265fe, #61b0f3);
  display: block;
  width: fit-content;
  position: relative;
}

a.trial-btn {
  padding: 14px 24px;
  color: #fff;
  font-family: GoogleSans Bold, Arial, sans-serif;
  border-radius: 8px;
  font-size: 16px;
  background: linear-gradient(to right, #ff4d2e, #ffbb5b);
  display: block;
  width: fit-content;
  position: relative;
}

/* CSS cho mui tên button */
img.arr-button {
  margin-left: 4px;
  margin-bottom: 2px;
}

/* CSS cho video container */
.video-container {
  position: relative;
  margin: auto;
  height: 626px;
}

.video-wrapper {
  position: absolute;
  width: 877px;
  height: 910px;
  cursor: pointer;
  overflow: hidden;
  left: -111px;
  top: -191px;
  z-index: 0;
}

.video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.custom-play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 1;
  position: relative;
}
.register-form {
  position: unset;
}
.text-item-ava {
  font-style: italic;
}
@media (min-width:979px) {
  .banner-text {
      margin-top: 95px;
  }
  .banner.common-padding {
      height: 735px;
  }
}
@media (max-width:979px) {
  .register-form {
      margin: 10px 0px;
  }
}

/* Style cho item-title-ava để không bôi đậm */
.title-item-ava {
  font-family: GoogleSans, Arial, sans-serif !important; /* Sử dụng font thường thay vì Bold */
}

/* Style cho text "và 50+ tính năng AI khác" để làm chữ nghiêng */
.text-item-ava.ai-italic {
  font-style: italic;
}

/* CSS cho responsive */
@media (max-width: 979px) {
  .wrap-ava {
    grid-template-columns: 1fr;
    background: unset;
  }

  img.robot-ava {
    position: unset;
    width: 129px;
  }

  img.men-ava {
    display: none;
  }

  .mess-ava {
    display: none;
  }

  .button-ava-register a {
    font-size: 16px;
    padding: 14px 14px;
  }

  .img-ava-solution {
    display: flex;
    justify-content: center;
  }

  .button-ava-register {
    display: flex;
    justify-content: center;
    width: 100%; /* Đảm bảo chiều rộng đầy đủ */
    position: relative; /* Giữ nguyên vị trí relative */
    margin-top: 40px; /* Điều chỉnh khoảng cách top ở mobile */
  }
}

@media (max-width: 767px) {
  .button-ava-register {
    flex-direction: column;
    align-items: center; /* Căn giữa các button khi hiển thị dạng cột */
    gap: 20px; /* Khoảng cách giữa các button */
  }
  
  .button-ava-register .trial-btn {
    margin-left: 0; /* Reset margin left khi ở mobile */
  }
}