﻿.ax-gray-bg {
    margin: 0 auto 30px;
    padding: 50px 0;
    background: #fbfbfb;
    border-radius: 25px;
}

.article-pubish {
    font-size: 17px;
    font-weight: bold;
 	display: none;
}

.news-detail-title {
    color: #047A24;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 30px;
}

.article-summary {
    margin-top: 20px;
}

.article_image img {
    width: 100%;
    margin-bottom: 20px;
}

.article-actions {
    margin-top: 45px;
}

.article-actions .epm-btn {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.article-content .article_documents {
	margin-top: 50px;
}

.article-content .article_documents li {
	padding: 0;
}

.article-content .article_documents li:before {
	content: none;
}

@media (max-width: 767px) {
    .ax-gray-bg {
        padding: 30px 5px 30px;
    }
  
  	.article-pubish {
        font-size: 16px;
    }

    .news-detail-title {
        font-size: 20px;
        line-height: 25px;
    }
}

@media print {
    @page {
        size: A4 landscape
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    .ax-header {
        position: relative !important;
        max-width: 100% !important;
        background: none !important;
        box-shadow: none !important;
    }

    .ax-header-gray,
    .ax-content-mega-menu,
    .ax-accessibility,
    .ax-breadcrumb,
    .ax-banner,
    .article-actions,
    .ax-footer {
        display: none !important;
    }

    .ax-nav {
        padding: 15px 40px 5px !important;
        justify-content: center !important;
    }

    .ax-logo img {
        width: 200px;
        padding: 10px 20px;
        background: rgb(255 255 255 / 80%);
    }

    .container {
        max-width: 100% !important;
    }
  
    .ax-gray-bg {
        background: none !important;
    }
}