
/* From: about-us.php */
.img-1 {
            width: 100% !important;
            height: 500px !important;
            object-fit: fill;
            margin: 0 auto;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        @media screen and (max-width: 768px) {
            .img-1 {
                width: 100% !important;
                height: 225px !important;
            }

        }
/* Hash: 93abaea09f22626216afb8db825bb9ab */

/* From: about-us.php */
.article-detail-container {
                max-width: 1400px;
                margin: 0 auto;
                padding: 50px 5% 50px;
            }

            .article-detail-container img {
                display: block;
                margin: 20px auto;
                width: 100%;
                height: auto;
            }

            .article-title {
                text-align: center;
                font-size: 30px;
                margin-bottom: 20px;
                color: #333;
            }

            .article-meta {
                color: #000;
                font-size: 14px;
                line-height: 1.5;
                margin-bottom: 10px;
                padding-bottom: 10px;
                text-align: right;
                border-bottom: 3px solid #0f0d1d;
            }

            .article-content {
                line-height: 1.5;
                color: #444;
            }

            .article-content h2,
            .article-content h3,
            .article-content h4,
            .article-content h5,
            .article-content h6 {
                text-align: center;
            }

            .article-content table {
                color: #000;
                width: 100%;
                border-collapse: collapse;
                margin: 25px 0;
                background: white;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                overflow-x: auto;
                display: block;
            }

            .article-content th,
            .article-content td {
                padding: 12px 15px;
                text-align: left;
                border: 1px solid #ddd;
            }

            .article-content th {
                background-color: #f8f9fa;
                font-weight: bold;
            }

            .article-content tr:nth-child(even) {
                background-color: #f8f9fa;
            }

            .article-content tr:hover {
                background-color: #f1f1f1;
            }

            .article-content p {
                line-height: 1.5;
            }

            .article-content h1 {
                font-size: 24px;
            }

            .article-content h2,
            .article-content h3,
            .article-content h4 {
                font-size: 22px;
            }

            .article-content p {
                font-size: 18px;
            }

            .article-content img {
                display: block;
                margin: 20px auto;
                max-width: 100%;
                height: auto;
            }

            .article-content figure {
                height: auto;
            }

            @media (max-width: 768px) {
                .article-detail-container {
                    padding: 50px 20px 50px 20px;
                }

                .article-title {
                    font-size: 30px;
                }
            }
/* Hash: fb3e622e886ae7b7d9792d984c14dbf6 */