/* #region global */
.amis-wesign {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
}
.section-temp {
  padding: 97px 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;
}
.banner .title h1 {
  font-size: 42px;
  margin: 0;
  padding: 16px 0 24px;
  color: #fff;
  padding-bottom: 9px;
}

@-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 banner */
.banner-right {
  position: relative;
}

.banner-img {
  position: absolute;
  top: -53px;
  width: 483px;
}

.banner {
  background: url(/sites/amis/images/pages/wesign-authenticate-ekyc/bg-banner.webp)
    no-repeat center;
  background-size: 100% 100%;
  height: 502px;
}

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

.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%);
  margin-left: 20px;
}

.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%);
}
.btn-experience:hover {
  color: #fff;
}

.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;
}
.banner .sub-title {
  font-size: 26px;
  color: #fff;
  font-family: GoogleSans Bold, arial, sans-serif;
}

a.btn.btn-advise {
  padding: 14px 16px;
  background-color: #fff;
  color: #274bf7;
  font-family: "GoogleSans Bold";
}

a.btn.btn-buy {
  padding: 14px 16px;
  background-color: #f55940;
  color: #fff;
  font-family: "GoogleSans Bold";
  margin-left: 12px;
}

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

.banner-subtitle {
  font-size: 18px;
  color: #fff;
  margin-top: 12.5px;
}

@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; */
    top: 45px;
    width: 348px;
  }

  img#imgBanner1 {
    top: 43px;
  }

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

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

  .banner {
    height: 700px;
    background: url(/sites/amis/images/pages/wesign-authenticate/bg-banner-mobile.png)
      no-repeat center;
    background-size: contain;
  }
  .banner h1.text-bold {
    text-align: left;
    font-size: 32px;
  }

  .banner .sub-title {
    text-align: left;
    font-size: 18px;
  }

  .banner-subtitle {
    text-align: left;
    font-size: 16px;
  }

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

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

  img#imgBanner2 {
    display: none;
  }

  img#imgBanner3 {
    display: none;
  }
}
/* #endregion */
/* question authenticate */
.question-authenticate .qa-grid {
  display: flex;
  column-gap: 96px;
  margin-bottom: 110px;
}
section.question-authenticate .left {
  width: 46%;
}

.icon-click-video.video-click.play-video-item img {
  width: 77px;
}
.que-line {
  height: 267px;
  width: 10px;
  background: #cbd4fd;
  border-radius: 6px;
  margin: 26px;
  margin-top: 0;
}

.que-title {
  font-size: 32px;
  margin-bottom: 18px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}
.que-mini-des {
  color: #666666;
}

span.highline {
  color: #274bf7;
}

.que-img {
  margin-top: 25px;
}
.title-image-video {
  position: relative;
}

.title-image-video .text {
  position: absolute;
  font-size: 32px;
  width: 330px;
  color: #fff;
  padding: 33px;
}

section.question-authenticate {
  margin-top: 65px;
}

.icon-click-video.video-click.play-video-item {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.qa-right-video {
  position: relative;
}

@media (max-width: 979px) {
  .question-authenticate .qa-grid {
    flex-direction: column;
  }

  section.question-authenticate .left {
    width: 100%;
    margin-bottom: 30px;
  }

  .title-image-video .text {
    font-size: 16px;
    width: 216px;
  }

  .question-authenticate .container {
    flex-direction: column;
    position: relative;
  }

  .que-line {
    position: absolute;
    top: 286px;
    width: 3px;
    height: 528px;
    left: 0;
  }

  .que-title {
    font-size: 28px;
  }

  .right .que-mini-des {
    font-size: 16px;
    padding-left: 23px;
    padding-top: 30px;
  }

  img.pc-show {
    display: none;
  }

  .que-img {
    padding-left: 30px;
  }
}
/* end question authenticate  */
/* benefit */
section.benefit {
  padding-top: 54px;
  padding-bottom: 86px;
}

.benfit-img {
  display: flex;
  gap: 26px;
}
.bene-title {
  font-size: 32px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  text-align: center;
  margin-bottom: 32px;
}

.img-bene img {
  width: 32px;
}

.text-bene {
  width: 369px;
}

.title-item-bene {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}

.sub-item-bene {
  font-size: 14px;
  color: #666666;
}

.benefit-imgs-container {
  flex: 1;
  background-color: #ffffff;
  padding: 35px 19px;
  border-radius: 8px;
  box-shadow: 0px 2px 30px 0px rgba(68, 112, 156, 0.15);
}

.benefit-imgs-container .bi-description {
  padding-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}
.img-benefit-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
}

@media (max-width: 979px) {
  .img-benefit-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
  }

  .benefit-imgs-container {
    width: 100%;
    flex: unset;
  }
  .benfit-img {
    flex-wrap: wrap;
  }

  .bene-title {
    font-size: 28px;
  }

  .item-bene {
    width: 100%;
  }
}
/* end benefit */

/* section authen */
.authen-title {
  font-size: 32px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  text-align: center;
  margin-bottom: 32px;
}

.authen .dot {
  height: 20px;
  width: 20;
  background-color: #4363f9;
  border-radius: 50%;
  display: inline-block;
}

.authen .break-line {
  color: #4363f9;
  font-size: 16px;
  font-weight: bold;
}

.authen-imgs-container {
  display: flex;
  justify-content: space-around;
}
section.authen {
  padding-top: 90px;
  padding-bottom: 100px;
}

.authen-imgs-wrapper {
  width: 246px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap-line {
  display: flex;
  align-items: center;
}

.authen-line-wrapper {
  display: flex;
  align-items: center;
}

.authen-imgs-wrapper .authen-img {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 30px 0px rgba(68, 112, 156, 0.15);
}

.authen-description {
  color: #212121;
  width: 335px;
  text-align: center;
  font-size: 24px;
  padding-top: 26px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}
@media (max-width: 979px) {
  .authen-imgs-container {
    flex-direction: column;
  }

  .authen-imgs-wrapper {
    width: 100%;
    margin-bottom: 68px;
  }

  .wrap-line {
    display: none;
  }

  .authen-title {
    font-size: 28px;
  }
}

/* end process */

/* bonus */
section.bonus {
  padding-top: 69px;
  padding-bottom: 69px;
  background-image: url(/sites/amis/images/pages/wesign-authenticate-ekyc/bg-authen-footer.png);
  text-align: center;
}

.bonus-title {
  color: #fff;
  font-size: 32px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}
/* end bonus */
/* tooltip */
.tt-title {
  font-size: 32px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.tt-title-1 {
  font-size: 20px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.tt-item div {
  background: url(/sites/amis/images/pages/wesign-authenticate/ic-check-tt.png)
    no-repeat 5px 0px;
  padding-left: 37px;
  margin: 20px 0;
}

.authenticate-tooltip {
  width: 600px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  position: absolute;
  background: #fff;
  padding: 32px;
  left: -15px;
  top: 28px;
  display: none;
}

.authenticate-tooltip::before {
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  top: -8px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.open-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tt-des {
  margin: 10px 0;
}
.open-tooltip:hover .authenticate-tooltip {
  display: block;
}
@media (max-width: 979px) {
  .authenticate-tooltip {
    left: -220px;
    width: 359px;
  }
  .authenticate-tooltip::before {
    left: 225px;
    top: -6px;
  }
}
/* edn tooltip */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner {
    background-size: cover;
  }
  .que-line {
    left: -31px;
    top: 205px;
    height: 1262px;
  }
}
