#product-banner {
  background: url(../images/career.jpg) center top no-repeat;
  height: 420px;
  margin-top: 0%;
  position: relative;
  background-size: cover;
}
#product-banner .chevron {
  position: absolute;
  width: 10px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
#product-banner .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
#product-banner .chevron:before,
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
#product-banner .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
#product-banner .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
#product-banner .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;

    transform: translateY(30px);
  }

  67% {
    opacity: 1;

    transform: translateY(40px);
  }

  100% {
    opacity: 0;

    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

#product-banner .container-fluid {
  width: 80%;
}
#product-banner h2 {
  color: white !important;
  margin-top: 180px;
  font-weight: 400;
  font-size: 2.5em;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #00a94f;
  display: inline-block;
}

/*category*/
#category {
  padding-top: 70px;
  padding-bottom: 30px;
}
#category .container-fluid {
  width: 80%;
}
#category .to {
  margin-top: 40px;
}
#category .to h5 {
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
  color: #2f2f2f;
}
#category .to .act {
  background: #fff;
  color: #00a94f;
}
#category .au {
  border: 1px solid #d2d2d2;
  margin-bottom: 40px;
  padding: 50px;
  background: #edf0f1;
}
#category h3 {
  margin-bottom: 20px;
  margin-top: 0px;
  color: ##2f2f2f;
  font-size: 26px;
  font-weight: 400;
}
#category h3 span {
  color: #00a94f;
  font-weight: 600;
}
#category p {
  color: ##2f2f2f !important;
  line-height: 28px !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
}
#category a.bot {
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
  background: #00a94f;
  padding: 10px 20px;
  margin-right: 3px;
}
#category .btn {
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Nunito Sans", sans-serif !important;
}
#category .btn {
  background: #00a94f;
  float: right;
}
#category .btn a {
  color: #fff !important;
  font-size: 14px;
}
#category .accordion {
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top: 10px;
}

#category .active, .accordion:hover {
  background-color: #01a94f; 
}

#category .panel {
  padding: 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

#category .panel p {
  transform: none !important;
  text-align: left;
}

#category ul {
  padding-left: 15px;
}

#category ul li {
  color: #656569 !important;
  line-height: 28px !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
button.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
button.accordion.active:after {
  content: "\2212";
}








@media only screen and (min-width: 1920px) and (max-width: 2560px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  #product-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  #product-banner h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  #product-banner h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #product-banner h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #product-banner h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  #category {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #category .au {
    padding: 40px;
  }
}

@media only screen and (min-width: 150px) and (max-width: 767px) {
  #product-banner .container-fluid {
    width: 80%;
  }
  #product-banner h2 {
    margin-top: 160px;
    margin-bottom: 10px;
    font-size: 1.8em;
  }
  #product-banner {
    background: url(../images/mb-banner/career.jpg) center top no-repeat;
    height: 350px;
  }
  #product-banner h2 {
    border: none;
  }

  #category {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #category h3 {
    font-size: 20px;
  }
  #category .au {
    padding: 30px;
  }
  #category a.bot {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}
