﻿/*#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;
}

.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 {
    padding: 50px 0 0;
    background: url(/sites/amis/images/pages/amis-accounting/bg_banner.webp) no-repeat center;
    background-size: cover;
    color: #fff;
	
}

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

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

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

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

        .cls-banner-button a.btn-register {
            background: #fff url(/sites/amis/images/pages/amis-accounting/ic_arrow-right-blue.svg) right 18px center no-repeat;
            color: #4262ef;
            background-size: 16px;
            box-shadow: 5px 4px 7px 4px rgba(0, 0, 0, 0.1);
        }

        .cls-banner-button a.btn-advisory {
            background: #F68645;
            padding: 11px 20px 9px 20px;
            border: solid 1px #FFF;
            box-shadow: 5px 4px 7px 4px rgba(0, 0, 0, 0.1);
        }
		
		.cls-banner-button a.btn-buynow {
            background: #4262ef;
            padding: 11px 20px;
            border: solid 1px #FFF;
            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);
    }
}

/*#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;
    }
}

@media screen and (max-width: 767px) {
    .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;
    }

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

    .video-main.tab-content {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
}
/* #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;
}

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

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

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

/*#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;
    }

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

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

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

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

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

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