
@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;
  }

  #parallax1 {
    height: 0;
    padding: 0;
  }

  #parallax2 {
    height: 0;
    padding: 0;
  }

  .img-banner {
    display: none;
    height: 0;
    padding: 0;
  }

  .txt-banner span {
    font-size: 30px;
    font-weight: bold;
    color: #2c718d;
  }
}

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

  #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) {
  .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) {

}
