.gqcode {
    margin-right: 0px !important;
    margin-left: 30px;
}

.dt {
    padding-bottom: 46px;
    font-weight: bold;
    padding-top: 50px;
    font-size: 32px;

}

main {
    flex: 1 0 auto;
}

li.table {
    font-size: 80%;
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.text {
    display: flex;
    column-gap: 1%;
    padding-top: 3%;
}

section {
    font-family: 'Manrope', sans-serif !important;
}


div#tabtab {
    margin-top: -40px;
}

div#tab2 {
    padding-top: 200px;
}

.alltabs {
    width: 100%;
}



.all-btn-periferia {
    font-weight: 100;
    width: 204px;
    height: 32px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FF8400;
    border-radius: 100px;
    opacity: 1;
}

.all-btn-periferia:hover {
    font-weight: 100;
    width: 204px;
    height: 32px;
    /* UI Properties */
    background: #FF8400 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    opacity: 1;
}

.bottm-menu {
    margin-left: 10%;
}

.bottm-menu h3 {
    color: black;
    font-size: 20px;
}

.tabcontent p {
    row-gap: 50px;
    display: flex;
    font-size: 16px;
    font-weight: 300;
    column-gap: 20px;
}

div#perifereiarchis {
    padding-top: 30px;
    padding-left: 30px;
}

.firts-tab {
    padding: 28px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

* {
    box-sizing: border-box
}

.tabs {
    width: 80%;
    margin-left: 10%;
    justify-content: center;
    align-items: flex-start;
}

/* Style the tab */
.tab {
    border-bottom: 1px solid #ccc;
    margin-top: 2%;
    color: white;
    float: left;

    background-color: white;
    width: 30%;
    height: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    border: none;
    font-weight: 300;
    display: block;
    background-color: transparent;
    color: #000000;
    padding: 22px 16px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    font-weight: bold;
    color: #4AA5D1;
    background-color: transparent;
}

/* Style the tab content */
.tabcontent {
    min-height: 450px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000024;
    border-radius: 10px;
    float: left;
    padding: 10px 10px 10px 12px;
    border: 1px solid #ccc;
    width: 60%;
    border-left: none;
    height: 100%;
}

.firts-tab p {
    max-width: 600px;
    font-size: 16px;
    font-weight: 200;
}


button.search-submit {
    background: transparent;
    border: none;
    outline: none;
}

.content-1 {
    display: flex;
    flex-direction: row;
}

.title-content {
    display: flex;
    flex-direction: column;
}



.all-btn-wrapper {
    padding: 50px;
}

.all-btn {
    font-size: var(--text-sm);
    letter-spacing: 0px;
    color: var(--section-title);
    background-color: transparent;
    border: 1px solid var(--section-title);
    border-radius: 8px 0 8px 0;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 2rem;
    width: 269px;
    height: 65px;
    font-weight: 500;
}

.all-btn:hover {
    border-color: transparent;
    animation: button-title 0.5s forwards;
}

@keyframes button-title {
    0% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}





.all-btn:hover::before {
    --progress: 0;
}

.all-btn span {
    position: relative;
}

.slick-prev {
    left: 40px;
}

.slick-next {
    right: 40px;
}

ul#menu-p-e-chalkidikis-sec-menu a {
    color: #003164;
}

ul#menu-p-e-chalkidiki-main {
    padding-top: 15px;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: normal;
    row-gap: 50px;
    column-gap: 50px;
}



.tnp-subscription {
    /* font-size: 13px; */
    display: block;
    margin: 15px auto;
    max-width: 500px;
    width: 100%;
}



.tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
}

.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-subscription input.tnp-submit {
    border-radius: 15%;
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    margin-left: 15px !important;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
}

.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

input#tnp-1 {
    width: 316px;
    height: 35px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #003168;
    border-radius: 19px;
    opacity: 1;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.newsletter {
    display: flex;
    margin-top: 0px;
    position: relative;
    background-color: transparent;
    height: 80px;
    justify-content: flex-end;
    align-items: center;
}









.hero-image,
.hero-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    opacity: 0.85;
}

.media-container {
    position: relative;
}

.hero-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.search-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form {
    background: #FFFFFF2E;
    border: 1px solid #FFFFFF;
    border-radius: 37px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: static;
}

#hero-search {
    padding: 10px;
    padding-left: 2rem;
    border: none;
    color: #FFFFFF !important;
    font-size: 18px;
    width: 400px;
}

.search-form i {
    color: #FFFFFF;
    font-size: 20px;
    padding-right: 2rem;
}

.search-form input,
.search-form input:focus {
    border: none;
    outline: none;
    background: none;
}

input#hero-search::placeholder {
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 18px;
}

.hero-btn-wrapper {
    top: 3rem;
    right: 0;
    z-index: 4;
}

.sybarastatis-politi {
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    padding: 10px;
    padding-left: 15px;
    overflow: hidden;
}

.sybarastatis-politi h5 {
    color: #80A4ED !important;
    font-weight: 300;
    font-size: 18px;
    width: 0;
    max-height: 43px;
    opacity: 0;
    margin-bottom: 0;
    transition: width 0.3s ease-in-out;
}

.sybarastatis-politi:hover h5 {
    width: 150px;
    opacity: 1;
    transition: opacity 0.7s ease-in-out, width 0.3s ease-in-out;
}

.sybarastatis-politi-wrapper {
    top: -5rem;
    right: 0;
    z-index: 9999;
}

.virus-logo {
    width: 55px;
    padding-right: 10px;
}

@media screen and (max-width: 1200px) {
    .hero-btn-wrapper {
        top: 7rem;
    }

    .sybarastatis-politi-wrapper {
        top: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .sybarastatis-politi-wrapper {
        top: 0rem;
    }
}

.covid-btn {
    text-align: end;
    padding-right: 10px;
    cursor: pointer;
}

.covid-btn:hover {
    padding-right: 0px;
    cursor: default;
}

.covid-btn:hover img {
    opacity: 0;
    display: none;
}

.covid-btn:hover .expanded {
    max-width: 500px;
    padding: 15px;
    padding-right: 5px;
    display: block;
    animation: fade-in 0.3s ease;
}

.covid-btn img {
    opacity: 1;
    display: block;
    animation: fade-in 0.3s ease;
}

.covid-btn .expanded {
    background: white;
    border-radius: 12px 0px 0px 12px;
    display: none;
    position: relative;
    color: #003164;
}

.covid-btn .expanded img {
    left: -15px;
    top: -15px;
    display: block;
    opacity: 1;
}

.covid-btn .expanded p {
    background-color: white;
    color: #003164;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.covid-btn .expanded p a {
    text-decoration: underline;
}

.featured-news {
    bottom: -2rem;
    left: 7rem;
}

.featured-news h2 {
    font-size: 25px;
    color: #D6B51E;
    font-weight: bold;
}

.features-news-container {
    background: #729ECB;
    border-radius: 40px;
    position: relative;
}

.features-news-container::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 55px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #729ECB transparent;
}

.notification-icon-wrapper {
    top: -30px;
    right: 0;
    background: #D6B51E;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    border-radius: 50%;
}

.featured-col {
    color: #FFFFFF;
}

.featured-col a {
    color: #FFFFFF !important;
    overflow: hidden;
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-post {
    border-top: 1px solid #FFFFFF;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.news {
    border-radius: 10px;
    opacity: 1;
}

.news3 {
    margin-left: 2%;
    margin-right: 5%;
    width: 840px;
    border-radius: 10px;
    opacity: 1;
    float: left;
    width: 43%;
}

.news_col {
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 10px;
    max-width: 556px;
    width: 100%;
}

.news_col .press-release-post-wrapper {
    max-width: none !important;
}

.news_col .press-release-post-wrapper a.post-title {
    max-width: none !important;
}

.news_col .press-release-post-wrapper p.post-preview {
    max-width: none !important;
}

div#content-1 {
    margin-top: 0px;
    margin-left: 5%;
    border-radius: 10%;
}

div#deltia-typou {
    padding-left: 10%;
    /* width: 80%; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 10%;
}

div#deltia-typou {
    display: flex;
}



a.post-link.mt-4.d-flex.gap-2.justify-content-end.align-items-center {
    display: none !important;
}

.more-btn {
    width: fit-content;
    background: #073668;
    border-radius: 100px;
    transition: all ease-in-out 0.3s;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 5px 20px;
    margin-left: auto;
    height: 36px;
    margin-right: 5%;
}


@media (min-width: 1200px) {
    .col-xl-9 {
        flex: 0 0 auto;

    }



}

@media(max-width:700px) {



    .container-fluid.header-container3 {
        display: none;
    }

    .footer-center {
        height: 500px;
        column-gap: 5%;
        margin-top: 5%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }



    .news3 {
        margin-left: 2%;
        margin-right: 5%;
        width: 840px;
        border-radius: 10px;
        opacity: 1;
        float: left;
        width: 80% !important;
    }

    #content-1 {
        overflow: auto;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        align-content: flex-start;
    }



    .line2 {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }





}






p.post-date {
    padding-left: 5px;
    padding-top: 10px;
    color: #FF8400;
}



div#content-1\> {
    display: flex;
    overflow: auto;
    justify-content: space-around;
}



.dtboard {
    margin-left: 5%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 50px 0px 0px 0px;
    opacity: 1;
    padding-left: 3%;
    padding-right: 5%;
}

.menu-periferiakes-enotites-esoterikon-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

ul#menu-thessaloniki-sec {
    display: flex;
}

div#menuperiferias ul.menu {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-bottom: 0;
    list-style: none;
}


ul#menu-kilkis-sec {
    display: flex;
}


ul#menu-pella-sec {
    display: flex;
}

ul#menu-serres-sec {
    display: flex;
}

ul#menu-pierrias-sec {
    display: flex;
}

ul#menu-periferiakes-enotites-esoterikon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}



.homebtn {
    display: flex;
    height: 80px;
    background-color: transparent;
    align-content: center;
    align-items: center;
}

.homebtn:hover {
    background-color: #2D87E1;


}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: bold;
}

.btnimathias {
    display: flex;
    height: 80px;
    background-color: transparent;
    align-content: center;
    align-items: center;
}

.btnimathias:hover {
    background-color: #8FBC94;

}

.btnthessaloniki {

    display: flex;
    height: 80px;
    background-color: transparent;
    align-content: center;
    align-items: center;

}

.btnthessaloniki:hover {
    background-color: #C4D7F2;

}

.btnkilkis {
    display: flex;
    height: 80px;
    background-color: transparent;
    align-content: center;
    align-items: center;
}

.btnkilkis:hover {
    background-color: #E6D483;

}



.btnpellas {
    display: flex;
    height: 80px;
    background-color: transparent;
    align-content: center;
    align-items: center;
}

.btnpellas:hover {
    background-color: #93CBCC;
}

.btnpierias {
    display: flex;
    height: 80px;
    background-color: transparent;
    align-content: center;
    align-items: center;
}

.btnpierias:hover {
    background-color: #F5A78B;
}

.btnserres {
    display: flex;
    height: 80px;
    background-color: transparent;
    align-content: center;
    align-items: center;
}

.btnserres:hover {
    background-color: #A29182;
}

.btnxalkidikis {
    display: flex;
    height: 80px;
    background-color: transparent;
    align-content: center;
    align-items: center;
}

.btnxalkidikis:hover {
    background-color: #A5C4D4;
}

/* #language-switcher{display: none;} */


ul#menu-thessaloniki-sec a {
    display: flex;
    font-size: 15px;
    color: #003168;
    font-weight: 600;
    flex-direction: column;
    row-gap: 20px;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}


.social-footer {
    display: none;
}

section.telcatalog {
    padding-top: 5%;
}

h2.section-title {
    padding-top: 5%;
}

.section-title {
    padding-bottom: 2%;
    padding-top: 5%;
    font-size: 32px;
    font-weight: bold;
}

section#important-links {
    padding-bottom: 0px;
    padding-top: 5%;
}

.important-links-wrapper .slick-arrow {
    position: static !important;
}

ul#menu-imathias-sec a {
    display: flex;
    font-size: 15px;
    color: #003168;
    font-weight: 600;
    flex-direction: column;
    row-gap: 20px;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}


div#menu-tabContent .main-menu ul.mega-menu {
    flex-direction: column;
    display: flex !important;
    background: transparent !important;
}

div#menu-tabContent .main-menu .mega-menu-wrap {
    width: 100%;
}

#responsive-header .main-menu ul.mega-menu>li.mega-menu-item>a.mega-menu-link {
    background: transparent !important;
}


h2.dt2 {
    color: #0F529F;
    font-size: 30px;
    margin-left: 15%;
    padding-bottom: 50px;
    padding-top: 100px;
}

a#people {
    display: flex;
    flex-direction: row;
}

#pe-map {
    height: 600px;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    border-radius: 18px;
}

#pe-map-filters {
    position: absolute;
    z-index: 401;
    background: #ffffff90;
    height: 300px;
    width: 100%;
    max-width: 350px;
    border-radius: 30px;
}

#pe-map-filters input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #05668D;
    width: 1em;
    height: 1em;
    border: 0.15em solid #05668D;
    border-radius: 0.15em;
    display: grid;
    place-content: center;

}

#pe-map-filters input[type="checkbox"]::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #05668D;
    /* Windows High Contrast Mode */
    background-color: #05668D;
}

#pe-map-filters input[type="checkbox"]:checked::before {
    transform: scale(1);
}

#pe-map-filters .triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: rotate(180deg);
}


ul li a {
    display: block;
    padding: 0px 15px;
    color: white;
    text-decoration: none;
}

.terms-design a {
    column-gap: 10px;
    display: flex;
    /* width: 100%; */
    color: white !important;
    text-align: center;
    font-weight: 100;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
}

.footer-center h3 {
    font-size: 20px;
    color: white !important;
}

.footer-center {
    background-color: transparent !important;
}

.footer-center.penotita h3 {
    font-size: 20px;
    color: white;
}

.menu-sitemap2 a {
    color: white !important;
}

.menu-site-map-container a {
    font-size: 14px;
    color: white !important;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: inherit;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

ul#menu-p-e-chalkidikis-sec-menu {
    color: #003164;
    column-gap: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

/* a {
    display: flex;
    color: white;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
} */

section.periferia {
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dt {
    padding-bottom: 46px;
    font-weight: bold;
    padding-top: 50px;
    font-size: 32px;

}

body {
    background-color: <?php the_field('general_color');
    ?>
}

nav.navbar.navbar-expand-xl.justify-content-between.h-100 {
    background-color: <?php the_field('general_color');
    ?>
}

li.table {
    font-size: 80%;
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.text {
    display: flex;
    column-gap: 1%;
    padding-top: 3%;
}

section {
    font-family: 'Manrope', sans-serif !important;
}


div#tabtab {
    margin-top: -40px;
}

div#tab2 {
    padding-top: 200px;
}

.alltabs {
    width: 100%;
}



.all-btn-periferia {
    font-weight: 100;
    width: 204px;
    height: 32px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FF8400;
    border-radius: 100px;
    opacity: 1;
}

.all-btn-periferia:hover {
    font-weight: 100;
    width: 204px;
    height: 32px;
    /* UI Properties */
    background: #FF8400 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    opacity: 1;
}

.bottm-menu {
    margin-left: 10%;
}

.bottm-menu h3 {
    color: black;
    font-size: 20px;
}

.tabcontent p {
    row-gap: 50px;
    display: flex;
    font-size: 16px;
    font-weight: 300;
    column-gap: 20px;
}

div#perifereiarchis {
    padding-top: 30px;
    padding-left: 30px;
}

.firts-tab {
    padding: 28px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

* {
    box-sizing: border-box
}

.tabs {
    width: 80%;
    margin-left: 10%;
    justify-content: center;
    align-items: flex-start;
}

/* Style the tab */
.tab {
    border-bottom: 1px solid #ccc;
    margin-top: 2%;
    color: white;
    float: left;

    background-color: white;
    width: 30%;
    height: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    font-weight: bold;
    color: #4AA5D1;
    background-color: transparent;
}

/* Style the tab content */
.tabcontent {
    min-height: 450px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000024;
    border-radius: 10px;
    float: left;
    padding: 10px 10px 10px 12px;
    border: 1px solid #ccc;
    width: 60%;
    border-left: none;
    height: 100%;
}

.firts-tab p {
    max-width: 600px;
    font-size: 16px;
    font-weight: 200;
}




.content-1 {
    display: flex;
    flex-direction: row;
}

.title-content {
    display: flex;
    flex-direction: column;
}



.all-btn-wrapper {
    padding: 50px;
}





@keyframes button-title {
    0% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

.all-btn::before {
    content: "";
    inset: 0;
    position: absolute;
    transform: translateX(var(--progress, -90%));
    transition: transform 0.2s ease;
}





.all-btn span {
    position: relative;
}






@media screen and (max-width: 1400px) {
    section#hero {
        padding-bottom: 5rem;
    }

    .featured-news {
        bottom: -7rem;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 992px) {


    /* .slick-prev:before,
    .slick-next:before {
        display: none;
    } */

    .terms-design.d-flex.flex-wrap.justify-content-between.align-items-center {

        flex-direction: column;

    }

    .footer-center {
        height: 200px;
        column-gap: 5%;
        margin-bottom: 5%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .press-release-post-wrapper {
        width: 80% !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: inherit;
    }

    section#press-releases .tab-pane.active {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        column-gap: 3rem;
        row-gap: 3rem;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    a.more-btn {
        width: 100%;
    }

    section#hero {
        padding-bottom: 0rem;
    }

    .featured-news {
        bottom: -14rem;
    }

    #btn {
        display: flex;
        width: 40% !important;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {

    section#hero {
        padding-bottom: 0rem;
    }

    .featured-news {
        bottom: -30rem;
    }

    .features-news-container {
        min-width: 400px;
    }
}

@media screen and (max-width: 500px) {

    .slick-prev:before,
    .slick-next:before {
        display: none;

    }

    .search-form {
        background: #FFFFFF2E;
        border: 1px solid #FFFFFF;
        border-radius: 37px;
        display: flex;
        align-items: center;
        overflow: hidden;
        position: static;
        flex-direction: row;
    }

    section#hero {
        padding-bottom: 0;
    }

    section#hero .featured-news {
        position: static !important;
        transform: none;
        margin-top: 2rem;
    }

    .features-news-container {
        min-width: 315px;
        margin: 0 auto;
    }

    .featured-news h2 {
        text-align: center;
    }

    .features-news-container::after {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .search-wrapper {
        top: 10px;
        bottom: auto;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

section#press-releases {
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%);
    padding-bottom: 7rem !important;
}

div#v-pills-tab .nav-link {
    background: transparent;
    border-bottom: 1px solid #C8CCD1;
    font-size: 20px;
    padding: 20px 0;
    text-align: start;
    color: #003164;
    border-radius: 0;
    padding-left: 30px;

}

div#v-pills-tab .nav-link.active {
    background: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    /* border-radius: 20px 0px 0px 0px; */
}

div#v-pills-tab .nav-link.active:first-child {

    border-radius: 20px 0px 0px 0px;
}

div#v-pills-tab .nav-link i {
    display: none;
    color: #003164;
    padding-right: 20px;
}

div#v-pills-tab .nav-link.active i {
    display: block;
    font-size: 20px;
}

div#nav-tabContent {
    background: #F4F4F4;
    border-radius: 0px 10px 10px 10px;
    padding: 20px;
}

div#nav-tab {
    border: none;
    gap: 0.5rem;
}

div#nav-tab button.nav-link.active {
    color: #000000;
    background: #F4F4F4;
}

div#nav-tab button.nav-link {
    border: none;
    color: #80A4ED;
    font-size: 18px;
    font-weight: 500;
    background: #EEEEFF;
    border-radius: 10px 10px 0px 0px;
}

div#nav-tabContent .tab-pane.active {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 3rem;
}

section#press-releases .tab-pane.active {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 3rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

section#press-releases .tab-pane {
    background-color: #FFFFFF;
}

.press-release-post-wrapper:not(:last-of-type) {
    position: relative;
}

.press-release-post-wrapper:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1px;
    height: 50%;
    background-color: #C8CCD1;
    transform: translateY(-50%);
}

section#press-releases .tab-pane h1 {
    color: #000000;
    padding: 0;
}

/* section#press-releases .category-tab-content .press-release-post-wrapper .post-thumbnail:not(.category-tab-content div#content-1 .post-thumbnail) {
    display: none;
} */

.press-release-post-wrapper .post-title {
    height: 90px;
    font-weight: 500;
    font-size: 20px;
    color: #000000 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.press-release-post-wrapper .post-title {
    height: 90px;
    font-weight: 500;
    font-size: 20px;
    color: #000000 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.press-release-post-wrapper .post-date {
    font-size: 15px;
    font-weight: 500;
    color: #FF8400;
}

.press-release-post-wrapper .post-preview {
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-thumbnail img {
    max-height: 245px;
    width: 100%;
    object-fit: cover;
}

.press-release-post-wrapper {
    width: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



@media(max-width:600px) {

    section#hero div#search-bar {
        display: none;
    }



    .photos-slider.pe3.slick-initialized.slick-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #btn {
        display: flex;
        width: 40%;
        justify-content: center;
    }


    .footer-center {
        height: 200px;
        column-gap: 5%;
        margin-bottom: 5%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }






}


a {
    color: #fff;
    text-decoration: none;
}

.p-menu1 {
    height: 100%;
}




/* Hamburger */
.hamburger1 {
    height: 45px;
    margin: 10px;
    display: -ms-grid;
    display: none;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    z-index: 120;
}

.hamburger1 div {
    background-color: rgb(61, 61, 61);
    position: relative;
    width: 40px;
    height: 5px;
    margin-top: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#toggle1 {
    display: none;
}

#toggle1:checked+.hamburger1 .top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 22.5px;
}

#toggle1:checked+.hamburger1 .meat {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
}

#toggle1:checked+.hamburger1 .bottom {
    -webkit-transform: scale(0);
    transform: scale(0);
}

#toggle1:checked~.menu1 {
    height: auto;
}


/* Menu */
.menu1 {
    width: 100%;
    background-color: #02173F;
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr repeat(4, 0.5fr);
    grid-row-gap: 25px;
    padding: 0;
    list-style: none;
    clear: both;
    width: auto;
    text-align: center;
    height: 0px;
    overflow: hidden;
    transition: height .4s ease;
    z-index: 120;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu1 a:first-child {
    margin-top: 40px;
}

.menu1 a:last-child {
    margin-bottom: 40px;
}

.link1 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font: 700 20px 'Oswald', sans-serif;
}

.link1:hover {
    background-color: #fff;
    color: rgb(61, 61, 61);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


@media screen and (max-width: 650px) {
    .hero-video {
        height: 100%;
    }
}


.gtranslate_wrapper {
    display: flex;
    gap: 1rem;
}

.pe-navbar {
    padding: 1rem 1.5rem !important;
}

div#menupe {
    display: flex;
}