{"id":8700,"date":"2024-07-31T12:58:39","date_gmt":"2024-07-31T09:58:39","guid":{"rendered":"https:\/\/drama.digital-in.info\/?page_id=8700"},"modified":"2024-10-03T16:19:51","modified_gmt":"2024-10-03T13:19:51","slug":"%ce%bf%cf%81%ce%b3%ce%b1%ce%bd%ce%bf%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1-%ce%b4%ce%b7%ce%bc%ce%bf%cf%85","status":"publish","type":"page","link":"https:\/\/drama.digital-in.info\/?page_id=8700","title":{"rendered":"\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5"},"content":{"rendered":"\n<div>\n    <head>\n        <meta charset=\"UTF-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>\u039f\u03c1\u03b3\u03b1\u03bd\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u0394\u03ae\u03bc\u03bf\u03c5 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2<\/title>\n        <style>\n\n    h4.custom-style  {\n        font-size: 20px;\n        font-weight: bold;\n    }\n\n \/* CSS \u03b3\u03b9\u03b1 \u03c4\u03bf \u03bf\u03c1\u03b3\u03b1\u03bd\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 *\/\nbody {\n    margin: 0;\n    padding: 0;\n}\n\n.tree ul li {\n    overflow: hidden; \/* Hide overflowed content *\/\n    box-sizing: border-box; \/* Ensure padding and border are included in width *\/\n}\n\n.scroll-container {\n    width: auto;\n    height: auto;\n    overflow-x: auto; \/* Horizontal scrollbar *\/\n    overflow-y: auto; \/* Vertical scrollbar *\/\n}\n\n.special-style {\n    display: flex;\n    flex-direction: column;\n    margin: 5px 0; \/* Vertical spacing between items *\/\n    padding: 1px; \/* Padding for visual spacing *\/\n    font-weight: normal;\n}\n\n\/* \u039a\u03b1\u03b8\u03b5\u03c4\u03b7 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b7\u03c3\u03b7 4level items *\/\n.tree > ul > li > ul > li > ul > li > ul {\n    display: flex;\n    flex-direction: column; \/* Stack 4th level items vertically *\/\n    align-items: center; \/* Center align items *\/\n    margin-left: 40px; \/* Adjust for proper indentation *\/\n    padding: 1; \/* Remove default padding *\/\n}\n\n\/* Style 4th-level <li> items specifically *\/\n.tree > ul > li > ul > li > ul > li > ul > li {\n    margin: 5px 0; \/* Vertical spacing between 4th-level items *\/\n    padding: 1px; \/* Padding for visual spacing *\/\n    font-weight: normal;\n}\n\n.tree {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n    margin: 0px;\n    padding: 1px;\n    position: relative;\n    min-width: 1300px; \/* Ensure the tree is wide enough to scroll *\/\n}\n\n.tree ul {\n    padding: 0;\n    margin: 0;\n    list-style-type: none;\n    position: relative;\n    display: flex;\n    justify-content: left;\n}\n\n.tree li {\n    max-width: 2000px;\n    float: left;\n    text-align: center;\n    list-style-type: none;\n    position: relative;\n    padding: 18px 2px 0 5px;\n    transition: all 0.5s;\n}\n\n\/* Adjust the horizontal lines (top connectors) *\/\n.tree li::before, .tree li::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    border-top: 2px solid transparent; \/* Start as transparent *\/\n    width: calc(50% - 10px); \/* Shorten the line to stop before entering the border *\/\n    height: 20px;\n}\n\n.tree li::before {\n    right: 50%; \/* Ends at the middle of li *\/\n    border-left: 1px solid transparent; \/* Start as transparent *\/\n}\n\n.tree li::after {\n    left: 50%; \/* Starts at the middle of li *\/\n    border-left: 2px solid transparent; \/* Start as transparent *\/\n}\n\n\/* Ensure lines are visible only when necessary *\/\n.tree li:not(:only-child)::before, \n.tree li:not(:only-child)::after {\n    border-top: 2px solid #ccc; \/* Only show if not an only child *\/\n}\n\n.tree li:not(:only-child)::before {\n    border-left: 1px solid #ccc; \/* Reduced thickness *\/\n}\n\n.tree li:not(:only-child)::after {\n    border-left: 2px solid #ccc; \/* Reduced thickness *\/\n}\n\n\/* Remove lines entering li space *\/\n.tree li a {\n    border: 1px solid #ccc; \/* Reduced border thickness *\/\n    padding: 3px 6px; \/* Reduced padding *\/\n    text-decoration: none !important;\n    color: #666;\n    font-size: 12px;\n    font-weight: 500;\n    display: inline-block;\n    border-radius: 0px; \/* Reduced border radius *\/\n    transition: all 0.5s;\n    word-wrap: break-word; \/* Wrap long words *\/\n    position: relative;\n    z-index: 1; \/* Make the link appear above lines *\/\n    background: white; \/* Background color to hide line behind *\/\n}\n\n\/* Hover effect *\/\n.tree li a:hover, .tree li a:hover + ul li a {\n    background: #c8e4f8;\n    color: #000;\n    border: 1px solid #94a0b4; \/* Reduced border thickness *\/\n}\n\n.tree li a:hover + ul li::after, \n.tree li a:hover + ul li::before, \n.tree li a:hover + ul::before, \n.tree li a:hover + ul ul::before {\n    border-color: #94a0b4;\n}\n\n\/* Fix broken lines for 3rd level and ensure alignment *\/\n.tree ul ul {\n    display: flex;\n    justify-content: center;\n    padding-top: 0; \/* Remove additional top padding *\/\n}\n\n.tree li ul {\n    padding-top: 0; \/* Adjust padding to connect lines *\/\n    position: relative; \/* Ensure relative positioning for child items *\/\n}\n\n\/* Remove horizontal lines for 3rd level items *\/\n.tree > ul > li > ul > li::before,\n.tree > ul > li > ul > li::after {\n    border-top: none; \/* Remove horizontal lines *\/\n}\n\n.tree > ul > li > ul > li > ul {\n    display: flex; \n}\n\n.tree li ul::before {\n    content: '';\n    position: absolute;\n    top: -20px; \/* Position to ensure it connects properly *\/\n    left: 50%;\n    border-left: 2px solid #ccc; \/* Vertical line connecting to parents *\/\n    height: 20px; \/* Adjust height to connect with the line *\/\n}\n\n\n    \n            \/* CSS \u03b3\u03b9\u03b1 \u03c4\u03bf pop-up \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03bf *\/\n            .modal {\n                display: none; \n                position: fixed;\n                z-index: 1; \n                padding-top: 100px; \n                left: 0;\n                top: 0;\n                width: 100%;\n                height: 100%;\n                overflow: auto; \n                background-color: rgb(0,0,0);\n                background-color: rgba(0,0,0,0.4);\n                font-size: 20px;\n            }\n    \n            .modal-content {\n                background-color: #fefefe;\n                margin: auto;\n                padding: 20px;\n                border: 1px solid #888;\n                width: 80%;\n                max-width: 500px;\n                text-align: center; \/* Centers the text and inline elements *\/\n            }\n    \n            .close {\n                color: #aaa;\n                float: right;\n                font-size: 28px;\n                font-weight: bold;\n            }\n    \n            .close:hover,\n            .close:focus {\n                color: black;\n                text-decoration: none;\n                cursor: pointer;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"scroll-container\">\n            <div class=\"tree\">\n                <ul>\n                    <li>\n                        <a href=\"javascript:void(0)\" onclick=\"showModal('modalMayor')\">\u0394\u03ae\u03bc\u03b1\u03c1\u03c7\u03bf\u03c2<\/a>\n                        <ul>\n                          <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalSupportDepartment')\">\u0391\u03c5\u03c4\u03bf\u03c4.<br>\u03a4\u03bc\u03ae\u03bc\u03b1 <br>\u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2<\/a>\n                                <ul class=\"special-style\">\n                                    <li ><a href=\"javascript:void(0)\" onclick=\"showModal('modalAdminHelpOffice')\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf <br>\u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 <br>\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2<\/a><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalTransparencyOffice')\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf<br>\u0394\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2<\/a><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalPressOffice')\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf <br>\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2 <br>\u03a4\u03cd\u03c0\u03bf\u03c5 &#038;<br> \u0394\u03b7\u03bc. \u03a3\u03c7\u03ad\u03c3\u03b5\u03c9\u03bd<\/a><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalMayorOffice')\">\u0399\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03bf <br> \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf <br>\u0394\u03b7\u03bc\u03ac\u03c1\u03c7\u03bf\u03c5<\/a><\/li>\n                                <\/ul>\n                            <\/li>\n                            \n                            <li>\n                                <a href=\"javascript:void(0)\" onclick=\"showModal('modalGeneralSecretary')\">\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03ad\u03b1\u03c2<\/a>\n                                <ul>\n                                    <ul>\n    \n                                    <\/ul>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalKEP')\">\u0391\u03c5\u03c4\u03bf\u03c4. <br>\u03a4\u03bc. \u039a\u0395\u03a0<\/a><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalLocalEconomicDept')\">\u0391\u03c5\u03c4\u03bf\u03c4. <br>\u03a4\u03bc. \u03a4\u03bf\u03c0\u03b9\u03ba\u03ae\u03c2 <br>\u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ae\u03c2<br> \u0391\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2<\/a>\n                                <ul><li><a href=\"javascript:void(0)\" onclick=\"showModal('modalTourism')\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf <br>\u0391\u03c0\u03b1\u03c3\u03c7\u03cc\u03bb\u03b7\u03c3\u03b7\u03c2 &#038;<br> \u03a4\u03bf\u03c5\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd<\/a><\/li>\n                                   <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalLicenseDept')\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf <br>\u0391\u03b4\u03b5\u03b9\u03bf\u03b4\u03bf\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd &#038;<br> \u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2<br> \u0395\u03bc\u03c0\u03bf\u03c1\u03b9\u03ba\u03ce\u03bd <br>\u0394\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd<\/a><\/li>\n                                  <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalAgricultureDept')\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf <br>\u0391\u03b3\u03c1\u03bf\u03c4\u03b9\u03ba\u03ae\u03c2<br> \u03a0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 &#038; <br>\u0391\u03bb\u03b9\u03b5\u03af\u03b1\u03c2<\/a><\/li>\n    \n    <\/ul><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalPolice')\">\u0394\/\u03bd\u03c3\u03b7 <br>\u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ae\u03c2<br> \u0391\u03c3\u03c4\u03c5\u03bd\u03bf\u03bc\u03af\u03b1\u03c2<\/a>\n                                       <ul>                            \n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalPolicingDept')\">\u03a4\u03bc. \u0391\u03c3\u03c4\u03c5\u03bd\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2 <\/a><\/li>\n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalBusinessPlanDept')\">\u03a4\u03bc. \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b9\u03b1\u03ba\u03bf\u03cd<br> \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd <\/a><\/li>\n    <\/li><\/ul>\n                                   <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalProgramming')\">\u0394\/\u03bd\u03c3\u03b7 <br>\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd,<br> \u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7\u03c2 &#038;<br> \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2<\/a>      \n                                       <ul>        \n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalTechnologyDept')\">\u03a4\u03bc. \u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ce\u03bd<br> \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2 &#038; <br>\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ce\u03bd <\/a><\/li>\n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalProgrammingDept')\">\u03a4\u03bc\u03ae\u03bc\u03b1<br> \u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd,<br> \u0391\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2 &#038; <br>\u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7\u03c2<\/a><\/li>\n    <\/li><\/ul>\n    \n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalAdminServices')\">\u0394\/\u03bd\u03c3\u03b7 <br>\u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ce\u03bd <br>\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd<\/a>\n    <ul>\n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalSecretaries')\">\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b5\u03af\u03c2 <br>\u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ce\u03bd &#038;<br> \u03a4\u03bf\u03c0\u03b9\u03ba\u03ce\u03bd<br> \u039a\u03bf\u03b9\u03bd\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd<\/a><\/li>\n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalSidironero')\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf<br> \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ce\u03bd<br> \u0398\u03b5\u03bc\u03ac\u03c4\u03c9\u03bd &#038;<br>\u0395\u03be\u03c5\u03c0\u03b7\u03c1\u03ad\u03c4\u03b7\u03c3\u03b7\u03c2<br> \u03c4\u03bf\u03c5 \u03a0\u03bf\u03bb\u03af\u03c4\u03b7<br> \u03c3\u03c4\u03bf \u03a3\u03b9\u03b4\u03b7\u03c1\u03cc\u03bd\u03b5\u03c1\u03bf<\/a><\/li>\n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalAdministrativeDept')\">\u03a4\u03bc. \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u039c\u03ad\u03c1\u03b9\u03bc\u03bd\u03b1\u03c2<\/a><\/li>\n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalHumanResourcesDept')\">\u03a4\u03bc. \u0391\u03bd\u03b8\u03c1\u03ce\u03c0\u03b9\u03bd\u03bf\u03c5 \u0394\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03bf\u03cd<\/a><\/li>\n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalRegistryOfficeDept')\">\u03a4\u03bc. \u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ae\u03c2 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2,<br> \u039b\u03b7\u03be\u03b9\u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 &#038;<br> \u0391\u03bb\u03bb\u03bf\u03b4\u03b1\u03c0\u03ce\u03bd<\/a><\/li>\n                                           <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalSupportPoliticsDept')\">\u03a4\u03bc. \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2<br> \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd \u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03bd<\/a><\/li>\n    \n    \n    <\/ul><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalConstruction')\">\u0394\/\u03bd\u03c3\u03b7<br> \u0394\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2<\/a>\n    <ul>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalBuildingControlDept')\">\u03a4\u03bc. \u0395\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5<br> \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd<\/a><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalUrbanPlanningDept')\">\u03a4\u03bc. \u03a0\u03bf\u03bb\u03b5\u03bf\u03b4\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd<br> \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd\n    <\/a><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalBuildingPermissionDept')\">\u03a4\u03bc. \u0388\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2<br> \u039f\u03b9\u03ba\u03bf\u03b4\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u0391\u03b4\u03b5\u03b9\u03ce\u03bd\n    <\/a><\/li>\n    \n    \n    <\/ul><\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalUrbanCleaning')\">\u0394\/\u03bd\u03c3\u03b7<br> \u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 &#038;<br> \u0391\u03bd\u03b1\u03ba\u03cd\u03ba\u03bb\u03c9\u03c3\u03b7\u03c2<\/a>\n    <ul>\n                                       <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalRecycleDept')\">\u03a4\u03bc. \u0391\u03c0\u03bf\u03ba\u03bf\u03bc\u03b9\u03b4\u03ae\u03c2<br> \u0391\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd &#038;<br> \u0391\u03bd\u03b1\u03ba\u03c5\u03ba\u03bb\u03ce\u03c3\u03b9\u03bc\u03c9\u03bd<br> \u03a5\u03bb\u03b9\u03ba\u03ce\u03bd<\/a><\/li>\n                                       <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalCleaningServiceDept')\">\u03a4\u03bc. \u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd<br> \u039a\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03c9\u03bd<br> \u03a7\u03ce\u03c1\u03c9\u03bd &#038;<br> \u0395\u03b9\u03b4\u03b9\u03ba\u03ce\u03bd \u03a3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b5\u03af\u03c9\u03bd<\/a><\/li>   \n                                       <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalVehicleDept')\">\u03a4\u03bc. \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2<br> &#038; \u03a3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2<br> \u039f\u03c7\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd<\/a><\/li>  \n    \n    \n    \n    <\/ul> <\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalSocialProtectionEducationCulture')\">\u0394\/\u03bd\u03c3\u03b7<br> \u039a\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ae\u03c2<br> \u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2,<br> \u03a0\u03b1\u03b9\u03b4\u03b5\u03af\u03b1\u03c2 &#038;<br> \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd<\/a>\n    <ul>\n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalEducationDept')\">\u03a4\u03bc. \u03a0\u03b1\u03b9\u03b4\u03b5\u03af\u03b1\u03c2,<br> \u0394\u03b9\u03b1 \u0392\u03af\u03bf\u03c5 <br>\u039c\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2 &#038; <br>\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd<\/a><\/li>\n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalHealthProtectionDept')\">\u03a4\u03bc. \u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2<br> &#038; \u03a0\u03c1\u03bf\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2<br> \u03c4\u03b7\u03c2 \u0394\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1\u03c2<br> \u03a5\u03b3\u03b5\u03af\u03b1\u03c2<\/a><\/li>\n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalSocialPolicyDept')\">\u03a4\u03bc. \u039a\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ae\u03c2<br> \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2 &#038;<br> \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd<br> \u0399\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2<br> \u03c4\u03c9\u03bd \u03a6\u03cd\u03bb\u03c9\u03bd<\/a><\/li>\n    \n    \n    <\/ul><\/li>\n    \n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalFinanceAdministration')\">\u0394\/\u03bd\u03c3\u03b7<br> \u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd<br> \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd<\/a>\n                                        <ul>\n                                          <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalCashierDept')\">\u03a4\u03bc\u03ae\u03bc\u03b1<br>\u03a4\u03b1\u03bc\u03b5\u03af\u03bf\u03c5<\/a><\/li>\n                                          <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalAccountingDept')\">\u03a4\u03bc. \u03a0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd<br> &#038; \u039b\u03bf\u03b3\u03b9\u03c3\u03c4\u03b7\u03c1\u03af\u03bf\u03c5<\/a><\/li>\n                                          <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalSupplyDept')\">\u03a4\u03bc. \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03b9\u03ce\u03bd<\/a><\/li>\n                                          <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalIncomeDept')\">\u03a4\u03bc. \u0395\u03c3\u03cc\u03b4\u03c9\u03bd &#038;<br> \u03a0\u03b5\u03c1\u03b9\u03bf\u03c5\u03c3\u03af\u03b1\u03c2<\/a><\/li>\n                                        <\/ul>\n                                    <\/li>\n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalEnvServices')\">\u0394\/\u03bd\u03c3\u03b7<br> \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2 &#038;<br> \u03a0\u03c1\u03b1\u03c3\u03af\u03bd\u03bf\u03c5<\/a>\n    <ul>\n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalCemeteriesDept')\">\u03a4\u03bc. \u039a\u03bf\u03b9\u03bc\u03b7\u03c4\u03b7\u03c1\u03af\u03c9\u03bd<\/a><\/li>\n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalGreenCareDept')\">\u03a4\u03bc. \u03a3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2<br> \u03a0\u03c1\u03b1\u03c3\u03af\u03bd\u03bf\u03c5<\/a><\/li>\n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalEnvironmentCivilProtectionDept')\">\u03a4\u03bc. \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2<br> &#038; \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2<br> \u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2<\/a><\/li>\n    \n    <\/ul><\/li>\n    \n                                                \n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalTechnicalServices')\">\u0394\/\u03bd\u03c3\u03b7 <br>\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ce\u03bd <br>\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd<\/a> \n    <ul>   \n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalTransportDept')\">\u03a4\u03bc. \u03a3\u03c5\u03b3\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ce\u03bd &#038; <br>\u0395\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd<\/a><\/li> \n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalLandImprovementDept')\">\u03a4\u03bc. \u03a5\u03b4\u03c1\u03b1\u03c5\u03bb\u03b9\u03ba\u03ce\u03bd &#038; <br>\u0395\u03b3\u03b3\u03b5\u03b9\u03bf\u03b2\u03b5\u03bb\u03c4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ce\u03bd<br> \u0388\u03c1\u03b3\u03c9\u03bd<\/a><\/li> \n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalElectroMechanicalDept')\">\u03a4\u03bc.<br> \u0397\u03bb\/\u03bc\u03b7\u03c7\u03b1\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ce\u03bd <br>\u0388\u03c1\u03b3\u03c9\u03bd<\/a><\/li> \n                                        <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalTransport2Dept')\">\u03a4\u03bc.<br> \u03a3\u03c5\u03b3\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03b1\u03ba\u03ce\u03bd &#8211;<br> \u039a\u03c4\u03b9\u03c1\u03b9\u03b1\u03ba\u03ce\u03bd \u0388\u03c1\u03b3\u03c9\u03bd<br> &#038; \u03a3\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7\u03c2<\/a><\/li> \n    <\/ul><\/li>                        \n                                    <li><a href=\"javascript:void(0)\" onclick=\"showModal('modalLegalService')\">\u039d\u03bf\u03bc\u03b9\u03ba\u03ae<br> \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1<\/a><\/li>             \n               \n                                <\/ul>\n                            <\/li>\n                        <\/ul>\n                    <\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    \n    \n        <!-- Modal HTML templates -->\n         <!-- Modal templates -->\n    <div id=\"modalMayor\" class=\"modal\">\n        <div class=\"modal-content\">\n            <span class=\"close\" onclick=\"closeModal('modalMayor')\">&times;<\/span>\n            <h4  class=\"custom-style\">\u0394\u03ae\u03bc\u03b1\u03c1\u03c7\u03bf\u03c2<\/h4>\n            <p><i class=\"glyphicon icon-user\"><\/i> \u03a0\u0391\u03a0\u0391\u0394\u039f\u03a0\u039f\u03a5\u039b\u039f\u03a3 \u0393\u0395\u03a9\u03a1\u0393\u0399\u039f\u03a3<\/p>         \n            <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=2821\" style=\"border-radius:0px; padding: 8px 16px;\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n        <div id=\"modalGeneralSecretary\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalGeneralSecretary')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2 \u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03ad\u03b1\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0391\u039c\u0391\u03a1\u0391\u039d\u03a4\u0399\u0394\u0397\u03a3 \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350705<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=5659\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div id=\"modalFinance\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalFinance')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd<\/h4>\n               <p><i class=\"glyphicon icon-user\"><\/i> \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u0391\u0394\u0397\u03a3 \u039b\u0391\u0396\u0391\u03a1\u039f\u03a3<\/p>\n               <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350669<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> lvasi@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3236\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>    \n        \n        <div id=\"modalLegalService\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalLegalService')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u039d\u03bf\u03bc\u03b9\u03ba\u03ae \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039c\u03a0\u0391\u039d\u0391 \u03a0\u039f\u039b\u03a5\u039c\u039d\u0399\u0391<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7- \u039d\u03bf\u03bc\u03b9\u03ba\u03ae \u03a3\u03cd\u03bc\u03b2\u03bf\u03c5\u03bb\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350623<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> pmpan@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=5875\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div id=\"modalSupportDepartment\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalSupportDepartment')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0391\u03c5\u03c4\u03bf\u03c4\u03b5\u03bb\u03ad\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1 \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a0\u03ac\u03bd\u03bf\u03c2 \u0386\u03b3\u03b3\u03b5\u03bb\u03bf\u03c2\n                    (\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2)<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350645<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> apanos@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3129\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n       \n        <div id=\"modalAdminHelpOffice\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalAdminHelpOffice')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039f\u03a5\u03a1\u039f\u03a5\u039c\u0397\u03a3 \u039d\u0399\u039a\u039f\u039b\u0391\u039f\u03a3<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521027928<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> nouro@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3951\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div id=\"modalTransparencyOffice\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalTransparencyOffice')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0394\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a0\u0391\u03a0\u0391\u03a4\u039f\u039b\u0399\u0394\u039f\u03a5 \u0391\u0398\u0391\u039d\u0391\u03a3\u0399\u0391\t<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350689<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> apapa@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3962\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div id=\"modalPressOffice\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalPressOffice')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2 \u03a4\u03cd\u03c0\u03bf\u03c5 &#038; \u0394\u03b7\u03bc. \u03a3\u03c7\u03ad\u03c3\u03b5\u03c9\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0395\u039b\u0395\u03a5\u0398\u0395\u03a1\u0399\u0391\u0394\u0397\u03a3 \u039c\u0399\u03a7\u0391\u0397\u039b<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350701<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> melet@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3975\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div id=\"modalMayorOffice\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalMayorOffice')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0399\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03bf \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0394\u03b7\u03bc\u03ac\u03c1\u03c7\u03bf\u03c5<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0392\u039f\u03a5\u0393\u039a\u0391 \u039c\u0391\u03a1\u0399\u039d\u0391\t<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350603<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> mvoug@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3920\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalKEP\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalKEP')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0391\u03c5\u03c4\u03bf\u03c4\u03b5\u03bb\u03ad\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1 \u039a\u0395\u03a0<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a7\u0391\u03a4\u0396\u0397\u03a0\u0391\u03a0\u0391\u0394\u039f\u03a0\u039f\u03a5\u039b\u039f\u03a5 \u0395\u039b\u0399\u03a3\u0391\u0392\u0395\u03a4<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521351372<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> n.dramas@kep.gov.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=2946\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalLocalEconomicDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalLocalEconomicDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0391\u03c5\u03c4\u03bf\u03c4\u03b5\u03bb\u03ad\u03c2 \u03a4\u03bc. \u03a4\u03bf\u03c0\u03b9\u03ba\u03ae\u03c2 \u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ae\u03c2 \u0391\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a0\u0391\u03a0\u0391\u03a4\u039f\u039b\u0399\u0394\u039f\u03a5 \u0391\u0398\u0391\u039d\u0391\u03a3\u0399\u0391<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350689<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> napapa@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3116\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalTourism\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalTourism')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0391\u03c0\u03b1\u03c3\u03c7\u03cc\u03bb\u03b7\u03c3\u03b7\u03c2 &#038; \u03a4\u03bf\u03c5\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd<\/h4>\n              \n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9517\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>    \n<div id=\"modalLicenseDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalLicenseDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0391\u03b4\u03b5\u03b9\u03bf\u03b4\u03bf\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd &#038; \u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u0395\u03bc\u03c0\u03bf\u03c1\u03b9\u03ba\u03ce\u03bd \u0394\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd<\/h4>\n                \n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9532\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n<div id=\"modalAgricultureDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalAgricultureDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0391\u03b3\u03c1\u03bf\u03c4\u03b9\u03ba\u03ae\u03c2 \u03a0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 &#038; \u0391\u03bb\u03b9\u03b5\u03af\u03b1\u03c2<\/h4>\n                \n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9553\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalPolice\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalPolice')\">&times;<\/span>\n                <h4  class=\"custom-style\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ae\u03c2 \u0391\u03c3\u03c4\u03c5\u03bd\u03bf\u03bc\u03af\u03b1\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a4\u03a3\u0391\u039c\u03a0\u0391\u039b\u0391\u039a\u0397\u03a3 \u0399\u03a9\u0391\u039d\u039d\u0397\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350607<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> itsa@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3264\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalPolicingDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalPolicingDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u0391\u03c3\u03c4\u03c5\u03bd\u03cc\u03bc\u03b5\u03c5\u03c3\u03b7\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0399\u0391\u039a\u03a9\u0392\u0399\u0394\u0397\u03a3 \u0398\u0395\u039f\u0394\u03a9\u03a1\u039f\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 22521350660<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> thiak@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9604\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalBusinessPlanDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalBusinessPlanDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b9\u03b1\u03ba\u03bf\u03cd \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0394\u0395\u039b\u0397\u0393\u0399\u0391\u039d\u039d\u0399\u0394\u0397\u03a3 \u03a3\u0391\u0392\u0392\u0391\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350660<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> sdeli@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9606\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalProgramming\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalProgramming')\">&times;<\/span>\n                <h4  class=\"custom-style\">\u0394\/\u03bd\u03c3\u03b7 \u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd, \u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7\u03c2 &#038; \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0399\u03a9\u03a3\u0397\u03a6\u0399\u0394\u039f\u03a5 \u0391\u0399\u039a\u0391\u03a4\u0395\u03a1\u0399\u039d\u0397<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u0394\/\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350665<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> kiosi@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3252\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalTechnologyDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalTechnologyDept')\">&times;<\/span>\n                <h4  class=\"custom-style\">\u03a4\u03bc. \u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ce\u03bd \u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2 &#038; \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039a\u0391\u03a3\u039a\u0391\u039c\u03a4\u0396\u0397\u03a3 \u0399\u03a9\u0391\u039d\u039d\u0397\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350613<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> ikask@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9611\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalProgrammingDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalProgrammingDept')\">&times;<\/span>\n                <h4  class=\"custom-style\">\u03a4\u03bc. \u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd, \u0391\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2 &#038; \u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a0\u0391\u03a0\u039f\u03a5\u039b\u0399\u0391\u03a3 \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350646<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> dpapo@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9624\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalAdminServices\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalAdminServices')\">&times;<\/span>\n                <h4  class=\"custom-style\">\u0394\/\u03bd\u03c3\u03b7 \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ce\u03bd \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0391\u0398\u0391\u039d\u0391\u03a3\u0399\u039f\u03a5 \u0391\u0399\u039c\u0399\u039b\u0399\u039f\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u0394\/\u0391\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350688<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> athan@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3181\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalSecretaries\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalSecretaries')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b5\u03af\u03c2 \u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ce\u03bd &#038; \u03a4\u03bf\u03c0\u03b9\u03ba\u03ce\u03bd \u039a\u03bf\u03b9\u03bd\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0391\u0394\u0391\u039c\u0399\u0394\u039f\u03a5 \u03a7\u0391\u03a1\u039f\u03a5\u039b\u0391<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350623<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> xadam@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9632\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalSidironero\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalSidironero')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ce\u03bd \u0398\u03b5\u03bc\u03ac\u03c4\u03c9\u03bd &#038; \u0395\u03be\u03c5\u03c0\u03b7\u03c1\u03ad\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03a0\u03bf\u03bb\u03af\u03c4\u03b7 \u03c3\u03c4\u03bf \u03a3\u03b9\u03b4\u03b7\u03c1\u03cc\u03bd\u03b5\u03c1\u03bf<\/h4>\n                             <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=10395\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalAdministrativeDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalAdministrativeDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u039c\u03ad\u03c1\u03b9\u03bc\u03bd\u03b1\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0391\u0394\u0391\u039c\u0399\u0394\u039f\u03a5 \u03a7\u0391\u03a1\u039f\u03a5\u039b\u0391<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7<\/p><i class=\"glyphicon icon-call-end\"><\/i>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> xadam@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9636\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalHumanResourcesDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalHumanResourcesDept')\">&times;<\/span>\n                <h4  class=\"custom-style\">\u03a4\u03bc. \u0391\u03bd\u03b8\u03c1\u03ce\u03c0\u03b9\u03bd\u03bf\u03c5 \u0394\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03bf\u03cd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039b\u039f\u03a5\u039a\u0399\u0394\u039f\u03a5 \u0395\u03a5\u0391\u039d\u0398\u0399\u0391<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350778<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> elouk@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9638\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalRegistryOfficeDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalRegistryOfficeDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ae\u03c2 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2, \u039b\u03b7\u03be\u03b9\u03b1\u03c1\u03c7\u03b5\u03af\u03bf\u03c5 &#038; \u0391\u03bb\u03bb\u03bf\u03b4\u03b1\u03c0\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a0\u0395\u03a4\u03a1\u0399\u0394\u0397\u03a3 \u0398\u03a9\u039c\u0391\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350733<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> tpetr@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9640\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalSupportPoliticsDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalSupportPoliticsDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd \u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039c\u03a0\u039f\u03a4\u0396\u0391 \u039c\u0391\u03a1\u0399\u0391<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350622<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> mmpot@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9642\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalConstruction\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalConstruction')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0394\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0395\u039b\u039c\u0391\u03a4\u0396\u039f\u0393\u039b\u039f\u03a5 \u0391\u039d\u039d\u0391<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u0394\/\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521351513<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> aelma@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3190\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalBuildingControlDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalBuildingControlDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u0395\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521351513<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9558\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalUrbanPlanningDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalUrbanPlanningDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a0\u03bf\u03bb\u03b5\u03bf\u03b4\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a0\u0391\u039d\u03a4\u0391\u0396\u0399\u0394\u0397\u03a3 \u0393\u0395\u03a9\u03a1\u0393\u0399\u039f\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521351515<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> gpantaz@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9589\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalBuildingPermissionDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalBuildingPermissionDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u0388\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2 \u039f\u03b9\u03ba\u03bf\u03b4\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u0391\u03b4\u03b5\u03b9\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u0394\u0397\u03a3 \u0391\u0398\u0391\u039d\u0391\u03a3\u0399\u039f\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521351512<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> tharg@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9594\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalUrbanCleaning\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalUrbanCleaning')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 &#038; \u0391\u03bd\u03b1\u03ba\u03cd\u03ba\u03bb\u03c9\u03c3\u03b7\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a7\u0391\u03a4\u0396\u0397\u039c\u0391\u039d\u03a9\u039b\u0397\u03a3 \u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\u03a4\u0399\u039d\u039f\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521022263<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> kxatz@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3200\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalRecycleDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalRecycleDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u0391\u03c0\u03bf\u03ba\u03bf\u03bc\u03b9\u03b4\u03ae\u03c2 \u0391\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd &#038; \u0391\u03bd\u03b1\u03ba\u03c5\u03ba\u03bb\u03ce\u03c3\u03b9\u03bc\u03c9\u03bd \u03a5\u03bb\u03b9\u03ba\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039a\u0391\u03a1\u0391\u0392\u0391\u03a3\u0399\u039b\u0397\u03a3 \u0395\u03a5\u03a1\u03a5\u03a0\u0399\u0394\u0397\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521022263<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> ekara@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=8714\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalCleaningServiceDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalCleaningServiceDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u039a\u03bf\u03b9\u03bd\u03cc\u03c7\u03c1\u03b7\u03c3\u03c4\u03c9\u03bd \u03a7\u03ce\u03c1\u03c9\u03bd &#038; \u0395\u03b9\u03b4\u03b9\u03ba\u03ce\u03bd \u03a3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b5\u03af\u03c9\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0394\u03a1\u039f\u03a3\u039f\u03a5 \u039c\u0391\u03a1\u0399\u0391<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03c4\u03bf\u03c5 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350770<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> mdros@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=8702\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalVehicleDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalVehicleDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 &#038; \u03a3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2 \u039f\u03c7\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0399\u03a9\u0391\u039d\u039d\u0399\u0394\u0397\u03a3 \u03a3\u03a4\u03a5\u039b\u0399\u0391\u039d\u039f\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521022263<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> sioan@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=8721\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalSocialProtectionEducationCulture\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalSocialProtectionEducationCulture')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0394\/\u03bd\u03c3\u03b7 \u039a\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ae\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2, \u03a0\u03b1\u03b9\u03b4\u03b5\u03af\u03b1\u03c2 &#038; \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a4\u03a1\u0399\u0391\u039d\u03a4\u0391\u03a6\u03a5\u039b\u039b\u0399\u0394\u0397\u03a3 \u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\u03a4\u0399\u039d\u039f\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521026480<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> ktria@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3224\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalEducationDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalEducationDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u03a0\u03b1\u03b9\u03b4\u03b5\u03af\u03b1\u03c2, \u0394\u03b9\u03b1 \u0392\u03af\u03bf\u03c5 \u039c\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2 &#038; \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039c\u03a9\u03a5\u03a3\u0399\u0391\u0394\u039f\u03a5 \u0391\u039d\u0391\u03a3\u03a4\u0391\u03a3\u0399\u0391<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521021698<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> amous@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=8818\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalHealthProtectionDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalHealthProtectionDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2 &#038; \u03a0\u03c1\u03bf\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03c4\u03b7\u03c2 \u0394\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1\u03c2 \u03a5\u03b3\u03b5\u03af\u03b1\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0391\u03a0\u039f\u03a3\u03a4\u039f\u039b\u0399\u0394\u039f\u03a5 \u0395\u039b\u0395\u039d\u0397<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521021906<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> eapost@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=8855\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalSocialPolicyDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalSocialPolicyDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u039a\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ae\u03c2 \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2 &#038; \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ce\u03bd \u0399\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03c9\u03bd \u03a6\u03cd\u03bb\u03c9\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\u03a4\u0399\u039d\u0399\u0394\u039f\u03a5 \u0399\u03a9\u0391\u039d\u039d\u0391<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521351124<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> ikons@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=8876\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalFinanceAdministration\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalFinanceAdministration')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u0391\u0394\u0397\u03a3 \u039b\u0391\u0396\u0391\u03a1\u039f\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350669<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> lvasi@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3236\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalCashierDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalCashierDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a4\u03b1\u03bc\u03b5\u03af\u03bf\u03c5<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0392\u03a1\u039f\u03a7\u0399\u0394\u039f\u03a5 \u039c\u0391\u03a1\u0399\u0391<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350637<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> mvrox@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9442\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalAccountingDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalAccountingDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd &#038; \u039b\u03bf\u03b3\u03b9\u03c3\u03c4\u03b7\u03c1\u03af\u03bf\u03c5<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0392\u039f\u03a5\u039b\u0393\u0391\u03a1\u0399\u0394\u039f\u03a5 \u0395\u0399\u03a1\u0397\u039d\u0397<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350671<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> evoul@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9465\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalSupplyDept\" class=\"modal\">\n            <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalSupplyDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03b9\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039c\u039f\u03a5\u039c\u03a4\u03a3\u0391\u039a\u0397\u03a3 \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350743<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> bmoum@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9477\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalIncomeDept\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalIncomeDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u0395\u03c3\u03cc\u03b4\u03c9\u03bd &#038; \u03a0\u03b5\u03c1\u03b9\u03bf\u03c5\u03c3\u03af\u03b1\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a0\u0395\u03a4\u03a3\u0391\u039d\u0397\u03a3 \u0393\u0395\u03a9\u03a1\u0393\u0399\u039f\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350641<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> gpets@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9485\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalEnvServices\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalEnvServices')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2 &#038; \u03a0\u03c1\u03b1\u03c3\u03af\u03bd\u03bf\u03c5<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a3\u0391\u039c\u0391\u03a1\u0391 \u0399\u039f\u03a1\u0394\u0391\u039d\u0391<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03ce\u03c4\u03c1\u03b9\u03b1 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u0394\/\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350662<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> isama@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3245\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalCemeteriesDept\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalCemeteriesDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u039a\u03bf\u03b9\u03bc\u03b7\u03c4\u03b7\u03c1\u03af\u03c9\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0391\u039b\u039c\u03a0\u0391\u039d\u03a4\u0397\u03a3 \u03a3\u0391\u0392\u0392\u0391\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521032169<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> salmp@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9626\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalGreenCareDept\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalGreenCareDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2 \u03a0\u03c1\u03b1\u03c3\u03af\u03bd\u03bf\u03c5<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0392\u0391\u03a1\u03a3\u0391\u039c\u0397\u03a3 \u0393\u0395\u03a9\u03a1\u0393\u0399\u039f\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350656<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> gbar@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9628\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalEnvironmentCivilProtectionDept\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalEnvironmentCivilProtectionDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc. \u03a0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2 &#038; \u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u0391\u03a1\u0392\u0391\u039d\u0399\u03a4\u0399\u0394\u0397\u03a3 \u0395\u03a5\u03a3\u03a4\u03a1\u0391\u03a4\u0399\u039f\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350626<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> sarva@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9630\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalTechnicalServices\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalTechnicalServices')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ce\u03bd \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039a\u0399\u039f\u03a3\u03a3\u0395\u03a3 \u0399\u03a9\u0391\u039d\u039d\u0397\u03a3<\/p>\n                <p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350651<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> ikios@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=3256\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalElectroMechanicalDept\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalElectroMechanicalDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ce\u03bd \u0388\u03c1\u03b3\u03c9\u03bd<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u03a4\u03a3\u0391\u039f\u03a5\u03a3\u0399\u0394\u0397\u03a3 \u03a7\u03a1\u0397\u03a3\u03a4\u039f\u03a3<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03ac\u03bc\u03b5\u03bd\u03bf\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521047772<\/p>\n                <p><i class=\"glyphicon blicon-mail\"><\/i> xtsaou@dimosdramas.gr<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9648\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalTransportDept\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalTransportDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a3\u03c5\u03b3\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ce\u03bd &#038; \u0395\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd<\/h4>\n                \n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9644\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalLandImprovementDept\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalLandImprovementDept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a5\u03b4\u03c1\u03b1\u03c5\u03bb\u03b9\u03ba\u03ce\u03bd &#038; \u0395\u03b3\u03b3\u03b5\u03b9\u03bf\u03b2\u03b5\u03bb\u03c4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ce\u03bd \u0388\u03c1\u03b3\u03c9\u03bd<\/h4>\n               \n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9646\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n<div id=\"modalTransport2Dept\" class=\"modal\">\n   <div class=\"modal-content\">\n                <span class=\"close\" onclick=\"closeModal('modalTransport2Dept')\">&times;<\/span>\n                <h4 class=\"custom-style\">\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a3\u03c5\u03b3\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03b1\u03ba\u03ce\u03bd &#8211; \u039a\u03c4\u03b9\u03c1\u03b9\u03b1\u03ba\u03ce\u03bd \u0388\u03c1\u03b3\u03c9\u03bd &#038; \u03a3\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7\u03c2<\/h4>\n                <p><i class=\"glyphicon icon-user\"><\/i> \u039c\u0399\u039b\u039a\u0391 \u0395\u039b\u0395\u039d\u0397<\/p>\n                <p>\u03a0\u03c1\u03bf\u03ca\u03c3\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/p>\n                <p><i class=\"glyphicon icon-call-end\"><\/i> 2521350652<\/p>\n                <div class=\"wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-normal-font-size\">\n                    <a class=\"wp-block-button__link has-accent-1-color has-sitebg-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/drama.digital-in.info\/?page_id=9650\" style=\"border-radius:0px\"><strong>\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/strong><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <script>\n            \/\/ Function to show the modal\n            function showModal(modalId) {\n                document.getElementById(modalId).style.display = \"block\";\n            }\n    \n            \/\/ Function to close the modal\n            function closeModal(modalId) {\n                document.getElementById(modalId).style.display = \"none\";\n            }\n    \n            \/\/ Close modal when clicking outside of it\n            window.onclick = function(event) {\n                const modals = document.querySelectorAll('.modal');\n                modals.forEach(function(modal) {\n                    if (event.target == modal) {\n                        modal.style.display = \"none\";\n                    }\n                });\n            }\n        <\/script>\n    <\/div>\n    <\/div>\n\n\n\n<div style=\"height:54px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u039f\u03c1\u03b3\u03b1\u03bd\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u0394\u03ae\u03bc\u03bf\u03c5 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2 \u0394\u03ae\u03bc\u03b1\u03c1\u03c7\u03bf\u03c2 \u0391\u03c5\u03c4\u03bf\u03c4.\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf\u0394\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2 \u03a4\u03cd\u03c0\u03bf\u03c5 &#038; \u0394\u03b7\u03bc.&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3751,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8700","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5 - \u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/drama.digital-in.info\/?page_id=8700\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5 - \u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2\" \/>\n<meta property=\"og:description\" content=\"\u039f\u03c1\u03b3\u03b1\u03bd\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u0394\u03ae\u03bc\u03bf\u03c5 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2 \u0394\u03ae\u03bc\u03b1\u03c1\u03c7\u03bf\u03c2 \u0391\u03c5\u03c4\u03bf\u03c4.\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf\u0394\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2 \u03a4\u03cd\u03c0\u03bf\u03c5 &#038; \u0394\u03b7\u03bc.&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/drama.digital-in.info\/?page_id=8700\" \/>\n<meta property=\"og:site_name\" content=\"\u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-03T13:19:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 \u03bb\u03b5\u03c0\u03c4\u03ac\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/drama.digital-in.info\/?page_id=8700\",\"url\":\"https:\/\/drama.digital-in.info\/?page_id=8700\",\"name\":\"\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5 - \u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2\",\"isPartOf\":{\"@id\":\"https:\/\/drama.digital-in.info\/#website\"},\"datePublished\":\"2024-07-31T09:58:39+00:00\",\"dateModified\":\"2024-10-03T13:19:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/drama.digital-in.info\/?page_id=8700#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/drama.digital-in.info\/?page_id=8700\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/drama.digital-in.info\/?page_id=8700#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\/\/drama.digital-in.info\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u039f \u0394\u0397\u039c\u039f\u03a3 \u039c\u0391\u03a3\",\"item\":\"https:\/\/drama.digital-in.info\/?page_id=3751\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/drama.digital-in.info\/#website\",\"url\":\"https:\/\/drama.digital-in.info\/\",\"name\":\"\u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2\",\"description\":\"\u039f \u03b9\u03c3\u03c4\u03cc\u03c4\u03bf\u03c0\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03b4\u03ae\u03bc\u03bf\u03c5 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2\",\"publisher\":{\"@id\":\"https:\/\/drama.digital-in.info\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/drama.digital-in.info\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"el\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/drama.digital-in.info\/#organization\",\"name\":\"\u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2\",\"url\":\"https:\/\/drama.digital-in.info\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\/\/drama.digital-in.info\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/drama.digital-in.info\/wp-content\/uploads\/2024\/06\/logo_new.png\",\"contentUrl\":\"https:\/\/drama.digital-in.info\/wp-content\/uploads\/2024\/06\/logo_new.png\",\"width\":395,\"height\":96,\"caption\":\"\u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2\"},\"image\":{\"@id\":\"https:\/\/drama.digital-in.info\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5 - \u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/drama.digital-in.info\/?page_id=8700","og_locale":"el_GR","og_type":"article","og_title":"\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5 - \u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2","og_description":"\u039f\u03c1\u03b3\u03b1\u03bd\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u0394\u03ae\u03bc\u03bf\u03c5 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2 \u0394\u03ae\u03bc\u03b1\u03c1\u03c7\u03bf\u03c2 \u0391\u03c5\u03c4\u03bf\u03c4.\u03a4\u03bc\u03ae\u03bc\u03b1 \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf\u0394\u03b9\u03b1\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2 \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2 \u03a4\u03cd\u03c0\u03bf\u03c5 &#038; \u0394\u03b7\u03bc.&hellip;","og_url":"https:\/\/drama.digital-in.info\/?page_id=8700","og_site_name":"\u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2","article_modified_time":"2024-10-03T13:19:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2":"4 \u03bb\u03b5\u03c0\u03c4\u03ac"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/drama.digital-in.info\/?page_id=8700","url":"https:\/\/drama.digital-in.info\/?page_id=8700","name":"\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5 - \u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2","isPartOf":{"@id":"https:\/\/drama.digital-in.info\/#website"},"datePublished":"2024-07-31T09:58:39+00:00","dateModified":"2024-10-03T13:19:51+00:00","breadcrumb":{"@id":"https:\/\/drama.digital-in.info\/?page_id=8700#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/drama.digital-in.info\/?page_id=8700"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/drama.digital-in.info\/?page_id=8700#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/drama.digital-in.info\/"},{"@type":"ListItem","position":2,"name":"\u039f \u0394\u0397\u039c\u039f\u03a3 \u039c\u0391\u03a3","item":"https:\/\/drama.digital-in.info\/?page_id=3751"},{"@type":"ListItem","position":3,"name":"\u039f\u03a1\u0393\u0391\u039d\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 \u0394\u0397\u039c\u039f\u03a5"}]},{"@type":"WebSite","@id":"https:\/\/drama.digital-in.info\/#website","url":"https:\/\/drama.digital-in.info\/","name":"\u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2","description":"\u039f \u03b9\u03c3\u03c4\u03cc\u03c4\u03bf\u03c0\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03b4\u03ae\u03bc\u03bf\u03c5 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2","publisher":{"@id":"https:\/\/drama.digital-in.info\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/drama.digital-in.info\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"el"},{"@type":"Organization","@id":"https:\/\/drama.digital-in.info\/#organization","name":"\u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2","url":"https:\/\/drama.digital-in.info\/","logo":{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/drama.digital-in.info\/#\/schema\/logo\/image\/","url":"https:\/\/drama.digital-in.info\/wp-content\/uploads\/2024\/06\/logo_new.png","contentUrl":"https:\/\/drama.digital-in.info\/wp-content\/uploads\/2024\/06\/logo_new.png","width":395,"height":96,"caption":"\u0394\u03ae\u03bc\u03bf\u03c2 \u0394\u03c1\u03ac\u03bc\u03b1\u03c2"},"image":{"@id":"https:\/\/drama.digital-in.info\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PfP689-2gk","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=\/wp\/v2\/pages\/8700","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8700"}],"version-history":[{"count":679,"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=\/wp\/v2\/pages\/8700\/revisions"}],"predecessor-version":[{"id":15662,"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=\/wp\/v2\/pages\/8700\/revisions\/15662"}],"up":[{"embeddable":true,"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=\/wp\/v2\/pages\/3751"}],"wp:attachment":[{"href":"https:\/\/drama.digital-in.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8700"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}