.career-detail-sec .career-det-list span, .career-detail-sec .career-det-list li, .career-detail-sec .career-det-list p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Milliard';
  font-weight: 300;
}

@media (max-width: 1000px) {
  .career-detail-sec .career-det-list span, .career-detail-sec .career-det-list li, .career-detail-sec .career-det-list p {
    font-size: 16px;
    line-height: 23px;
  }
}

.career-detail-sec .career-det-list .job-title {
  padding: 0;
}

@media (min-width: 1200px) {
  .career-detail-sec .career-det-list .job-title {
    width: 27%;
  }
}

.career-detail-sec .career-det-list .job-title span, .career-detail-sec .career-det-list .job-title li, .career-detail-sec .career-det-list .job-title p {
  color: #657986;
}

.career-detail-sec .career-det-list .job-disc {
  padding: 0;
}

@media (min-width: 1200px) {
  .career-detail-sec .career-det-list .job-disc {
    width: 73%;
  }
}

.career-detail-sec .career-det-list .job-disc span, .career-detail-sec .career-det-list .job-disc li, .career-detail-sec .career-det-list .job-disc p {
  color: #101A28;
}

.career-detail-sec .career-det-list .job-disc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 12px 0;
}

.career-detail-sec .career-det-list .job-disc li:before {
  content: "";
  background: url(../images/job-list-tick.svg) no-repeat center center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 17px;
  margin-top: 4px;
}

.career-detail-sec .career-det-row {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 20px;
}

.career-det-list:last-child .career-det-row {
  margin-bottom: 0;
  border-bottom: none;
}

.accordion {
  width: 100%;
  margin: 8px auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 14px 0;
  border: none;
}

.accordion-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  background: #EDFBEF;
  color: #038140;
  border-radius: 8px;
  height: 66px;
  padding: 0 33px;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
}

.accordion-item-header.active {
  color: #FFF;
  background: #038140;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  font-weight: normal;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  -o-border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#34495e), to(transparent)) 1;
     border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  margin-bottom: 20px;
}

.job-form .job-form-col {
  padding-top: 28px;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .job-form .job-form-col {
    margin-bottom: 5px;
  }
}

.job-form label {
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: absolute;
  top: 49px;
  left: 13px;
  color: #657986;
  font-size: 14px;
}

.job-form .focus-label label {
  visibility: visible;
  height: auto;
  top: 5px;
}

.job-form input, .job-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #87A497;
  outline: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  padding-bottom: 15px;
}

@media (max-width: 1000px) {
  .job-form input, .job-form textarea {
    font-size: 16px;
  }
}

.job-form input::-webkit-input-placeholder, .job-form textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #101A28;
}

.job-form input:-ms-input-placeholder, .job-form textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #101A28;
}

.job-form input::-ms-input-placeholder, .job-form textarea::-ms-input-placeholder {
  font-weight: 300;
  color: #101A28;
}

.job-form input::placeholder, .job-form textarea::placeholder {
  font-weight: 300;
  color: #101A28;
}

.job-form input:focus, .job-form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-weight: 600;
  color: #101A28;
  border-bottom: 2px solid #000000;
}

.submit {
  border-radius: 6px;
  background: #038140;
  border: none;
  border: 1px solid #038140;
  padding: 0 40px;
  height: 48px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
}

.submit:hover {
  background: none;
  color: #038140;
}

.application-form .submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.application-form .submit img {
  margin-right: 15px;
}

.application-form p {
  font-family: 'Milliard';
  font-weight: 500;
}

.our-jouerny {
  position: relative;
}

.our-jouerny:after {
  height: 1px;
  background: #d1d1d1;
  width: 100%;
  position: absolute;
  left: 0;
  top: 458px;
  content: "";
  display: block;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .our-jouerny:after {
    display: none;
  }
}

.history-slider-main {
  position: relative;
}

.history-slider-main .swiper-button-next, .history-slider-main .swiper-button-prev {
  width: 54px;
  height: 54px;
  border: 1px solid #005C36;
  border-radius: 50%;
  top: 190px;
}

@media (max-width: 1200px) {
  .history-slider-main .swiper-button-next, .history-slider-main .swiper-button-prev {
    display: none;
  }
}

.history-slider-main .swiper-button-next:after, .history-slider-main .swiper-button-prev:after {
  display: none;
}

.history-slider-main .swiper-button-next svg, .history-slider-main .swiper-button-prev svg {
  width: 6px;
  height: 6px;
}

.history-slider-main .swiper-button-next {
  right: -4%;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .history-slider-main .swiper-button-next {
    right: -2.5% !important;
  }
}

.history-slider-main .swiper-button-prev {
  left: -4%;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .history-slider-main .swiper-button-prev {
    left: -2.5% !important;
  }
}

.history-slider-main .c-box {
  text-align: center !important;
}

.history-slider-main .c-box h4 {
  color: #005C36;
  font-size: 22px;
  margin-top: 15px;
  font-weight: bold;
}

.history-slider-main .c-box p {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #101A28;
}

.history-slider-main .swiper-slide {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media (max-width: 767px) {
  .history-slider-main .swiper-slide {
    width: 60%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (min-width: 767px) {
  .history-slider-main .swiper-slide .history-thumb {
    width: 180px;
    margin-top: 80px;
  }
}

@media (max-width: 1200px) {
  .history-slider-main .swiper-slide .history-thumb {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .history-slider-main .swiper-slide .history-thumb {
    width: 100%;
  }
}

.history-slider-main .swiper-slide .c-box p {
  display: none;
}

@media (min-width: 767px) {
  .history-slider-main .swiper-slide.swiper-slide-prev {
    text-align: left;
  }
  .history-slider-main .swiper-slide.swiper-slide-prev .history-thumb {
    margin-top: 120px;
    position: relative;
    left: -3px;
  }
  .history-slider-main .swiper-slide.swiper-slide-prev .c-box {
    text-align: left !important;
  }
  .history-slider-main .swiper-slide.swiper-slide-prev .c-box h4 {
    padding-left: 50px;
  }
}

@media (min-width: 767px) {
  .history-slider-main .swiper-slide.swiper-slide-next {
    text-align: right;
  }
  .history-slider-main .swiper-slide.swiper-slide-next .history-thumb {
    position: relative;
    right: -3px;
    margin-top: 40px;
  }
  .history-slider-main .swiper-slide.swiper-slide-next .c-box {
    text-align: right !important;
  }
  .history-slider-main .swiper-slide.swiper-slide-next .c-box h4 {
    padding-right: 50px;
  }
}

.history-slider-main .swiper-slide.swiper-slide-active p {
  display: block;
}

@media (max-width: 767px) {
  .history-slider-main .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .history-slider-main .swiper-slide.swiper-slide-active .c-box h4 {
    font-size: 27px;
    margin-top: 5px;
  }
}

@media (min-width: 767px) {
  .history-slider-main .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .history-slider-main .swiper-slide.swiper-slide-active .history-thumb {
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 60px;
  }
  .history-slider-main .swiper-slide.swiper-slide-active .c-box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-bottom: 100px;
  }
  .history-slider-main .swiper-slide.swiper-slide-active .c-box h4 {
    font-size: 30px;
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  body .our-jouerny .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .history-slider-main {
    padding-top: 20px;
  }
}

.input-check-box-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.input-check-box-sec .check-box-container {
  visibility: visible;
  height: auto;
  top: auto;
  left: auto;
  position: relative;
  width: auto;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #101A28;
}

.input-check-box-sec .check-box-container input {
  margin-left: 15px !important;
}

.application-form .accordion-item-header.active + .accordion-item-body {
  max-height: none;
}

.application-form .close-button {
  position: absolute;
  right: 0;
  top: 3px;
  background: green;
  height: 28px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 0;
}

.application-form .close-button:hover {
  opacity: 0.6;
}

.application-form .white-form-sec .row {
  position: relative;
}

.application-form .white-form-sec .row .close-btn {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  color: #FFF;
  font-size: 36px;
  line-height: 20px;
  position: relative;
  display: block;
  top: 0;
  width: 28px;
  height: 28px;
  left: 0;
  text-align: center;
}

.input-check-box-sec label {
  visibility: visible;
  height: auto;
  position: absolute;
  top: -4px;
  left: auto;
  font-size: 18px;
  display: block;
  width: 100%;
  font-weight: 300;
  color: #000;
}

.product-table {
  width: 100%;
}

.product-table table {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  width: 100%;
}

.product-table table td {
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  text-align: left;
  padding: 3px 5px;
  font-size: 14px;
}

.product-table table td table {
  border: none;
}

.product-table table td table td {
  border: none;
  padding: 0;
}

.product-table table td table tr:nth-child(1) {
  border-bottom: 1px solid gray;
}
/*# sourceMappingURL=style-e.css.map */