/* -------------------------------------------------
			Banner General
----------------------------------------------------*/
.site-banner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.site-banner .content-banner {
	position: relative;
	width: 100%;
	max-width: 716px;
	color: var(--white);
	z-index: 2;
}

.content-banner .button-group-banner {
	margin-top: 28px;
}

/* CONTENT BANNER */
.site-banner .heading-banner p {
	font-family: var(--fontfamily-newake);
	font-weight: 400;
	line-height: var(--lineheight-l);
	font-size: var(--text-lg);
	margin-bottom: 13px;
}


.site-banner .content {
	font-size: var(--text-md);
}

/* BUTTON BANNER */
#btn-banner-secondary {
	margin-left: 35px;
}

.error404 .site-banner .button-arrow-down-banner {
	bottom: 60px;
}


.site-header .site-banner {
    z-index: 1;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.site-banner .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


@media all and (min-width: 601px) {
	/* general */
	.wrapp-cta-banner {
		margin-top: 32px;
	}

	/* -------------------------------------------------
				Banner Page Template Corporate
	----------------------------------------------------*/
	.site-banner .container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

	.button-arrow-down-banner {
		position: absolute;
		left: 50%;
		right: 0;
		z-index: 2;
	}
}

@media all and (min-width: 901px) {

	/* banner default */
	.site-banner {
		height: -webkit-calc(100vh - var(--height-header));
		height: -moz-calc(100vh - var(--height-header));
		height: calc(100vh - var(--height-header));
		min-height: 500px;
	}

	.site-banner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	/* -----------------------------------
		page template default & corporate
	------------------------------------- */
	.button-arrow-down-banner {
		bottom: 50px;
	}

    .button-arrow-down-banner img.icon-cta {
        width: 50px;
        height: 50px;
    }

}

@media all and (min-width: 1300px) {

	.error404 .site-banner {
		min-height: 741px;
	}

}


@media all and (max-width: 1299px) {
	.site-header .site-banner.banner-overlay:before {
		top: auto;
		bottom: 0;
		width: 80%;
		height: -webkit-calc(100% - 85px);
		height: -moz-calc(100% - 85px);
		height: calc(100% - 85px);
	}
}


@media all and (min-width: 901px) and (max-width: 1299px) {
	.site-banner {
		min-height: -webkit-calc(100vh - 85px);
		min-height: -moz-calc(100vh - 85px);
		min-height: calc(100vh - 85px);
	}    
}


@media all and (min-width: 601px) and (max-width: 900px) {
	.site-banner {
		min-height: 600px;
	}

	.site-banner {
		min-height: -webkit-calc(600px + 85px);
		min-height: -moz-calc(600px + 85px);
		min-height: calc(600px + 85px);
	}

	.button-arrow-down-banner {
		bottom: 30px;
	}
    .button-arrow-down-banner img.icon-cta {
        width: 30px;
        height: 0px;
    }
}


@media all and (max-width: 600px) {
    .button-arrow-down-banner img.icon-cta {
        width: 30px;
        height: 30px;
    }
	.wrapp-cta-banner {
		margin-top: 16px;
	}

	.site-banner {
		min-height: 475px;
		background-position: 75% !important;
	}

	.site-banner {
		min-height: -webkit-calc(475px + 85px);
		min-height: -moz-calc(475px + 85px);
		min-height: calc(475px + 85px);
	}

	#btn-banner-secondary {
		margin-top: 15px;
	}

	.site-banner .heading-banner p,
	.site-banner .content {
		--text-lg: 16px;
	}

	.site-banner .content-banner {
		padding-bottom: 25px;
	}

}

.banner-display-background_image_overlay {
    position: relative;
}

.banner-display-background_image_overlay::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2024/06/image-hero-linewave.png') right bottom/contain no-repeat;
    opacity: 0.8;
}

.banner-display-background_image_overlay .content-media-banner img {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: contain;
}






/* ------------------------------------------
                Responsive
--------------------------------------------*/

@media all and (min-width: 901px) {
    .banner-display-background_image_overlay .container .content-banner {
        width: 52%;
    }

    .banner-display-background_image_overlay .container .content-media-banner {
        width: 48%;
        position: relative;
        height: 100%;
		min-height: 300px;
		min-width: 500px;
		margin-right: -23px
		z-index: 3;
    }

    .banner-display-background_image_overlay::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: -webkit-calc(100% - 26%);
        width: -moz-calc(100% - 26%);
        width: calc(100% - 26%);
        max-width: 500px;
        height: 100%;
        background: url(/wp-content/uploads/2023/03/pattern-soft-blue-banner-image-overlay.svg) right/cover no-repeat;
    }

    .banner-display-background_image_overlay .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -webkit-align-items: center;
                   -moz-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
        padding-top: 80px;
    }
}


@media all and (min-width: 901px) and (max-width: 1299px) {
    .banner-display-background_image_overlay .container .content-media-banner {
        margin-bottom: -57px;
    }
	
	  .banner-display-background_image_overlay .container .content-media-banner {
			overflow: hidden;
	}
}


@media all and (max-width: 900px) {
    .banner-display-background_image_overlay .content-media-banner {
        display: none;
    }
    .banner-display-background_image_overlay .container {
        padding-top: 50px;
    }
}


@media all and (min-width: 601px) and (max-width: 900px) {
    .banner-display-background_image_overlay .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media all and (max-width: 600px) {
    .banner-display-background_image_overlay .layout-mitra-logo {
        display: none;
    }

    .banner-display-background_image_overlay .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}