
@media (min-width: 767px) {

}

@media (min-width: 768px) {

}

@media (min-width: 991px) {
  .job-modal .details .video-iframe iframe {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
  }

  #detail-job .video-iframe iframe {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }

  #last-background {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: transparent;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #header.header-scrolled {
    background: #fff;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }

  .back-to-top {
    bottom: 15px;
  }

  .center-logo {
    width: 250px;
  }

  .selo-pg {
    left: 20px;
    right: 0;
    top: 20px;
    width: 70px;
}

  .member-modal .details h2 {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {

}

@media (max-width: 574px) {

}

@media (max-width: 480px) {

}

@media (max-width: 460px) {

}
