/* #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 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: #fff;
  padding: 8px 10px;
  border-radius: 5px;
}

.amis-crm-tab.stickyCss li a {
  color: #212121;
}

.amis-crm-tab ul li.active a {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

.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;
}

.banner {
  background: url(/sites/amis/images/pages/wesign-authenticate/bg-banner.png)
    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: left;
  }
}

@media screen and (max-width: 767px) {
  img#imgBanner1 {
    display: none;
  }

  img#imgBanner2 {
    display: none;
  }

  img#imgBanner3 {
    display: none;
  }
}
/* #endregion */
/* question authenticate */
.question-authenticate .container {
  display: flex;
}

.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;
}

section.question-authenticate {
  margin-top: 65px;
}
@media (max-width: 979px) {
  .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 */
.list-item-bene {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
}

.item-bene {
  width: 48%;
  display: flex;
  gap: 8px;
  padding: 19px 18px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

section.benefit {
  padding-top: 54px;
  padding-bottom: 86px;
}

.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;
}
@media (max-width: 979px) {
  .bene-title {
    font-size: 28px;
  }

  .item-bene {
    width: 100%;
  }
}
/* end benefit */
/* table compare */
section.compare {
  padding-top: 69px;
  background-color: #274bf7;
  padding-bottom: 89px;
}

.com-table {
  background-color: #fff;
}

.com-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 36px;
  color: #fff;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}

th {
  text-align: center;
}

.com-table th {
  position: relative;
  text-align: center;
  padding: 18px;
  box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.16) inset;
}

.com-table table td {
  padding: 11px 21px;
  box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.16) inset;
  height: 70px;
}
.warning-sign {
  background: url(/sites/amis/images/pages/wesign-authenticate/warning-sign.png)
    no-repeat 17px 24px;
  text-align: center;
}
.circle-check {
  background: url(/sites/amis/images/pages/wesign-authenticate/circle-check.png)
    no-repeat 17px 24px;
  text-align: center;
}
.plus-circle {
  background: url(/sites/amis/images/pages/wesign-authenticate/plus-circle.png)
    no-repeat 15px 24px;
  text-align: center;
}
th.com-center {
  width: 308px;
}
th.com-right {
  width: 354px;
}
@media (max-width: 979px) {
  section.compare br {
    display: block;
  }
  .com-title {
    font-size: 28px;
    padding: 10px;
  }

  .com-table {
    overflow: auto;
    /* width: 1000px; */
  }

  .com-table table {
    width: 1000px;
  }

  .bonus .banner-ctn {
    text-align: center;
  }
}
/* end compare */
/* bonus */
section.bonus {
  padding-top: 69px;
  padding-bottom: 69px;
  background-image: url(/sites/amis/images/pages/wesign-authenticate/bg-bonus.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 */
/* dành cho máy tính bảng */
/* Thiết lập CSS cho máy tính bảng khi độ rộng màn hình từ 768px đến 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner {
    background-size: cover;
  }
  .que-line {
    left: -31px;
    top: 205px;
    height: 1262px;
  }
}
