/*#region Common */
.amis-accounting {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000000;
  position: relative;
}

.amis-accounting h1,
.amis-accounting h2,
.amis-accounting h3 {
  line-height: 1.3;
}

.section-temp {
  padding: 50px 0;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-family: GoogleSans Bold, Arial, sans-serif;
}
.nowrap {
  white-space: nowrap;
}

.common-title {
  font-size: 28px;
  font-family: GoogleSans Bold, Arial, sans-serif;
  text-align: center;
  padding-bottom: 24px;
}

.blue-text {
  color: #4262ef;
}
.text-captital {
  text-transform: uppercase;
}
.big-text {
  font-size: 36px;
}
.box-content-menu{
  padding: 10px 0 10px 0 !important;
}
@media screen and (min-width: 980px){
    .amis-accounting h1{
        padding: 0 42px;
    }
}
/*#endregion*/

/*#region Tab */
.amis-tab {
  position: absolute;
  top: 0;
  width: 100%;
  transition: top 0.1s;
  z-index: 99;
}

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

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

.amis-tab ul li {
  margin: 0;
  padding: 0;
}

.amis-tab li {
  display: flex;
}

.amis-tab li a {
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  font-size: 15px;
}
.amis-tab li:nth-child(2) a i {
  padding-left: 2px !important;
}
.amis-tab li:nth-child(2) a {
  padding-right: 15px !important;
}

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

.amis-tab.stickyCss li:nth-last-child(3) a {
  background: url(/sites/amis/images/pages/amis-accounting/ic-phone.svg)
    no-repeat;
  background-size: 24px;
  background-position: left 15px center;
  font-family: GoogleSans Medium, Arial, sans-serif;
  color: #4262f0;
  margin: 0 5px;
  padding: 0 13px 0 40px;
}

.amis-tab.stickyCss li:nth-last-child(2) a {
  background: #4262f0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin: 0 13px;
  padding: 0 15px;
  border-radius: 4px;
  overflow: hidden;
}

.amis-tab.stickyCss li:last-child a {
  height: 40px;
  line-height: 38px;
  color: #4262f0;
  border: solid 1px #4262f0;
  padding: 0 15px;
  border-radius: 4px;
  overflow: hidden;
}

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

.logo-banner-tab {
  display: none;
}

.amis-tab.stickyCss .logo-banner-tab {
  display: block;
}

.amis-tab.stickyCss .logo-banner-tab img {
  max-width: unset;
}

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

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

.stickyCss {
  position: fixed;
  background: #fff;
  box-shadow: 3px 7px 6px -5px #c9c4c4;
  z-index: 99999;
}

.feature-menu {
  display: none;
  overflow: hidden;
  transition: max-height 0.7s;
  -o-transition: max-height 0.7s;
  -moz-transition: max-height 0.7s;
  -webkit-transition: max-height 0.7s;
}

.fm-border {
  border-top: solid 1px #eee;
}

.fm-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -20px;
  padding: 20px 0;
}

.fm-col {
  width: 25%;
  padding: 0 20px;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.fm-item:not(:last-child) {
  padding-bottom: 10px;
}

.fm-item a {
  font-size: 15px;
  color: #000;
}

.field-menu {
  display: none;
  overflow: hidden;
  transition: max-height 0.7s;
  -o-transition: max-height 0.7s;
  -moz-transition: max-height 0.7s;
  -webkit-transition: max-height 0.7s;
}

.fim-border {
  border-top: solid 1px #eee;
}

.fim-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -20px;
  padding: 20px 0;
}

.fim-left {
  width: 25%;
  padding: 0 20px;
}

.fim-right {
  width: 75%;
  padding: 0 20px;
}

.fim-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
}

.fiml-content {
  padding-top: 15px;
}

.fimr-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -20px;
  padding-top: 15px;
}

.fim-col {
  width: 25%;
  padding: 0 20px;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.fimr-col {
  width: 33.333%;
  padding: 0 20px;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.fim-item:not(:last-child) {
  padding-bottom: 10px;
}

.fim-item a {
  font-size: 15px;
  color: #000;
}
/*#endregion*/

/* #region custom tab */
.p-panel {
  padding: 50px 0 0;
}
.p-tab {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.p-tab ul {
  display: flex;
  background: #eceff1;
  border: solid 2px #eceff1;
  border-radius: 5px;
  overflow: hidden;
}

.p-tab ul li {
  margin: 0;
  padding-bottom: 0;
}

.p-tab ul li a {
  color: #212121;
  margin: 0;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}

.p-tab ul li a:hover,
.p-tab ul li a:focus,
.p-tab ul li a:active {
  background: #eceff1;
  border: 0;
}

.p-tab ul li a:focus,
.p-tab ul li a:active {
  opacity: 1;
}

.p-tab ul li.active a {
  background: #fff;
  color: #4262ef;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 0;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}

.p-tab ul li.active a:hover,
.p-tab ul li.active a:focus,
.p-tab ul li.active a:active {
  background: #fff;
  color: #4262ef;
  border: 0;
  opacity: 1;
}

.tab-content > .active {
  animation: slide-opacity 1s ease-out;
}
@keyframes slide-opacity {
  0% {
    opacity: 0;
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -o-transform: scale(0.99);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .p-tab ul {
    display: flex;
    flex-direction: column;
  }
  .p-panel {
    padding: 20px 0 0;
  }
}
/* #end region */

/* #region banner */
.banner {
  background: url(/sites/amis/images/pages/amis-accounting-template/bg-banner.jpg)
    no-repeat center;
  color: #fff;
}

.banner-content {
  padding: 16px 00 24px;
}

.banner-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.banner-btn a {
  display: flex;
  align-items: center;
  text-align: center;
}

.btn-base {
  padding: 14px 20px;
  background: transparent;
  border-radius: 46px;
  font-size: 16px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}
.btn-base:hover {
  color: inherit;
}

.btn-register {
  color: #fff;
  border-radius: 46px;
  border: 2px solid #fff;
  margin-right: 16px;
}

.btn-demo {
  position: relative;
  background: #fff;
  color: #4262ef;
  padding: 10px 45px 10px 50px;
  background: url(/sites/amis/images/pages/amis-accounting-template/ic-blue-arrow.svg?ver=1)
    no-repeat right #fff;
  background-size: 46px 11px;
}
.btn-demo:hover {
  color: #4262ef;
}

.btn-demo:before {
  position: absolute;
  content: url(/sites/amis/images/pages/amis-accounting-template/ic-video-btn.svg?ver=1);
  top: calc(50% - 15.5px);
  left: 11px;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 26px;
  }
  .banner-btn {
    flex-direction: column;
    width: 210px;
    text-align: center;
    margin: auto;
  }
  .btn-demo {
    padding: 10px 39px 10px 70px;
  }
  .banner-content {
    padding: 8px 0 16px;
  }
}
/* #endregion */

/* #region problem */
.banner {
  background: url(/sites/amis/images/pages/amis-accounting-template/bg-banner.jpg)
    no-repeat center;
  color: #fff;
}

.banner-content {
  padding: 16px 00 24px;
}

.banner-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.banner-btn a {
  display: flex;
  align-items: center;
  text-align: center;
}

.btn-base {
  padding: 12px 20px;
  background: transparent;
  border-radius: 46px;
  font-size: 16px;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}
.btn-base:hover {
  color: inherit;
}

.btn-register {
  color: #fff;
}

.btn-demo {
  position: relative;
  background: #fff;
  color: #4262ef;
  padding: 10px 45px 10px 50px;
  background: url(/sites/amis/images/pages/amis-accounting-template/ic-blue-arrow.svg?ver=1)
    no-repeat right #fff;
  background-size: 46px 11px;
}
.btn-demo:hover {
  color: #4262ef;
}

.btn-demo:before {
  position: absolute;
  content: url(/sites/amis/images/pages/amis-accounting-template/ic-video-btn.svg?ver=1);
  top: calc(50% - 15.5px);
  left: 11px;
}
@media screen and (min-width: 980px) {
  .problem-ctn {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .problem .problem-ctn:nth-child(2n + 1) {
    flex-direction: row-reverse;
  }
}
.problem-title {
  font-size: 20px;
  padding-bottom: 16px;
}
.problem-img {
  text-align: center;
}
.problem-ctn {
  padding-bottom: 16px;
}

@media screen and (max-width: 979px) {
  .problem-ctn {
    text-align: center;
    padding-bottom: 24px;
  }
  .problem-title {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .problem-title {
    font-size: 18px;
  }
  .problem-ctn {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 26px;
  }
  .banner-btn {
    flex-direction: column;
    width: 224px;
    text-align: center;
    margin: auto;
  }
  .btn-demo {
    padding: 10px 39px 10px 70px;
  }
  .banner-content {
    padding: 8px 0 16px;
  }
  .btn-register {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.problem-list > div {
  position: relative;
  padding: 0 0 10px 24px;
  font-size: 16px;
  color: #707070;
}

.problem-list > div:before {
  position: absolute;
  content: url(/sites/amis/images/pages/amis-accounting-template/ic-x.svg);
  top: 0;
  left: 0;
}

.problem h2.common-title {
  padding-bottom: 48px;
}

.problem-btn {
  display: flex;
  justify-content: center;
}

.btn-free-register {
  background: url(/sites/amis/images/pages/amis-accounting-template/ic-white-arrow.svg)
    #4262ef no-repeat right;
  color: #fff;
  position: relative;
  background-size: 46px 11px;
  padding: 15px 45px 15px 22px;
}

.btn-free-register:hover {
  color: #fff;
}

@media screen and (max-width: 979px) {
  .problem-btn {
    padding-top: 16px;
  }
  .problem h2.common-title {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 979px) {
  .problem-btn {
    padding-top: 8px;
  }
  .problem h2.common-title {
    padding-bottom: 24px;
  }
}
/* #endregion */

/* #region benefit */
.benefit-list {
  padding: 24px 0 32px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  width: 100%;
}

.benefit-list > div {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 24px;
  border-radius: 10px;
}

.benefit-title {
  font-family: "GoogleSans Bold", Arial, sans-serif;
  padding: 16px 0;
  font-size: 18px;
}

@media screen and (max-width: 979px) {
  .benefit-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .benefit-list {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
  .benefit-list > div {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 24px 16px;
    border-radius: 10px;
  }
  .benefit-title {
    font-size: 16px;
    padding: 8px 0;
  }
}
/* #endregion */

/* #region video */
.video-ctn {
  padding: 24px 24px 32px;
  text-align: center;
  max-width: 758px;
  margin: auto;
}
.play-video-item {
  position: relative;
  display: block;
  z-index: 1;
}
img#icPlay {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
img#bgVideo {
  position: absolute;
  content: "";
  top: 48px;
  right: -146px;
}

@media screen and (max-width: 979px) {
  img#bgVideo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .video-ctn {
    padding: 16px 0px 16px;
  }
}
/* #endregion */

/*#region Customer */
.customer {
  padding: 0;
}

.customer-group:not(:last-child) {
  padding-bottom: 10px;
}

.customer-item {
  padding: 15px;
  height: 100%;
  max-width: 120px;
}

.customer-item img {
  border: solid 1px #4262f0;
}

.customer-group-wrap {
  float: left;
}

/*#endregion*/

/* #region prize */
.prize-list {
  /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;*/
  width: 100%;
  padding-top: 24px;
  float: left;
}

.aac-img img {
  width: unset !important;
  height: 150px;
  margin: auto;
  padding: 15px 0 15px;
}

.aac-prize {
  font-family: "GoogleSans Bold", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.prize-list .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.prize-list .owl-dots .owl-dot {
  outline: none;
}

.prize-list .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #fff;
  border: solid 1px #4262ef;
}

.prize-list .owl-dots .owl-dot:hover span,
.prize-list .owl-dots .owl-dot.active span {
  background: #4262ef;
}
/*#endregion*/

/*#region Register */
.ai-register {
  background: url(/sites/amis/images/pages/amis-accounting/bg_register.svg)
    no-repeat center;
  background-size: cover;
}

.register-text {
  color: #fff;
}

.register-text .common-title {
  padding-bottom: 15px;
}

.register-description {
  font-size: 18px;
}

.ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form {
	padding: 20px 0 0 0 !important;
}

.ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .form-row {
        margin: 0 !important;
    }

    .ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .form-row .field-wrapper {
            padding: 8px !important;
        }

        .ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .form-row .field-wrapper .field-inner {
                padding: 0 !important;
            }

            .ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .form-row .field-wrapper .field-inner * {
                    font-size: 16px !important;
                }

                .ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .form-row .field-wrapper .field-inner .lz-input:not([type="radio"]):not([type="checkbox"]) {
                    font-size: 16px !important;
                    outline: none !important;
                    z-index: 100 !important;
                }

                .ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .form-row .field-wrapper .field-inner .lz-input::-webkit-input-placeholder {
                    font-size: 16px !important;
                }

    .ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .submit-wrapper .btn-form-submit {
        width: auto !important;
        border-radius: 5px !important;
        padding: 0 30px !important;
        font-size: 16px !important;
        font-weight: normal !important;
        background: #4262ef !important;
        margin-top: 15px !important;
    }

    .ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .submit-wrapper {
        padding: 0 !important
    }

    .ai-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form .form-row .field-wrapper .field-inner .help-text{
        margin-bottom: 0 !important;
    }
/*#endregion*/

/*#region responsive */
@media (min-width: 980px) {
  .view-m {
    display: none;
  }

  .amis-accounting-banner {
    /* height: 620px; */
    display: flex;
    align-items: center;
  }

  .accounting-banner-text {
    padding-top: 80px;
    padding-right: 0;
  }

  .solution-item {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .solution-item:nth-child(2n + 1) {
    direction: rtl;
  }

  .solution-item:nth-child(2n + 1) .solution-text {
    direction: ltr;
    padding-left: 80px;
  }

  .solution-item:nth-child(2n) .solution-text {
    padding-right: 80px;
  }

  .feature-video .video-container {
    direction: rtl;
    display: flex;
  }

  .feature-video .video-main {
    direction: ltr;
  }

  .list-post-wrap .owl-carousel {
    display: block !important;
  }

  .register-wrap {
    display: flex;
    align-items: center;
  }

  .register-text .common-title {
    text-align: left;
  }

  .amis-tab.stickyCss ul {
    display: flex;
  }
}

@media (max-width: 1099px) {
  .amis-tab li a {
    padding: 0 8px;
  }

  .amis-tab.stickyCss li:nth-last-child(3) a {
    background: url(/sites/amis/images/pages/amis-accounting/ic-phone.svg)
      no-repeat;
    background-size: 24px;
    background-position: left 10px center;
    margin: 0;
    padding: 0 8px 0 43px;
  }

  .amis-tab.stickyCss li:nth-last-child(2) a {
    margin: 0 8px;
    padding: 0 10px;
  }

  .amis-tab.stickyCss li:last-child a {
    padding: 0 10px;
  }

  .trust .common-title br {
    display: none;
  }
}

@media (max-width: 979px) {
  .view-d {
    display: none;
  }

  .common-title br {
    display: none;
  }

  .amis-accounting-banner {
    text-align: center;
  }

  .cls-banner-button {
    justify-content: center;
    padding-bottom: 30px;
  }

  .accounting-banner-img img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }

  .all-type-wrap {
    padding: 30px 50px;
  }

  .solution-item-title {
    font-size: 20px;
  }

  .solution-item {
    max-width: 450px;
    margin: 0 auto;
  }

  .solution-text {
    padding-bottom: 30px;
  }

  .cls-solution-button {
    justify-content: center;
  }

  .post-thumb {
    height: auto;
  }

  .video-news {
    padding-top: 40px;
  }

  .register-description {
    text-align: center;
    padding-bottom: 40px;
  }

  .product-item {
    width: 100%;
    border-right: 0 !important;
  }

  .customer-group {
    width: 100%;
    float: left;
  }

  .list-post {
    width: 100%;
  }

  .price .owl-nav button[type="button"] {
    background: #fff;
    outline: none;
    position: absolute;
    top: calc(50% - 15px);
    top: -o-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: -webkit-calc(50% - 15px);
    border: solid 1px #3b50df;
    border-radius: 50%;
    overflow: hidden;
  }

  .price .owl-nav button.owl-next {
    right: 20px;
  }

  .price .owl-nav button.owl-prev {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .section-temp {
    padding: 30px 0;
  }

  .big-text {
    font-size: 28px;
  }

  .common-title {
    font-size: 24px;
  }

  .all-type-wrap {
    padding: 30px 40px;
  }

  .type-item-img {
    height: 40px;
  }

  .all-type-content .owl-nav button[type="button"] {
    width: 30px;
  }

  .all-type-content.owl-theme .owl-dots .owl-dot span {
    margin: 0px 3px;
  }

  .reason {
    background-size: cover;
    margin-top: 40px;
  }

  ul.reason-wrap li {
    width: 100%;
  }

  .section-solution-1,
  .section-solution-2,
  .section-solution-3 {
    padding: 40px 0;
  }

  ul.trust-wrap li {
    width: 100%;
  }

  .customer-item {
    max-width: 100%;
  }

  .list-post-wrap {
    padding-top: 30px;
  }

  .list-post .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }

  .list-post .owl-dots .owl-dot {
    outline: none;
  }

  .list-post .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #fff;
    border: solid 1px #4262ef;
  }

  .list-post .owl-dots .owl-dot:hover span,
  .list-post .owl-dots .owl-dot.active span {
    background: #4262ef;
  }

  .product-wrap {
    border-bottom: none;
    background: none;
    margin-top: 30px;
  }

  .product-item {
    border-radius: 4px;
    border-bottom: solid 5px #96baef;
    width: 100%;
    border-right: none !important;
    padding: 45px 15px 15px;
    margin: 0;
  }

  .product-item.recomend {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }

  .cls-buynow a {
    width: 150px;
  }

  .download-price {
    text-align: center;
    padding-top: 20px;
  }

  .price .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }

  .price .owl-dots .owl-dot {
    outline: none;
  }

  .price .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #b4b4b4;
  }

  .price .owl-dots .owl-dot:hover span,
  .price .owl-dots .owl-dot.active span {
    background: #fff;
  }

  .accounting-banner-description br {
    display: none;
  }

  .accounting-banner-title br {
    display: none;
  }

  .cls-banner-button {
    display: grid;
  }

  .cls-banner-button a:not(:last-child) {
    margin: 0 0 15px;
  }

  .register-description {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
/*#endgion*/

/*#region Custom scroll */
.scroll {
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  width: 12px;
}

.scroll::-webkit-scrollbar-track {
  background: #4262ef;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #4db2ec;
}
/*#endgion*/

/*#region Đăng ký dùng thử miễn phí phần mềm AMIS Kế toán ngay */
.r-step.r-hide {
  display: none;
}

.r-form {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.r-content-form {
  padding: 30px 35px 35px;
}

.r-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 26px;
  color: #000;
  text-align: center;
  padding-bottom: 5px;
}

.r-step-two .r-title {
  padding-bottom: 0;
}

.r-region {
  padding-top: 20px;
}

.r-input {
  position: relative;
}

.r-input input {
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  height: 48px;
  overflow: hidden;
}

.r-input input[type="number"] {
  padding: 3px 9px;
  width: 100%;
}

.r-input .r-error-input {
  border: 1px solid red;
}

.r-vertical-line {
  position: absolute;
  height: 46px;
  width: 1px;
  background: #e0e0e0;
  right: 48px;
  top: 1px;
}

.r-input select {
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  height: 48px;
  line-height: 40px;
  overflow: hidden;
  padding: 3px 9px;
  width: 100%;
  background: url(/sites/amis/images/pages/amis-accounting/ic-select.svg)
      no-repeat,
    #fff;
  background-position: right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.r-error {
  font-size: 15px;
  color: red;
  padding-top: 5px;
}

.r-error-notify {
  display: none;
  color: red;
  text-align: center;
  padding-top: 20px;
}

.r-button {
  text-align: center;
  padding-top: 20px;
}

.r-register {
  display: inline-flex;
  width: 100%;
}

.r-register a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #3b50df;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  float: left;
  position: relative;
}

.r-register .r-disable {
  background: #ccc;
  pointer-events: none;
  user-select: none;
  cursor: default;
}

.r-image {
  padding-bottom: 20px;
}

.r-image img {
  margin: 0 auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/*#endregion*/

@media (max-width: 979px) {
  /*#region Đăng ký dùng thử miễn phí phần mềm AMIS Kế toán ngay */
  .r-title br {
    display: none;
  }
  /*#endregion*/
}

@media (max-width: 767px) {
  /*#region Đăng ký dùng thử miễn phí phần mềm AMIS Kế toán ngay */
  .r-title {
    font-size: 22px;
    padding-bottom: 0;
  }

  .r-content-form {
    padding: 20px 25px 25px;
  }

  .r-input input {
    height: 44px;
  }

  .r-vertical-line {
    height: 42px;
  }

  .r-input select {
    height: 44px;
    line-height: 36px;
  }

  .r-register a {
    height: 44px;
    line-height: 44px;
  }
  /*#endregion*/
}
/*#endregion*/

/* #region custom menu scroll  */
div#nganhnghe-menu-panel,
div#nghiepvu-menu-panel {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: #fff;
  top: 60px;
  border-bottom: 1px solid #e5d9d9;
  left: 0;
}
#btnNganhnghe:hover #nganhnghe-menu-panel {
  display: block;
}
#btnNghiepvu:hover #nghiepvu-menu-panel {
  display: block;
}

div#nganhnghe-menu-panel a {
  line-height: 26px;
  height: 26px;
}
div#nghiepvu-menu-panel a {
  line-height: 34px;
  height: 34px;
}
div#nghiepvu-menu-panel .menu-item-group {
  padding: 5px 5px;
}
@media screen and (min-width: 980px) {
  i.arrow {
    border: solid #212121;
    border-width: 0 1.5px 1.5px 0;
    margin: 0 0 4px 3px;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
/* #endregion */
