body,
html {
    overflow-x: hidden
}

body.snapjs-left{
    overflow:hidden;
    max-width:100%;
    max-height:100%;
    position: fixed;
}

a,abbr,acronym,address,applet,big,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,q,s,samp,
small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;

    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box
}


body {
    line-height: 1.6;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    color: #999
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

a{
    color:#418c05;
}

a:focus,
input:focus,
textarea:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #868686
}

a img {
    border: 0
}

img{
    max-width:100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
    color: #111;
    font-weight: 700;
    margin:0;
}






h1 {
    font-size: 28px;
}





.mb-2 {
    margin-bottom: 20px !important;
}


.mb-3 {
    margin-bottom: 30px !important;
}


header{
    z-index: 999;
    width: 100%;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
}

header nav.navbar{
    padding:0;
    margin:0;
    border:0;
}

.navbar-brand{
    z-index: 1;
    padding: 40px 0 40px 15px;
    height:inherit;
}

.navbar-nav>li>a{
    padding:0;
}
#menuHeader ul {
    margin-top:15px;
}
#menuHeader>ul:first-child {
    margin-left:50px;
}


#menuHeader li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 1;
    margin:0 10px;
}
#menuHeader li a{
    font-size:15px;
    color:#aaa;
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    background:transparent !important;
}
#menuHeader li>a{
    padding:35px 0;
}

#menuHeaderLanguage li>a {
    width:50px;
    text-align: center;
}



#menuHeader li.active a,
#menuHeader li a:hover
{
    color:#418c05;
    background:transparent !important;

}




#menuHeader li:not(.no-open-icon).has-children{
    margin-right: 20px;
}
#menuHeader li:not(.no-open-icon).has-children>a:after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    text-transform: none;
    line-height: 1;
    content: '\f078';
    position: absolute;
    padding-top:3px;
    right: -15px;
    font-size:13px;
}

#menuHeader .sub-menu {
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 2;
    opacity: 0;
    margin: 0;
    width: 200px;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
    font-family: Roboto;

    display:none;
}


#menuHeaderLanguage .sub-menu {
    width:50px;
    text-align:center;
}

#menuHeader li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 999;
    display:block;
}

#menuHeader .sub-menu li {
    position: relative;
    display: block;
    text-align: left;
    padding: 10px;
    background-color: #fff;
    margin:0;
}

#menuHeader .sub-menu li a {
    padding: 5px;
    background:transparent !important;

}
#menuHeader .sub-menu li:hover
{
    background-color:#418c05;
}
#menuHeader .sub-menu li:hover a
{
    color: #fff;
}

#siteWrapper{
    position:relative;
    z-index: 2;
    background:#fff;
}

.breadcrumb {
    background: none;

    margin-bottom: 0;
    overflow: hidden;
    padding: 8px 0;

}
.tm_bread_crumb li:last-child {
    margin: 0;
}
.tm_bread_crumb li {
    display: inline-block;
    margin-right: 6px;
}
.tm_bread_crumb, .tm_bread_crumb li a, .tm_bread_crumb li a:hover {
    color: #fff;
}


.big-title .entry-title, .big-title--single .entry-title {
    font-family: Roboto;
    letter-spacing: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}
.big-title, .big-title--single {
    position:relative;
    text-align: center;
    margin-bottom: 20px;

    padding: 90px 0;
    background-color: #418c05;
    background-image: url(/files/demo/header/banner_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.big-title .container{
    position:relative;
    z-index:1;
}
.big-title:after {
    background-color: rgba(65, 140, 5, .8);
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:0;
}

.top{
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.tm_bread_crumb li a:after {
    content: "\f101";
    margin-left: 10px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

section{
    position: relative;
    clear: left;
}

.page-title{
    /*width:100%;*/
    font-size:20px;
    line-height:35px;
}



.page-sidebar ul.menu li{
    letter-spacing: 0em;
    position: relative;
    text-transform: uppercase;
    color: #878787;
    font-size: 14px;
    display: block;
    border: 0;
    margin-bottom: 2px;
    padding: 0;


}



.page-sidebar ul.menu li a{
    color: #418c05;
    padding: 20px;
    display: block;
    text-decoration: none;
    background: #F7F7F7;

}




.page-sidebar ul.menu li.active a,
.page-sidebar ul.menu li a:hover
{
    color: #fff;
    background: #418c05;
}




footer {
    font-size: 15px;
    padding: 50px 0 20px;
    margin: 0;
    border-color: #000;
    background-color: #222;
    background-image: url(/images/footer_bg.jpg);
}

#digrup-logos{
    position:relative;
}
#digrup-logo-links{
    position: absolute;
    width:100%;
    bottom:0;
    height:65%;
}
#digrup-logo-links a{
    display:inline-block;
    float:left;
    height:100%;
    width:35%;
}
#digrup-logo-links a:first-child{
    width:37%;
}
#digrup-logo-links a:last-child{
    width:28%;
}




footer a {
    color: #878787;
}

footer .menu li {
    vertical-align: top;
    margin-bottom: 10px;
    list-style-type: none;
    font-size: 15px;
    display: block;
}



footer .social-menu .menu {
    margin-top: 20px;
}
footer .social-menu .menu li a{
    font-size:20px;

}
footer .social-menu .menu li {
    display: inline-block;
    margin: 0 15px 0 0;
    width: auto;
}


footer .widget-title {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    color:#fff;
}
footer .widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
footer .widget-title span {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 0;
}


footer .widget .menu li a:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    content: "\f105";
    margin-right: 10px;
}




footer .menu li {
    vertical-align: top;
    margin-bottom: 10px;
    list-style-type: none;
    font-size: 15px;
    display: block;
}
footer .widget .menu li:hover {
    -webkit-transform: translate(6px, 0);
    -moz-transform: translate(6px, 0);
    -ms-transform: translate(6px, 0);
    -o-transform: translate(6px, 0);
}

footer a:hover {
    color: #fff;
}






.copyright{
    background-color:#111;
    padding:40px 0;
    line-height: 1;
    overflow: hidden;
}

.copyright,
.copyright a
{
    color:#878787;
}



/*.row:before,*/
/*.row:after{*/
    /*display: inline-block;*/
/*}*/


.link-document{
     border: 1px solid #DDD;
     height: 70px;
     /*line-height: 70px;*/
     color: #418c05;
     font-size: 15px;
     text-transform: uppercase;
     position: relative;
     /*padding-left: 90px;*/
     margin-bottom: 15px;

    display:block;
    width:100%;
    text-align:left;
 }

.link-document>span,
.link-document>p{
    height:70px;
    margin:0;
}
.link-document>span{
    position:absolute;
    width:70px;
    background:#418c05;
    font-size:24px;
    color:#fff;
    text-align: center;
    display:inline-block;
    line-height: 70px;
}
.link-document>p{
    /*max-width:calc(100% - 70px);*/
    padding-left:90px;
    display: flex;
    align-items: center;
    justify-content: center;

    display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
/*.link-document>span:last-child{*/
    /*display:inline-block;*/
    /**/
    /**/

/*}*/

.va-center{

    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -ms-box;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;

}

.middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}




@media  only screen and (max-width:1199px) {
    #menuHeader>ul:first-child>li:first-child{
        display:none !important;
    }
}

@media only screen and (max-width: 991px) {

    .navbar-brand {
        z-index: 1;
        padding: 40px 0;
        height: inherit;
    }
    .navbar-collapse {
        padding-left:0;
        padding-right:0;
    }

    #menuHeader li a {
        font-size: 14px;
    }

    #siteWrapper>header>.container{
        max-width:inherit;
        width:100%;
    }

    #menuHeader li:not(.no-open-icon).has-children>a:after{
        padding-top:5px;
        font-size:8px;
        right:-10px;
    }

}

@media only screen and (max-width: 890px) {
    #menuHeader li a {
        font-size: 13px;
    }
    #menuHeader>ul:first-child {
        margin-left:15px;
    }
    #menuHeader li:not(.no-open-icon).has-children {
        margin-right: 14px;
    }

    #menuHeaderLanguage li>a,
    #menuHeaderLanguage .sub-menu {
        width: 40px;
    }

}
@media only screen and (max-width: 767px) {

    #menu-responsive{
        display:block !important;
        line-height: 1;
        cursor: pointer;
        color: #868686;
        font-size:15px;
        position:absolute;
        right:25px;
        top:35px;
        padding:15px;
    }

    .navbar-brand{
        padding-left:15px;
    }


    #siteWrapper>header{
        height:122px;
    }


}















#about-pages .esg-entry-content,
.snap-content {
    overflow: auto
}


.snap-content,
.snap-drawer,
.snap-drawers {
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0
}

.owl-controls .owl-dot.active {
    background-color: #FFF
}

.snap-content {
    right: 0;
    left: 0;
    width: auto;
    z-index: 2;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.snap-drawers {
    right: 0;
    left: 0;
    width: auto;
    background-color: #fff
}

.snap-drawer {
    right: auto;
    left: auto;
    width: 265px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.snap-drawer-left,
.testi:before {
    left: 0;
    z-index: 1
}

.snap-drawer-right {
    right: 0;
    z-index: 1
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%
}

@media (min-width:992px) {
    .snap-drawers {
        display: none
    }
}

.snap-drawers .menu>ul,
.snap-drawers .mobile-menu>ul {
    padding: 20px
}

.snap-drawers .menu>ul li,
.snap-drawers .mobile-menu>ul li {
    display: block
}

.snap-drawers .menu>ul li a,
.snap-drawers .mobile-menu>ul li a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
    color: #418c05
}

.snap-drawers .menu>ul li:last-child,
.snap-drawers .mobile-menu>ul li:last-child {
    border: none
}

.snap-drawers .menu>ul li li,
.snap-drawers .mobile-menu>ul li li {
    margin-left: 20px
}
