/*#region Tab */
.amis-tab-custom {
  position: absolute;
  width: 100%;
  z-index: 1999;
  /* display: none; */
  top: 20px;
}

.amis-tab-custom.ex-two-menu {
  position: absolute;
  /* padding-top: 163px; */
  display: flex;
}

.amis-tab-custom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amis-tab-custom ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  /* width: 100%; */
  margin: 0;
}

.amis-tab-custom ul li {
  color: #212121;
  padding: 6.6px 0 !important;
  margin: 0;
}

.amis-tab-custom ul li:not(:last-child) {
  margin-right: 15px;
}

.amis-tab-custom li {
  display: flex;
}

.amis-tab-custom li:first-child {
  margin-left: 0;
  /* padding: 0; */
}

.amis-tab-custom li a {
  color: #0A0D12;
  padding: 8px 10px;
  border-radius: 5px;
  opacity: 1;
  font-size: 14px;
  font-family: 'Inter Medium';
}

/* .stickyCss .title-logo {
  display: none;
} */


.stickyCss .title-logo-images {
  display: block
}

.amis-tab-custom.stickyCss li a {
  color: #212121;
}

.amis-tab-custom.stickyCss li a i.ms-arrow {
  content: url(/sites/amis/images/ic-chevron-down.svg);
}

.amis-tab-custom ul li.active a {
  color: #fff;
  opacity: 1;
}

.amis-tab-custom.stickyCss ul li.active>a {
  color: #4262f0;
}

.amis-aiMarkting.stickyCss ul li.active>a {
  background: #FF5637;
  color: #fff;
}

.logo-banner-tab {
  /* display: none; */
  /* height: 29px; */
  display: flex;
  gap: 12px;
  /* width: 100%; */
  font-size: 24px;
  font-family: 'Inter SemiBold';
  align-items: center;
  color: #181D27;
  cursor: pointer;
}

.logo-banner-tab.show-on-scroll-only {
  opacity: 0 !important;
}

.stickyCss .logo-banner-tab.show-on-scroll-only {
  opacity: 1 !important;
}

.logo-banner-tab:hover {
  color: #181D27;
}


.logo-banner-tab img {
  height: 36px;
  width: 36px;
}



.amis-tab-custom ul li.only-show-in-sticky {
  display: none;
}

.amis-tab-custom.stickyCss ul li.only-show-in-sticky {
  display: none;
}

.stickyCss {
  animation: .3s ease-out forwards zwc-slide-down-animate;
  position: fixed;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0;
  top: 0;
  z-index: 99999;
  background: var(--Background-Base, #FFF);
  box-shadow: 0 6px 20px 3px rgba(116, 135, 255, 0.06), 0 3px 6px -6px rgba(10, 27, 137, 0.1) !important;
  z-index: 99999;
}

@keyframes zwc-slide-down-animate {
  0% {
    transform: translateY(-100px)
  }

  100% {
    transform: translateY(0)
  }
}

.menu-item {
  position: relative;
}

.menu-item ul.menu-child {
  list-style: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: #fff;
  width: 300px;
  height: auto !important;
  padding: 10px 10px 10px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f2f5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
}

.amis-act .menu-item ul.menu-child {
  width: 400px;
}

.menu-item ul.menu-child::before {
  content: " ";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: transparent;
}

.menu-item ul.menu-child::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
}

.menu-item ul.menu-child a {
  padding: 4px 0;
}

.menu-child li a {
  font-family: Inter;
}

.menu-item:hover ul.menu-child {
  opacity: 1;
  visibility: visible;
}

.menu-item:hover .ms-arrow {
  transform: rotate(180deg);
  transition: 0.2s;
}

.td-toggle {
  display: none;
}

i.ms-arrow {
  content: url(/sites/amis/images/ic-chevron-down.svg);
}

.menu-child a {
  color: #212121 !important;
}

.menu-col-title {
  font-family: Inter Bold, Arial, sans-serif;
  padding-bottom: 8px;
}

.menu-flex {
  display: flex;
}

.menu-col-1 {
  flex: 1;
}

.menu-col-3 {
  flex: 3;
}



.amis-act.stickyCss a#tel-banner2 {
  background: url(/sites/amis/images/pages/amis-accounting/ic-phone.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  font-family: Inter Medium, Arial, sans-serif;
  color: #4262f0;
  padding: 0 13px 0 30px;
  display: inline-block;
  height: 32px;
}

.amis-act.stickyCss a#dungthu-banner2 {
  display: inline-block;
  background: #4262f0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 15px;
  border-radius: 4px;
  overflow: hidden;
}

.amis-act.stickyCss a#dangnhap-banner2 {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  color: #4262f0;
  border: solid 1px #4262f0;
  padding: 0 15px;
  border-radius: 4px;
  overflow: hidden;
}

.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;
}

.amis-tab-custom.stickyCss .logo-banner-tab img {
  width: auto;
  max-width: unset;
  height: 40px;
}

/* .wrap-menu-pc {
  padding: 0 15px;
} */

@media (min-width: 1100px) {
  .amis-tab-custom .container {
    width: 1310px;
  }
}

@media (min-width: 980px) {
  .amis-tab-custom.stickyCss ul {
    justify-content: flex-end;
  }

  .menu-item:hover ul.menu-child {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    width: max-content;
  }

  .amis-act .menu-item:hover ul.menu-child {
    width: 600px;
    left: -250px;
  }

  .amis-act .menu-item ul.menu-child::before {
    left: 50%;
  }

  .menu-item ul.menu-child .menu-col {
    width: 222px;
    padding-top: 8px;
  }
}

@media (max-width: 1200px) {
  .amis-tab-custom.stickyCss li a {
    font-size: 14px;
    padding: 8px;
  }

  .amis-tab-custom ul li:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 1070px) {
  .amis-tab-custom.stickyCss ul {
    display: none;
  }

  .amis-tab-custom.stickyCss .toggle-mobile {
    display: block;
  }

  .amis-tab-custom ul {
    display: none;
  }
}

@media (max-width: 979px) {
  .amis-tab-custom {
    display: none;
  }

  .amis-tab-custom.stickyCss {
    display: block;
  }
}

@media (max-width: 767px) {
  .amis-tab-custom {
    top: 15px;
  }

  .amis-tab-custom li a {
    font-size: 14px;
  }

  .amis-tab-custom.stickyCss {
    top: 0;
  }
}

.menu-item:hover ul.menu2 {
  display: block;
  width: 264px;
}

.kienthuc-footer-link:hover {
  opacity: 0.8;
}

.kienthuc-ms-arrow {
  width: 20px;
  height: 20px;
}

.linear-menu-list {
  display: flex;
  flex-direction: column;
}

.linear-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #1f2328;
  cursor: pointer;
  gap: 0px;
}

.linear-menu-item:hover {
  color: #2662FF !important;
  opacity: 1 !important;
}

.sub-chevron {
  width: 16px;
  height: 16px;
  stroke: #2662FF;
  stroke-width: 2;
  fill: none;
  opacity: 0;
  transform: translateX(0);
  transition:
    opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.linear-menu-item:hover .sub-chevron {
  opacity: 1;
  transform: translateX(4px);
}

.mega-menu-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 32px 32px 32px;
  gap: 20px;
  height: 540px;
  overflow-y: auto;
  scrollbar-width: none;
  margin-top: 32px;
  margin-right: 16px;
}

.mega-menu-content::-webkit-scrollbar {
  display: none;
}

/*#endregion*/

/*#region mobile menu */
@media (max-width: 700px) {
  .amis-tab-custom-wrap ul:nth-child(2) {
    display: none;
  }
}

@media (min-width: 701px) {
  .amis-tab-custom-wrap ul:nth-child(3) {
    display: none;
  }
}

.amis-tab-custom-wrap ul:nth-child(3) {
  padding-bottom: 10px;
}

.amis-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: #ffffff;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.4s;
}

.amis-mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.mobile-container {
  position: relative;
}

.mobile-logo {
  /* display: none; */
  /* height: 29px; */
  display: flex;
  gap: 12px;
  /* width: 100%; */
  font-size: 24px;
  font-family: 'Inter SemiBold';
  align-items: center;
  color: #181D27;
  cursor: pointer;
}

.mobile-header {
  height: 60px;
  border-bottom: 1px solid #F3F4F6;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.mobile-close {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-close .td-icon-close-mobile {
  font-size: 24px !important;
  color: #1a1a1a !important;
  cursor: pointer;
}

.mobile-content {
  padding: 0;
}

.mobile-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-content ul li {
  margin: 0;
  padding: 0;
  position: relative;
}

.mobile-content>.menu-wrapper>.mobile-main-menu>li {
  border-bottom: 1px solid #F3F4F6;
}

.mobile-content li a {
  color: #1a1a1a;
  padding: 16px 40px 16px 20px;
  line-height: 1.5;
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.mobile-content .td-icon-menu-right {
  font-size: 14px;
  padding: 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #9CA3AF;
}

.mobile-content .ms-mobile-dropdown {
  display: none;
  background: #F9FAFB;
  border-top: 1px solid #F3F4F6;
}

.mobile-content .ms-mobile-dropdown a {
  padding: 12px 20px 12px 40px;
  font-weight: 400;
  color: #4B5563;
  font-size: 15px;
  border-bottom: 1px solid #E5E7EB;
}

.mobile-content .ms-mobile-dropdown li:last-child a {
  border-bottom: none;
}

.mobile-main-menu i {
  transition: transform 0.3s ease;
}

.mobile-main-menu i.rotate-down {
  transform: translateY(-50%) rotate(90deg);
}

a.misa-footer__contact-link.misa-footer__contact-strong {
  color: #2662FF;
}

.td-icon-menu-down:before {
  content: url(/sites/amis/images/ic-chevron-down.svg);
}

/*#endregion*/

/*#region Auth Buttons & Actions */
.auth-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* For Desktop Sticky Menu */
.amis-tab-custom .desktop-auth-buttons {
  display: none;
  margin-left: 20px;
}

.amis-tab-custom.stickyCss .desktop-auth-buttons {
  display: flex;
}

@media (max-width: 1070px) {
  .amis-tab-custom.stickyCss .desktop-auth-buttons {
    display: none !important;
  }
}

/* For Mobile overlay menu */
.mobile-auth-buttons-wrapper {
  padding: 20px;
  margin-top: 0;
  cursor: default;
  border-bottom: none !important;
}

.mobile-auth-buttons-wrapper:hover {
  background: transparent !important;
}

.mobile-auth-buttons-wrapper .auth-buttons {
  flex-direction: column;
  margin: 0 16px;
}

.mobile-auth-buttons-wrapper .auth-buttons .my-btn-main,
.mobile-auth-buttons-wrapper .auth-buttons .my-btn-secondary {
  width: 100%;
}

.mobile-auth-buttons-wrapper .auth-buttons .my-btn-glow {
  width: 100%;
  display: block;
}

.mobile-auth-buttons-wrapper .auth-buttons .my-btn-glow .my-btn-main {
  width: 100%;
}

.mobile-auth-buttons-wrapper .auth-buttons a {
  display: flex !important;
  padding: 0 12px !important;
  justify-content: center;
  align-items: center;
}

/* my-btn-main */
.my-btn-main {
  min-width: 140px;
  height: 42px;
  padding: 0 12px;
  box-sizing: border-box;
  background: linear-gradient(76deg, #1B49F5 0%, #5993FF 100%);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

/* my-btn-text-light */
.my-btn-text-light {
  text-align: center;
  color: white !important;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
}

/* my-btn-secondary */
.my-btn-secondary {
  border: 2px solid #1B49F5;
  min-width: 150px;
  height: 42px;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: linear-gradient(244deg, #FFF 10.19%, #F8FAFF 105.78%);
  text-decoration: none;
}

.my-btn-secondary .my-icon-container {
  width: 20px;
  overflow: hidden;
  opacity: 1;
  transition: transform 0.3s ease;
  transform: translateX(0);
}

.my-btn-secondary:hover .my-icon-container {
  transform: translateX(4px);
}

/* my-btn-text-brand */
.my-btn-text-brand {
  text-align: center;
  color: #1B49F5;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 24px;
}

/* my-icon-wrap */
.my-icon-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

/* my-icon-container */
.my-icon-container {
  width: 20px;
  height: 20px;
}

/* my-btn-glow */
.my-btn-glow {
  position: relative;
  display: inline-block;
}

.my-btn-glow>* {
  position: relative;
  z-index: 1;
}

.my-btn-glow::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff6ec4, #7873f5, #22d3ee, #4ade80, #ff6ec4);
  background-size: 300% 300%;
  z-index: 0;
  opacity: 0;
  filter: blur(2px);
  transition: opacity 0.3s ease;
}

.my-btn-glow:hover::before {
  opacity: 1;
  animation: myShadowMove 4s linear infinite;
}

@keyframes myShadowMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 300% 50%;
  }
}

/* my-btn-ai */
.my-btn-ai {
  outline: none !important;
  opacity: 1 !important;
}

.my-btn-ai:hover {
  border: 2px solid transparent !important;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff6ec4, #7873f5, #4ade80, #22d3ee, #ff6ec4) border-box !important;
  background-size: 200% 200% !important;
  animation: myAiBtnBorderMove 3s linear infinite;
}

@keyframes myAiBtnBorderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

/*#endregion*/