/* #region global */
.amis-wesign {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
}
.section-temp {
  padding: 50px 0;
  position: relative;
}
.common-title {
  font-size: 28px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  padding-bottom: 16px;
}
.text-bold {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.text-medium {
  font-family: GoogleSans Medium, Arial, sans-serif;
}
.nowrap {
  white-space: nowrap;
}
.text-center {
  text-align: center;
}
.no-padding {
  padding: 0;
}
.text-blue {
  color: #274bf7;
  padding: 0;
}
.title h1 {
  font-size: 32px;
  margin: 0;
  padding: 16px 0 24px;
}

.cta-register a {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 14px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  background-color: #f79a27;
  border-radius: 12px;
  padding: 12px 10px;
}

@media (min-width: 1024px) {
  iframe.iframe-pricing {
    height: 415px !important;
  }
}

@-webkit-keyframes glowing {
  0% {
    background-color: #36720b;
    -webkit-box-shadow: 0 0 3px #36720b;
  }
  50% {
    background-color: #47ac00;
    -webkit-box-shadow: 0 0 10px #47ac00;
  }
  100% {
    background-color: #36720b;
    -webkit-box-shadow: 0 0 3px #36720b;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #36720b;
    -moz-box-shadow: 0 0 3px #36720b;
  }
  50% {
    background-color: #47ac00;
    -moz-box-shadow: 0 0 10px #47ac00;
  }
  100% {
    background-color: #36720b;
    -moz-box-shadow: 0 0 3px #36720b;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #36720b;
    box-shadow: 0 0 3px #36720b;
  }
  50% {
    background-color: #47ac00;
    box-shadow: 0 0 10px #47ac00;
  }
  100% {
    background-color: #36720b;
    box-shadow: 0 0 3px #36720b;
  }
}

@keyframes glowing {
  0% {
    background-color: #36720b;
    box-shadow: 0 0 3px #36720b;
  }
  50% {
    background-color: #47ac00;
    box-shadow: 0 0 10px #47ac00;
  }
  100% {
    background-color: #36720b;
    box-shadow: 0 0 3px #36720b;
  }
}

.hotline-bottom {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@media screen and (min-width: 980px) {
  .custom-height {
    height: 50px;
    background: #f3f5fe;
  }

  .float-quick-action a.hotline-bottom {
    width: 170px;
  }

  .float-quick-action .text-quick-action {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  br {
    display: none;
  }
  .section-temp {
    padding: 40px 0;
    position: relative;
  }
  .common-title {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
  }
  .title h1 {
    font-size: 28px;
    padding: 12px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-temp {
    padding: 30px 0;
    position: relative;
  }
  .common-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .title h1 {
    font-size: 24px;
  }
}
/* #endregion */
/*#region Tab */
.amis-crm-tab {
  position: absolute;
  top: 20px;
  width: 100%;
  transition: top 0.1s;
  z-index: 99;
  background: #f3f5fe;
}

.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: #212121;
  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: #6b778c;
  padding: 8px 10px;
  border-radius: 5px;
}

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

.amis-crm-tab ul li.active a {
  color: #4262f0;
}

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

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

.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 (min-width: 980px) {
  .amis-crm-tab.stickyCss ul {
    justify-content: flex-end;
  }

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

  .amis-crm-tab.stickyCss .logo-banner-tab img {
    width: 230px;
  }
}

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

/*#endregion */

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

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

img#imgBanner1 {
  position: absolute;
  top: -24px;
  left: 300px;
}

img#imgBanner2 {
  position: absolute;
  top: 30px;
  right: 59px;
}

img#imgBanner3 {
  position: absolute;
  right: -85px;
  top: 116px;
}

.banner {
  background: url(/sites/amis/images/pages/amis-wesign/bg-banner.png) no-repeat
    center;
  background-size: cover;
  height: 650px;
}

.banner-ctn {
  padding-top: 24px;
}

.btn-experience {
  color: #fff;
  background: #274bf7;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  padding: 12px;
  font-size: 14px;
  box-shadow: 0 5px 35px rgb(0 0 0 / 16%);
  margin-right: 15px;
}

.btn-experience.btn-custom {
  background: #f79a27;
}

.btn-experience:hover,
.btn-buynow:hover {
  color: #fff;
}

.btn-buynow {
  color: #fff;
  background: #ff7f22;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  padding: 12px;
  font-size: 14px;
  box-shadow: 0 5px 35px rgb(0 0 0 / 16%);
}

.btn-video {
  display: inline-flex;
  align-items: center;
  color: #212121;
  font-size: 14px;
  font-family: "GoogleSans Bold";
}
.btn-video:active {
  box-shadow: none !important;
}
.btn-video img {
  margin-right: 7px;
  box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  animation: ic-play-animate 1s infinite;
}

@keyframes ic-play-animate {
  0%,
  100% {
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.16);
  }
  50% {
    box-shadow: 0px 5px 35px rgb(0 0 0 / 10%);
  }
}
@media screen and (min-width: 980px) {
  .banner-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 1190px) {
  .intro .container {
    width: 1190px;
  }
}
@media screen and (max-width: 979px) {
  .logo-img img {
    margin: auto;
  }

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

  .banner-img {
    position: unset;
  }

  img#imgBanner1 {
    top: 43px;
  }

  img#imgBanner2 {
    top: 67px;
    right: 134px;
  }

  img#imgBanner3 {
    right: 0;
    top: 145px;
  }

  .banner {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  img#imgBanner1 {
    display: none;
  }

  img#imgBanner2 {
    display: none;
  }

  img#imgBanner3 {
    display: none;
  }
}
/* #endregion */

/* #region intro */
.intro.section-temp {
  padding: 50px 0 300px;
}
.intro-ctn > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 24px;
}

.intro-box .intro-text:first-child {
  text-align: right;
}

.ic-content-text {
  width: 75%;
}

.ic-content-img {
  width: 25%;
  border-radius: 50%;
}

.ic-text {
  font-size: 14px;
}

.ic-content-img img {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0;
}

.intro-img {
  padding: 0;
  position: absolute;
  left: 29%;
  /* top: 0; */
}

.play-video-bgr {
  cursor: pointer;
}

.intro-img:hover .play-video-bgr {
  opacity: 0.85;
  transition: all 0.15s 0.15s linear;
}

.intro-img:hover .play-video-icon {
  opacity: 1;
  width: 60px;
  transition: all 0.15s 0.15s linear;
}

.play-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  cursor: pointer;
}

.intro-ctn {
  position: relative;
}

.ic-title {
  padding-bottom: 11px;
  font-size: 15px;
}

.intro-box .intro-text:first-child .ic-content-text {
  padding-right: 16px;
}
.intro-box {
  padding-top: 28px;
  position: relative;
}

.intro-box .intro-text:last-child .ic-content-text {
  padding-left: 16px;
}

@media screen and (min-width: 980px) {
  .intro .intro-title {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .intro.section-temp {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 979px) {
  .intro.section-temp {
    padding: 40px 0 40px;
  }
  .intro-img {
    position: relative;
    left: unset;
  }
  .intro-img img {
    margin: auto;
    padding-bottom: 24px;
  }
  .intro-box .intro-text:first-child > .intro-ctn > div {
    flex-direction: row-reverse;
    max-width: 400px;
    text-align: left;
    margin: auto;
    width: 100%;
  }
  .intro-box .intro-text:last-child > .intro-ctn > div {
    max-width: 400px;
    text-align: left;
    margin: auto;
    width: 100%;
  }
  .intro-box .intro-text:last-child .ic-content-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .intro.section-temp {
    padding: 30px 0 30px;
  }
}
/* #endregion */

/* #region saybye */

.data-col {
  background: #0d0140;
  color: #fff;
  padding: 32px;
  border-radius: 36px;
  position: absolute;
  max-width: 1170px;
  width: 100%;
  top: -200px;
  left: calc(50% - 585px);
}

.yellow-text {
  color: #fecc4c;
  border-radius: 50%;
  display: inline-block;
  line-height: 28px;
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
}

.data-col-title {
  font-family: "GoogleSans", Arial, sans-serif;
  font-size: 24px;
}

.data-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-top: 28px;
}

.data-title {
  padding: 10px 0 16px;
  font-family: "GoogleSans Bold";
}

.say-bye {
  background: #f3f5fe;
  position: relative;
  padding: 278px 0 80px;
}
.saybye-list > div {
  padding-left: 16px;
  position: relative;
}

.saybye-list > div:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.nb-content > div,
.bn-ctn > div,
.ff-ctn > div {
  text-align: justify;
}
.saybye-list.byebye-sub > div:before {
  background: #212121;
}
.byebye-img {
  position: absolute;
  left: 28%;
  top: -56px;
}

.byebye-ctn > div {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

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

.text-20 {
  font-size: 20px;
}

.byebye-content-text {
  padding-left: 16px;
}

.byebye-sub {
  padding: 24px 0;
  font-family: "GOOGLESANS MEDIUM";
}
@media screen and (min-width: 980px) {
  .byebye-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .say-bye {
    padding: 50px 0 80px;
  }
  .data-col {
    position: unset;
    top: 0;
    left: unset;
  }
  .byebye-col {
    padding-top: 36px !important;
  }
  .byebye-img {
    top: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .byebye-content-img img {
    width: 60px;
  }
}

@media screen and (max-width: 979px) {
  .data-col {
    padding: 15px;
  }
  .data-ctn {
    grid-gap: 15px;
  }
  .byebye-ctn {
    padding-bottom: 16px;
  }
  .say-bye {
    padding: 40px 0;
  }
  .byebye-img {
    top: 86px;
    left: 33%;
  }
  .byebye-sub {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .data-ctn {
    grid-template-columns: 1fr;
  }
  .data-col {
    text-align: center;
  }
  .data-img img {
    margin: auto;
  }
  .byebye-img {
    display: none;
  }
}

/* #endregion */

/* #region benefit */
.bn-ctn > div {
  padding: 0 0 16px 32px;
  position: relative;
}

.bn-ctn {
  padding: 16px 0 24px 0px;
}

.bn-ctn > div:before {
  position: absolute;
  content: url(/sites/amis/images/pages/amis-wesign/ic-tick.svg);
  width: 100%;
  height: 100%;
  top: 1px;
  left: 0;
}
.benefit-ls > div {
  padding-bottom: 24px !important ;
}

@media screen and (min-width: 980px) {
  .benefit-ls > div {
    display: flex;
    align-items: center;
  }

  .benefit-ls > div:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 979px) {
  .benefit-text {
    margin: auto;
    display: block;
    padding: 24px 15px;
  }

  .benefit-img img {
    margin: auto;
    padding-top: 16px;
  }
  .benefit-ls > div {
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .benefit-text {
    width: 100%;
    margin: auto;
    display: block;
    padding: 16px 15px;
  }
}
/* #endregion */
/* #region numberize */
.numberize {
  background: linear-gradient(180deg, #274bf7, #d627f7);
  color: #fff;
}

.numberize-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  padding: 24px 0;
}

.numberize-ctn > div {
  border-radius: 40px;
  background: #fff;
  color: #212121;
  padding: 24px;
}

.numberize-img img {
  margin: auto;
}

.nb-title {
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
}

.nb-content > div {
  padding-bottom: 16px;
}
@media screen and (max-width: 979px) {
  .numberize-ctn {
    justify-content: center;
    grid-template-columns: 360px;
  }
}
@media screen and (max-width: 767px) {
  .numberize-ctn {
    justify-content: center;
    grid-template-columns: 1fr;
    margin: 0 15px;
  }
}
/* #endregion */

/* #region law  */
.law {
  background: url(/sites/amis/images/pages/amis-wesign/bg-law.png) no-repeat
    center;
  color: #fff;
  background-size: cover;
}

.law-ctn {
  color: #fff;
  padding: 0 30px;
  border-radius: 30px;
  margin-bottom: 24px;
}

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

.law-content {
  padding: 16px 0 0;
}

@media screen and (max-width: 979px) {
  .law-ctn {
    max-width: 400px;
    margin: 16px auto;
  }
}

@media screen and (max-width: 767px) {
  .law-ctn {
    max-width: 100%;
    margin: 16px auto;
  }
}
/* #endregion */

/*#region calculation */
.calculation-wrapper {
  margin: 40px 0 0;
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 25px;
}

.calculation-wrapper form {
  border-bottom: 1px solid lightgray;
}

.input-calculation {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.note-calculation {
  padding-bottom: 20px;
  font-size: 15px;
  font-style: italic;
}

.input-calculation .input-contract {
  line-height: 35px;
  width: 100px;
  border-radius: 5px;
  border-width: 1px;
  margin: 0 20px 0 33px;
  padding: 0 10px;
}

.input-calculation .btn-calculate {
  line-height: 25px;
  width: 100px;
  border-radius: 5px;
  background: #2680eb;
  font-family: "GOOGLESANS BOLD";
}

.result-calculation {
  display: flex;
  flex-flow: row wrap;
}

.result-calculation > div {
  padding: 30px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.paper-contract-result {
  width: 35%;
}

.electronic-contract-result {
  width: 20%;
}

.percen-saving-cost {
  width: 21%;
}

.percen-saving-cost .result-content {
  color: #059845;
}

.yearly-saving-cost {
  width: 24%;
}

.result-calculation .result-title {
  font-size: 15px;
  padding-bottom: 10px;
}

.result-calculation .result-content {
  display: flex;
  justify-content: flex-start;
  font-size: 22px;
}

.recommend-package {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.recommend-package-title {
  font-size: 15px;
  padding-right: 20px;
}

.recommend-package-name {
  font-size: 24px;
  color: #2680eb;
}

@media (max-width: 1365px) {
  .result-calculation > div {
    width: 50%;
    padding: 30px 20px 5px 0;
  }

  .recommend-package {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .input-calculation {
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
    padding-bottom: 15px;
  }

  .input-calculation .input-contract {
    margin: 0 20px 0 0px;
  }

  .input-calculation .input-title {
    padding-bottom: 15px;
  }

  .result-calculation {
    padding-top: 20px;
  }

  .result-calculation > div {
    width: 100%;
    padding: 0px 0px 20px;
  }

  .result-calculation > div.paper-contract-result {
    width: 100%;
  }

  .result-calculation > div.yearly-saving-cost {
    width: 100%;
  }

  .recommend-package-title {
    padding-bottom: 8px;
  }

  .calculation-wrapper {
    border: 0;
    margin: 0;
  }
}
/*#endregion */

/* #region deploy  */
.deploy {
  background: #f3f5fe;
  padding: 50px 0 180px;
}

.deploy-left.ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 15px;
  grid-gap: 0;
}

.deploy-left.ctn > div {
  position: relative;
  padding-left: 30px;
  min-height: 42px;
  font-family: "GOOGLESANS MEDIUM";
}

.deploy-left.ctn > div:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: url(/sites/amis/images/pages/amis-wesign/ic-paragraph.svg);
}

.dp-flow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  padding-bottom: 24px;
}

.dp-item {
  display: flex;
  padding: 15px;
  align-items: center;
  flex-wrap: nowrap;
}

.dp-flow > div {
  background: #fff;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}

.dp-num {
  font-size: 28px;
  font-family: "GoogleSans Medium";
}

.dp-normal {
  font-size: 14px;
}

.dp-item-img {
  padding-right: 10px;
}

.deploy-right {
  position: relative;
}

.sign-img-2 {
  padding-top: 24px;
}

.img-hide {
  display: none;
}
.sign-img img {
  box-shadow: 0 3px 25px rgb(0 0 0 / 16%);
  border-radius: 16px;
}

.sign-img-2 img {
  box-shadow: 0 3px 25px rgb(0 0 0 / 16%);
  border-radius: 16px;
}

@media screen and (min-width: 1366px) {
  .img-show {
    position: absolute;
    right: 0;
    top: 28px;
  }
}
@media screen and (min-width: 1650px) {
  .img-show {
    position: absolute;
    right: 6%;
    top: 28px;
  }
}
@media screen and (max-width: 1365.98px) {
  .img-show {
    display: none;
  }
  .img-hide {
    display: block;
  }
  .deploy {
    padding: 50px 0;
  }
}

@media screen and (max-width: 979px) {
  .sign-img img,
  .sign-img-2 img {
    margin: auto;
  }
  .deploy {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .deploy-left.ctn {
    grid-template-columns: 1fr;
  }
  .dp-flow {
    grid-template-columns: 1fr;
  }
  .deploy {
    padding: 30px 0;
  }
}
/* #endregion */

/* #region platform */
.ff-ctn > div {
  padding-left: 36px;
  position: relative;
  padding-bottom: 20px;
}

.ff-ctn > div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: url(/sites/amis/images/pages/amis-wesign/ic-star.svg);
}

.ff-ctn {
  padding-top: 10px;
}
/* #endregion */
/*#region crm-customer */

ul.crm-customer {
  padding-top: 30px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

ul.crm-customer li {
  width: 20%;
  margin: 0;
  padding: 0;
}

ul.crm-customer li img {
  margin: 15px auto;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  ul.crm-customer li {
    width: 33.33%;
  }

  ul.crm-customer li img {
    max-width: 100px;
  }
}
/*#endregion */

/*#region awards */
.awards-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
}

.award-item {
  width: 20%;
  text-align: center;
  padding: 20px;
}

.award-img img {
  width: unset !important;
  height: 150px;
  margin: auto;
  padding: 15px 0 15px;
}

.award-name {
  font-size: 14px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}

@media (max-width: 1365px) {
  .award-item {
    width: 33.33%;
  }
}

@media (max-width: 979px) {
  .award-name br {
    display: block;
  }
}

@media (max-width: 767px) {
  .award-item {
    width: 100%;
  }
}
/*#endregion */

/*#region pricing-table */

.pricing-table {
  background: url(/sites/amis/images/pages/amis-wesign/bg_price.svg) no-repeat
    center;
  background-size: cover;
  background-position: top;
}

.pricing-detail {
  padding-top: 60px;
  text-align: center;
}

.btn-pricing-detail {
  color: #fff;
  background: red;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  padding: 16px 24px;
  font-size: 14px;
  box-shadow: 0 5px 35px rgb(0 0 0 / 16%);
  border-radius: 18px;
}

.btn-pricing-detail:hover {
  color: #fff;
}

.product-wrap {
  display: flex;
  margin-top: 60px;
  background: #fff;
  border-bottom: solid 5px #96baef;
  border-radius: 4px;
}

.product-item {
  position: relative;
  width: 16.67%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}

.product-item:nth-child(1),
.product-item:nth-child(4) {
  border-right: solid 1px #cfd8dc;
}

.product-item.recomend {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
  z-index: 1;
  border-right: 0;
  padding-top: 45px;
  padding-bottom: 15px;
  margin-top: -30px;
  margin-bottom: -30px;
  border-bottom: solid 5px #f3a825;
  border-radius: 4px;
}

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

.product-line {
  position: relative;
  width: 60px;
  margin: 6px auto 20px;
}

.product-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c3caf5;
}

.recomend-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.recomend-text span {
  padding: 5px 10px 5px 20px;
  font-size: 13px;
  background: #f3a825
    url(/sites/amis/images/pages/amis-wesign/ic-star-price.svg) no-repeat 5px
    8px;
  background-size: 10px;
  border-radius: 0 0 4px 4px;
  color: #fff;
}

.product-user {
  text-align: center;
  padding-bottom: 15px;
}

.product-price {
  text-align: center;
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 22px;
}

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

.cls-buynow {
  display: none;
  justify-content: center;
}

.cls-buynow a {
  background: #3b50df;
  border-radius: 4px;
  padding: 8px 15px;
  width: 100%;
  max-width: 180px;
  color: #fff;
  text-align: center;
  margin: 15px 0;
}

.recomend .cls-buynow a {
  background: #f3a825;
}

ul.product-detail {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}

ul.product-detail li {
  background: url(/sites/amis/images/pages/amis-wesign/ic-tick-price.svg)
    no-repeat left 6px;
  margin: 0;
  padding: 0 0 14px 20px;
}

ul.product-detail li.extra-feature {
  font-family: GoogleSans Medium, Arial, sans-serif;
}

@media (min-width: 980px) {
  .pricing-table .view-m {
    display: none;
  }
}

@media (max-width: 979px) {
  .pricing-table .view-d {
    display: none;
  }

  .pricing-table .product-item {
    width: 100%;
    border-right: 0 !important;
  }

  .pricing-table .owl-nav button[type="button"] {
    background: #fff;
    outline: none;
    position: absolute;
    top: calc(50% - 15px);
    top: -o-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    border: solid 1px #3b50df;
    border-radius: 50%;
    overflow: hidden;
  }

  .pricing-table .owl-nav button.owl-next {
    right: 20px;
  }

  .pricing-table .owl-nav button.owl-prev {
    left: 20px;
  }

  .pricing-detail {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .pricing-table .product-wrap {
    border-bottom: none;
    background: none;
    margin-top: 30px;
  }

  .pricing-table .product-item.recomend {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }

  .pricing-table .product-item {
    border-radius: 4px;
    border-bottom: solid 5px #96baef;
    width: 100%;
    border-right: none !important;
    padding: 45px 15px 15px;
    margin: 0;
  }
}
/*#endregion */

/*#region questions */
.question-list .panel-heading {
  cursor: pointer;
}

.question-list .panel-heading::before {
  content: url(/sites/amis/images/pages/amis-wesign/collapse-arrow.svg);
  float: right;
  transition: all 0.5s;
}

.question-list .panel-heading.active::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.question-list .panel-body br {
  margin-bottom: 5px;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .question-list .panel-body br {
    display: block;
  }
}
/*#endregion */

/* #region register */

.register {
  background: url(/sites/amis/images/pages/amis-wesign/bg-register.png)
    no-repeat center;
  background-size: cover;
}
.register.section-temp {
  padding: 60px 0;
}
.register-ctn {
  background: #fff;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.register-img {
  padding-top: 24px;
}
.form-register {
  padding: 40px 0 20px 40px;
}

.input-groups input {
  width: 100%;
  max-width: 320px;
  padding: 22px 20px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background: #e2e8f0;
  color: #74757c;
  font-size: 15px;
  max-height: 46px;
  line-height: 16px;
}

.input-groups.btn-submit input {
  background: #274bf7;
  color: #fff;
  padding: 14px 20px;
  max-width: 156px;
  border: 1px solid #274bf7;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}

.input-groups {
  padding-bottom: 24px;
  position: relative;
}

.input-groups.btn-submit {
  padding-top: 20px;
}

.form-register form {
  padding-top: 16px;
}

.register-img img {
  margin: auto;
}

.rgbf-error {
  border: 1px solid red !important;
}
.rgbf-star {
  position: absolute;
  width: 7px;
  height: 14px;
  right: 102px;
  top: 15px;
  color: red;
  cursor: pointer;
}
.rgbf-arrow {
  display: none;
  position: absolute;
  top: 12px;
  right: -1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}
.rgbf-notify {
  display: none;
  position: absolute;
  background: red;
  font-size: 14px;
  color: #fff;
  top: 17px;
  right: -7px;
  width: 160px;
  border-radius: 3px;
  overflow: hidden;
  padding: 2px 5px;
  text-align: center;
}
.rgbf-star:hover .rgbf-arrow {
  display: block;
}

.rgbf-star:hover .rgbf-notify {
  display: block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.register-form form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form {
  box-shadow: none !important;
}

.register-form form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.register-form
  form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form
  .form-row {
  margin: 0 !important;
}

.register-form
  form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form
  .form-row
  .field-wrapper {
  padding: 8px !important;
}

.register-form
  form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form
  .form-row
  .field-wrapper
  .field-inner {
  padding: 0 !important;
}

.register-form
  form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form
  .form-row
  .field-wrapper
  .field-inner
  * {
  font-size: 16px !important;
  text-align: left !important;
}

.register-form
  form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].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="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form
  .form-row
  .field-wrapper
  .field-inner
  .lz-input::-webkit-input-placeholder {
  font-size: 16px !important;
}

.register-form
  form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form
  .submit-wrapper
  .btn-form-submit {
  width: auto !important;
  border-radius: 5px !important;
  padding: 0 50px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  background: #2680eb !important;
  margin-top: 15px !important;
}

.register-form
  form[lz-id="f5289f89-3542-482d-8c07-315c5dc1482f"].private-form
  .submit-wrapper {
  padding: 0 !important;
}

@media screen and (max-width: 979px) {
  .register.section-temp {
    padding: 40px 0;
  }
  .register .common-title {
    text-align: center;
  }
  .form-register form {
    text-align: center;
    max-width: 480px;
    margin: auto;
  }
  .form-register {
    padding: 0;
  }
  .register-ctn {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .rgbf-star {
    right: 27px;
  }
  .register.section-temp {
    padding: 30px 0;
  }
  .form-register {
    padding: 24px 15px;
  }
  .input-groups {
    text-align: center;
  }
  .input-groups.btn-submit {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .register-ctn {
    padding-top: 10px;
  }
}

/* #endregion */

/*#region Loader */
.loader {
  z-index: 9999;
  height: 100%;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}

.loader:before {
  content: "";
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #1877f2;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*#endregion*/

/*#region Popup */
.popup {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
#close {
  cursor: pointer;
}
.p-content {
  position: absolute;
  width: 90%;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.p-notify {
  font-family: GoogleSans Medium, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.42857143;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}

.p-button {
  display: flex;
  justify-content: center;
}

.p-button a {
  display: inline-block;
  background: #1877f2;
  font-size: 16px;
  color: #fff;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
}

.p-button a:hover,
.p-button a:focus,
.p-button a:active {
  opacity: 0.85;
}
/*#endregion*/

/* region tab modal  */
.modal-backdrop {
  background-color: unset;
}
.close {
  position: absolute;
  right: 19px;
  top: 18px;
}
.ex-box > a {
  display: block;
  color: #212121;
  width: 50%;
  text-align: center;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 8px;
}

.ex-box {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.ex-box-img img {
  margin: 0px auto 0;
  padding-bottom: 16px;
}

.ex-box-title {
  padding-bottom: 10px;
}

.ex-box > a:hover {
  background: #e2e8f0;
  border: 1px solid #274bf7;
  transition: 0.2s;
}
.btn-secondary {
  background-color: #ccc;
}
.modal-header {
  border-bottom: none;
}
.btn-secondary:hover {
  background-color: #ccc;
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  body .modal {
    text-align: center;
  }

  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    width: 580px;
  }

  .modal .modal-content {
    -webkit-animation-name: modal-animation;
    -webkit-animation-duration: 0.5s;
    animation-name: modal-animation;
    animation-duration: 0.5s;
  }

  .modal-title {
    text-align: left;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 18px;
  }

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

@media screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    margin-top: 120px;
  }
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.close:hover,
.close:focus {
  outline: none;
}

@-webkit-keyframes modal-animation {
  from {
    top: -100px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes modal-animation {
  from {
    top: -100px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

/* end region  */

/*#region sections-menu-btn */
.scroll-sections-menu {
  position: fixed;
  top: 30%;
  z-index: 10;
  left: 5px;
  overflow: hidden;
}

.sections-menu-btn {
  border: 1px solid lightgray;
  display: inline-block;
  background-color: #fff;
}

.sections-menu-btn img {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.sections-menu-title {
  position: absolute;
  top: 5px;
  left: 42px;
  font-family: "GoogleSans Medium";
}

.sections-menu-content {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  background-color: #ececec;
  border: 1px solid lightgray;
  padding: 20px 20px 20px 30px;
  overflow-y: auto;
}

.sections-menu-content ul li {
  list-style: none;
  margin-left: 0;
  font-family: "GOOGLESANS MEDIUM";
  font-size: 15px;
}

.sections-menu-content ul li.active a {
  text-decoration: underline;
  color: #255df7;
}

.sections-menu-content ul li a {
  color: #000;
}

.menu-scroll-in {
  display: grid;
  box-shadow: 0 4px 20px rgb(0 0 0 / 12%);
}

.menu-scroll-in .sections-menu-content {
  animation: menu-scroll-in 0.1s forwards;
  -webkit-animation: menu-scroll-in 0.1s forwards;
}

.menu-scroll-out .sections-menu-content {
  animation: menu-scroll-out 0.1s forwards;
  -webkit-animation: menu-scroll-out 0.1s forwards;
}

@keyframes menu-scroll-in {
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes menu-scroll-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes menu-scroll-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes menu-scroll-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

.menu-scroll-in .sections-menu-btn {
  border-bottom: none;
}

.menu-scroll-in .sections-menu-btn img {
  float: right;
}

@media (max-width: 1000px) {
  .scroll-sections-menu {
    display: none;
  }
}
/*#endregion */

/* #region banner bottom left */
.banner-bot-left {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 999999;
}

@media screen and (max-width: 979px) {
  .banner-bot-left {
    display: none;
  }
}

.banner-bot-left .icon-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
/* #endregion */
/* custom */
.law {
  background: #274bf7;
}

.law-content {
  padding: 0;
}
.law-sub {
  margin-top: 40px;
  margin-bottom: 22px;
}

.law-button a {
  font-size: 14px;
  color: #274bf7;
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 6px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.law-title {
  text-align: center;
  margin-bottom: 33px;
  font-size: 26px;
}
.banner-video-bg {
  background: url(/sites/amis/images/pages/amis-wesign/thumb-law.png) no-repeat
    center;
  height: 264px;
}

.banner-video-icon {
  position: absolute;
  top: 109px;
  left: 220px;
  cursor: pointer;
}

.banner-video {
  position: relative;
}

.law-content div {
  background: url(/sites/amis/images/pages/digital-workplace/ic_tick.svg)
    no-repeat left top 2px;
  background-size: 20px;
  margin: 0;
  padding-left: 32px;
  font-size: 18px;
  margin-top: 10px;
}

.law-content > div {
  font-size: 18px;
  background: url(/sites/amis/images/pages/amis-wesign/tich-we.png) left
    no-repeat;
}
.banner-video-icon:hover {
  transform: scale(1.5);
}

.notification-text {
  font-size: 25px;
  text-align: center;
  margin: 28px 0px;
  color: #fff;
}

.notification-wrap {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border-radius: 15px;
  background-color: #4262f0;
  margin-top: 66px;
}

.notification-img {
  width: 161px;
  margin: 0 auto;
}

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

.cckh-item-text {
  margin-top: 20px;
}

.cckh-item {
  margin-top: 24px;
}

/*change CTA*/
a.btn.btn-try {
  color: #fff;
  background: #f79a27;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 5px 35px rgb(0 0 0 / 16%);
  position: relative;
  padding: 12px 41px 12px 12px;
}

a.btn.btn-advise {
  color: #274bf7;
  background: #fff;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  padding: 12px;
  font-size: 14px;
  box-shadow: 0 5px 35px rgb(0 0 0 / 16%);
  margin-left: 10px;
}

a.btn.btn-buy {
  color: #fff;
  background: #274bf7;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  padding: 12px;
  font-size: 14px;
  box-shadow: 0 5px 35px rgb(0 0 0 / 16%);
  margin-left: 10px;
}

a.btn.btn-try:after {
  position: absolute;
  content: url(/sites/amis/images/pages/amis-crm2/ic_arrow-right-white.svg);
  right: 10px;
  top: 14px;
}

a.btn.btn-experience:focus {
  color: #fff;
}

a.btn.btn-pricing-detail:focus {
  color: #fff;
}

@media (max-width: 979px) {
  .banner-video-bg {
    background-size: contain;
  }

  .banner-video-icon {
    left: 50%;
    translate: -50%;
  }

  .law-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .banner-ctn {
    flex-direction: column;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .banner-ctn a {
    width: auto;
  }

  a.btn.btn-advise {
    margin: 0;
  }

  a.btn.btn-buy {
    margin: 0;
  }
}

/*end*/
/* end custom */
/*#region bonus function */
.fuction-bonus {
  margin-bottom: 123px;
}
.wrap-bonus {
  display: flex;
  gap: 23px;
}

.img-icon-fuction {
  width: 186px;
  padding: 23px 20px;
  border-radius: 16px;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(135, 135, 135, 0.16);
}

.title-function-bonus {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 37px;
}
.fuction-bonus a {
  margin: 0;
}
.item-bonus-func {
  flex: 1;
}
@media (max-width: 979px) {
  .wrap-bonus {
    flex-direction: column;
  }

  .img-icon-fuction {
    margin: 0 auto;
  }
}
/*#endregion bonus function */
/* confirm bonus  */
.title-conf {
  color: #274bf7;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  font-size: 28px;
  text-align: center;
}

.des-conf {
  font-size: 18px;
  text-align: center;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}

.bonus-confirm {
  padding-top: 64px;
  padding-bottom: 30px;
}

.wrap-content-conf {
  display: grid;
  grid-template-columns: 2fr 2fr;
}

.title-text {
  font-family: "GoogleSans Bold", Arial, sans-serif;
  display: grid;
  grid-template-columns: 2fr 13fr;
  align-items: center;
  font-size: 18px;
  margin-top: 32px;
}

@media (max-width:979px) {
  .wrap-content-conf {
    grid-template-columns: 1fr;
}

.title-conf {
    font-size: 20px;
}
}
/* end confirm bonus */
