@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animate-slide {
  animation: fadeInSlideUp 0.8s ease-out;
}
.hr-hero-banner {
	background-image: url(http://213.109.159.53/~bitrust/public/assets/images/banner/banner-bg.png);
	background-color: rgb(232, 82, 1);
}
.banner-right img {
	width: 100%;
	border-radius: 228px 228px 0 0;
	background: #fff;
	height: 464px;
	max-width: 500px;
	object-fit: cover;
}
.animate-slide-out {
  animation: slideOutDown 0.8s ease-out;
}
.banner-right figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: end;
}

.shape-02 img {
  max-width: 150px;
  animation: pulse 3s infinite ease-in-out alternate;
}
.shape-02 {
  position: absolute;
  top: 60px;
  left: 50%;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1.1); }
}
.hr-hero-banner .swiper-container .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hr-hero-banner .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: -1;
}
.hr-hero-banner .swiper-container .swiper-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: -2;
  background-size: cover !important;
}
.hr-hero-banner .swiper-container .swiper-slide-active .slide-bg {
  animation: zoomIn 8s ease forwards;
}
.hr-hero-banner .swiper-container .swiper-slide-active .slide-bg {
  transform: scale(1.1);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--color-4);
  padding: 10px 25px 10px 50px;
  border: 1px solid var(--color-4);
  border-style: dashed;
  display: inline-block;
  line-height: 25px;
  border-radius: 30px;
  position: relative;
  font-family: var(--font-02);
}
.hr-hero-banner
  .swiper-container
  .swiper-slide
  .hr-content
  .hr-sub-titel::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: var(--color-4);
  border-radius: 50%;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content {
  z-index: 11;
  padding: 200px 0px 100px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--white);
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 16px;
  line-height: 70px;
  width: 90%;
}

.banner-right {
  height: 100%;
}
.hr-hero-banner .swiper-container .swiper-slide-active .hr-content .hr-titel,
.hr-hero-banner
  .swiper-container
  .swiper-slide-active
  .hr-content
  .hr-btns-wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  text-transform: uppercase;
}
.hr-hero-banner
  .swiper-container
  .swiper-slide-active
  .hr-content
  .hr-sub-titel {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  text-transform: unset;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel span {
  color: var(--color-6);
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  color: var(--white);
  width: 84%;
  font-family: var(--font-02);
  line-height: 28px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-btns-wrap {
  margin-top: 1.5rem;
}
.hr-hero-banner .swiper-button-prev {
  left: 20px;
}
.hr-hero-banner .swiper-button-next {
  right: 20px;
}
.hr-hero-banner .swiper-button-next,
.hr-hero-banner .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  color: var(--color-2);
}
.hr-hero-banner .swiper-button-next:hover, .hr-hero-banner .swiper-button-prev:hover {
	background: var(--black);
	color: var(--white);
}
.hr-desktop-slider {
  display: block;
}
.hr-tablet-slider {
  display: none;
}
.hr-mobile-slider {
  display: none;
}
.hr-btns-wrap .hr-experience-text a {
  font-size: 21px;
  color: #222;
  text-decoration: underline;
  font-weight: 600;
  font-family: var(--font-02);
}
.hr-hero-banner .swiper-container .swiper-slide .shape-01 {
  position: absolute;
  bottom: 0;
  right: calc(8% - 45px);
  width: 685px;
}
.hr-hero-banner .swiper-container .swiper-slide .shape-01 img {
  width: 510px;
}
.hr-hero-banner .swiper-pagination {
  display: flex;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -30px;
  justify-content: center;
  z-index: 11;
}
.hr-hero-banner .swiper-pagination-bullets .swiper-pagination-bullet {
  font-size: 0;
  background: #fff;
  border: 2px solid var(--color-3);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  width: 25px;
  height: 8px;
  border-radius: 30px;
}
.swiper-pagination-bullet-active {
  background: var(--color-4) !important;
  border: 2px solid var(--color-4) !important;
  width: 40px !important;
}
@media (max-width: 1700px) {
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
    width: 630px;
  }
}
@media (max-width: 1585px) {
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
    width: 600px;
    right: calc(6% - 45px);
  }
}
@media (max-width: 1400px) {
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
    width: 500px;
    right: calc(14% - 45px);
  }
  .hr-hero-banner .swiper-container .swiper-slide .hr-content {
  z-index: 11;
  padding-bottom: 50px;
}
}
@media(max-width:1200px){
  .hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
  width: 30px;
  height: 30px;
}
.hr-hero-banner .swiper-button-prev {
  left: 5px;
}
.hr-hero-banner .swiper-button-next {
  right: 5px;
}
}

@media screen and (max-width: 1024px) {
  .hr-desktop-slider {
    display: none;
  }
  .hr-tablet-slider {
    display: block;
  }
  .hr-mobile-slider {
    display: none;
  }
  .hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
    font-size: 0.9rem;
  }
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: calc(1.425rem + 2.1vw);
  line-height: 52px;
}
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
    width: 420px;
  }
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 img {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
    width: 350px;
  }
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 img {
    width: 345px;
  }
}
@media (max-width: 767.98px) {
  .hr-btns-wrap {
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .hr-btns-wrap .hr-experience-text {
    margin-top: 20px !important;
  }
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 {
    width: 185px;
    right: calc(10% - 45px);
  }
  .hr-hero-banner .swiper-container .swiper-slide .shape-01 img {
    width: 190px;
  }
.hr-hero-banner .swiper-container .swiper-slide .hr-content {
  z-index: 11;
  padding: 100px 0px 60px;
}
}
@media screen and (max-width: 480px) {
  .hr-desktop-slider {
    display: none;
  }
  .hr-tablet-slider {
    display: none;
  }
  .hr-mobile-slider {
    display: block;
  }
  .hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-sub-titel {
    font-size: 0.8rem;
  }
  .hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-titel {
  font-size: 28px;
  line-height: 35px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text::before {
  display: none;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
  padding-left: 0;
  width: 100%;
}
.hr-hero-banner .swiper-button-next, .hr-hero-banner .swiper-button-prev {
  width: 30px;
  height: 30px;
  display: none;
}
.hr-btn {
  margin-right: inherit !important;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content {
  z-index: 11;
}
}

.hr-appoint-form1 input {
  height: 42px;
  padding: 0 25px;
  background: #fff0;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  margin-bottom: 20px;
  display: block;
}
.hr-appoint-form1 select {
  height: 42px;
  padding: 0 25px;
  background: #fff0;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  margin-bottom: 20px;
  display: block;
}
.hr-appoint-form1 select option {
  margin: 40px;
  background: #fff;
  color: #000;
  text-shadow: 0 1px 0 rgb(0 0 0 / 0.4);
}
.hr-form-container {
  background-color: #023047d4;
  padding: 68px 47px 87px 47px;
}
.hr-form-container img {
  width: 60px;
}
.hr-form-container h2 {
  color: #fff;
  font-family: var(--font-02);
}
.hr-form-container p {
  color: #fff;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

