.section-temp {
  padding: 50px 0;
  position: relative;
  background-repeat: no-repeat;
}

.text-blue {
  color: #2e5fff;
  padding: 0;
}

span.highline-blue {
  color: #2e5fff;
}

.text-bold {
  font-family: var(--font-bold);
}

.text-linear {
  background: linear-gradient(90deg, #0f7bff 0%, #5216dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-item {
  font-size: 16px;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
}

.hero-section {
  background-size: cover;
  padding-bottom: 100px;
}

.banner-title h2 {
  color: #2e5fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 16px 0 24px;
  margin-bottom: 10px;
}

.banner-subtitle p {
  font-size: 21px;
  padding-bottom: 24px;
}

.banner-item-2 .banner-title h2 {
  color: #2c0c77;
  font-size: 32px;
  margin: 0;
  padding: 16px 0 24px;
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--font-bold);
}

.banner-item-2 .banner-title h2 strong {
  background: linear-gradient(90deg, #0f7bff 0%, #5216dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-subtitle p {
  font-size: 21px;
  padding-bottom: 24px;
  margin: 0;
  text-align: center;
}

.cta-button {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.cta-button a {
  font-family: "Inter Bold", "GoogleSans Bold", Arial, Helvetica, sans-serif;
}

.btn-item.btn-trial {
  background: linear-gradient(90.43deg, #ff5900 21.29%, #ff2410 99.63%);
  color: #fff;
  box-shadow: 0px 8px 11.8px 0px #e69f616b;
}

a.btn-more {
  background: #fff;
  border-radius: 12px;
  padding: 0 11px;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0px 12px 24px 0px #3426ff1a;
  box-shadow: 0px 0px 12px 0px #1f14841a;
}

a.btn-video.text-bold.play-video-item {
  display: flex;
  align-items: center;
  padding: 0;
  font-family: "Inter Bold", Arial, sans-serif;
}

a.btn-video.text-bold.play-video-item img {
  width: auto;
}

.banner-img {
  max-width: 700px;
  margin: 32px auto 0;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
}

.btn-more img {
  width: 25px !important;
  height: 19px;
}

.banner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-btn > a {
  border-radius: 20px;
}

.btn-advise {
  background: linear-gradient(45deg, #ffac06, #f25227);
  color: #fff;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  margin-right: 15px;
  padding: 10.5px 20px;
}

.btn-demo {
  background: #d1dcff;
  color: #2e5fff;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  display: flex;
  align-items: center;
  padding: 0px 20px 0px 0 !important;
}

.btn-demo img {
  margin-right: 10px;
  width: 43px !important;
  height: 43px;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner-carousel.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

div#banner_animation {
  height: 590px;
}

@media (max-width: 979px) {
  div#banner_animation {
    height: 205px;
  }
}

.customer-line {
  display: flex;
  gap: 12px;
}

.customer-item {
  width: 150px;
  height: 80px;
  border: 1px solid #1877f1;
  border-radius: 16px;
  background-color: #fff;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-line:not(:first-child) {
  margin-top: 24px;
}

.customer .customer-item img {
  width: unset;
  height: 100%;
}

.common-title h2 {
  color: var(--td_text_color);
  font-size: 28px;
  padding-bottom: 16px;
  line-height: 1.4;
  font-family: var(--font-bold);
  margin: 0;
  font-weight: normal;
}

.common-title p {
  font-family: var(--font-medium);
  font-size: 18px;
  margin-bottom: 0;
}

.fb {
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 67px;
  background-position: bottom 500px left;
}

.bb-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  width: 100%;
  padding: 50px 0px;
}

.bb-ctn .service-box {
  border: 1px solid rgba(234, 234, 234, 1);
  border-radius: 10px;
  padding: 20px;
  background: #ffff;
  box-shadow: 0 5px 15px 0 rgb(36 50 66 / 10%);
  min-height: 366px;
  margin-bottom: 10px;
}

.service-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
}

.service-box-header h3 {
  font-size: 18px;
  font-family: var(--font-bold);
  color: var(--td_text_color);
  margin: 0;
  width: auto;
}

.service-box-header a {
  position: relative;
  color: rgba(2, 99, 224, 1);
  display: flex;
  padding-right: 23px;
}

.service-box-header a:before {
  position: absolute;
  content: url(../img/ic-viewmore.webp);
  right: 0;
  top: 2px;
}

.service-box-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(209, 209, 209, 1);
}

.sb-description {
  font-family: var(--font-medium);
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  grid-gap: 24px 7px;
  padding: 24px 0px 10px;
}

.sb-description .item-wrap {
  font-size: 13px;
  color: rgba(0, 0, 0, 1);
}

.sb-footer {
  color: rgba(53, 53, 53, 1);
  font-size: 14px;
  text-align: center;
  padding: 0 29px;
}

.benefit-advice {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.ba-line--left {
  width: 200px;
  height: 4px;
  background: linear-gradient(-90deg, #d0d0d0 0%, #ffffff 100%);
}

.ba-line--right {
  width: 200px;
  height: 4px;
  background: linear-gradient(90deg, #d0d0d0 0%, #ffffff 100%);
}

.ba-frame {
  padding: 28px 24px;
  background: linear-gradient(to right, #ff5700, #feb423);
  border-radius: 8px 36px 8px 36px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.ba-text {
  color: #fff;
  font-size: 16px;
}

.ba-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ba-form form {
  margin-bottom: 0;
}

.ba-form .wpcf7 p {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ba-form .wpcf7 input[type="tel"] {
  background-size: 24px !important;
  padding: 8px !important;
  padding-left: 36px !important;
  border-radius: 8px !important;
  border: 1px solid #9ca3af !important;
  font-size: 16px !important;
  max-width: 200px;
  margin: 0;
}

.ba-form input[type="submit"] {
  height: 42px !important;
  color: #5051db !important;
  background: #fff !important;
  border-radius: 8px !important;
  width: auto !important;
  margin: 0;
  min-height: unset;
  text-transform: none;
}

.ba-form .wpcf7-spinner {
  display: none;
}

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
  padding-bottom: 50px;
}

.product-list > div {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 24px 16px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-img img {
  margin: 0 auto;
  display: block;
}

.product-title {
  padding: 16px 0;
  font-family: var(--font-bold);
}

.product-text {
  padding-bottom: 16px;
}

.product-viewmore {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-viewmore > a {
  font-family: var(--font-bold);
}

.product-list > div:nth-child(1) .product-viewmore > a {
  color: #2e5fff;
}

.product-list > div:nth-child(2) .product-viewmore > a {
  color: #284faf;
}
.product-list > div:nth-child(3) .product-viewmore > a {
  color: #21d6aa;
}

.product-list > div:nth-child(4) .product-viewmore > a {
  color: #faad3c;
}

.product-viewmore > a > span {
  padding-right: 10px;
}

.benefit {
  background-size: 100%;
  background-position: 0 70px;
}

.benefit h2 {
  color: var(--td_text_color);
}

.product-list > div:hover {
  transition: 0.3s;
  box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.25);
}

.benefit-ctn {
  padding-top: 24px;
  position: relative;
  height: 513px;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .benefit-ctn {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .col-md-12 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* #region custom panel */
.img-panel-mobile {
  display: none;
}

.panel-content {
  list-style: none;
  padding: 16px 0;
  display: none;
}

.d-block {
  display: block !important;
  transition: 0.3s;
  box-shadow: 0 5px 15px 0 rgb(36 50 66 / 10%);
  border-top: none !important;
  padding: 24px 16px 16px 16px !important;
}

.d-block .panel-content {
  display: block;
}

.panel-content li {
  text-align: justify;
}

/* progress bar */
.progress-item {
  display: none;
}

.d-block .progress-item {
  width: 0;
  height: 3px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  /* animation: progressbar 10s forwards; */
  background-color: #1877f1;
  display: block;
}

@keyframes progressbar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.panel-content li {
  position: relative;
}

.panel-content li:after {
  position: absolute;
  content: url(../img/ic-tick.svg);
  top: -3px;
  left: -16px;
  width: 5.68px;
  height: 5.48px;
}

.panel-item {
  padding: 12px 0;
  border-top: 1px solid #e1e1e1;
  position: relative;
  cursor: pointer;
}

.panel-item h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-family: var(--font-medium);
  color: var(--td_text_color);
  line-height: 1;
}

.panel-item:after {
  position: absolute;
  content: url(../img/ic-arrow-right.svg);
  top: 10px;
  right: 9px;
}

.d-block.panel-item:after {
  position: absolute;
  content: url(../img/ic-arrow-down.svg);
  top: 12px;
  right: 12px;
}

@media screen and (max-width: 767px) {
  .d-block .img-panel-mobile {
    display: block;
  }
}

ul.panel-content {
  margin-bottom: 0;
}

ul.panel-content li {
  margin-bottom: 0;
}

.counter {
  background-size: cover;
  padding-bottom: 0;
}

.cp-title h2 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 18px;
  color: #fff;
  margin-bottom: 0;
}

.cp-title h2 em {
  color: #ffce00;
  font-size: 36px;
  font-style: normal;
}

.cp-title h2 strong {
  color: #ffce00;
  font-size: 42px;
  font-family: var(--font-bold);
}

.box-number {
  background: #4374ff;
  border-radius: 17px;
  padding: 24px;
  box-shadow: 0 0 5px rgb(16 71 196 / 39%);
}

.countup-pop > div:nth-child(1) {
  border-radius: 48px;
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.countup-pop .owl-carousel .owl-stage-outer {
  margin: 0px 20px;
  overflow: hidden;
}

.countup-pop > div:nth-child(2) {
  position: absolute;
  content: "";
  width: 92%;
  height: 50px;
  left: 45px;
  bottom: -28px;
  background: #a9ade7;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  z-index: 2;
}

.countup-pop > div:nth-child(3) {
  position: absolute;
  content: "";
  width: 81%;
  height: 50px;
  left: 100px;
  bottom: -56px;
  background: #e9e9f7;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  z-index: 1;
}

.counter-number {
  font-size: 65px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  text-align: center;
}

#Dot {
  padding: 0 1px 0 1px;
  margin: -6px -7px 0 -7px;
  display: inline-flex;
  vertical-align: -webkit-baseline-middle;
  color: #fff;
}

.counter-number span:not(#Dot) {
  color: #0532ad;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.counter-number > span:before {
  position: absolute;
  content: "";
  width: 59px;
  height: 39px;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: -1;
  background: #cdd0f4;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.counter-number > span:after {
  position: absolute;
  content: "";
  width: 59px;
  height: 39px;
  bottom: 0;
  left: 0;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: -1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#Dot:before,
#Dot:after {
  display: none;
}

.cn-list-register {
  color: #fff;
  max-width: 440px;
  margin: auto;
  overflow: hidden;
  margin: auto;
  height: 30px;
}

.owl-next img {
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 12;
}

.owl-prev img {
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 12;
}

.cn-list-register > div {
  padding: 5px 0;
  font-size: 13px;
  text-align: center;
}

.cp-newsregister {
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  font-family: var(--font-bold);
  color: #fff;
}

/* #region success story */
.success-story a:hover {
  opacity: 0.8;
}

.ss-md-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding: 24px 0 24px 0;
}

.ss-md-list > div {
  border-radius: 13px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.ss-md-title a,
.ss-sm-title a {
  color: #212121;
}

.ss-md-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  object-fit: cover;
  object-position: top;
}

.ss-md-content {
  padding: 16px 24px;
}

.ss-sm-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}

.ss-sm-img {
  height: 161px;
  width: 100%;
  overflow: hidden;
}

.ss-sm-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: cover;
  object-position: top;
}

.ss-sm-list > div {
  border-radius: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.ss-sm-content {
  padding: 16px;
}

.ss-sm-title {
  padding-bottom: 8px;
}

.ss-sm-content > div:last-child {
  font-size: 14px;
}

.bn-img img {
  object-fit: cover;
  object-position: top;
}

.ss-md-img {
  height: 342px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 979px) {
  .ss-md-img {
    height: 200px;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .ss-md-list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    padding-bottom: 16px;
  }

  .ss-sm-list {
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}

/* #endregion */

.read-post {
  font-size: 16px;
  color: #2e5fff;
  padding: 0 16px 0;
  margin-bottom: 20px;
  text-align: end;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.readmore {
  display: flex;
  align-items: center;
}

.icon-more {
  margin-left: 10px;
}

/* #region knowledges */
.knowledges {
  background-size: cover;
  background-position: 0 80px;
}

.knowledges-list {
  padding-top: 24px;
}

.knowledges-list .carousel-inner:hover .bn-title {
  color: #2e5fff;
}

.knowledges-list .carousel-inner:hover {
  opacity: 0.8;
}

.bn-img {
  height: 150px;
  overflow: hidden;
  width: 100%;
}

.knowledges-list .owl-item img {
  height: 100%;
  width: 94%;
  margin: auto;
  border-radius: 4px;
  color: #212121;
  object-fit: cover;
  object-position: top;
}

.knowledges-list .bn-title {
  padding: 16px 16px 0;
  font-size: 15px;
  color: #212121;
  height: 58px;
  overflow: hidden;
}

.data-post {
  color: #212121;
  font-size: 12px;
  padding: 0 16px 0;
}

.post-expert {
  font-size: 15px;
  color: #212121;
  padding: 0 16px 0;
}

.read-post:hover {
  color: #2e5fff;
}

.knowledges .owl-nav button[type="button"] {
  outline: none !important;
  background: none !important;
  position: absolute;
  top: calc(50% - 95px);
}

.knowledges .owl-nav button.owl-next {
  right: calc(0% - 40px);
}

.knowledges .owl-next img {
  position: relative;
}

.knowledges .owl-prev img {
  position: relative;
}

.knowledges .owl-item .bn-img img {
  width: 94%;
  margin: auto;
}

.knowledges .owl-nav button.owl-prev {
  left: calc(0% - 40px);
}

.knowledges .owl-nav button.owl-prev img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#signup_nghiepvuBanhang {
  display: none;
}

img#bubble1 {
  position: absolute;
  bottom: -48%;
  z-index: 0;
  right: -18%;
  transform: rotate(203deg);
}

@media screen and (max-width: 767px) {
  .knowledges .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
  }

  .knowledges .owl-nav button.owl-prev {
    left: -20px;
    top: calc(50% - 75px);
  }

  .knowledges .owl-nav button.owl-next {
    right: -20px;
    top: calc(50% - 75px);
  }

  .bn-img {
    height: auto;
    object-fit: cover;
    object-position: top;
  }
}

/* #endregion */

/* #endregion newspaper  */
.newspaper-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  flex-wrap: nowrap;
}

.newspaper-list a:hover {
  opacity: 0.8;
}

.newspaper-list > div {
  width: 20%;
}

.newspaper-list > div img {
  filter: grayscale(1);
}

.newspaper-list > div img:hover {
  filter: grayscale(0);
  cursor: pointer;
}

.newspaper {
  background: #fff;
}

@media screen and (max-width: 979px) {
  .newspaper-list > div {
    width: 33%;
  }

  .newspaper-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .newspaper-list > div {
    width: 33%;
  }
}

/* #endregion */

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .section-temp {
    padding: 30px 0;
    position: relative;
  }
  .hero-section {
    padding-bottom: 40px;
  }

  .banner-item-2 .banner-title h2 {
    font-size: 24px;
  }

  .common-title,
  .common-title h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .common-title p {
    font-size: 16px;
  }

  .bb-ctn {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    width: 100%;
    padding: 50px 0px;
  }

  .ba-line--left,
  .ba-line--right {
    display: none;
  }

  .ba-frame {
    flex-direction: column;
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .product-list > div {
    max-width: 256px;
    margin: auto;
  }

  .benefit-img {
    display: none;
  }

  .d-block .img-panel-mobile {
    display: block;
  }

  .benefit-ctn {
    height: auto;
  }

  .panel-item {
    background-color: #fff;
  }

  .cp-title h2 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 18px;
  }

  .cp-title h2 strong,
  .cp-title h2 em {
    font-size: 28px;
  }

  .counter-number {
    font-size: 36px;
  }

  .counter-number > span:before {
    width: 42px;
    height: 24px;
  }

  .counter-number > span:after {
    width: 42px;
    height: 24px;
  }
}
