.campaign-digital-workplace {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    position: relative;
  }
  
  .nowrap {
    white-space: nowrap;
  }
  
  ul {
    list-style: none;
  }
  .text-upper {
    text-transform: uppercase;
  }
  .color-one-ai {
    background: linear-gradient(180deg, #FF6F55 0%, #F74C2D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .campaign-digital-workplace ul li {
    padding: 0;
    margin: 0;
  }
  
  a:hover {
    color: initial;
  }
  
  .section-temp {
    padding: 40px 0;
    position: relative;
  }
  
  .content-title {
    text-align: center;
    font-weight: 700;
  }
  
  .content-title-top {
    color: #004aeb;
    font-size: 32px;
  }
  
  .content-title-bottom {
    color: #424242;
    font-size: 28px;
    padding-bottom: 40px;
  }
  
  .text-bold {
    font-weight: 700;
    font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  }
  
  @media (min-width: 1280px) {
    .container {
      width: 1200px;
    }
  }
  
  @media (min-width: 980px) {
    .register-form {
      float: right;
    }
  }
  
  @media (max-width: 979px) {
    .register-form {
      margin-top: 30px;
    }
  
    .section-temp {
      padding: 30px 0;
    }
  }
  
  @media (max-width: 467px) {
    .content-title-top {
      font-size: 28px;
    }
  
    .content-title-bottom {
      font-size: 24px;
      padding-bottom: 20px;
    }
  
    .campaign-digital-workplace {
      font-size: 14px;
    }
  }
  
  .ai-feature-tab {
    position: absolute;
    top: 0;
    width: 100%;
    transition: top 0.1s;
    z-index: 99;
    min-height: 60px;
  }
  
  .ai-feature-tab-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .ai-feature-tab ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    width: 100%;
  }
  
  .ai-feature-tab ul li {
    padding: 0;
    margin: 0;
  }
  
  .ai-feature-tab ul li.menu-item:not(:last-child) {
    margin-right: 15px;
  }
  
  .ai-feature-tab li {
    display: flex;
  }
  
  .ai-feature-tab li:first-child {
    margin-left: 0;
    padding: 0;
  }
  
  .ai-feature-tab li a {
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
  }
  
  .ai-feature-tab.stickyCss li a i.arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin: 0 0 3px 3px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .ai-feature-tab ul li.active > a {
    font-weight: 700;
  }
  
  .ai-feature-tab.stickyCss ul li.active > a {
    background: #004beb;
    color: #fff;
  }
  
  .logo-banner-tab {
    display: none;
  }
  
  .ai-feature-tab ul li.only-show-in-sticky {
    display: none;
  }
  
  .ai-feature-tab.stickyCss ul li.only-show-in-sticky {
    display: block;
  }
  
  .stickyCss {
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    top: 0;
    box-shadow: 3px 7px 6px -5px #c9c4c4;
    z-index: 9997;
  }
  
  .ai-feature-tab.stickyCss li a {
    color: #000;
  }
  
  .menu-item {
    position: relative;
  }
  
  .menu-item ul.menu-child {
    list-style: none;
    box-shadow: 0 1px 8px -1px #e0e0e0;
    position: absolute;
    top: 44px;
    background: #fff;
    width: 300px;
    height: auto !important;
    padding: 10px 15px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .menu-item .menu-child-2 {
    list-style: none;
    box-shadow: 0 1px 8px -1px #e0e0e0;
    position: absolute;
    top: 0;
    left: 270px;
    background: #fff;
    width: 175px;
    height: 100%;
    padding: 10px 15px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .menu-item .menu-child-2::before {
    content: " ";
    display: block;
    position: absolute;
    left: -4px;
    top: 20px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
  }
  
  .menu-item ul.menu-child::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;
  }
  
  ul#menu2 li a {
    color: #000;
  }
  
  .menu-item ul.menu-child::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
  }
  
  .menu-item ul.menu-child-2::after {
    content: " ";
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    height: 100%;
  }
  
  .menu-item ul.menu-child a {
    padding: 7px 0;
  }
  
  .menu-item:hover ul.menu-child {
    display: block;
    z-index: 99;
  }
  
  .submenu-item:hover ul.menu-child-2 {
    display: block;
    z-index: 99;
  }
  
  .submenu-item a {
    width: 100%;
  }
  
  .td-toggle {
    display: none;
  }
  
  i.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: 0 0 3px 3px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .ai-feature-tab.stickyCss .logo-banner-tab {
    display: block;
  }
  
  @media (min-width: 1170px) {
    .ai-feature-tab .container {
      width: 1170px;
    }
  }
  
  .ai-feature-tab.stickyCss .logo-banner-tab img {
    width: 188px;
  }
  
  @media (min-width: 980px) {
    .ai-feature-tab.stickyCss ul {
      justify-content: end;
    }
  
    #menu1 li {
      width: 33.33%;
      margin-right: 0;
      padding: 0 5px;
    }
  
    .menu-item:hover ul.menu-child {
      width: 250px;
    }
  
    .ai-feature-tab li a {
      font-size: 18px;
    }
  }
  
  @media (max-width: 979px) {
    .ai-feature-tab.stickyCss ul {
      display: none;
    }
  
    .ai-feature-tab.stickyCss .toggle-mobile {
      display: block;
    }
  
    .ai-feature-tab {
      display: none;
    }
  
    .ai-feature-tab.stickyCss {
      display: block;
    }
  
    .ai-feature-tab ul {
      justify-content: center;
    }
  }
  
  @media (max-width: 767px) {
    .stickyCss {
      padding-bottom: 0;
    }
  
    .ai-feature-tab {
      top: 15px;
    }
  
    .ai-feature-tab li a {
      font-size: 14px;
    }
  
    .ai-feature-tab.stickyCss {
      top: 0;
    }
  
    .ai-feature-tab.stickyCss .logo-banner-tab img {
      width: 120px;
    }
  }
  
  .toggle-mobile {
    display: none;
  }
  
  .ic-mobile:before {
    background: url(/sites/amis-blog/images/digital-conversion-rate/ic-toggle-menu.png)
      no-repeat center;
    content: "";
    width: 42px;
    height: 42px;
    display: block;
  }
  
  .ai-feature-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 0;
    overflow-y: auto;
    background-color: #fff;
  }
  
  .mobile-container {
    position: relative;
  }
  
  .mobile-close {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1000;
  }
  
  .mobile-header {
    height: 60px;
  }
  
  .mobile-close .td-icon-close-mobile {
    color: #666;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    top: 4px;
    position: relative;
  }
  
  .mobile-content {
    margin: 20px 20px 0;
    border-top: 1px solid #e7e7e7;
  }
  
  .mobile-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .mobile-content ul li {
    margin: 0;
    padding: 0;
  }
  
  .mobile-content li a {
    color: #666;
    padding: 12px 30px 12px 12px;
    line-height: 1.42857143;
    display: block;
    width: fit-content;
  }
  
  .mobile-content .td-icon-menu-right {
    font-size: 12px;
    padding: 6px;
  }
  
  .mobile-content .mobile-sub-menu {
    display: none;
  }
  
  .mobile-content .mobile-sub-menu a {
    padding: 9px 26px 9px 36px;
  }
  
  .mobile-content .mobile-sub-menu .mobile-sub-menu a {
    padding: 9px 26px 9px 64px;
  }
  
  .mobile-main-menu i {
    transition: transform 0.3s ease;
  }
  
  .mobile-main-menu i.rotate-down {
    transform: rotate(90deg);
  }
  
  .mobile-content li a.highlight-item {
    font-weight: 700;
  }
  
  .cdw-banner {
    background: url(/sites/amis/images/pages/campaign-digital-workplace/bg-banner.webp)
      no-repeat;
    background-size: cover;
    background-position: center -100px;
  }
  
  .cdw-banner-tag {
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    background-color: #004beb;
    color: #fff;
    border-radius: 20px;
  }
  
  .cdw-banner-title {
    font-size: 32px;
    font-weight: 700;
    color: #004beb;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 10px;
    width: fit-content;
    margin: 0 auto;
  }
  
  .cdw-banner-des {
    text-align: left;
    padding-bottom: 10px;
    font-size: 18px;
    /* border-bottom: 2px solid #ddd; */
  }
  
  ul.cdw-list-item {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  
  ul.cdw-list-item .item-group {
    width: 50%;
  }
  
  ul.cdw-list-item li {
    width: 100%;
    margin-bottom: 2px;
    position: relative;
  }
  
  ul.cdw-list-item li:nth-child(odd) {
    margin-right: 15px;
  }
  
  ul.cdw-list-item .cdw-item-top {
    display: flex;
    align-items: center;
  }
  
  ul.cdw-list-item a {
    color: #000;
  }
  
  .cdw-item-top .cdw-item-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cdw-item-top .cdw-item-des {
    width: calc(100% - 45px);
  }
  
  /* ThÃªm style cho danh sÃ¡ch vá»›i icon tick */
  .cdw-item-icon img[src*="ic-tick-1.svg"] {
    width: 20px;
    height: 20px;
  }
  
  /* ThÃªm style cho banner image */
  .banner-image {
    /* margin: -30px 0; */
    text-align: center;
    margin-top: -44px;
  }
  
  .banner-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  /* CÄƒn giá»¯a cÃ¡c button */
  .banner-btn.text-center {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }
  
  .banner-btn.text-center > div {
    margin: 0;
  }
  
  .banner-btn.text-center a {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    min-width: 180px;
    transition: all 0.3s ease;
  }
  
  .banner-btn.text-center a.banner-btn-try {
    background: linear-gradient(to right, #ff4d2e, #ffbb5b);
    color: #fff;
  }

  .banner-btn.text-center a.btn-advise {
    background: linear-gradient(to right, #004BEB, #04a1fe);
    color: #fff;
  }

  .banner-btn.text-center a.btn-buynow {
    background: linear-gradient(to right, #00B14F, #00b14f94);
    color: #fff;
    border: none;
  }

  
  /* Responsive cho cÃ¡c button */
  @media (max-width: 767px) {
    .banner-btn.text-center {
      /* flex-direction: column; */
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
    }
    
    .banner-btn.text-center a {
      width: 100%;
      max-width: 280px;
    }
  }
  
  .cdw-trial-btn {
    /* background: linear-gradient(#ff5263, #e21c24); */
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 3px 3px 3px 20px;
    background: orange;
  }
  
  .cdw-trial-btn a {
    color: #fff;
    font-size: 20px;
  }
  
  .cdw-trial-btn img {
    width: 35px;
  }
  
  .quote-text,
  .quote-author {
    text-align: center;
    color: #042074;
    font-size: 20px;
  }
  
  .quote-text {
    font-size: 24px;
    margin-top: 60px;
  }
  
  .banner-video {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  
  .content-video {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .banner-video-bg {
    background: url(https://img.youtube.com/vi/XQw1L3EQu0w/maxresdefault.jpg?ver=2)
      no-repeat center;
    background-size: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    width: 772px;
    height: 432px;
    border-radius: 20px;
  }
  
  .banner-video-icon {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #ddd;
  }
  
  .banner-video-icon img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
  }
  
  .content-video:hover .banner-video-bg {
    opacity: 0.85;
    transition: all 0.15s 0.15s linear;
  }
  
  .content-video:hover .banner-video-icon {
    transform: scale(1.2);
    transition: all 0.15s 0.15s linear;
  }
  
  .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 60px;
    margin-top: 20px;
  }
  
  a.banner-btn-try {
    color: #fff;
    padding: 14px 35px;
    background: linear-gradient(#ff5263, #e21c24);
    border-radius: 37px;
    cursor: pointer;
  }
  
  .btn-advise {
    color: #fff;
    padding: 14px 35px;
    background: linear-gradient(#004bebba, #004beb);
    border-radius: 37px;
    cursor: pointer;
    margin: 0 10px;
  }
  
  .btn-advise:hover {
    color: #fff;
    opacity: 1;
  }
  
  a.btn-buynow {
    color: #eb1c24;
    border: 2px solid #eb1c24;
    background: #fff;
    border-radius: 37px;
    padding: 12px 35px;
  }
  
  .banner-btn-view {
    display: flex;
    align-items: center;
    margin-left: 19px;
  }
  
  .banner-text-mobile {
    display: none;
  }
  
  @media (max-width: 979px) {
    .cdw-banner-title br {
      display: none;
    }
  }
  
  @media (min-width: 767px) {
    .cdw-banner-title {
      padding: 7px;
    }
  }
  
  @media (max-width: 979px) {
    .cdw-banner-des {
      display: none;
    }
  
    .cdw-banner {
      background: 0 0;
    }
  }
  
  @media (max-width: 767px) {
    .banner-btn {
      display: block;
      text-align: center;
      padding: 20px 0 50px;
    }
  
    .banner-btn > div:not(:first-child) {
      /* margin-top: 40px; */
    }
  }
  
  @media (max-width: 467px) {
    .cdw-banner {
      padding-top: 0;
  
      background: url(/sites/amis/images/pages/campaign-digital-workplace/bg-banner-2.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center bottom 6%;
    }
  
    .cdw-banner-tag {
      background: linear-gradient(#f8c031, #f57f09);
      font-size: 16px;
    }
  
    .cdw-banner-title {
      color: #fff;
      font-size: 28px;
      border-bottom: none;
      padding-bottom: 40px;
    }
  
    ul.cdw-list-item .item-group {
      width: 100%;
      padding: 0;
    }
  
    ul.cdw-list-item li {
      width: 100%;
    }
  
    ul.cdw-list-item li:nth-child(odd) {
      margin-right: 0;
    }
  
    .cdw-trial-btn a {
      font-size: 18px;
    }
  
    .banner-video-bg {
      width: 360px;
      height: 220px;
    }
  
    .banner-text-mobile {
      display: block;
      padding: 30px 15px 30px 15px;
      background: url(/sites/amis/images/pages/campaign-digital-workplace/bg-banner-1.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
    }
  
    .container .cdw-banner-tag,
    .container .cdw-banner-title {
      display: none;
    }
  }
  
  .cdw-benefit {
    z-index: 2;
    padding-top: 0;
  }
  
  .benefit-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .cdw-item-bottom {
    padding-top: 10px;
  }
  
  .cdw-benefit .cdw-item-des {
    font-weight: 700;
  }
  
  .cdw-benefit .cdw-list-item {
    border-bottom: 1px solid #545454;
    display: block;
  }
  
  .cdw-benefit ul.cdw-list-item .item-group {
    width: 100%;
    display: flex;
  }
  
  .cdw-benefit ul.cdw-list-item .item-group li {
    width: 50%;
  }
  
  .cdw-benefit .row:not(:last-child) {
    padding-bottom: 60px;
  }
  
  .cdw-benefit .row:last-child {
    padding-top: 120px;
  }
  
  .cdw-benefit .row:first-child {
    padding-bottom: 0;
  }
  
  .benefit-trial-btn a {
    color: #eb1c24;
    font-size: 20px;
    font-weight: 700;
  }
  
  .benefit-trial-btn img {
    width: 30px;
  }
  
  .benefit-block {
    position: relative;
    border-radius: 12px;
    background: linear-gradient(#00bdff, #004beb);
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 150px 20px 20px;
    max-width: 450px;
  }
  
  .benefit-block-img {
    position: absolute;
    width: 80%;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .benefit-block:hover .benefit-block-img {
    transform: scale(1.1);
    transition: transform 0.2s;
  }
  
  .cdw-benefit .cdw-trial-btn {
    margin-right: auto;
    margin-left: 0;
  }
  
  @media (min-width: 980px) {
    .list-benefit-block {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .benefit-block {
      width: 31%;
    }
  
    .benefit-block:nth-child(2) {
      margin: 0 20px;
    }
  
    .cdw-benefit .row:not(:last-child),
    .cdw-benefit .row:not(:first-child) {
      display: flex;
      align-items: center;
    }
  }
  
  @media (max-width: 979px) {
    .benefit-text {
      padding-bottom: 30px;
    }
  
    .benefit-block {
      margin-left: auto;
      margin-right: auto;
    }
  
    .benefit-block:not(:first-child) {
      margin-top: 100px;
    }
  
    .benefit-block:last-child {
      margin-top: 140px;
    }
  }
  
  @media (max-width: 767px) {
    .benefit-block {
      width: 260px;
      padding-top: 100px;
    }
  
    .benefit-block-text {
      font-size: 18px;
    }
  
    .benefit-block-img {
      top: -90px;
    }
  
    .cdw-benefit .row:nth-child(2) .benefit-subtitle br {
      display: none;
    }
  
    .cdw-benefit ul.cdw-list-item .item-group {
      display: block;
    }
  
    .cdw-benefit ul.cdw-list-item .item-group li {
      width: 100%;
    }
  }
  
  @media (max-width: 467px) {
    .benefit-subtitle {
      font-size: 20px;
    }
  }
  
  .cdw-price .container {
    position: relative;
    z-index: 2;
  }
  
  .product-wrap.view-m {
    display: none;
  }
  
  .product-wrap {
    display: flex;
    margin-top: 50px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 80px;
  }
  
  .product-item {
    position: relative;
    width: 25%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
  }
  
  .product-item.professional {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
    border-radius: 12px;
  }
  
  .product-name {
    font-size: 18px;
    font-weight: 700;
    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: #3ecb44
      url(/sites/amis/images/pages/campaign-digital-workplace/ic-star.svg)
      no-repeat 5px 8px;
    background-size: 10px;
    border-radius: 0 0 8px 8px;
    color: #fff;
  }
  
  .product-price {
    text-align: center;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 22px;
  }
  
  .product-unit {
    text-align: center;
  }
  
  .cls-buynow {
    display: flex;
    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;
  }
  
  ul.product-detail {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .product-detail-top {
    padding-top: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 190px;
  }
  
  .product-detail-bottom {
    padding-top: 15px;
  }
  
  ul.product-detail li {
    background: url(/sites/amis/images/pages/campaign-digital-workplace/ic-tick.svg)
      no-repeat left 6px;
    margin: 0;
    padding: 0 0 8px 20px;
  }
  
  ul.product-detail > li:first-child {
    font-weight: 700;
  }
  
  .standard .product-line:after {
    background: #fd753a;
  }
  
  .standard .cls-buynow a {
    background: #f7c027;
  }
  
  .professional .product-line:after,
  .professional .cls-buynow a {
    background: #3ecb44;
  }
  
  .enterprise .product-line:after,
  .enterprise .cls-buynow a {
    background: #1e59ff;
  }
  
  .price-background {
    position: absolute;
    top: -23%;
  }
  
  .starter .product-price,
  .starter .product-promotion,
  .starter .product-unit {
    color: red;
  }
  
  .starter .product-promotion {
    text-align: center;
  }
  
  @media (min-width: 980px) {
    .starter.product-item {
      border-right: 1px solid #ddd;
    }
  }
  
  @media (max-width: 979px) {
    .price-background {
      top: -40%;
    }
  }
  
  @media (max-width: 467px) {
    .product-wrap {
      display: grid;
      grid-gap: 30px;
      box-shadow: none;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  
    .product-item {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      margin: 0;
      padding: 20px 15px 15px;
    }
  
    .product-item.professional {
      margin: 0;
      z-index: 0;
    }
  
    .product-detail-top {
      height: auto;
    }
  }
  
  .cdw-company .content-title-top {
    font-size: 28px;
  }
  
  .c-content {
    margin-top: 40px;
  }
  
  .c-group {
    margin: 0 -15px;
  }
  
  .c-group:not(:last-child) {
    padding-bottom: 25px;
  }
  
  .cg-item {
    padding: 15px 15px 0;
    max-width: 120px;
    display: flex;
    align-items: center;
  }
  
  .cdw-company .owl-carousel .owl-stage {
    display: flex;
  }
  
  .cdw-company .owl-carousel.owl-drag .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  
  @media (max-width: 767px) {
    .cg-item {
      max-width: 100%;
    }
  }
  
  .success {
    padding: 30px 0;
  }
  
  .success-story {
    padding: 0;
  }
  
  .ss-content img {
    width: 38px !important;
  }
  
  .ss-content > div:nth-child(3) > a {
    display: flex;
    align-items: center;
    color: #212121;
    position: relative;
  }
  
  .ss-content > div:nth-child(2) {
    padding: 16px 0;
  }
  
  .customer-voice .owl-stage {
    display: flex;
  }
  
  .customer-voice-wrap {
    padding: 0;
  }
  
  .customers-voice-item {
    padding: 30px 15px 15px;
    position: relative;
  }
  
  .image-quote {
    width: 36px;
    height: 36px;
  }
  
  .customers-voice-item-wrap {
    padding: 30px 15px 15px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-flow: column;
  }
  
  .video-feedback {
    padding: 20px;
    background: #f6f6f6;
    border-radius: 16px;
    margin-top: 25px;
    cursor: pointer;
  }
  
  .video-feedback-title {
    padding-top: 20px;
    font-size: 20px;
    font-family: googlesans bold;
  }
  
  .video-img {
    position: relative;
  }
  
  .ic-play-feedback {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
  }
  
  .ss-list .owl-nav {
    position: absolute;
    top: -53px;
    right: 0;
  }
  
  .ss-list .owl-nav button img {
    box-shadow: 0 3px 6px rgba(63, 63, 255, 0.16);
    border-radius: 50%;
    margin-left: 10px;
  }
  
  .image-quote {
    position: absolute;
    left: 28px;
    top: 10px;
    z-index: 11;
    width: 60px !important;
  }
  
  .customers-voice-content {
    padding-bottom: 30px;
    line-height: 1.5;
  }
  
  .customers-info {
    display: flex;
    margin-top: auto;
    position: relative;
  }
  
  .customers-info:before {
    position: absolute;
    content: "";
    background: #ccc;
    height: 1px;
    width: 100%;
    left: 0;
    top: -15px;
  }
  
  .customers-avatar {
    width: 60px;
    display: inline-table;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .customers-name {
    padding-bottom: 3px;
  }
  
  .customers-position {
    font-size: 13px;
  }
  
  .customer-voice .owl-theme .owl-dots {
    display: flex;
    justify-content: center;
  }
  
  .customer-voice .owl-theme .owl-dots .owl-dot {
    outline: none;
  }
  
  .customer-voice .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  
  .customer-voice .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    height: 8px;
    background: #00a0ed;
  }
  
  .ss-content {
    background: #f6f6f6;
    border-radius: 8px;
    padding: 24px 15px;
  }
  
  .ss-img img {
    border-radius: 8px;
  }
  
  .ss-img {
    z-index: 9;
  }
  
  .ss-content {
    z-index: 10;
  }
  
  .text-blue.text-left {
    text-align: left;
    padding: 0 15px;
  }
  
  .col-md-24.text-bold.text-upper.text-blue.text-left {
    text-align: left;
    padding: 4px 15px;
  }
  
  .ss-content > div:nth-child(3) > a:after {
    border: solid #212121;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 7px;
    left: 81px;
    width: 7px;
    height: 7px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  div.success-story.section-temp
    > div
    > div
    > div:nth-child(3)
    > div
    > div.owl-nav.disabled {
    display: block !important;
    top: -70px;
    right: 0;
    position: absolute;
  }
  
  .ss-list {
    padding-top: 16px;
  }
  
  div.success-story.section-temp
    > div
    > div
    > div:nth-child(3)
    > div
    > div.owl-nav.disabled
    > button.owl-prev
    > img {
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(63, 83, 255, 0.16);
    margin-right: 10px;
  }
  
  div.success-story.section-temp
    > div
    > div
    > div:nth-child(3)
    > div
    > div.owl-nav.disabled
    > button.owl-next
    > img {
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(63, 83, 255, 0.16);
    margin-right: 10px;
  }
  
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    outline: none;
  }
  
  @media screen and (max-width: 979px) {
    .video-feedback-title {
      font-size: 16px;
    }
  
    .col-md-24.text-bold.text-upper.text-blue.text-left {
      text-align: center;
    }
  
    .col-md-24.common-title.text-bold {
      font-size: 23px;
    }
  }
  
  .col-md-24.common-title.text-bold {
    color: #1877f1;
    font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  }
  
  .cdw-register {
    background: url(/sites/amis/images/pages/campaign-digital-workplace/bg-register.png)
      no-repeat;
    background-size: cover;
  }
  
  .cdw-register .content-title,
  .cdw-register .content-title-top,
  .cdw-register .content-title-bottom {
    color: #fff;
  }
  
  .cdw-register .content-title-bottom {
    padding-bottom: 20px;
  }
  
  .register-img {
    margin: 0 auto;
  }
  
  .register-form {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 1px 14px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
    overflow: hidden;
    min-height: 450px;
  }
  
  .register-form
    form[lz-id="1f34cdf3-c081-45b1-9d61-4aff033aa4cd"].private-form
    .form-row {
    margin: 0 !important;
  }
  
  .register-form
    form[lz-id="1f34cdf3-c081-45b1-9d61-4aff033aa4cd"].private-form
    .form-row
    .field-wrapper {
    padding: 8px !important;
  }
  
  .register-form
    form[lz-id="1f34cdf3-c081-45b1-9d61-4aff033aa4cd"].private-form
    .form-row
    .field-wrapper
    .field-inner {
    padding: 0 !important;
  }
  
  .panel-group {
    margin-bottom: 0;
  }
  
  .cdw-question-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #004aeb;
    padding-bottom: 20px;
  }
  
  .panel-group .panel {
    border-radius: 0;
  }
  
  .panel {
    border: 0;
    border-bottom: 1px solid #474747;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  
  .panel:last-child {
    border-bottom: 0;
  }
  
  .panel-heading {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
  }
  
  .panel-answer {
    padding-bottom: 10px;
  }
  
  .cdw-question .panel-default > .panel-heading.collapsed {
    background: url(/sites/amis/images/pages/campaign-digital-workplace/ic-down.svg)
      no-repeat right 15px top 25px;
    background-size: 15px;
  }
  
  .cdw-question .panel-default > .panel-heading {
    border: 0;
    padding: 20px 35px 20px 0;
    background-color: #fff;
    cursor: pointer;
    background: url(/sites/amis/images/pages/campaign-digital-workplace/ic-up.svg)
      no-repeat right 15px top 25px;
    background-size: 15px;
  }
  
  @media (max-width: 467px) {
    .cdw-question-title {
      font-size: 24px;
    }
  
    .panel-heading {
      font-size: 16px;
    }
  
    .cdw-question .panel-default > .panel-heading {
      padding: 15px 35px 15px 0;
    }
  }
  
  .p-title {
    font-weight: 700;
    font-size: 28px;
    color: #004aeb;
    text-align: center;
    padding-bottom: 60px;
  }
  
  .p-image {
    padding-bottom: 15px;
  }
  
  .p-image img {
    width: unset !important;
    height: 120px;
    margin: 0 auto;
  }
  
  .p-name {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
  }
  
  .cdw-prize .owl-item {
    position: relative;
  }
  
  .cdw-prize .owl-nav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: calc(50% - 20px);
    top: -o-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
  }
  
  .cdw-prize .owl-dots {
    width: 100%;
    padding-top: 5px;
    position: absolute;
    justify-content: center;
  }
  
  .cdw-prize .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }
  
  .cdw-prize .owl-prev {
    position: absolute;
    left: 0;
  }
  
  .cdw-prize .owl-next {
    position: absolute;
    right: 0;
  }
  
  .cdw-prize .owl-dots .owl-dot {
    outline: none;
  }
  
  .cdw-prize .owl-dots .owl-dot span {
    background: #fff;
    border: solid #ddd 1px;
    width: 14px;
    height: 14px;
    margin: 0 5px;
  }
  
  .cdw-prize .owl-dots .owl-dot.active span {
    background: #fff;
    background: #2680eb;
    border: solid #2680eb 1px;
  }
  
  .cdw-prize .owl-nav .owl-prev {
    left: -20px;
    margin: 0;
    outline: none;
  }
  
  .cdw-prize .owl-nav .owl-prev:hover {
    opacity: 0.85;
  }
  
  .cdw-prize .owl-nav .owl-prev img {
    border-radius: 50%;
    box-shadow: 0 1px 5px 1px #ddd;
  }
  
  .cdw-prize .owl-nav .owl-prev:hover {
    background: 0 0;
  }
  
  .cdw-prize .owl-nav .owl-next {
    right: -20px;
    margin: 0;
    outline: none;
  }
  
  .cdw-prize .owl-nav .owl-next:hover {
    opacity: 0.85;
  }
  
  .cdw-prize .owl-nav .owl-next img {
    border-radius: 50%;
    box-shadow: 0 1px 5px 1px #ddd;
  }
  
  .cdw-prize .owl-nav .owl-next:hover {
    background: 0 0;
  }
  
  .cdw-prize .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .cdw-prize .owl-theme .owl-dots .owl-dot:hover span {
    border: solid 1px #2680eb;
    background: #2680eb;
  }
  
  .cdw-prize .owl-theme .owl-dots .owl-dot.active:hover span {
    border: solid 1px #2680eb;
    background: #2680eb;
  }
  
  #overlay-popup {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
  }
  
  .cdw-popup {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px #ccc;
    background: url(/sites/amis/images/pages/campaign-digital-workplace/ads-popup.webp)
      no-repeat center;
    background-size: cover;
    width: 70%;
    display: flex;
    padding: 20px;
  }
  
  .cdw-popup .aimarketing-form-embed-code {
    width: 50%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
  }
  
  .cdw-popup-text {
    width: 50%;
    color: #fff;
    text-align: center;
  }
  
  .cdw-popup .cdw-close-btn {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 17px;
    color: #aaa;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  
  .cdw-popup .cdw-close-btn:hover {
    color: #000;
  }
  
  .cdw-popup-logo {
    width: 70%;
    max-width: 190px;
    margin: 0 auto;
  }
  
  .cdw-popup-title {
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
  }
  
  .cdw-popup-subtitle {
    font-size: 24px;
    font-weight: 700;
    width: fit-content;
    background: linear-gradient(#efb731, #ec7f09);
    border-radius: 15px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 5px 2px 5px rgba(3, 24, 112, 0.45);
  }
  
  .cdw-popup-des {
    font-style: italic;
    font-size: 13px;
  }
  
  .cdw-popup
    form[lz-id="fe05a0fa-e94b-450a-9048-593c253ae4c7"].private-form
    .form-row
    .field-wrapper {
    padding: 0 !important;
  }
  
  .cdw-popup
    form[lz-id="fe05a0fa-e94b-450a-9048-593c253ae4c7"].private-form
    .form-row
    .field-wrapper
    .field-inner {
    padding-left: 0 !important;
  }
  
  @media (min-width: 768px) {
    .cdw-popup .aimarketing-form-embed-code {
      margin-left: 15px;
    }
  
    .cdw-popup-title {
      padding-top: 120px;
    }
  }
  
  @media (max-width: 767px) {
    .cdw-popup {
      display: block;
      padding: 20px 10px;
      width: 90%;
      background: url(/sites/amis/images/pages/campaign-digital-workplace/ads-popup-mobile.png)
        no-repeat center;
      background-size: cover;
    }
  
    .cdw-popup .aimarketing-form-embed-code {
      width: 100%;
      font-size: 13px;
    }
  
    .cdw-popup-text {
      width: 100%;
      padding-bottom: 10px;
    }
  
    .cdw-popup-title {
      font-size: 18px;
      padding-top: 0;
    }
  
    .cdw-popup-subtitle {
      font-size: 13px;
    }
  
    .cdw-popup-des {
      font-size: 12px;
    }
  
    .cdw-popup
      form[lz-id="fe05a0fa-e94b-450a-9048-593c253ae4c7"].private-form
      .form-row
      .field-wrapper
      .field-inner
      .lz-input:not([type="radio"]):not([type="checkbox"]) {
      height: 32px;
    }
  
    .cdw-popup form[lz-id="fe05a0fa-e94b-450a-9048-593c253ae4c7"].private-form {
      padding-bottom: 0 !important;
    }
  
    .cdw-popup
      form[lz-id="fe05a0fa-e94b-450a-9048-593c253ae4c7"].private-form
      .submit-wrapper {
      padding-top: 0 !important;
    }
  
    .cdw-popup-logo {
      width: 35%;
    }
  }
  
  @media (max-width: 350px) {
    .cdw-popup br {
      display: none;
    }
  }
  
  /*#region banner bottom*/
  .banner-bottom {
    background: url(/sites/amis/images/pages/campaign-digital-workplace/amis-vps-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*/
  
  /* ai bonus */
  img.ai-bonus-2 {
    position: absolute;
    top: 57px;
    right: 117px;
  }
  
  .wrap-ai-bonus {
    position: relative;
  }
  img.ai-bonus-3 {
    position: absolute;
    right: 199px;
    bottom: 167px;
  }
  @media (max-width: 979px) {
    img.ai-bonus-3 {
      right: 85px;
      bottom: 0;
    }
  }
  /* end ai bonus */
  
  @media (max-width: 979px) {
    .hotline-quick-access {
      top: 91%;
    }
  
    div#zalo-vr {
      top: 80%;
    }
  }
  .banner-video-bg {
    background: url(https://img.youtube.com/vi/Ckf-wbrJs1o/maxresdefault.jpg?ver=2)
      no-repeat center;
  }
  a.banner-btn-try-free {
    color: #fff;
    padding: 14px 35px;
    background: linear-gradient(#004bebba, #004beb);
    border-radius: 37px;
    cursor: pointer;
    margin: 0 10px;
  }
  
  /* style for ava section new */
  .ava-solution {
    padding: 69px 0;
    background-color: #f8f9fa;
    margin-bottom: 32px;
  }
  
  .ava-video-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: 32px;
  }
  
  .ava-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
  }
  
  .ava-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .ava-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
  }
  
  .ava-play-button:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid white;
    margin-left: 5px;
  }
  
  .ava-play-button:hover {
    background: rgba(0, 75, 235, 0.8);
  }
  
  .ava-content {
    padding: 0 15px;
  }
  
  .ava-title {
    font-size: 28px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 10px;
  }
  
  .ava-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #004BEB;
    margin-bottom: 15px;
    padding: 9px 0;
  }
  
  .ava-description {
    font-size: 18px;
    color: #444;
    margin-bottom: 18px;
  }
  
  .ava-features {
    margin-bottom: 30px;
  }
  
  .ava-feature-group {
    margin-bottom: 25px;
  }
  
  .ava-feature-icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .ava-feature-icon img {
    width: 30px;
    height: 30px;
  }
  
  .ava-feature-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #004BEB;
    margin-bottom: 15px;
    vertical-align: middle;
  }
  
  .ava-feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .ava-feature-list li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
  }
  
  .ava-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  
  .ava-btn {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    /* transition: all 0.3s ease; */
    min-width: 200px;
    height: max-content;
  }
  
  .ava-btn-primary {
    background: linear-gradient(to right, #004BEB, #04a1fe);
    color: #fff;
  }
  
  .ava-btn-primary:hover {
    background: linear-gradient(to right, #0042d1, #0389d9);
    color: #fff;
    text-decoration: none;
  }
  
  .ava-btn-secondary {
    background: linear-gradient(to right, #ff4d2e, #ffbb5b);
    color: #fff;
  }
  
  .ava-btn-secondary:hover {
    background: linear-gradient(to right, #e6441f, #e6a94a);
    color: #fff;
    text-decoration: none;
  }
  
  .ava-btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .ava-btn-caption {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .ava-buttons {
      flex-direction: column;
      align-items: center;
    }
    
    .ava-btn {
      width: 100%;
      max-width: 300px;
    }
  }
  
  @media (max-width: 767px) {
    .ava-solution {
      padding: 50px 0;
    }
    
    .ava-title {
      font-size: 22px;
    }
    
    .ava-subtitle {
      font-size: 20px;
    }
    
    .ava-description {
      font-size: 16px;
    }
    
    .ava-feature-title {
      font-size: 16px;
    }
    
    .ava-feature-list li {
      font-size: 14px;
    }
  }
  
  /* end style for ava section new */
  
  /* mkt form */
  #mkt-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  .popup-content {
    position: relative;
    width: 1000px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
  }
  
  .popup-image {
    width: 85%;
  }
  
  .popup-form {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
    height: auto;
    background-color: #fff;
    padding: 24px 0 0;
    border-radius: 16px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  
  #mkt-form .popup-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 24px;
    color: #484848;
    padding-bottom: 6px;
  }
  
  #mkt-form .popup-subtitle {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 6px 12px;
    width: fit-content;
    background-color: #ff8800;
    border-radius: 16px;
    margin: 0 auto;
  }
  
  @media (max-width: 979px) {
    .popup-image {
      display: none;
    }
  
    .popup-form {
      position: relative;
      width: auto;
      max-width: 500px;
      margin: 16px auto;
    }
  
    .popup-content {
      width: auto;
      max-width: 100%;
    }
  
    .popup-close {
      top: 0;
      right: 0;
    }
  }
  
  @media (max-width: 767px) {
    #mkt-form .popup-title {
      font-size: 20px;
    }
  
    #mkt-form .popup-subtitle {
      font-size: 16px;
    }
  
    .popup-form {
      width: 100%;
      height: auto;
    }
  }
  /* end mkt form */
  
  /* style for solution overview section */
  .solution-overview {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 40px;
  }
  
  .solution-title {
    font-size: 29px;
    /* font-weight: 700; */
    color: #212121;
    line-height: 1.4;
    font-weight: 700;
  }
  
  .solution-image {
    margin-bottom: 58px;
    margin-top: 46px;
  }
  
  .solution-image img {
    max-width: 100%;
    height: auto;
  }
  
  .solution-overview .wrap-banner-ad {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #ff5700, #feb423);
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 814px;
    margin: 0 auto;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .solution-overview .wrap-banner-ad:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  .solution-overview .icon-phone {
    margin-right: 15px;
  }
  
  .solution-overview .content-banner-ad {
    flex: 1;
  }
  
  .solution-overview .title-ban {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
  }

@media (max-width:979px){
  
   .solution-overview .title-ban {
     font-size: 20px;
  }
}
  
  .solution-overview .des-ban {
    font-size: 14px;
    color: #fff;
  }
  
  .solution-overview .cta-banner-ad {
   background-color: #f20000;
    border-radius: 27px;
    padding: 12px 45px;
    color: #fff;
    border: 2px solid #fff;
    font-family: GoogleSans Bold, Arial, sans-serif;
  }
  
  @media (max-width: 767px) {
    .solution-overview {
      padding: 40px 0;
    }
    
    .solution-title {
      font-size: 24px;
    }
    
    .solution-overview .wrap-banner-ad {
      flex-direction: column;
      text-align: center;
      padding: 20px;
    }
    
    .solution-overview .icon-phone {
      margin-right: 0;
      margin-bottom: 15px;
    }
    
    .solution-overview .cta-banner-ad {
      margin-left: 0;
      margin-top: 15px;
      width: 100%;
      text-align: center;
    }
  }
  
  /* Styles for integration text */
  .integration-text {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 20px;
    font-style: italic;
    max-width: 300px;
  }
  
  @media (max-width: 767px) {
    .integration-text {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 15px;
      padding: 0 15px;
    }
  }
  
.oneai-logo {
  position: relative;
}

.oneai-logo .poin-mouse {
    position: absolute;
    left: 140px;
    top: 10px;
    display: inline-block;
    animation: shake-circle 0.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes shake-circle {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  75% {
    transform: translate(-5px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}