.page-template-sitemap .background-content{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Bitmap.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-content{
    -webkit-transition: opacity 1000ms linear;
    -ms-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}
.page-template-sitemap .header {
    border-bottom: solid 1px #e1e1e1;
}
.page-template-sitemap .header.fixed {
    border: none;
}
.page-template-sitemap .header-right .header-language button:before{
    background: url(../images/icon-lag-sticky.svg) no-repeat center;
}
.page-template-sitemap .header-right .header-menu button:before{
    background: url(../images/icon-menu-sticky.svg) no-repeat center;
}
.page-template-sitemap .header-right button span {
    color: #7B7B7B!important;
}
.page-template-sitemap .page-banner.not-image {
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
    -webkit-transition: opacity 1000ms linear;
    -ms-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}
.page-template-sitemap .page-banner.not-image .container{
    height: 255px;
}
.page-template-sitemap .page-banner.not-image .page-title{
    bottom: 1px;
}
.sitemap-section .container {
    max-width: 865px;
}
.sitemap-section .section-content ul{
    padding: 0;
    width: fit-content;
}
.sitemap-section .section-content ul li{
    list-style: none;
}
.sitemap-section .list-item a.page_title{
    padding: 0;
    margin: 10px 0px 1px 0;
    font-family: 'Barlow';
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #8c8c8c;
    margin-top: 36px;
    letter-spacing: 1.6px;
}
.sitemap-section .list-item a.page_title:hover{
    text-decoration: none;
}
.sitemap-section .nav-link{
    padding: 0;
    line-height: 28px;
    font-size: 16px;
    color: #029A3C;
    text-decoration: underline; 
}
.sitemap-section .nav-link:hover{
    opacity: 0.5;
}
.sitemap-section .section-content {
    padding-bottom: 138px;
}
@media only screen and (max-width:767px){
    .page-template-sitemap .main{
        background-size: unset;
        background-position: 4% 80%;
    }
    .page-template-sitemap .page-banner.not-image .container{
        height: 147px;
    }
    .page-template-sitemap .page-banner.not-image {
        margin-bottom: 26px;
    }
    .sitemap-section .section-content {
        padding-bottom: 39px;
    }
}
@media only screen and (max-width:375px){
    .sitemap-section .container{
        padding: 0 25px;
    }
   .sitemap-section h3.short {
        margin-top: 101px;
        letter-spacing: 2.6px;
        font-size: 24px;
        padding-bottom: 16px;
    }
    .sitemap-section .list-item a.page_title{
        margin: 0;
        margin-bottom: 14px;
        padding-top: 4px;
        font-size: 17px;
    }
    .sitemap-section .nav-link{
        ont-size: 15px;
    }
    .sitemap-section .section-content ul{
        margin-bottom: 8px;
    }
    .sitemap-section .section-content li {
        padding-bottom: 15px;
    }
}