/*#region General */
.business-type {
    line-height: 1.42857143;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
}

.business-type h1, .business-type h2, .business-type h3, .business-type h4, .business-type h5, .business-type h6 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
}

.business-type .play-video-item {
    cursor: pointer;
}

.page-section {
  padding: 50px 0;
  position: relative;
}

.page-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 28px;
    color: #545454;
    text-align: center;
}

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

.nowrap {
    white-space: nowrap;
}

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

.highlight-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 44px;
    color: #1877F2;
    text-align: center;
}

@media (min-width: 980px) {
    .view-m {
        display: none !important;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1230px;
    }
}

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

    .highlight-title {
        font-size: 28px;
    }

    .view-d {
        display: none !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: 9999;
}

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

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

@media (min-width: 980px) {
    .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;
    }
}
/*#endregion*/

/*#region Banner */
.section-banner {
    padding: 80px 0 120px;
    color: #fff;
}

.banner-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 52px;
    margin-bottom: 30px;
    line-height: 1.15;
}

.banner-desc {
    font-size: 22px;
    margin-bottom: 68px;
}

a.page-btn {
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding: 10px 20px 10px 15px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.banner-btn {
    display: flex;
    gap: 15px;
}

a.demo-btn {
    background-color: #FA6400;
    color: #fff;
}

a.trial-btn {
    background-color: #fff;
    color: #545454;
}

a.buy-btn {
    background-color: #16C24F;
    color: #fff;
}

.cta-button a.demo-btn {
    display: block;
    width: fit-content;
}

.cta-button {
    margin-top: 35px;
}

@media (min-width: 980px) {
    .section-banner .row {
        display: flex;
        align-items: center;
    }

    .banner-desc {
        min-height: 95px;
    }
}

@media (min-width: 1300px) {
    .banner-img {
        position: absolute;
        left: 53%;
        top: 50px;
    }
}

@media (min-width: 1500px) {
    .section-banner {
        padding: 80px 0 180px;
    }
}

@media (max-width: 1199px) {
    .banner-title {
        font-size: 42px;
    }

    .banner-desc {
        font-size: 18px;
    }
}

@media (max-width: 979px) {
    .section-banner {
        text-align: center;
        padding: 40px 0;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-desc {
        margin-bottom: 30px;
    }

    .banner-desc br {
        display: none;
    }

    .banner-btn {
        justify-content: center;
        margin-bottom: 30px;
    }

    .banner-img img {
        margin: 0 auto;
    }
}

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

    .banner-btn {
        display: grid;
    }
}
/*#endregion*/

/*#region Customer */
.section-customer {
    padding: 30px 0 0;
}

.number-customer {
    position: relative;
    font-size: 44px;
    color: #1877F2;
}

.ic-plus {
    position: absolute;
    font-size: 28px;
    top: -8px;
    right: -2px;
}

@media (max-width: 979px) {
    .number-customer {
        font-size: 36px;
    }
    
    .ic-plus {
        font-size: 24px;
    }
}
/*#endregion*/

/*#region Difficulty */
.section-difficulty {
    padding: 0 0 80px;
}

.difficulty-title {
    margin-bottom: 30px;
}

.diff-highlight {
    font-size: 44px;
    color: #E02020;
}

.diff-img-top {
    margin-bottom: 9px;
}

.diff-img-bottom {
    display: flex;
    gap: 9px;
}

ul.difficulty-content {
    list-style: none;
}

ul.difficulty-content li {
    font-size: 19px;
    background: url(/sites/amis/images/pages/amis-accounting/business-types/ic-x.svg) no-repeat left top 2px;
    background-size: 24px;
    margin: 0;
    padding-left: 30px;
    padding-bottom: 26px;
	text-align: justify;
}

ul.difficulty-content li:last-child {
    padding-bottom: 0;
}

@media (min-width: 1100px) {
	ul.difficulty-content.custom-width {
		margin-left: 30px;
	}
}

@media (min-width: 1300px) {
    .difficulty-img {
        padding-right: 0;
    }
}

@media (max-width: 979px) {
    .diff-highligh {
        font-size: 30px;
    }

    .section-difficulty {
        padding: 30px 0 40px;
    }

    .diff-img-top img {
        margin: 0 auto;
    }

    .diff-img-bottom {
        justify-content: center;
    }

    .difficulty-text {
        margin-top: 30px;
    }

}

@media (max-width: 1299px) {
    ul.difficulty-content li {
        font-size: 16px;
        padding-bottom: 16px;
        background-size: 16px;
        padding-left: 24px;
    }    
}

@media (min-width: 980px) and (max-width: 1299px) {
    .diff-img-bottom {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .diff-highlight {
        font-size: 32px;
    }
}

@media (max-width: 676px) {
    .diff-img-bottom {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
/*#endregion*/

/*#region feature */
.section-feature {
    background-color: #F0F7FE;
}

.secion-feature-video .page-title {
    margin-bottom: 25px;
}

.feature-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.feature-item {
    background-color: #fff;
    padding: 25px 20px 40px;
    border-radius: 12px;
    box-shadow: 2px 7px 12px rgba(54, 104, 147, 0.11);
}

.feature-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.feature-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 22px;
    color: #1877F2;
}

.feature-icon {
    flex-shrink: 0;
}

.feature-desc {
    font-size: 18px;
    color: #545454;
	text-align: justify;
}

@media (max-width: 1199px) {
    .feature-title br {
        display: none;
    }
}

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

    .feature-desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .feature-group {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .feature-group {
        grid-template-columns: 1fr;
    }
    
}
/*#endregion*/

/*#region Interview */
.section-interview {
    background-color: #F0F7FE;
}

.interview-content {
    padding-top: 35px;
}

.interview-quote {
    font-family: GoogleSans Italic, Arial, sans-serif;
    font-size: 18px;
    color: #545454;
    padding-bottom: 24px;
}

.interview-person {
    color: #1877F2;
}

.person-name {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 22px;
    padding-bottom: 5px;
}

.person-position, .person-company {
    font-size: 20px;
}

.section-interview .cta-button {
    margin-top: 24px;
}

@media (max-width: 1199px) {
    .interview-quote, .person-position, .person-company {
        font-size: 16px;
    }
}

@media (min-width: 980px) {
    .interview-content {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 979px) {
    .interview-video {
        width: fit-content;
        margin: 0 auto;
    }

    .interview-text {
        padding-top: 20px;
    }

    .person-name {
        font-size: 18px;
    }

    .section-interview .cta-button {
        display: flex;
        justify-content: center;
    }
}
/*#endregion*/

/*#region Digital */
.digital-slider {
    padding-top: 35px;
}

.slide-item img {
    max-width: 1040px;
    margin: auto;
    border-radius: 28px;
}

.slide-item.custom-width img {
    max-width: 708px;
}

.slide-item.fix-height img {
    margin-top: 40px;
    max-height: 646px;
}

.digital-slider .owl-theme .owl-dots .owl-dot span {
    background: #1877F2;
    opacity: 20%;
}

.digital-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #1877F2;
    opacity: 50%;
}

.digital-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #1877F2;
    opacity: 1;
}

.digital-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

@media (max-width: 979px) {
    .digital-slider .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 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;
    }

@media (max-width: 979px) {
    .product-item {
        width: 100%;
        border-right: 0 !important;
    }
}

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

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

@media (min-width: 980px) {
    .register-wrap {
        display: flex;
        align-items: center;
    }

    .register-text {
        margin-top: -386px;
		padding: 0;
    }

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

@media (min-width: 980px) and (max-width: 1100px) {
    a.btn-register {
        padding: 10px 15px;
    }
}

@media (max-width: 979px) {
    .register .register-form {
        margin-top: 30px;
    }

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

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

    .register-text img {
        display: none;
    }

    .r-title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .register .register-form-title {
        font-size: 24px;
    }

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

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

    .r-title {
        font-size: 22px;
        padding-bottom: 0;
    }
}
/*#endregion*/

/*#region Question */
.question {
    background-color: #F0F7FE;
    padding: 102px 0;
}

.question .panel {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #A4A4A4;
}

.question-wrap {
    background-color: #fff;
    margin: 0;
    padding: 40px;
    border: 1px solid #D5E9FF;
    border-radius: 12px;
}

.question .panel-default > .panel-heading {
    padding: 15px 35px 20px 0;
    background-color: #fff;
    cursor: pointer;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 21px;
    color: #363636;
    background: url(/sites/amis/images/pages/amis-accounting/business-types/ic-right.svg) no-repeat right 15px top 20px;
    background-size: 9px;
}

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

.question .accounting-answer {
    font-size: 18px;
    padding: 0 35px 20px 0;
    color: #363636;
}

.question ul li {
    list-style: none;
    margin: 0;
    padding-bottom: 0;
    font-size: 18px;
    color: #363636;
}

.question .panel-group {
    margin-top: 20px;
}

@media (max-width: 979px) {
    .question {
        padding: 40px 15px;
    }

    .question .panel-default > .panel-heading {
        font-size: 18px;
    }

    .question .accounting-answer,
    .question ul li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .question .panel-default > .panel-heading {
        font-size: 16px;
    }

    .question .accounting-answer,
    .question ul li {
        font-size: 14px;
    }
    
    .question-wrap {
        padding: 15px 0;
    }
}
/*#endregion*/

/*#region Form Popup */
.form-popup {
    background: rgba(84, 84, 84, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.form-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
	background-color: #77acdbed;
	border-radius: 13px;
}

.form-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    line-height: 16px;
    cursor: pointer;
    z-index: 10000;
}
/*#endregion*/