/* #region common */
#linhvucnganhnghe {
  position: relative;
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: rgba(75, 85, 99, 1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.42857143;
}

ul {
  list-style: none;
}

ul li {
  padding: 0;
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-bold {
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
}
.text-medium {
  font-family: "GoogleSans Medium", Arial, Helvetica, sans-serif;
}
.text-regular {
  font-family: "GoogleSans Regular", Arial, Helvetica, sans-serif;
}
.text-upper {
  text-transform: uppercase;
}
.text-primary {
  color: #636BF1;
  text-transform: uppercase;
}
.common-title {
  font-family: "GoogleSans Bold", Arial, Helvetica, sans-serif;
  font-size: 40px;
}
.common-padding {
  padding: 60px 0;
}
@media screen and (max-width: 979px) {
  .common-padding {
    padding: 40px 0;
  }
  .common-title {
    font-size: 32px;
  }
  br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 30px 0;
  }
  .common-title {
    font-size: 28px;
  }
}
/* #endregion */

/* #region banner */
.banner {
  background: url(/sites/amis/images/pages/field-industry/hoa-my-pham/bg-banner.webp)
    no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 0;
}

.banner-video {
  position: relative;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border: 14px solid #ffffff94;
  border-bottom: none;
  margin-top: 70px;
}

img#icVideo {
  position: absolute;
  top: calc(50% - 66px);
  left: calc(50% - 66px);
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px var(--ShadowNeutral100Default);
}
h1.title {
  font-size: 40px;
  color: #111827;
}


.btn-base {
  padding: 13px 37px;
  border-radius: 9999px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  border: 1px solid    rgba(99, 107, 241, 1);
}

.banner-ctn {
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}

.btn-start-now {
  background: rgba(99, 107, 241, 1);
  color: #fff;
}
.btn-start-now:hover, .btn-start-now:active, .btn-start-now:focus, .btn-start-now:visited {
  background: rgba(99, 107, 241, 1);
  color: #fff;
  opacity: 0.9;
}
.btn-advise {
  color: rgba(99, 107, 241, 1);
  background: #fff;
}
.btn-advise:hover, .btn-advise:active, .btn-advise:focus, .btn-advise:visited {
  color: rgba(99, 107, 241, 1);
  background: #fff;
  opacity: 0.9;
}

.subtitle.text-center {
  max-width: 770px;
  margin: auto;
  color: var(--Text-Neutral-Inverse-Tertiary-600-Default, rgba(75, 85, 99, 1));
  padding: 18px 0px;
  font-size: 18px;
}

@media screen and (max-width: 979px) {
  img#icVideo {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .banner-video {
    margin-top: 30px;
  }
  .subtitle.text-center {
    padding: 14px 0;
    font-size: 18px;
  }
  h1.title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 28px;
  }
  .btn-base {
    padding: 10px 20px;
    font-size: 14px;
  }
  h1.title {
    font-size: 28px;
  }
  img#icVideo {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
}
/* #endregion */

/* #region hard */
.hard-list {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 16px;
  padding-top: 32px;
}

.hard-list > div {
  width: 32%;
  background: #FEF8F8 !important;
  border: 1px solid var(--Border-Danger-Secondary-300-Default, rgba(252, 165, 165, 1));
  border-radius: 20px;
}

.hard-list > div > div {
  border: 1px solid
    var(--Border-Neutral-Primary-200-Default, rgba(229, 231, 235, 1));
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 12px 24px 0px rgba(94, 15, 15, 0.1);
  padding: 20px;
  background: #FEF8F8;
}

.hard-title {
  font-size: 18px;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  color: var(--Text-Neutral-Normal-Primary-900-Default, rgba(17, 24, 39, 1));
  position: relative;
  padding: 10px 0 10px 0px;
}

.hard-content {
  color: var(--Text-Neutral-Normal-Secondary-600-Default, rgba(75, 85, 99, 1));
  font-size: 15px;
}

.hard-content > div {
  position: relative;
  padding-left: 14px;
}

.hard-content > div:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: rgba(75, 85, 99, 1);
  border-radius: 50%;
}


@media screen and (max-width: 767px) {
  .hard-list > div {
    width: 100%;
  }
}
/* #endregion */

/* #region solution */

.solution {
  background: url(/sites/amis/images/pages/field-industry/hoa-my-pham/bg-solution.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

.solution-subtitle {
    color: rgba(75, 85, 99, 1);
    font-size: 18px;
    padding: 8px 0 28px;
}

.solution-ctn {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.solution-logo {
    display: flex;
    align-items: center;
    color: rgba(17, 24, 39, 1);
}

.solution-logo-text {
    padding-left: 12px;
}

.solution-ctn > div {
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    height: 100%;
}


.solution-content {
    color: rgba(75, 85, 99, 1);
    font-size: 15px;
    padding-top: 16px;
    min-height: 101.69px;
}

.solution-btn {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.solution-btn a {
  border-radius: 9999px;
  padding: 10px 40px 10px 20px;
  color: #212121;
  font-family: 'GoogleSans Medium', Arial, sans-serif;
  position: relative;
  background: #fff;
}

.solution-btn a:after {
  position: absolute;
  content: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-arrow-black.webp);
  right: 20px;
  top: 13px;
}

@media screen and (max-width: 767px){
    .solution-ctn {
        grid-template-columns: 1fr 1fr;
    }
    
    .solution-logo img {
       width: 36px; 
    }
}
/* #endregion */

/* #region ananlys */

.analys-ctn {
    background: url(/sites/amis/images/pages/field-industry/hoa-my-pham/img-discover.webp) no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    border-radius: 32px;
    padding: 20px 32px 20px 60px;
    display: flex;
    align-items: center;
    grid-gap: 80px;
}

.analys-ctn > div:nth-child(2) {
    width: 40%;
    position: relative;
}

.analys-ctn > div:nth-child(1) {
    width: 60%;
}

.analys-title {
    font-size: 28px;
}

.analys-text {
    padding-top: 16px;
}

.analys-ani {
    position: absolute;
    top: 7px;
    right: 12px;
}

.analys-ani:before {
    position: absolute;
    content: "";
    top: 26px;
    left: 48px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotateZ(45deg);
    border-radius: 6px;
    z-index: 6;
}

.analys-ani img {
    z-index: 11;
    /* transform: scale(1.2); */
    position: relative;
    animation: bg-circle-transform 3s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

div#cirleAni {
    width: 18px;
    height: 18px;
    background: rgba(22, 163, 74, 0.2);
    position: absolute;
    bottom: -18px;
    z-index: 1;
    left: 43%;
    border-radius: 50%;
    animation: bg-circle 2s infinite;
}

div#cirleAni:before {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: -6px;
    left: -8px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    z-index: 0;
    animation: bg-circle-border 2s infinite;
}

div#cirleAni:after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: -12px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 1;
    animation: bg-circle-border 2s infinite;
}

@keyframes bg-circle {
  0% {background-color: rgba(22, 163, 74, 0.2);}
  50% {background-color: rgba(22, 163, 74, 0.5);}
  100% {background-color: rgba(22, 163, 74, 0.5);}
}

@keyframes bg-circle-border {
  0% {border: 1px solid rgba(255, 255, 255, 0.1);}
  50% {border: 1px solid rgba(22, 163, 74, 0.5);}
  100% {border: 1px solid rgba(22, 163, 74, 0.5);}
}

@keyframes bg-circle-transform {
  0% {transform: scale(1.0);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1.1);}
}

@media screen and (max-width: 767px){
    .analys-ctn {
        display: flex;
        align-items: center;
        grid-gap: 20px;
        flex-wrap: wrap;
        padding: 20px;
    }
    
    .analys-ctn > div:nth-child(2) {
        width: 100%;
        position: relative;
    }
    
    .analys-ctn > div:nth-child(1) {
        width: 100%;
    }
    .analys-title {
        font-size: 24px;
    }
}
/* #endregion */

/* #region customer list */
.customer---list {
    padding-top: 32px;
}

.customer---list.owl-carousel .owl-item img {
    width: auto;
}

.customer-btn {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.customer-btn a {
    border-radius: 9999px;
    padding: 10px 40px 10px 20px;
    color: rgba(37, 99, 235, 1);
    font-family: 'GoogleSans Medium', Arial, sans-serif;
    position: relative;
}

.customer-btn a:after {
    position: absolute;
    content: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-arrow.webp);
    right: 20px;
    top: 10px;
}

.customer---list.owl-carousel {
  position: relative;
  overflow: hidden;
}

.customer---list.owl-carousel .pride-item {
  text-align: center;
}

.customer---list.owl-carousel::before,
.customer---list.owl-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px; /* Chiều rộng của hiệu ứng mờ */
  pointer-events: none; /* Đảm bảo không chặn thao tác người dùng */
  z-index: 2;
}

.customer---list.owl-carousel::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.customer---list.owl-carousel::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* #endregion */

/* #region benefit */
.customer---list {
    padding-top: 32px;
}

.customer---list.owl-carousel .owl-item img {
    width: auto;
}

.customer-btn {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.customer-btn a {
    border-radius: 9999px;
    padding: 10px 40px 10px 20px;
    color: rgba(37, 99, 235, 1);
    font-family: 'GoogleSans Medium', Arial, sans-serif;
    position: relative;
}

.customer-btn a:after {
    position: absolute;
    content: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-arrow.webp);
    right: 20px;
    top: 10px;
}

.benefit-subtitle {
    text-align: center;
    font-size: 18px;
    padding: 16px 0 36px;
}
.benefit-list > div {
  padding-bottom: 60px;
}
.benefit-list > div {
    display: flex;
    width: 100%;
    grid-gap: 32px;
  align-items: center;
}

.benefit-list > div:nth-child(2n){
  flex-direction: row-reverse;
}

.benefit-list > div .benefit--text {
    width: 40%;
}
.benefit-list > div .benefit-img {
    width: 60%;
}

.benefit-title {
  font-size: 24px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
  color: var(--Text-Neutral-Normal-Primary-900-Default, rgba(17, 24, 39, 1));
  position: relative;
  padding: 22px 0 22px 60px;
}

.benefit-content {
  color: var(--Text-Neutral-Normal-Secondary-600-Default, rgba(75, 85, 99, 1));
  font-size: 16px;
}

.benefit-content > div {
  position: relative;
  padding-left: 14px;
}

.benefit-content > div:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: rgba(75, 85, 99, 1);
  border-radius: 50%;
}

.benefit-list > div:nth-child(1) .benefit-title:before {
  position: absolute;
  content: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-hard-color-1.webp);
  top: 10px;
  left: 0;
}
.benefit-list > div:nth-child(2) .benefit-title:before {
  position: absolute;
  content: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-hard-color-2.webp);
  top: 10px;
  left: 0;
}
.benefit-list > div:nth-child(3) .benefit-title:before {
  position: absolute;
  content: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-hard-color-3.webp);
  top: 10px;
  left: 0;
}
.benefit-list > div:nth-child(4) .benefit-title:before {
  position: absolute;
  content: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-hard-color-4.webp);
  top: 10px;
  left: 0;
}
.benefit-list > div:nth-child(5) .benefit-title:before {
  position: absolute;
  content: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-hard-color-5.webp);
  top: 10px;
  left: 0;
}

@media screen and (max-width: 767px){
  .benefit-list > div, .benefit-list > div:nth-child(2n) {
    flex-direction: column;
    grid-gap: 30px;
    padding-bottom: 30px;
  }
  .benefit-list > div .benefit--text {
      width: 100%;
  }
  .benefit-list > div .benefit-img {
      width: 100%;
  }
}
/* #endregion */

/* #region lead */

.lead-ctn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    padding-top: 48px;
}

.lead {
  background: url(/sites/amis/images/pages/field-industry/hoa-my-pham/bg-lead.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

.lead-title {
    font-size: 24px;
    padding: 10px 0;
}

.lead-content {
    font-size: 16px;
}

.lead-ctn > div {
    background: #fff;
    padding: 24px 24px;
    border-radius: 20px;
}

@media screen and (max-width: 767px){
    .lead-ctn {
         grid-template-columns: 1fr;   
         padding-top: 24px;
    }
    .lead-title {
        font-size: 20px;
    }
}
/* #endregion */

/* #region numbers */
.numbers-subtitle {
    font-size: 18px;
    max-width: 589px;
    text-align: center;
    margin: auto;
    padding: 16px 0 36px;
}
@media screen and (max-width: 767px){
    .numbers-subtitle {
        font-size: 16px;
        padding: 16px 0 16px;
    }
}
/* #endregion */

/* #region speed */
.speed {
    background: rgba(243, 248, 254, 1);
}

.speed-ctn {
    display: flex;
    width: 100%;
    align-items: center;
    grid-gap: 80px;
}

.speed-img {
    width: 60%;
}

.speed-text {
    width: 40%;
}

.speed .common-title {
    text-align: left;
    font-size: 36px;
}

.speed-content {
    font-size: 18px;
    padding-top: 16px;
}

@media screen and (max-width: 767px){
    .speed-ctn{
        flex-direction: column;
        grid-gap: 24px;
    }
    .speed-text, .speed-img{
        width: 100%;
    }
    .speed .common-title {
        font-size: 24px;
        text-align: center;
    }
    .speed-content {
        font-size: 16px;
    }
}
/* #endregion */

/* #region review */

.review-ctn {
    display: flex;
    grid-gap: 68px;
    width: 100%;
}

.review-ctn > div {
    width: 50%;
}

.review .btn-ctn {
    display: flex;
    /* padding-top: 24px; */
}

.review-subtitle {
    padding: 16px 0;
}

.review-title {
    color: #212121;
    font-size: 20px;
}

.review-logo-misa {
    padding-bottom: 16px;
}

.review-box {
  background: rgba(222, 224, 255, 1);
  border-radius: 20px;
  padding: 32px;
}

.review--content {
    font-size: 18px;
    color: rgba(17, 24, 39, 1);
    letter-spacing: 1.1px;
    line-height: 30px;
}

.review-author {
    display: flex;
    align-items: center;
    padding-top: 14px;
}

.review-author-img {
    padding-right: 14px;
}

.review-author-name {
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    font-size: 20px;
    color: rgba(17, 24, 39, 1);
}

@media screen and (max-width: 979px){
    .review-ctn {
        grid-gap: 16px
    }
    .review-author-name {
        font-size: 19px;
    }
    .review-box {
        padding: 24px;
    }
}


@media screen and (max-width: 767px){
    .review-ctn {
        flex-direction: column;
        grid-gap: 24px;
    }
    .review-ctn > div {
        width: 100%;
    }
}
/* #endregion */

/* #region pride  */
.pride-subtitle {
  max-width: 850px;
  margin: 16px auto;
}

.pride-list {
  background: rgba(243, 248, 254, 1);
}

.pride-item img {
  width: auto !important;
  box-shadow: 0px 2px 10px 0px rgba(195, 199, 205, 0.25);
}

.pride---list.owl-carousel {
position: relative;
overflow: hidden;
}

.pride---list.owl-carousel .pride-item {
text-align: center;
}

.pride---list.owl-carousel::before,
.pride---list.owl-carousel::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 100px; /* Chiều rộng của hiệu ứng mờ */
pointer-events: none; /* Đảm bảo không chặn thao tác người dùng */
z-index: 2;
}

.pride---list.owl-carousel::before {
left: 0;
background: linear-gradient(to right, rgba(243, 248, 254, 1), rgba(255, 255, 255, 0));
}

.pride---list.owl-carousel::after {
right: 0;
background: linear-gradient(to left, rgba(243, 248, 254, 1), rgba(255, 255, 255, 0));
}

/* #endregion */

/* #region clicker */
.btn-green a {
  background: linear-gradient(150.46deg, #785AF2 -6.04%, #522BEE 111.09%);
  color: #fff;
  max-width: 284px;
  display: flex;
  text-align: center;
  justify-content: flex-start;
  box-shadow: 0px 4px 10px 0px rgba(33, 0, 108, 0.08);
}

.clicker .clicker-ctn {
  background: url(/sites/amis/images/pages/field-industry/hoa-my-pham/img-click.webp) no-repeat;
  background-size: cover;
  padding: 24px;
  border-radius: 24px;
}

.clicker-title {
  font-size: 32px;
  color: #fff;
  padding: 16px 0 24px;
  text-align: left;
}
@media screen and (max-width: 767px){
  .clicker-title {
      font-size: 24px;
  }
}
/* #endregion */

/* #region register */
div#register {
  background: #fff;
  padding-top: 0;
}

.register-text {
  text-align: center;
  font-size: 24px;
}

.register-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  grid-gap: 24px;
  padding-top: 40px; 
}

#register form[lz-id='ff1c7b1e-91ca-4ad1-a293-761ea24d3b5d'].private-form {
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.08) !important;
}

.register-img {
  width: 65%;
}

.register-form {
  width: 35%;
}

@media screen and (max-width: 767px){
  .register-box {
      flex-wrap: wrap;
      flex-direction: column;
  }
  .register-img, .register-form {
      width: 100%;
  }
  .register-text {
      font-size: 20px;
      padding-bottom: 8px;
  }
}
/* #endregion */

/*#region custom menu amis*/
.td-header-style-7 .sf-menu>li:nth-last-child(3)>a {
  background: url(/sites/amis/images/pages/field-industry/hoa-my-pham/ic-phone.svg) no-repeat;
  background-size: 24px;
  background-position: left 15px center;
  color:#636BF1;
}

.td-header-style-7 .sf-menu>li:nth-last-child(2)>a {
  background-color:#636BF1;
}

.td-header-style-7 .sf-menu>li:last-child>a {
  border-color:#636BF1;
  color:#636BF1;
}

/*#endregion*/