.disc-page {
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000000;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.42857143;
}

.section-p {
    padding: 50px 0;
}

.uppercase {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.text-bold {
    font-family: Roboto Bold, Arial, sans-serif;
}

.page-title {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
}

.cta-btn a {
    display: block;
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    background-color: #003E5C;
    border-radius: 20px;
    padding: 12px 18px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
}

.circle {
    background: linear-gradient(209.41deg, #006699 -2.26%, #82CAFA 116.84%);
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.span-red {
    color: #E74C3C;
}

.span-yellow {
    color: #F1C40F;
}

.span-green {
    color: #2ECC71;
}

.span-blue {
    color: #3498DB;
}

@media (max-width: 979px) {
    .section-p {
        padding: 40px 0;
    }

    .circle {
        display: none;
    }

    .page-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .section-p {
        padding: 30px 0;
    }

    .page-title {
        font-size: 24px;
    }
}

/*#region Banner*/
.banner-section {
    background: url(/sites/amis/images/pages/disc-homepage/bg-banner.webp) no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    padding: 60px 0 220px;
}

.banner-title {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 38px;
    text-align: center;
}

.banner-desc {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    padding-bottom: 35px;
}

.banner-wrap {
    display: flex;
    gap: 40px;
}

.banner-text {
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 20px;
    margin: 30px 0 48px;
}

.banner-btn a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-family: Roboto Bold, Arial, sans-serif;
    color: #F5F5F5;
    font-size: 20px;
    padding: 13px 44px;
    background-color: #003E5C;
    border-radius: 20px;
    text-transform: uppercase;
}

.banner-right {
    flex-shrink: 0;
}

@media (max-width: 979px) {
    .banner-section {
        padding-top: 30px;
        padding-bottom: 180px;
    }

    .banner-wrap {
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-desc {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .banner-text {
        font-size: 16px;
        margin: 15px 0 24px;
    }

    .banner-btn a {
        font-size: 15px;
        padding: 12px 30px;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding-top: 20px;
    }

    .banner-title {
        font-size: 24px;
    }

    .banner-desc {
        font-size: 18px;
    }
}

/*#endregion*/

/*#region Define*/
.define-section .page-title {
    margin-bottom: 20px;
}

.define-des {
    text-align: center;
    margin-bottom: 50px;
}

.define-list {
    display: flex;
    gap: 30px;
}

.define-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 40px 12px 18px;
    background-color: #D9D9D9;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0 rgb(0, 0, 0, 0.2);
}

.define-item-title {
    font-family: Roboto Bold, Arial, sans-serif;
    margin-bottom: 12px;
    text-align: center;
}

.define-item-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.define-item ul li {
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 4px;
}

.define-item-btn {
    display: flex;
    justify-content: center;
}

.define-item-btn a {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 15px;
    color: #000;
}

@media (max-width: 979px) {
    .define-des {
        margin-bottom: 30px;
    }

    .define-list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .define-item {
        width: calc(50% - 10px);
        flex: auto;
        padding: 20px 12px 12px;
    }
}

@media (max-width: 767px) {
    .define-item {
        width: 100%;
    }

}

/*#endregion*/

/*#region What*/
.what-section {
    position: relative;
}

.what-section .page-title {
    margin-bottom: 50px;
}

.what-flex {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 50px;
}

.what-img {
    flex-shrink: 0;
}

.what-text {
    background-color: #B7D8F2;
    border-radius: 50px;
    padding: 30px 40px;
    font-family: Roboto Medium, Arial, sans-serif;
}

.what-highlight {
    font-family: Roboto BoldItalic, Arial, sans-serif;
}

.what-text ul {
    margin: 24px 0;
}

.what-text ul li {
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 15px;
    padding-bottom: 0;
}

.what-section .circle {
    position: absolute;
    top: -40px;
    right: -75px;
}

@media (max-width: 979px) {
    .what-flex {
        flex-direction: column;
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .what-text {
        padding: 20px 30px;
    }
}

/*#endregion*/

/*#region Article*/
.disc-article {
    padding: 24px 0 32px;
}

.disc-article-bg {
    background: rgba(217, 217, 217, 0.8);
    padding: 16px 0 24px;
}

.disc-article-desc {
    padding-bottom: 24px;
}

.disc-article p {
    margin: 0;
}

.disc-article-heading {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 18px;
    color: #003E5C;
}

.empty-space {
    height: 16px;
}

.disc-article-more {
    display: none;
    margin-top: 16px;
}

.article-more-btn {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background-color: #003E5C;
    padding: 12px 48px;
    display: block;
    width: fit-content;
    margin: 24px auto 0;
    border-radius: 10px;
    cursor: pointer;
}
/*#endregion*/

/*#region Chart*/
.disc-chart {
    padding: 50px 0;
}

.disc-chart ul {
    margin-top: 16px;
}

.disc-chart ul li {
    padding-bottom: 0;
}

.chart-title {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.chart-wrap {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.chart-img {
    display: flex;
    justify-content: center ;
    flex-shrink: 0;
    max-width: 572px;
}

.identify-steps {
    margin-bottom: 32px;
}

.identify-step:not(:last-child) {
    margin-bottom: 24px;
}

.identify-step-title {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 18px;
}

.identify-step-title .highlight {
    color: #003E5C;
}

@media (max-width: 979px) {
    .disc-chart {
        padding: 30px 0;
    }

    .chart-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .chart-wrap {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .chart-title {
        font-size: 24px;
    }
}
/*#endregion*/

/*#region Why*/
.why-section {
    background-color: #D9D9D9;
    padding: 24px 0 32px;
}

.why-section .container {
    max-width: 880px;
}

.why-header {
    display: flex;
    gap: 32px;
    margin-bottom: 40px;
}

.why-header .page-title {
    text-align: start;
    min-width: 370px;
}

.why-desc {
    font-family: Roboto Medium, Arial, sans-serif;
}

.why-list {
    display: flex;
    gap: 30px;
}

.why-item {
    background-color: #B7D8F2;
    border-radius: 50px;
    padding: 24px 40px;
    box-shadow: 4px 4px 4px 0 rgb(0, 0, 0, 0.25);
    flex: 1;
}

.why-item-title {
    font-family: Roboto Black, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.why-item-content {
    font-family: Roboto Medium, Arial, sans-serif;
}

@media (max-width: 767px) {
    .why-header .page-title {
        min-width: unset;
    }

    .why-header {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .why-list {
        flex-direction: column;
        gap: 20px;
    }
}

/*#endregion*/

/*#region Choice*/
.choice-section .page-title {
    margin-bottom: 50px;
}

.choice-section .cta-btn a {
    padding: 12px 28px;
}

.choice-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.choice-item {
    background-color: rgba(217, 217, 217, 0.8);
    box-shadow: 4px 4px 4px 0 rgb(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 24px;
    text-align: center;
}

.choice-item-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.choice-item-title {
    font-family: Roboto Bold, Arial, sans-serif;
    margin-bottom: 24px;
}

.choice-item-desc {
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 13px;
}

@media (max-width: 979px) {
    .choice-section .page-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .choice-list {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
}

/*#endregion*/

/*#region Question*/
.question {
    padding: 50px 0;
}

.question-title {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 30px;
    color: #003E5C;
    text-align: center;
    margin-bottom: 40px;
}

.question-wrap {
    padding: 40px 40px 60px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25), 3px 3px 4px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 15px;
}

.question .panel-group .panel {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.question .panel-default>.panel-heading {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    padding: 20px 35px 20px 0px;
    cursor: pointer;
    background: url(/sites/amis/images/pages/amis-crm2/ic_up.svg) no-repeat right 0px top 25px;
    background-size: 12px;
}

.question .panel-default>.panel-heading.collapsed {
    background: url(/sites/amis/images/pages/amis-crm2/ic_down.svg) no-repeat right 0px top 20px;
    background-size: 12px;
}

@media (max-width: 979px) {
    .question-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    
    .question-wrap {
        padding: 30px 30px 40px;
    }
}

@media (max-width: 767px) {
    .question-title {
        font-size: 24px;
    }
    
    .question .panel-default>.panel-heading {
        font-size: 16px;
    }
}

/*#endregion*/

/*#region Comment*/
.comment-section {
    position: relative;
}

.comment-section .page-title {
    margin-bottom: 36px;
}

.comment-list {
    display: flex;
    gap: 30px;
}

.comment-item {
    background: rgba(217, 217, 217, 0.4);
    padding: 24px 24px 32px 38px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0 rgb(0, 0, 0, 0.25);
    flex: 1;
}

.comment-item-head {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.comment-item-avatar {
    flex-shrink: 0;
}

.comment-item-name {
    font-family: Roboto Bold, Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}

.comment-item-job {
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 13px;
}

.comment-item-content {
    font-family: Roboto Italic, Arial, sans-serif;
    font-size: 13px;
    text-align: justify;
}

.comment-section .circle {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -40px;
    left: -100px;
}

@media (max-width: 767px) {
    .comment-list {
        flex-direction: column;
    }
}

/*#endregion*/

/*#region Products*/
.products-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    color: rgba(8, 90, 153, .97);
    margin-bottom: 40px;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto;
}

.product-item {
    width: 25%;
    padding: 0 15px 40px;
    text-align: center;
}

.product-item-icon {
    width: 100px;
    height: 100px;
    margin: auto;
}

.product-item-name {
    font-family: Roboto Medium, Arial, sans-serif;
    font-size: 15px;
    margin-top: 18px;
    color: #000;
}

@media (max-width: 979px) {
    .products-title {
        font-size: 32px;
    }

    .product-item {
        padding: 0 15px 30px;
    }
}

@media (max-width: 767px) {
    .products-title {
        font-size: 24px;
    }

    .product-item {
        width: 50%;
    }
}

/*#endregion*/
