@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner {
  position: relative;
  overflow: hidden;
}
.banner.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  z-index: 1;
}
.banner.home-banner .bg video, .banner.home-banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner.home-banner .banner-wrapper {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .flex {
    justify-content: center;
  }
}
.banner.home-banner .banner-wrapper .content {
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content {
    width: 100%;
    text-align: center;
  }
}
.banner.home-banner .banner-wrapper .content h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content h3 {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
}
.banner.home-banner .banner-wrapper .content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content p {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 675px) {
  .banner.home-banner .banner-wrapper .content p {
    font-size: 14px;
  }
}

.home-secD {
  padding: 6rem 0 8rem;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .home-secD {
    padding: 2rem 0;
  }
}
.home-secD .heading {
  text-align: center;
  margin-bottom: 5rem;
}
.home-secD .heading h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-secD .swiper-wrap {
  position: relative;
}
.home-secD .swiper-wrap .opening-slider {
  overflow: visible;
}
.home-secD .swiper-wrap .opening-slider .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(0.9);
  opacity: 0.5;
}
.home-secD .swiper-wrap .opening-slider .swiper-slide .item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.home-secD .swiper-wrap .opening-slider .swiper-slide .item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.home-secD .swiper-wrap .opening-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.home-secD .swiper-wrap .opening-slider .swiper-slide.swiper-slide-active .item img {
  transform: scale(1.05);
}
.home-secD .swiper-wrap .swiper-group {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .home-secD .swiper-wrap .swiper-group {
    display: none;
  }
}
.home-secD .swiper-wrap .swiper-group button {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.home-secD .swiper-wrap .swiper-group button svg path {
  fill: var(--text);
}
.home-secD .swiper-wrap .swiper-group button:hover svg path {
  fill: var(--black);
}
.home-secD .swiper-wrap .swiper-group .media-next {
  transform: rotate(270deg);
}
.home-secD .swiper-wrap .swiper-group .media-prev {
  transform: rotate(90deg);
}

.career-secA {
  width: 65%;
  margin: 0 auto;
  padding: 4rem 0 4rem;
}
@media only screen and (max-width: 991px) {
  .career-secA {
    width: 80%;
    padding: 3rem 0 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .career-secA {
    width: 100%;
  }
}
.career-secA p {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .career-secA p {
    font-size: 14px;
  }
}

.career-secB {
  padding: 55px 0;
}
@media only screen and (max-width: 675px) {
  .career-secB {
    padding: 2.5rem 0 1rem;
  }
}
.career-secB .heading {
  margin-bottom: 56px;
}
.career-secB .swiper .item {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.career-secB .swiper .item img {
  width: 100%;
  transition: 0.5s ease;
}
.career-secB .swiper .item:hover img {
  opacity: 0.8;
}
.career-secB .swiper-nav {
  max-width: 54%;
}
@media only screen and (max-width: 991px) {
  .career-secB .swiper-nav {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .career-secB .swiper-nav {
    display: none;
  }
}

.career-secC {
  padding: 64px 0;
}
@media only screen and (max-width: 768px) {
  .career-secC {
    padding: 2.5rem 0;
  }
}
.career-secC .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .career-secC .heading {
    margin-bottom: 35px;
  }
}
.career-secC .summery-detail-content {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .career-secC .summery-detail-content {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .career-secC .summery-detail-content {
    width: 100%;
  }
}
.career-secC .summery-detail-content .col {
  border: 1px solid #C1C1C1;
  --padlr: 21px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col {
    --padlr: 15px;
  }
}
.career-secC .summery-detail-content .col:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .career-secC .summery-detail-content .col:not(:last-child) {
    margin-bottom: 12px;
  }
}
.career-secC .summery-detail-content .col.active .title {
  background: var(--secondary);
}
.career-secC .summery-detail-content .col.active .title h6 {
  color: var(--white);
}
.career-secC .summery-detail-content .col.active .title .ico {
  rotate: -90deg;
  background-image: url(../../icon/arrow-down-white.svg);
}
.career-secC .summery-detail-content .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 15px var(--padlr);
  cursor: pointer;
  background: #E4E4E4;
  transition: 0.6s ease;
}
.career-secC .summery-detail-content .col .title h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  flex: 1;
  color: var(--black);
  padding-right: 1rem;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 14px;
  }
}
.career-secC .summery-detail-content .col .title .ico {
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  background-image: url(../../icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.career-secC .summery-detail-content .col article {
  position: relative;
}
.career-secC .summery-detail-content .col article .apply_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col article .apply_btn {
    position: unset;
    margin: var(--padlr);
  }
}
.career-secC .summery-detail-content .col article .content-desc {
  padding: 30px var(--padlr);
}

.career-secD {
  padding: 75px 0;
}
@media only screen and (max-width: 991px) {
  .career-secD {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .career-secD {
    padding: 2rem 0 5rem;
  }
}
.career-secD .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .career-secD .heading {
    margin-bottom: 35px;
  }
}
.career-secD .heading .ico {
  line-height: 0;
  margin-bottom: 30px;
}
.career-secD .heading .ico img {
  width: 68px;
}
.career-secD .heading h3 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.career-secD .heading p {
  margin-top: 15px;
}
@media only screen and (max-width: 675px) {
  .career-secD .heading p {
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}
.career-secD .form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  --item: 2;
  --inputsize: 52px;
  --gaplr: 24px;
  --gaptb: 20px;
  --paddingleftright: 17px;
}
@media only screen and (max-width: 675px) {
  .career-secD .form {
    --item: 1;
  }
}
.career-secD .form .form-group {
  background: #F3F2F2;
  border-radius: 10px;
}
.career-secD .form .form-group::before, .career-secD .form .form-group::after {
  display: none;
}
.career-secD .form .form-group label {
  font-family: "lato";
}
.career-secD .form .btn-black {
  background: var(--gradient-c);
  color: white;
  padding: 10px 30px;
  font-family: "Circular Pro Book";
  font-weight: 450;
  font-size: 16px;
  border: none;
  text-align: center;
  border-radius: 25px;
  transition: color 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 540px) {
  .career-secD .form .btn-black {
    margin-top: 4px;
  }
}
.career-secD .form .btn-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-d);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}
.career-secD .form .btn-black:hover::before {
  opacity: 1;
}
.career-secD .form .custom-file-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 52px;
  border-radius: 10px;
  background: #F3F2F2;
  cursor: pointer;
  font-family: "lato";
  font-size: 14px;
  color: #333;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.career-secD .form .custom-file-label .file-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  font-size: 16px;
  color: #000;
}
.career-secD .form .custom-file-label svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  stroke: #666;
}/*# sourceMappingURL=career.css.map */