.hr-breadcrumb .th-admin-edit{
    position: absolute;
    right: 250px;
}
.hr-breadcrumb .th-admin-edit i{
    font-size: 18px;
}
.hr-breadcrumb {
	position: relative;
	padding: 120px 0 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background: linear-gradient( to bottom right, #0f766e 0%, #0d9488 50%, #fbbf24 100% ) !important;
}
.arrow-btn {
	font-size: 22px;
	color: #fef08a !important;
	animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  to {
    animation-timing-function:cubic-bezier(.8,0,1,1);
    transform:translateY(-25%)
  }
  50% {
    animation-timing-function:cubic-bezier(0,0,.2,1);
    transform:none
  }
}
.hr-breadcrumb-content svg {
  fill: #fde047;
  width: 96px;
  height: 57px;
  position: relative;
  z-index: 1;
}
.hr-breadcrumb-content {
	position: relative;
	z-index: 1;
}

.hr-breadcrumb h2 {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 600;
	font-family: var(--font-02);
	letter-spacing: .025em;
	margin-bottom: 25px;
}
.hr-breadcrumb-content svg {
	fill: #fde047;
	width: 96px;
	height: 97px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.hr-breadcrumb .hr-titel {
	margin-bottom: 1rem;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--white);
	font-family: var(--font-03);
}


.hr-breadcrumb .hr-titel span {
	color: #fef08a;
	line-height: 0.833;
	font-size: 4.5rem;
	text-align: center;
	max-width: 600px;
	font-family: var(--font-02);
	text-transform: capitalize;
	letter-spacing: .025em;
}

.hr-breadcrumb .hr-text {
	color: var(--white);
	font-weight: 500;
	font-size: 1.25rem;
	max-width: 600px;
	font-family: var(--font-02);
	margin: 0 auto;
	margin-bottom: 50px;
}

.hr-breadcrumb .btn-main {
	margin-top: 1.2rem;
	display: inline-block
}
.hr-breadcrumb .breadcrumb_watermark {
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	top: 148px;
	z-index: 0;
	font-size: 150px;
	font-weight: 600;
	position: absolute;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
	z-index: 2;
}
@media screen and (max-width: 1280px) {
    .hr-breadcrumb .breadcrumb_watermark {
        overflow: hidden;
    }
}
@media screen and (max-width: 991px) {
    .hr-breadcrumb .breadcrumb_watermark {
        top: 50%;
        font-size: 130px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 680px) {
    .hr-breadcrumb .breadcrumb_watermark {
        font-size: 70px;
    }
    .hr-breadcrumb .hr-titel span{
    	font-size: 60px;
    }
    .hr-breadcrumb{
    	padding: 180px 0 180px;
    }
}
@media screen and (max-width:425px) {
	.hr-breadcrumb {
	padding: 195px 0 70px;
}
.hr-breadcrumb .breadcrumb_watermark {
	font-size: 50px;
	top: 63%;
	line-height: 40px;
}	
.hr-breadcrumb .hr-titel span {
	font-size: 30px;
}
.hr-breadcrumb .hr-titel {
	font-size: 55px;
	line-height: 45px;
}
}