
/* 

X-Small 	        None 	<576px
Small 	            sm 	    ≥576px
Medium 	            md 	    ≥768px
Large 	            lg 	    ≥992px
Extra       large 	xl 	    ≥1200px
Extra extra large 	xxl 	≥1400px


*/

@import url("../fontawesome/css/fontawesome.min.css"); /* FA CSS import */

/* RESET */

.frame {
    width: 100%;
    padding: 0 !important;
}

.frame-container {
    padding: 0 !important;
}

legend {
    font-size: inherit!important;
}


@media (min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1760px;
    }

    .frame-container-default{
        max-width: 1760px;
    }
}
/* GENERAL */

@import url('fonts/Montserrat-VariableFont_wght.ttf');

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    line-height: normal;
}

h2{
    font-size: 32px;
    font-weight: 500;
    line-height: normal;

}

h3{
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

h5{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}

body, p {
    font:  'Montserrat', sans-serif !important;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}

.fa-solid.fa-long-arrow-right{
    margin-left: 10px;
}




/* COLORS */

.bg-darkblue{
    background-color: var(--color-darkblue-fix);
    color: #fff;
}

.bg-lightblue{
    background-color: #d8e1e6;
    color: #000
}

.bg-white{
    background-color: #ffffff !important;
    color: #000
}

.bg-red{
    background-color: var(--color-red);
    color: #fff
}

.text-red{
    color: var(--color-text-red) !important;
}

.text-lightblue{
    color: var(--color-text-lightblue) !important;
}

.text-white{
    color: var(--color-text-white) !important;
}

.text-black{
    color: var(--color-text-black) !important;
}

.text-blue{
    color: var(--color-text-blue) !important;
}

.text-gray{
    color: var(--color-text-gray) !important;
}



section{
    padding-top: 50px;
    padding-bottom: 50px;   
}
.red{
    color: var(--color-red);
}

.hidden{
    display: none;
}

@media(min-width:992px){
    .no-padding{
        padding: 0!important;
    }
}

.ContentBannerSection .container.no-padding {
    padding: 0 !important;
}

a:hover{
    color: var(--color-red);
}

a:hover .fa-solid.fa-long-arrow-right{
    /* margin-left: 15px; */
    transition: ease-in;
    position: relative;
    right:-10px;
}
/* BUTTONS */

.btn-red{
    background-color: var(--color-red);
    color: #fff;
}

.btn-red:hover,
.BottomRowBlock.bg-red:hover{
    background-color: var(--color-red-btn);
    color: #fff;
}

.redButton,
.btn.btn-primary,
.submitbutt input[type="submit"]{
    background-color: var(--color-red);
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;   
    min-width: 200px;
    border-color: var(--color-red) ;
    border-radius: 0;
}

.resetbutt a{
    background-color: var(--color-red)!important;
    color: #fff!important;
    padding: 15px 25px!important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: center !important;   
    min-width: 200px !important;
    border-color: var(--color-red)!important ;
    border-radius: 0 !important;
}

.redButton:hover,
.resetbutt a:hover,
.submitbutt input[type="submit"]:hover{
    background-color: var(--color-red-btn);
    color: #fff;
}


.resetbutt a:hover{
    background-color: var(--color-red-btn)!important;
    color: #fff;
}


@media(min-width:1200px){
    .redButton{
        font-size: 24px;
        padding: 15px 25px;
        margin-top: 0px;
        font-weight: 500;
    }
    
}

.arrow-top {
    position: absolute;
    right: 0;
    top: 0;
    /* padding: 35px; */
    z-index: 23;
    width: 100px;
    height: 100px;
    display: flex;
}

.arrow-top a{
    text-decoration: none!important;
}

.arrow-top i {
    font-size: 2.5rem;
    margin: 0!important;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsBlock:hover .arrow-top,
.locationBlock:hover .arrow-top,
.grouped-category-item:hover .arrow-top{
    background-color: #fff;
}
.newsBlock:hover .arrow-top i,
.locationBlock:hover .arrow-top i,
.grouped-category-item:hover .arrow-top i {
    color: #000;
}

/* TOPBAR */


.topbar {
    padding: 30px 0 10px;
}

.site-logo img{
    max-height: 62px;
    width: auto!important;
    margin-bottom: 15px;
    height:auto;
}

.topbar .redButton{
    background-color: var(--color-red);
    color: #fff;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 18px;
    width: 100%!important;
    text-align: center;    
    margin-top: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    min-width: inherit!important;
    justify-content: center;
}

.topbar .redButton:hover{
    background-color: var(--color-red-btn);
}

.topbar .redButton i{
    margin-left: 10px;
}
.menu-item-space{
    padding-right: 15px;
}

@media(min-width:580px){
    .topbar .container{
        padding: 0;
    }
}

@media(min-width:1200px){
    .topbar .redButton{
        font-size: 20px;
        padding: 15px 15px;
        margin-top: 0px;
    }

    .site-logo {
        margin-bottom: 0px;
    }

    .menu-item-space{
        padding-right: 15px;
    }

}

.form-control.search-input {
    min-width: 89px;
    display: flex;
    position: absolute;
    right: 30px;
    width: 160px;
    border-radius: 5px !important;
    top: -6px;
  }

  .form-control.search-input{
    display: none;
}

.navbarLang{
    border-radius: 0;
    border-color: #eaeaea;
}

.navbarLang li a {
    padding: 5px 15px;
}

#search_ico
{
  cursor: pointer;
}

/* Custom tab (in locations) */
.custom-target-tab.active {
    background-color: transparent !important;
    color: var(--color-red) !important;
}

.custom-target-tab:active {
    background-color: transparent !important;
    color: var(--color-red) !important;
}

/* MENU */


.navbar .nav-item a,
.navbar .nav-link{
    font-weight: 500!important;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    font-size: 20px;
    margin-right: 15px;
}

.dropdown-icon {
    cursor: pointer !important;
}

.navbar .nav-item a:hover,
.navbar .nav-link:hover{
    color: var(--color-red);
}


.navbar .dropdown-toggle::after{
    border: 0;
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

@media(min-width:992px){
    .navbar-toggler {
        display: none;
      }
}

.navbar-toggler:focus {
    box-shadow: none;
}

#navbarSupportedContent {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-toggler-icon{
    display: flex;
    align-items: center;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    border-color: #eaeaea;
}

.navbar-nav .dropdown-item:active{
    background: #fff!important;
    color: var(--color-red)!important;
}

.nav-drop{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(min-width:992px){
    .nav-drop .fas.fa-chevron-down{
        display: none;
    }
    .nav-link.dropdown-toggle::after{
        display: none;
    }

    #navbarSupportedContent {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.navbar-nav .nav-item{
  line-height: initial;
}

.nav-item.active .nav-link{
    color: var(--color-red);
    font-weight: 700 !important;
}

@media(min-width:992px){
    .nav-item.active::after{
        width: 20px;
        height: 5px;
        background: var(--color-red);
        content: "";
        display: inline-block;
        margin-left: 8px;
    }
}

@media(max-width:992px){
    .nav-link{
        padding: 10px 20px 20px 10px;
    }

    #navbarLang.nav-link {
        padding: 10px;
    }

    .navbar-nav .dropdown-menu{
        box-shadow: none;
    }
}

.navbar-nav .dropdown-item{
    padding: 10px 20px;
}

.navbar-nav .dropdown-item.active
{
  background: none!important;
  color: var(--color-red) !important;
}

#navbarLang.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

/* SLIDER */


.HomeBanner{
    position: relative;
}

#homeCarousel{
    min-height: 700px;
    max-height: 700px;
    width: auto;
}

#homeSliderCarousel{
    overflow: visible;
    width: auto;
}

.carousel-item,
.carousel-item img{
    min-height: 700px;
    object-fit: cover;
    padding: 0!important;
}
#homeSliderCarousel .carousel-item,
#homeSliderCarousel .carousel-item img{
    min-height: 500px !important;
    max-height: 500px !important;
    object-fit: cover;
    padding: 0!important;
}

.HomeBannerBackground{
    background-size: cover;
    min-height:700px;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}


.HomeBannerTitleRow{
    position: absolute;
    width: 100%;
    z-index: 10;
    margin: 0!important;
    top: 50%;
    transform: translateY(-50%);
}

.HomeSliderTitleRow{
    position: relative;
    width: 100%;
    z-index: 10;
    margin-left: 0!important;
    margin-top: -86px;
}

.HomeSliderTitleRow .btn{
    font-weight: 520 !important;
}

.HomeSliderTitleRow .btn:hover{
    background-color: white;
    color: var(--color-red);
}

.HomeBannerTitle{
    padding: 25px 20px!important;
}

.HomeBannerTitle h1{
    font-size: 3.5rem;
    color: var(--color-red);
    font-weight: 700;
}

.HomeSliderTitle{
    padding: 25px 20px!important;
}

.HomeSliderTitle h1{
    font-size: 2.7rem;
    color: var(--color-text-white);
    font-weight: 700;
}

.HomeSliderTitle .subtitle{
    font-size: 27px;
    color: var(--color-text-white);
}

.HomeBannerBlock{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    min-height: 200px;
}
.HomeBannerBottomRow .bg-darkblue a{
    color: #fff ;
    text-decoration: none;
}

.HomeBannerBottomRow .bg-lightblue a{
    color: #333 ;
    text-decoration: none;
}

@media(max-width:992px){
    .HomeBannerBackground .HomeBannerBottomRow{
        display: none!important;
    }

    .HomeBannerBottomRow.row.d-md-flex.d-lg-none {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}

@media(min-width:992px){
    
    .HomeBannerBottomRow{
        position: absolute;
        bottom: 0;
        width: 100%;
        right: 12px;
    }

    .HomeBannerBlock{
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        min-height: 300px;
    }
}

/* CONTENTBANNER */

#ContentBanner{
    position: relative;
    min-height: 560px;
    max-height: 560px;
}

.ContentBannerTitleRow{
    position: absolute;
    width: 100%;
    z-index: 10;
    margin: 0!important;
    bottom: 0;
}

.bg-shadow-bottom {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgb(0, 0, 0) 1%, rgba(61, 59, 59, 0.49) 15%, rgba(112, 110, 110, 0.24) 22%, rgba(112, 110, 110, 0) 29%)
}

.ContentBannerTitle h1{
    word-break: break-word;
 }
 
.ImageTextBlocktext h2 {
    word-break: break-word;
}

#ContentBanner .ContentBannerImage img{
    min-height: 560px;
    max-height: 560px;
    object-fit: cover;
}

.ContentBannerTitle{
    padding: 25px 20px!important;
}

.ContentBannerTitle h1{
    font-size: 3rem;
    color: var(--color-red);
    font-weight: 700;
    line-height: normal;
}

.subtitle{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: var(--color-red);
    line-height: normal
}




/* imageText */

.ImageTextBlock{
    margin-bottom: 50px;
}

.ImageTextBlock:last-child {
    margin-bottom: 0;
}

@media(min-width:768px){
    .ImageTextBlock{
        min-height: 500px;
        position: relative;
        margin-bottom: 0;
    }
}

.ImageText{
    position: relative;
}

.ImageTextBlocktext{
    padding: 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    min-height: 300px;
}

.ImageTextBlockBackground{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    min-height: 300px;
}

.BottomRow{
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    margin: 0!important;
}

.BottomRowBlock{
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.BottomRowBlock a,
.BottomRowBlock button{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;

    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.BottomRowBlock.bg-red{
    background-color: var(--color-red);
}
.BottomRowBlock.bg-red a,
.BottomRowBlock.bg-red button{
    color: #fff;
}
/* 
.BottomRowBlock.bg-red a::after{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f178";
    position: absolute;
    margin-left: 10px;
} */

.BottomRowBlock.bg-red a:hover::after,
.BottomRowBlock.bg-red button:hover::after{
    margin-left: 20px;
}

.BottomRowBlock button{
    background: none;
    border: none;
}

@media(max-width:768px){
    .BottomRow{
        position: relative!important;
    }
}

/* LOCATIONS */
.location-searchbar {
    padding: 25px 20px 25px;
}
.location-searchbar h2 {
    margin-bottom: 0;
}

.location-searchbar input {
    padding: 10px 20px;
    border: none;
}

.location-dropdown {
    padding: 0px 20px 30px;
}

.btn-search-location {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.locationBlock{
    min-height: 200px;
}

.locationBlock {
    min-height: 240px;
    max-height: 320px;
    align-items: end;
    display: flex;
    padding: 20px;
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.locationBlock:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to bottom, rgba(255,255,0,0) 0%,rgba(0,0,0,0.4) 100%);
    pointer-events: none;
}


.locationBlock:hover:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(to bottom, rgba(255,255,0,0) 0%,rgba(0,0,0,0.6) 100%);
    pointer-events: none;
}

.locationTitle {
    display: flex;
    flex-direction: column;
}

.locationTitle a,
.locationTitleCountry a{
    color: #fff;
    text-decoration: none;
    z-index: 99;
    position: relative;
}

.locationTitleCountry {
    position: absolute;
    top: 50%;
}

.location-searchbar .title.active{
    color: var(--color-red);
}

.locations-tab-header{
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}


.locations-tab-header .redButton {
    border: 1px solid red;
    width: 100%;
}

.locations-tab-header .dropdown-menu{
    width: 100%;
}

.location-row{
    padding-bottom: 60px;
}

.location-row:last-child{
    padding-bottom: 0!important;
}

@media(min-width:768px){
    .location-dropdown {
        padding: inherit;
    }
}

@media(min-width:992px){
    .locations-section .location-searchbar{
        padding-left: 0;
    }

    /* cancel dropdown styling */
    .locations-tab-header .redButton{
        display: none;
    }

    .locations-tab-header .dropdown-menu{
        width: 100%;
        display: flex!important;
        border: 0;
    }

    .locations-tab-header .dropdown-menu a{
        font-family: 'Montserrat', sans-serif !important;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; ;
    }
}

@media(min-width:1200px){
    .locations-tab-header .dropdown-menu a{
        font-family: 'Montserrat', sans-serif !important;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; ;
    }
}

@media(min-width:1400px){
    .locations-tab-header .dropdown-menu a{
        font-family: 'Montserrat', sans-serif !important;
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; ;
    }
}

.locations-row-bar{
    max-width: 100%;
    position: relative;
}

.locations-row-bar.bg-row-bar-red::after{
    background: var(--color-red) !important;
}

.locations-row-bar.bg-row-bar-red:hover::after{
    background: #fff  !important;
}

.locations-row-bar::after{
    content: "";
    width: 30px;
    height: 30px;
    background: var(--color-darkblue-bg);
    position: absolute;
    right: -30px;
    top: -30px;
    transition: ease-in-out;
    transition-duration: 500ms, 250ms;
}

.locations-row-bar:hover::after{
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: ease-in-out;
    transition-duration: 500ms, 250ms;
}

.location-dropdown {
    padding-right: 40px;
}

.vl-filtering .dropdown-toggle {
    height: 40px;
    border: 0;
}

.nav-link.dropdown-toggle{
    white-space: normal!important;
}

/* BREADCRUMB */
.breadcrumb-section {
    padding-bottom: 0;
    padding-top: 0;
}

.breadcrumb-goback{
    margin-right:20px;
}

.breadcrumb-goback .transparentButton{
    color: var(--color-red);
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-goback .transparentButton::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f060";
    margin-right: 20px;
}

.breadcrumb-link{
    border-left:2px solid #707070;
    padding-left: 20px;
}

.breadcrumb-link a{
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.breadcrumb-link .seperator {
    padding: 0 10px;
}

/* location detail */

.bg-dce-intro, .bg-dark-blue{
    background-color: var(--color-dce-intro);
}

.intro-detail .row {
    padding: 40px 40px;
}

.intro-detail .detail-item-label{
    color: var(--rgb-255255255, #FFF);
    font-weight: 700;
}

.intro-detail .detail-item-text,
.intro-detail .detail-item-text p,
.intro-detail .detail-item-text a{
    font-weight: 400;
    font-size: 22px;
    color: #FFF;
    text-decoration: none;
}

.intro-detail .detail-item{
    margin-bottom: 25px;
}

.intro-detail .redButton{
    margin-top: 20px;
    display: inline-block;
}

@media(min-width:1200px){
    .intro-detail .row {
        padding: 40px 80px;
    }

    .intro-detail .detail-item{
        margin-bottom: 0px;
    }

    .intro-detail .redButton{
        margin-top: 0px;
        display: inline-block;
    }
}

.icon-list ul{
    padding: 0;
}

@media(min-width:1200px){
    .icon-list.iconlist-devide-columns ul{
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    
    }

    .ul-devide-columns{
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}

.icon-list li{
    list-style-type: none;
    font-weight: 700;
    display: flex;
}

.icon-list li::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    content: "\f00c";
    margin-right: 15px;
    font-size: 20px;
}

.maps iframe{
    width: 100%;
}

/* CALL TO ACTION / C2A */

.calltoaction .row {
    min-height: 400px;
    max-height: 540px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.calltoaction-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
}

.calltoaction-title{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.calltoaction-subtitle{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.calltoaction-button {
    display: flex;
    margin-top: 30px;
  }

@media(min-width:1200px){
    .calltoaction .row {
        min-height: 540px;
        max-height: 540px;
    }
}

/* CALL TO ACTION / C2A Calltoaction text*/

.calltoaction.calltoactionText .calltoaction-inner{
    align-items: start;
    padding: 30px;
}

.calltoaction.calltoactionText .calltoaction-subtitle{
    text-align: left;
    font-size: 20px;
}


@media(min-width:1200px){
    .calltoaction.calltoactionText .calltoaction-inner{
        align-items: start;
        padding: 50px;
    }
    
}


/* GROUPED CATEGORY (products/services/markets) */
.grouped-category-start,
.grouped-category-item,
.grouped-category-start #ContentBanner{
    max-height: 440px;
    min-height: 440px;
}

.grouped-category-item{
    background-size: cover!important;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    align-items: end;
    position: relative;
}

.grouped-category-item:hover:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    pointer-events: none;
}

@media(max-width:768px){
    .grouped-category-item{
        max-height: 300px;
        min-height: 300px;
    }
}

.grouped-category-title{
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    z-index: 99;
}

.grouped-category-subtitle{
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    z-index: 99;
}

.grouped-category-title,
.grouped-category-title a,
.grouped-category-subtitle,
.grouped-category-subtitle a{
    color: #fff;
    text-decoration: none;
}

.grouped-category-content{
    display: flex;
    flex-direction: column;
}

/* GROUPED CATEGORIES PEOPLE */



/* DATATABLES */
.dataTables_length label,
.dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_length select{
    width: inherit;
    min-width: 70px;
    margin:0 10px;
}

.dataTables_wrapper .row {
    margin: 20px 0;
}

.dt-row .col-sm-12 {
    padding: 0;
}


.dataTables_wrapper .bottom {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .3em 0.7em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: var(--color-red);
    border-color: var(--color-red);
    color: #FFF!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    background: var(--color-red)!important;
    border-color: var(--color-red);
    color: #FFF!important;
}

.dataTables_wrapper{
    overflow: scroll;
    padding-bottom: 30px;
}

@media(max-width:991px){
    .dataTables_wrapper .bottom{
        flex-direction: column;
        justify-content: center;
    }
    .dataTables_wrapper .bottom .dataTables_info,
    .dataTables_wrapper .bottom .dataTables_paginate,
    .dataTables_wrapper .bottom .dataTables_length{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .dataTables_wrapper .bottom .dataTables_paginate{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* 
.dataTables_filter label {
    justify-content: end;
}   


.dataTables_filter input{
    margin: 0 0px 0 10px;
    width: inherit;
}

 */

/* NEWS */

.newsBlock {
    min-height: 440px;
    max-height: 440px;
    align-items: end;
    display: flex;
    padding: 20px;
    color: #fff!important;
    position: relative;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.newsBlock:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    pointer-events: none;
}

.newsBlock:hover:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    pointer-events: none;
}

.newsTitle {
    display: flex;
    flex-direction: column;
}

.newsTitle a{
    color: #fff!important;
    text-decoration: none;
    z-index: 99;
}



/* NEWS detail */

.news-detail-date{
    color: #191919;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.news-featured-image img{
    width: 100%;
}

/* FORM */

.form-control {
    display: block;
    width: 100%;
    padding: 8px 24px; 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #D2DDE2;
    background-clip: padding-box;
    border: 1px solid #D2DDE2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #000;
    background-color: #D2DDE2;
    border-color: #D2DDE2;
    outline: 0;
    box-shadow: none;
}

textarea{
    min-height: 200px!important;
}

/* FOOTER */

footer a{
    color: #000!important;
    text-decoration: none;
}

footer h4{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(max-width:992px){
    .footerTextColumn{
        padding-bottom: 30px;
    }
}

/* copyright */

.copyright{
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright ul {
    list-style-type: none;
    padding: 0;
}

.copyright .social-icons ul {
    list-style-type: none;
    padding: 0;
    display: flex;
}

.copyright ul li{
    display: flex;
}



.copyright .social-icons ul li{
    margin-right: 20px;
}

.copyright ul li a{
    text-decoration: none;
    color: #000!important;
}

.social-icons i {
    font-size: 1.5rem;
}

#map {
  height: 100%;
}

#form_kesearch_pi1 .kesearch_searchbox {
    margin-top: 50px;
}

#kesearch_num_results {
    margin-top: 50px;
    margin-bottom: 20px;
}

#ke_search_sword {
    width: 100% !important;
    height: 55px !important;
    position: relative !important;
    top: 1px;
    width: 220px;
    height: auto;
    padding: 8px 40px 7px 9px;
    margin: 0;
    display: inline;
}

.search-link a{
    font-size: 18px !important;
}


.kesearch_searchbox .kesearchbox{
    display: inline-block;
    width: 65%;
    position: inherit;
}

.kesearch_searchbox span.resetbutt{
    display: inline-block;
    float: none;
}

.kesearch_searchbox .submitbutt{
    display: inline-block;
}

#kesearch_results .result-list-item a{
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    color: var(--color-red)!important;
}

#kesearch_results .result-list-item a:hover{
    color: var(--color-red-btn)!important;
}

#kesearch_results .result-list-item{
    margin-top: 45px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit{
    color: var(--color-red)!important;
}
.add-info, .add-info a
{
  font-size: 16px !important;
}

@media(min-width:992px){
    .copyright ul {
        display: flex;
        padding: 0;
        margin-bottom: 0;
    }

    .copyright .copyright-menu ul{
        justify-content: end;
        text-align: right;
    }

    .copyright .copyright-menu ul li{
        margin-left: 20px;
    }
}



@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

/*container of red button*/
.container-red-button{
    display: flex;
    flex-direction: column;
}

.container-red-button a.redButton{
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    padding-right: 70px;
}

.container-red-button a.redButton::after{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f061";
    margin-right: 20px;
    position: absolute;
    right: 20px;
}

.container-red-button a.redButton:hover::after{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f061";
    margin-right: 15px;
    position: absolute;
    right: 20px;
}

.container-red-button a.redButton.active{
    background-color: var(--color-red-btn);
}



/* annual report */

.annual-report-detail-button-group{
    display: flex;
    flex-direction: column;
}

.annual-report-detail-button-group a.redButton{
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    padding-right: 70px;
}

.annual-report-detail-button-group a.redButton::after{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f061";
    margin-right: 20px;
    position: absolute;
    right: 20px;
}

.annual-report-detail-button-group a.redButton:hover::after{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f061";
    margin-right: 15px;
    position: absolute;
    right: 20px;
}

.annual-report-detail-button-group a.redButton.active{
    background-color: var(--color-red-btn);
}

/* pagination */
.pagination-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 40px 0 30px;
}

.pagination-wrapper a {
    padding: 10px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    position: relative;
}

.pagination-wrapper a.active {
    color: var(--color-red);
}

.pagination-wrapper a.active::after {
    width: 15px;
    height: 5px;
    background: var(--color-red);
    content: "";
    display: inline-block;
    margin-left: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pagination-wrapper a:hover {
    color: var(--color-red);
}

.page-item {
    padding: 5px;
}
  
.page-item a {
    padding: 10px;
    font-weight: 700;
    text-decoration: none;
    color: #000!important;
    position: relative;
    font-size: 20px;
    background: none!important;
    border: none!important;
}

.page-item.disabled{
    display: none;
}
.page-item.active a {
    color: var(--color-red) !important;
}

.page-link:focus{
    box-shadow: none!important;
}
  
.page-item.active a::after {
    width: 15px;
    height: 5px;
    background: var(--color-red);
    content: "";
    display: inline-block;
    margin-left: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}

section table{
	width:100%;
	margin-bottom:30px;

}

section table tr:nth-child(2n){
	background:#D2DDE2;
}

.annual-report-detail-content img {
    max-width: 100%;
  }

#map{
    min-height: 400px;
}

/* PRODUCTS */

.productWrapper .ImageTextBlock{
    margin-bottom: 0;
}

.productTableRow{    
    padding: 0px;
}

.productTableImage{
    display: flex;
    justify-content: start;
}


.row.productTableRow img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0px 0 20px;
    display: block;
    text-align: right;
    background-color: transparent;
}

.productTableRow th, 
.productTableRow td {
    border-bottom: none;
}

@media(max-width:992px) {
    .productTableRow th, 
    .productTableRow td {
        display: inline-block;
        width: 100% !important;
        border-bottom: none;
    }

    .productTableRow th{
        padding: 15px 15px 0 15px;
    }

    .productTableRow td{
        padding: 0px 15px 15px 15px;
    }
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color:#e3e3e3;
 }


.accordion-item {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border: none;
    background: none;
}

/* closed */
.accordion-button,
.accordion-button{
    background-color: #d8e1e6;
    color: #191919;
    border: none;
    outline: none;
}

/* open */
.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed){
    background-color: var(--color-darkblue-bg);
    color: #fff;
    border: none;
    outline: none;
}



.accordion-button:focus{
    border: none;
    outline: none;
    box-shadow: none;
}

.accordion-button::after {
    content: "\f178";
    background-image: none;
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: rotate(-90deg);
}

.accordionDesktopMenu{
    display: none;
}

@media(min-width:768px){
    .accordionDesktopMenu{
        display: block;
    }
    .accordionDesktopMenu button {
        padding: 20px;
    }

    .accordionDesktopMenu .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: none;
    }
    .accordionDesktop .accordion-header{
        display: none;
    }
}

.productCatGroupToggleContainer{
    display: none;
}
.productCatGroupToggleContainer:has(.collapsed.productCatGroupToggle){
    display: flex;
}

/* Anchor List Style */
.anchorList{
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0;
    text-align: left;
}

.anchorList .nav-link {
    margin-right: 10px;
    text-align: left;
    color: var(--color-red);
    font-weight: bold;
}
.anchorList .nav-tabs .nav-link.active,
.anchorList .nav-tabs .nav-item.show .nav-link{
    color: var(--color-red) !important;
}
.nav-link.active {
    border: none;
    position: relative;
    color: var(--color-red);
}

.anchorList .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    /* Adjust the position of the underline */
    left: 0;
    right: 0;
    height: 3px;
    width: 30px;
    /* Thickness of the underline */
    background-color: var(--color-red);
    /* Color of the underline */
}

.anchorList .nav-tabs{
    border: none;
}

.anchorList .nav-tabs .nav-link{
    border: none;
    padding-left: 0px;
}
/* End Anchore list */ 

/** Google Map Banner **/

#banner_map img[alt="Google"],
#banner_map .gmnoprint
{
    display: none !important;
}

/** End Google Map Banner **

/** Location Slicing card (locationSlicing) **/

.locationSlicing .btn-primary, .groupedProducts .btn-primary {
    max-width: none !important;
    min-width: auto !important;
    padding: 7px 15px;
    margin: 0px;
}

.whiteButton {
    background-color: #fff;
    color: var(--color-red);
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.3s;
}

.whiteButton:hover {
    background-color: var(--color-red);
    color: #fff;
}
 
/** Products container tabs **/ 
.productContainer .nav-tabs{
    border-bottom: var(--color-red) 1px solid;
}
.productContainer .nav .nav-link  {
    background-color: #efefef !important;
    color: #000 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--color-red) !important;
}

.productContainer .nav .nav-link.active  {
    background-color: var(--color-red) !important;
    color: #fff !important;
    border-bottom: 1px solid var(--color-red) !important;
}

.productContainer .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgb(255, 255, 255);
}
.productContainer .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-bg-type: #EFEFEF;
}

.ImageTextBlockSlider{
    padding: 0;
}

.ImageTextBlockSlider .ImageTextBlockBackground{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    min-height: 300px;
}

/* Webshop */
.webshop-row {
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1024px) {
    .webshop-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 640px)  {
    .webshop-row {
        grid-template-columns: 1fr;
    }
    
}

.webshop-header {
    padding: 60px 0;
    font-weight: 700;
    font-size: 36px;
    color: var(--color-red);
}
/* End Webshop */