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

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

.section-temp {
    padding: 50px 0;
}

.nowrap {
    white-space: nowrap;
}

.amis-accounting-title {
    font-size: 28px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-align: center;
}

.blue-text {
    color: #4262ef;
}

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

.box-content-menu {
    padding: 10px 0 10px 0 !important;
}

/*#endregion*/

/*#region Tab */
.primary-menu {
    margin: 0 auto;
}

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

.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 */

.amis-accounting-banner {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/img-background-1.webp) no-repeat center;
    background-size: cover;
    color: black;
}

.accounting-banner-subtitle {
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 10px;
}

.accounting-banner-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 44px;
    margin-bottom: 20px !important;
}

.accounting-banner-description {
    padding-top: 15px;
    padding-bottom: 35px;
}

.accounting-banner-img {
    position: relative;
}

.accounting-banner-img .img-desktop-banner {
    position: absolute;
    width: 66%;
    top: 8px;
    left: 493px;
}

.customer-img {
    padding-bottom: 24px;
}

.cls-banner-button {
    display: flex;
    align-items: center;
}

.cls-banner-button a {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #fff;
    text-align: center;
    padding: 12px 50px 10px 20px;
    border-radius: 8px;
}

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

.cls-banner-button a.btn-register {
    position: relative;
    padding: 0 !important;
}

.cls-banner-button a.btn-register .btn-text {
    background: #d83738;
    padding: 11px 20px;
    position: absolute;
    top: 6px;
    left: 12px;
    border-radius: 8px;
    box-shadow: 5px 4px 7px 4px rgba(0, 0, 0, 0.1);
}

.cls-banner-button a.btn-register .btn-fill {
    /* animation: zoom 1.3s infinite; */
    box-shadow: 0 0 0 0 #EB9B9B;
    /* background: #EB9B9B; */
    width: 208px;
    height: 57px;
    border-radius: 8px;
}


.cls-banner-button a.btn-advisory {
    background: #529f36;
    padding: 11px 20px;
    box-shadow: 5px 4px 7px 4px rgba(0, 0, 0, 0.1);
}

.cls-banner-button a.btn-buynow {
    background: #e98e42;
    padding: 11px 20px;
    box-shadow: 5px 4px 7px 4px rgba(0, 0, 0, 0.1);
}

a.btn-video-animation {
    opacity: 1 !important;
    padding: 0;
}

a.btn-video-animation span:first-child {
    padding-right: 8px;
    /* color: #fff; */
}

a.btn-video-animation:hover span:first-child {
    color: #fff;
    /* opacity: 0.9; */
}

a.btn-video-animation span.ripple {
    position: relative;
}

a.btn-video-animation i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin-left: 8px;
    z-index: 5;
}

a.btn-video-animation i:before {
    position: absolute;
    content: "";
    z-index: 3;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -4px;
    border-left: 6px solid #4262ef;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

a.btn-video-animation span.ripple:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 4px;
    width: 34px;
    height: 34px;
    background: #4760ce;
    opacity: 1;
    border-radius: 100%;
    transform-origin: 50% 50%;
    z-index: 0;
    animation: ripple 2s ease-out infinite;
}

@keyframes ripple {

    0%,
    35% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 1200px) {
    .accounting-banner-img .img-desktop-banner {
        width: 60%;
        left: 420px;
    }
}

/*#endregion */

/*#region all-type */

.all-type-wrap {
    background: #fff;
    padding: 30px 70px;
    border-radius: 10px;
    box-shadow: 0 5px 15px 8px rgba(0, 0, 0, 0.05);
    display: block;
    width: 100%;
    float: left;
    margin-top: -135px;
}

.all-type-content {
    width: 100%;
    padding-top: 40px;
    float: left;
}

.type-item {
    padding: 0 15px;
}

.type-item-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.type-item-title {
    text-align: center;
    padding-top: 10px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.all-type-content .owl-nav button[type="button"] {
    outline: none !important;
    background: none !important;
    position: absolute;
    width: 40px;
    top: 45px;
}

.all-type-content .owl-nav button.owl-next {
    right: -40px;
}

.all-type-content .owl-nav button.owl-prev {
    left: -40px;
}

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

.all-type-content .owl-dots .owl-dot {
    outline: none;
}

.all-type-content .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;
}

.all-type-content .owl-dots .owl-dot:hover span,
.all-type-content .owl-dots .owl-dot.active span {
    background: #4262ef;
}

/*#endregion*/

/*#region Reason */
.reason {
    background: url(/sites/amis/images/pages/amis-accounting/bg_reason.svg) no-repeat center;
    background-size: contain;
    margin-top: 50px;
}

ul.reason-wrap {
    padding-top: 30px;
    width: 100%;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
}

ul.reason-wrap li {
    width: 50%;
    margin: 0;
    padding: 15px;
}

.reason-item {
    border-radius: 8px;
    box-shadow: 10px 10px 23px rgb(66 98 239 / 18%);
    padding: 20px;
    display: flex;
    background: #fff;
    height: 100%;
}

.reason-item-img {
    width: 40px;
}

.reason-item-content {
    width: calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    padding-left: 15px;
}

.reason-item-title {
    font-size: 20px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 8px;
    padding-top: 6px;
}

.reason-item-des div:not(:last-child) {
    padding-bottom: 5px;
}

.cls-reason-button {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.cls-reason-button a {
    color: #fff;
    text-align: center;
    padding: 12px 50px 10px 22px;
    border-radius: 25px;
    background: #4262ef url(/sites/amis/images/pages/amis-accounting/ic_arrow-right-white.svg) right 18px center no-repeat;
    background-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

/*#endregion */

/*#region Solution */
.solution {
    padding-bottom: 0;
}

.solution .amis-accounting-title {
    padding-bottom: 30px;
}

.solution-item:not(:last-child) {
    padding-bottom: 40px;
}

.solution-item-head {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

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

.solution-item-head-icon {
    width: 80px;
}

.solution-item-title {
    width: calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 24px;
    padding-left: 20px;
}

#personal_tab .solution-item-title {
    padding-left: 0;
}

.cls-solution-button {
    display: flex;
    padding-top: 30px;
}

.cls-solution-button a {
    color: #fff;
    text-align: center;
    padding: 12px 50px 10px 22px;
    border-radius: 25px;
    background: #4262ef url(/sites/amis/images/pages/amis-accounting/ic_arrow-right-white.svg) right 18px center no-repeat;
    background-size: 16px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    box-shadow: 10px 10px 16px rgb(63 106 240 / 19%);
}

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

/*#endregion */

/*#region trust */

ul.trust-wrap {
    padding-top: 30px;
    width: 100%;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
}

ul.trust-wrap li {
    width: 33.33%;
    margin: 0;
    padding: 15px;
}

.trust-item {
    background: #fff;
    border: solid 1px #4262ef;
    border-radius: 12px;
    height: 100%;
    display: grid;
}

.trust-img img {
    border-radius: 12px 12px 0 0;
    width: 100%;
}

.trust-header {
    position: relative;
}

.trust-img {
    position: relative;
}

.trust-img:after {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.trust-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.trust-comment {
    font-family: GoogleSans Italic;
    padding: 15px 15px 5px;
}

.trust-reviewer {
    font-family: GoogleSans Medium, Arrial, sans-serif;
    font-size: 15px;
    /* padding: 0 15px; */
    padding: 0 15px 15px;
}

.cls-trust-button {
    padding: 15px;
    display: flex;
    align-items: flex-end;
}

.cls-trust-button a {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #4262ef;
    text-align: center;
    padding-right: 50px;
    border-radius: 25px;
    background: url(/sites/amis/images/pages/amis-accounting/ic_arrow-right-blue.svg) right 18px center no-repeat;
    background-size: 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 Video */
.video-main>div {
    position: relative;
}

.video .amis-accounting-title {
    padding-bottom: 36px;
}

.video-ctn a {
    position: relative;
    display: block;
    max-width: 882px;
    margin: auto;
}

.ic-play {
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

.video-ctn {
    text-align: center;
}

.video-main>div>a {
    position: relative;
    display: block;
    cursor: pointer;
}

.video-main .hover-video img {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.video-list>li {
    margin-left: 1px;
}

.video-main.tab-content {
    background: #FFF;
    padding: 40px 15px 20px;
}

.video-main-title {
    background: #fff;
    color: #212121;
    padding: 20px 15px 0;
    font-family: Roboto Medium, Arial, sans-serif;
    text-align: center;
}

.video-main a.btn-detail-video {
    display: table;
    margin: 15px auto 0;
    background: #4262ef;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.small-video-ctn {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border: 4px;
    cursor: pointer;
}

.small-video-ctn>a {
    width: 35%;
    position: relative;
    display: block;
}

.small-video-ctn>div {
    padding-left: 16px;
    color: #fff;
    font-family: Roboto Medium, Arial, sans-serif;
}

.video-text>a {
    color: #fff;
}

.small-video-ctn .hover-video>img {
    width: 35px;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px);
}

.video-list {
    overflow: auto;
    padding: 30px 0;
    height: 510px;
    list-style: none;
}

.video-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.video-main {
    background: #4262ef;
}

.small-video-ctn.active {
    color: #3d4251;
    border-radius: 0;
    border-left: 8px solid #fff;
    background: #698eff;
}

.small-video-ctn>a>img {
    border-radius: 4px;
    width: 100%;
}

.video-main>div>a>img {
    border-radius: 8px 8px 0px 0px;
}

.b-head {
    max-width: 60%;
    margin: auto;
    padding-bottom: 20px;
}

.support-ctn {
    padding: 30px 0;
}

.title-support {
    padding-bottom: 10px;
}

.modal-footer button {
    background-color: #f15050;
    color: white;
}

.modal-title {
    text-align: center !important;
}

@media screen and (max-width: 979px) {
    .video-main {
        padding-bottom: 15px;
    }

    .video-container {
        border-radius: 0;
    }

    .register-text img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .accounting-banner-title {
        font-size: 32px;
    }

    .sub-title-banner {
        font-size: 20px !important;
    }

    .video-main .tab-pane .hover-video img {
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 25px);
        width: 50px;
    }

    .video-list {
        overflow: auto;
        padding: 0;
        height: 330px;
        padding: 15px;
    }

    .list-feature {
        margin-bottom: 8px !important;
    }

    .video-container.col-md-24.no-padding {
        border-radius: 0;
    }

    .video-main.tab-content {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .row-2-items,
    .row-3-items {
        flex-direction: column;
        gap: 16px !important;
        align-items: center;
    }

    .feature {
        width: fit-content;
    }

    .swiper-pagination {
        /* left: 24% !important; */
    }

    .report {
        margin: 0 !important;
        border-radius: 0 !important;
        background-position: center !important;
    }

    .feedback-symbol {
        margin-bottom: 8px;
    }

    /* .action-tab.active { */
    /* border-bottom: 4px solid #3370FF !important; */
    /* }	 */
}

@media screen and (max-width: 565px) {
    .statistical .stat-title {
        margin: -14px 0 -23px !important;
    }

    .amis-accounting-banner {
        padding: 21px 0 0 0 !important;
        background-position: right;
    }

    .accounting-banner-title {
        font-size: 37px !important;
        line-height: 36px !important;
    }

    .accounting-banner-text .sub-title-banner {
        margin: 6px 0 10px !important;
    }

    .list-sub-banner {
        margin-bottom: 24px !important;
        gap: 12px !important;
    }

    .accounting-banner-img img {
        margin: -64px 0 -32px !important;
    }

    .stat-overview .stat-video {
        width: calc(100vw - 64px) !important;
    }

    .number-text {
        font-size: 20px !important;
        line-height: 40px;
    }

    .ic-play {
        left: 40% !important;
        top: 35% !important;
    }

    .stat-text {
        margin-top: 0 !important;
        font-size: 12px !important;
    }

    .stat-number img {
        width: 32px;
        height: 32px;
    }

    .action-tab {
        /* width: 100% !important; */
    }

    .import {
        padding-top: 13px !important;
    }

    .import-sub {
        margin: 8px 0 0 0 !important;
    }

    .stat-title,
    .import-title,
    .tax-title,
    .report-title,
    .eco-title,
    .feedback-title {
        font-size: 21px !important;
    }

    .tax-sub,
    .import-sub,
    .sub-title-ecosystem,
    .report-sub,
    .feedback-sub,
    .feedback-author {
        font-size: 14px !important;
    }


    .eco-detail .eco-title {
        margin-bottom: 12px !important;
    }

    .eco-sub-center {
        padding: 24px 0 !important;
    }

    .sub-title-ecosystem {
        margin-left: 8px !important;
    }

    .author-info {
        font-size: 12px !important;
    }

    .action-title {
        font-size: 24px !important;
    }

    .tax-title.img-mobile {
        padding: 24px 0 6px !important;
    }

    .tax-action {
        grid-template-columns: 1fr 1fr !important;
        width: 100% !important;
        padding: 13px 0 !important;
    }

    .tax-action img {
        width: 96%;
    }

    .feedback-sub,
    .sub-title-ecosystem {
        line-height: 25px !important;
    }

    .banner-slider {
        margin-left: -48px !important;
        margin-right: -48px !important;
    }
}

/* #endregion  */

/*#region news */
.list-logo-news {
    padding-top: 30px;
}

.list-logo-news .owl-carousel .owl-stage {
    display: flex;
}

.news-item {
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.owl-item .news-item img {
    width: auto;
    max-height: 60px;
}

.post-item:not(:last-child) {
    margin-bottom: 20px;
}

a.post-wrap {
    display: flex;
}

.post-thumb {
    width: 33%;
    height: 90px;
    margin-right: 20px;
    overflow: hidden;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.post-content {
    width: 64%;
    display: flex;
    flex-direction: column;
}

.post-title {
    font-size: 16px;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #000;
}

.news-name {
    color: #a5a4a4;
    font-size: 14px;
    padding-top: 10px;
}

.news .list-post-wrap {
    width: 100%;
    display: flex;
    padding-top: 50px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.video-news-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.video-news-play {
    position: absolute;
    overflow: hidden;
}

.video-news-wrap:hover .video-news-play {
    opacity: 1;
    transform: scale(1.2);
    transition: all 0.15s 0.15s linear;
}

.video-news-title {
    padding-top: 10px;
    font-family: GoogleSans Medium, Arial, sans-serif;
}

.play-video-item {
    text-align: center;
    cursor: pointer;
}

/*#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 personal tab prize  */
.personal_tab_prize {
    background: url(/sites/amis/images/pages/amis-accounting/bg_price.svg) no-repeat center;
    background-size: cover;
    background-position: bottom right;
    display: none;
}

.pp-ctn {
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 8px solid #96BAEF;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px
}


.pp-btn-buynow a {
    color: #fff;
    background: #4262F0;
    padding: 14px 30px;
    border-radius: 4px;
    display: block
}

.pp-prize {
    font-family: 'GoogleSans Bold', Arial, sans-serif;
    font-size: 32px;
}

.pp-unit {
    font-size: 14px;
}

.pp-package {
    font-size: 14px;
}

.ppmain {
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
    .pp-ctn {
        padding: 24px;
        flex-direction: column;
        border-radius: 10px;
    }

    .pp-btn-buynow a {
        margin-top: 16px;
    }

    .ppmain {
        padding: 0 0;
    }

    .pp-prize {
        font-size: 28px;
    }
}

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

.register-text {
    color: #fff;
    position: relative;
}

.register-text img {
    position: absolute;
    top: 190px;
    right: 0;
}

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

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

.text-form {
    color: #fff !important;
    font-size: 25px;
    font-weight: 700;
}

.section-register .register-form {
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.section-register .register-form-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    padding-bottom: 5px;
}

.section-register .register-form-subtitle {
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
}

.section-register form[lz-id='91b0d53e-3d67-4f50-a00d-956e115a195a'].private-form {
    background-color: transparent !important;
    padding: 0 !important;
    font-family: GoogleSans, Arial, sans-serif !important;
}

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

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

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

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

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

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

.section-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: #4262f0 !important;
    margin-top: 15px !important;
}

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

.section-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 Question */
.question-wrap {
    margin: 0;
    padding-top: 30px;
}

.question .panel-group .panel {
    border-radius: 10px;
}

.question .panel-group .panel:not(:first-child) {
    margin-top: 15px;
}

.question .panel-default>.panel-heading.collapsed {
    background: url(/sites/amis/images/pages/amis-accounting/ic_down.svg) no-repeat right 15px top 20px;
    background-size: 12px;
}

.question .panel-default>.panel-heading {
    padding: 15px 35px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-family: GoogleSans Medium, Arial, sans-serif;
    background: url(/sites/amis/images/pages/amis-accounting/ic_up.svg) no-repeat right 15px top 25px;
    background-size: 12px;
}

.accounting-answer {
    padding: 0 35px 15px 15px;
    line-height: 1.5;
    /* color: #a5a4a4; */
}

.section-temp h3 {
    font-size: 20px;
}

/*#endregion */

/*#region price */

.price {
    background: url(/sites/amis/images/pages/amis-accounting/bg_price.svg) no-repeat center;
    background-size: cover;
}

.product-wrap {
    display: flex;
    margin-top: 60px;
    background: #fff;
    border-bottom: solid 5px #96baef;
    border-radius: 4px;
}

.product-item {
    position: relative;
    width: 25%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

.product-item:nth-child(1),
.product-item:nth-child(4) {
    border-right: solid 1px #cfd8dc;
}

.product-item.recomend {
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
    z-index: 1;
    border-right: 0;
    padding-top: 45px;
    padding-bottom: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
    border-bottom: solid 5px #f3a825;
    border-radius: 4px;
}

.product-name {
    font-size: 18px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    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: #f3a825 url(/sites/amis/images/pages/amis-accounting/ic_star.svg) no-repeat 5px 8px;
    background-size: 10px;
    border-radius: 0 0 4px 4px;
    color: #fff;
}

.product-user {
    text-align: center;
    padding-bottom: 15px;
}

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

.recomend .cls-buynow a {
    background: #f3a825;
}

ul.product-detail {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.product-detail li {
    background: url(/sites/amis/images/pages/amis-accounting/ic_tick.svg) no-repeat left 6px;
    margin: 0;
    padding: 0 0 8px 20px;
}

ul.product-detail li.extra-feature {
    font-family: GoogleSans Medium, Arial, sans-serif;
}

.download-price {
    text-align: right;
    padding-top: 8px;
}

.download-price a {
    background: url(/sites/amis/images/pages/amis-accounting/ic_download.svg) no-repeat left 6px;
    background-size: 18px;
    color: #4262ef;
    padding: 6px 0 6px 26px;
    font-family: GoogleSans Bold, Arial, sans-serif;
}

/*#endregion */

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

    .amis-accounting-banner {
        /* height: 620px; */
        display: flex;
        align-items: center;
        /* height: 542px; */
        /* padding: 60px; */
        padding-top: 40px;
    }

    .accounting-banner-text {
        padding: 100px 0 24px;
    }

    .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 {
        margin-top: -386px;
        padding: 0;
    }

    .register-text .amis-accounting-title {
        text-align: left;
    }

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

@media (min-width: 980px) and (max-width: 1100px) {

    .cls-banner-button a.btn-register,
    .cls-banner-button a.btn-advisory,
    .cls-banner-button a.btn-buynow {
        padding: 10px 15px;
    }
}

@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 .amis-accounting-title br {
        /* display: none; */
    }
}

@media (max-width: 979px) {
    .subi-title-banner {
        margin: 2px 0 10px !important;
    }

    .list-sub-banner {
        margin-bottom: 24px !important;
        gap: 12px !important;
    }

    .accounting-banner-img img {
        margin: -64px auto -32px !important;
    }

    .view-d {
        display: none;
    }

    .amis-accounting-title br {
        /* display: none; */
    }

    .amis-accounting-banner {
        text-align: center;
        padding: 60px 0;
    }

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

    .register .register-form {
        margin-top: 30px;
    }

    .post-thumb {
        height: auto;
    }

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

    .text-form {
        text-align: center;
    }

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

    .action-tab {
        width: 50%;
    }

    .block-tab {
        display: flex;
        margin: auto;
        gap: 8px;
    }

    .action .mobile {
        display: block !important;
        margin-top: -48px;
    }

    .action .mobile .action-tab.active {
        border-bottom: 1px solid #ACACAC;
    }

    .action-tab {
        padding-bottom: 0px !important;
    }

    .action .mobile .action-tab.active .block-tab {
        border-bottom: 6px solid #3370FF;
    }

    .img-mobile {
        display: block !important;
    }

    .img-mobile-banner {
        display: block !important;
    }

    .eco-overview .mobile {
        display: flex !important;
    }

    .desktop {
        display: none;
    }

    .img-desktop {
        display: none;
    }

    .img-desktop-banner {
        display: none;
    }

    .ecosystem {
        padding: 26px 0 13px !important;
    }
}

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

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

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

    .register .register-form-title {
        font-size: 24px;
    }

    .register .register-form-subtitle {
        font-size: 20px;
    }

    .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 {
        flex-direction: column;
    }

    .cls-banner-button a.btn-buynow {
        padding: 11px 28px;
    }

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

    .register-description {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .list-com {
        grid-template-columns: 1fr 1fr !important;
    }

    .line {
        margin: 13px 0 5px !important;
    }

    .feedback {
        padding: 20px 0 30px !important;
    }

    .report {
        padding: 30px 0 0 !important;
    }

    .banner-slider {
        margin-bottom: 12px !important;
    }

    .swiper-wrapper {
        padding-top: 24px !important;
    }

    .report .next,
    .report .prev {
        display: none;
    }
}

/*#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;
    min-height: 400px;
}

.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 */

/*#region banner-sticky g³c tr¡i */
.banner-sticky-wrap {
    position: fixed;
    z-index: 98;
    bottom: 0;
    left: 0;
    max-width: 350px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.06);
}

.banner-wrap-link {
    display: block;
    opacity: 1 !important;
}

.banner-wrap-link img {
    border-radius: 0 7px 0 0;
}

.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    z-index: 10001;
    cursor: pointer;
}

/*#endregion */

/*#region new-amis */
.ms-flex {
    display: flex;
}

.ms-flex-column {
    flex-direction: column;
}

.sub-title-banner {
    margin: 8px 0 24px !important;
    font-size: 22px;
}

.sub-title-banner-2 {
    margin-left: 14px;
}

.list-sub-banner {
    gap: 16px;
    margin-bottom: 44px;
}

.import {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/img-background-2.webp) no-repeat;
    background-size: cover;
    padding-top: 36px;
    margin-bottom: 28px;
}

.import-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-top: 32px;
}

.import-sub {
    text-align: center;
    font-size: 18px;
    margin: 12px 0;
}

.action-navbar {
    border-bottom: 1px solid #ACACAC;
    margin-top: -30px;
}

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

.ic-tab-1 {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/ic-tab-1.webp) no-repeat;
    /* background-size: contain; */
    background-position: center;
    min-height: 50px;
    min-width: 50px;
}

.ic-tab-1-active {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/ic-tab-1-active.webp) no-repeat;
    /* background-size: contain; */
    background-position: center;
}

.ic-tab-2 {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/ic-tab-2.webp) no-repeat;
    /* background-size: contain; */
    background-position: center;
    min-height: 50px;
    min-width: 50px;
}

.ic-tab-2-active {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/ic-tab-2-active.webp) no-repeat;
    /* background-size: contain; */
    background-position: center;
}

.ic-tab-3 {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/ic-tab-3.webp) no-repeat;
    /* background-size: contain; */
    background-position: center;
    min-height: 50px;
    min-width: 50px;
}

.ic-tab-3-active {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/ic-tab-3-active.webp) no-repeat;
    /* background-size: contain; */
    background-position: center;
}

.ic-tab-4 {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/ic-tab-4.webp) no-repeat;
    /* background-size: contain; */
    background-position: center;
    min-height: 50px;
    min-width: 50px;
}

.ic-tab-4-active {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/ic-tab-4-active.webp) no-repeat;
    /* background-size: contain; */
    background-position: center;
}

.tab-1,
.tab-2,
.tab-3,
.tab-4 {
    display: flex;
    padding: 22px 22px 14px 22px;
    gap: 8px;
    flex-grow: 1;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

.tab-1:hover,
.tab-2:hover,
.tab-3:hover,
.tab-4:hover {
    opacity: 0.7;
}

.nav-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
}

.action-tab.active {
    color: #3370FF;
    border-bottom: 6px solid #3370FF;
}

.content-tab {
    display: block;
    margin-bottom: 40px;
    padding: 20px 0;
}

.content-active {
    display: block;
}

/* Responsive cho mobile */
@media (max-width: 979px) {
    .content-tab {
        margin-bottom: 30px;
        padding: 20px 0;
    }
    
    /* Bỏ layout xen kẽ trên mobile - tất cả đều sắp dọc giống nhau */
    .content-tab-2 .action-flex,
    .content-tab-4 .action-flex {
        flex-direction: column !important;
    }
    
    .content-tab-2 .action-left,
    .content-tab-4 .action-left {
        text-align: left !important;
        max-width: unset !important;
        order: 0;
    }
    
    .content-tab-2 .action-title,
    .content-tab-4 .action-title {
        text-align: center !important;
    }
    
    .content-tab-2 .action-right,
    .content-tab-4 .action-right {
        order: 1;
        max-width: unset !important;
    }
}

/* Ẩn action-navbar desktop */
.action-navbar.desktop {
    display: none;
}

.action-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 28px 0 24px;
}

.action .owl-nav {
    display: block;
}

.action .owl-prev {
    position: absolute;
    top: 35%;
    left: 5%;
}

.action .owl-next {
    position: absolute;
    top: 35%;
    right: 5%;
}

.action .owl-prev:hover,
.action .owl-next:hover {
    background: none !important;
}

.feature {
    width: fit-content;
    display: flex;
    gap: 4px;
    background-color: #E7F0FF;
    border-radius: 25px;
    font-size: 18px;
    /* height: 36px; */
}

.feature {
    line-height: 20px;
}

.row-2-items {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.row-3-items {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.feature {
    padding: 8px;
}

.feature-content {
    display: flex;
}

.list-feature {
    flex-shrink: 0;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.action-button {
    justify-content: center;
    padding: 12px 0 40px;
}

.action-button a {
    font-size: 26px;
}

p.text-heading {
    color: #000;
    margin-top: 24px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.statistical {
    padding: 36px 0;
}

.statistical .cls-banner-button.display-desktop {
    justify-content: flex-end;
    left: 54.5%;
    position: relative;
    width: fit-content;
    margin-top: 24px;
}

.cls-banner-button.display-mobile {
    display: none;
}

.stat-overview {
    display: flex;
    margin-top: 36px;
    gap: 16px;
}

.stat-video {
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 3px 15px rgb(0, 27, 135, 25%);
    position: relative;
}

.stat-youtube:hover {
    opacity: 0.7;
    cursor: pointer;
}

.ic-play {
    position: absolute;
    left: 45%;
    top: 40%;
}

.ic-play:hover {
    cursor: pointer;
}

.stat-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 36px;
    max-width: 888px;
    margin: auto !important;
}

.stat-number {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.stat-doanh-nghiep {
    width: 36px;
    height: 36px;
}

.stat-truong-hoc {
    width: 36px;
    height: 36px;
}

.stat-nghien-cuu {
    width: 36px;
    height: 36px;
}

.stat-nguoi-dung {
    width: 45px;
    height: 28px;
    margin-top: 6px;
}

.stat-text {
    text-align: center;
    /* margin-top: 8px; */
    font-size: 18px;
}

.stat-detail {
    display: flex;
    max-width: 258px;
    /* max-height: 116px; */
    padding: 10px 25px;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0px 5px 12px rgb(0, 29, 126, 16%);
}

.list-stat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: fit-content;
    gap: 16px;
    margin: auto;
}

.number-text {
    font-size: 32px;
    font-weight: 700;
    color: #3370FF;
}

.bg-tax-report {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/img-background-3.webp) no-repeat;
    background-size: auto 75%;
}

.tax {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/img-background-3.webp) no-repeat;
    background-size: cover;
    /* background-position: cover; */
}

.tax-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    max-width: 630px;
    margin: auto !important;
    padding: 30px 0 12px;
}

.tax-sub {
    text-align: center;
    max-width: 980px;
    margin: auto;
    font-size: 21px;
}

.tax-action {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 36px 24px 0 24px;
    width: 80%;
    margin: auto;
    gap: 16px;
}

.ecosystem {
    padding: 60px 0;
}

.eco-overview {
    display: flex;
    gap: 16px;
}

.eco-img {
    flex-grow: 1;
    flex-shrink: 0;
}

.eco-detail {
    margin: auto;
}

.eco-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 24px !important;
}

.eco-sub-center {
    padding: 32px 0;
}

.sub-title-ecosystem {
    font-size: 18px;
    margin-left: 14px;
}

.ecosystem .cls-banner-button.desktop {
    margin-top: 30px;
    justify-content: center;
}

.cls-banner-button.mobile {
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
}

.feedback {
    background-color: #E5EFFF;
    padding: 36px 0;
}

.feedback-symbol {
    height: 36px;
    width: 60px;
    /* margin: -16px 0 20px; */
    margin-bottom: 4px;
}

.feedback-video {
    position: relative;
    width: 50%;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.feature-video .ic-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rll-youtube-player {
    padding-bottom: 56%;
}

.feedback-video iframe {
    /* height: 100% !important; */
    margin-bottom: -6px;
    width: 100%;
}


.feedback-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.feedback-detail {
    display: flex;
    gap: 18px;
    padding-bottom: 30px;
    width: 100%;
    margin-top: 24px;
}

.feedback-owner {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback-author {
    font-size: 21px;
    font-weight: 700;
    margin-top: 18px;
}

.list-com {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.list-star {
    width: 24px !important;
    height: 24px !important;
}

.line {
    border-bottom: 1px solid #707070;
    margin-bottom: 16px;
}

.report {
    background: url(/sites/amis/images/pages/new-amis-ke-toan/img-background-4.webp) no-repeat;
    background-size: cover;
    padding: 38px 0;
    margin: 0 50px;
    border-radius: 24px;
}

.report-title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px !important;
}

.report-sub {
    color: #fff;
    text-align: center;
    font-size: 21px;
}

.report-dungthu {
    font-size: 26px;
}

.report .cls-banner-button {
    justify-content: center;
}

.report .cls-banner-button a.btn-register {
    box-shadow: 5px 4px 7px 4px rgba(0, 0, 0, 0.1);
}

.report .cls-banner-button a.btn-register .btn-fill {
    display: none;
    width: 196px;
}

.report .cls-banner-button a.btn-register .btn-text {
    position: static;
}

.bs-item a:hover {
    opacity: 1 !important;
}

.swiper-wrapper {
    padding: 30px 0px 52px;
}

.banner-slider {
    margin-bottom: 32px;
    max-width: 1300px;
}

.swiper-pagination {
    transform: translateX(-25%) !important;
}

.swiper-pagination-bullet-active {
    background-color: #01DCFF !important;
}

.report-container {
    max-width: 1040px;
    padding: 0 15px;
    margin: auto;
}

.next {
    position: absolute;
    top: 45%;
    right: 5%;
    z-index: 2;
}

.prev {
    position: absolute;
    top: 45%;
    left: 5%;
    z-index: 1;
}

@media (max-width: 1120px) {
    .stat-overview {
        flex-direction: column;
    }

    .stat-video {
        width: 100% !important;
        max-width: 520px;
        margin: auto;
    }
}

@media (max-width: 1099px) {
    .cls-banner-button a {
        font-size: 14px;
    }

    .cls-banner-button a.btn-register .btn-fill {
        width: 186px;
        height: 54px;
    }

    .cls-banner-button.display-mobile {
        display: flex;
        justify-content: center;
        padding-bottom: 12px;
    }

    .cls-banner-button.display-desktop {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .eco-overview {
        flex-direction: column-reverse;
        gap: 48px;
    }

    .eco-title {
        text-align: center;
    }

    .eco-img {
        text-align: center;
        margin-top: -32px;
    }

    .feedback-detail {
        flex-direction: column-reverse;
        margin-top: 8px;
    }

    .feedback-owner {
        width: 100%;
    }

    .feedback-symbol {
        display: none;
    }

    .feedback-video {
        width: 100%;
    }
}

/*#endregion */

/* #region popup AI */
.model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.popup-ke-toan {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.model form[lz-id='e99f6b2c-7220-49fb-a640-343b587623c8'].private-form {
    width: 100% !important;
}

.btn-close-ai {
    cursor: pointer;
    position: absolute;
    z-index: 10000;
    top: 12px;
    right: 12px;
}

/* #endregion */

.owl-nav {
    display: none;
}

.owl-dots {
    display: none;
}

.mobile {
    display: none !important;
}

.img-mobile {
    display: none;
}

.img-mobile-banner {
    display: none;
}

/*#region cefitication */
.certification {
    background: linear-gradient(90deg, #FFFFFF 0%, #E1F3FC 100%);
    padding: 30px 0;
}

.certification-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 32px;
    color: #3b3b3b;
    padding-bottom: 16px;
    text-align: center;
}

@media (max-width: 979px) {
    .certification-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .certification-title {
        font-size: 24px;
    }
}
/*#endregion */

/*#region responsive */
@media (max-width: 1099px) {
    .report .cls-banner-button a.btn-register .btn-fill {
        width: 180px;
    }
}
@media (max-width: 979px) {
    .feature-content {
        display: block;
    }

    .list-feature {
        align-items: center;
        width: 100%;
        margin: 0 0 24px;
    }

    .action-flex {
        flex-direction: column;
        gap: 24px;
    }
    
    .action-left,
    .action-right {
        max-width: 100%;
        flex: none;
    }
    
    .action-right {
        order: 1; /* Đưa hình ảnh và button xuống dưới */
        max-width: unset;
    }

    .action .cls-banner-button {
        padding-bottom: 15px;
    }
}
/*#endregion */
.feature img {
    height: 20px;
}

/* Action section layout styles */
.action-flex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.action-left {
    flex: 1;
    max-width: 50%;
}

.action-right {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.action-right .feature-img {
    width: 100%;
    text-align: center;
}

.action-right .feature-img img {
    max-width: 100%;
    height: auto;
}

.action-right .cls-banner-button {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Responsive styles for action section */
@media (max-width: 767px) {
    .action-right .cls-banner-button {
        flex-direction: column;
        align-items: center;
    }
    
    .action-right .cls-banner-button a {
        width: 100%;
        max-width: 280px;
        text-align: center;
        width: fit-content;
        margin-bottom: unset;
    }
    
    /* Reset layout xen kẽ trên mobile - tất cả tab đều có bố cục dọc giống nhau */
    .content-tab-2 .action-flex,
    .content-tab-4 .action-flex {
        flex-direction: column;
    }
    
    .content-tab-2 .action-left,
    .content-tab-4 .action-left {
        text-align: left;
    }
    
    .content-tab-2 .action-title,
    .content-tab-4 .action-title {
        text-align: center;
    }
    
    /* Đảm bảo thứ tự hiển thị đúng trên mobile: tiêu đề → các ý → hình ảnh → button */
    .action-right {
        order: 1; /* Đưa hình ảnh và button xuống dưới */
        max-width: unset;
    }
    
    .action-left {
        order: 0; /* Giữ tiêu đề và các ý ở trên */
        max-width: unset;
    }
}

/* Layout xen kẽ cho các tab */
.content-tab-2 .action-flex,
.content-tab-4 .action-flex,
.content-tab-6 .action-flex
{
    flex-direction: row-reverse;
}

.content-tab-2 .action-left,
.content-tab-4 .action-left {
    text-align: right;
}

.content-tab-2 .action-title,
.content-tab-4 .action-title {
    text-align: center;
}

/* Tag "Sắp ra mắt" */
.coming-soon-tag {
    position: absolute;
    top: -19px;
    right: -50px;
    background: #FF6B35;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-style: italic;
}

img.img-desktop {
    margin-bottom: -20px;
}

/* Bảng báo giá chi tiết */
.price-detail {
    padding: 50px 0;
    background: url(/sites/amis/images/pages/amis-accounting/bg_price.svg) no-repeat center;
    background-size: cover;
}

.price-table-container {
    margin-top: 40px;
    overflow-x: auto;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    border-bottom: 5px solid #96baef;
    border-radius: 4px;
}

.price-table th, .price-table td {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid rgb(217 217 217 / 21%);
    font-size: 18px;
}

.price-table .feature-name {
    text-align: left;
    position: relative;
    min-width: 200px;
    font-family: GoogleSans medium, Roboto, Arial, sans-serif;
}
table.price-table td img {
    width: 20px;
}

.price-table .feature-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 21px;
    /* background-color: #f5f5f5; */
}

.price-table .package-col {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 22px;
    min-width: 150px;
    /* background-color: #f5f5f5; */
}

.price-table .recommend-col {
    /* position: relative; */
    background-color: #fff4e0;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    z-index: 2;
}

.price-table .recommend-tag {
    position: absolute;
    top: 20px;
    left: 624px;
    transform: translateX(-50%);
    background-color: #f3a825;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    height: 76px;
    font-size: 15px;
}
.hight-price {
    font-family: GoogleSans, Arial, sans-serif;
    font-weight: 100;
    margin-bottom: 5px;
}

span.price-hightline {
    font-size: 22px;
}

.price-row td {
    font-weight: bold;
}

.price-table .buy-now {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%;
    max-width: 120px;
}

.price-table .blue-btn {
    background-color: #3b50df;
}

.price-table .yellow-btn {
    background-color: #f3a825;
}

.price-table .hot-feature {
    position: relative;
    padding-right: 40px; /* Để tạo không gian cho tag hot */
}

.price-table .hot-tag {
    position: absolute;
    top: 4px;
    /* right: 10px; */
    background-color: #f3a825;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.2;
}

.price-table .feature-basic {
    /* color: #3b50df; */
    font-weight: bold;
}

.price-table .feature-advanced {
    /* color: #f3a825; */
    font-weight: bold;
}

/* Responsive cho bảng giá */
@media (max-width: 979px) {
    .price-table-container {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    
    .price-table .feature-name {
        min-width: 160px;
    }
    
    .price-table .package-col {
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .price-table th, .price-table td {
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .price-table .hot-tag {
        font-size: 8px;
        padding: 1px 4px;
        top: -5px;
        right: -5px;
    }
    
    .price-table .feature-name {
        min-width: 140px;
    }
    
    .price-table .package-col {
        min-width: 100px;
        font-size: 16px;
    }
    
    .price-table .buy-now {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* Bảng báo giá chi tiết - Cập nhật */
.price-table .product-price {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 22px;
    margin-top: 29px;
    color: #333;
}

.price-table .product-unit {
    font-size: 18px;
    /* margin-top: 2px; */
    margin-bottom: 5px;
    color: #666;
}

.price-table .btn-row {
    margin-top: 10px;
}

.price-table .package-col {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Responsive cho bảng giá - Cập nhật */
@media (max-width: 767px) {
    .price-table .product-price {
        font-size: 18px;
    }
    
    .price-table .product-unit {
        font-size: 12px;
    }
}
