h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima_novabold", serif;
}

@font-face {
  font-family: "proxima_novabold";
  src: url("../../assets/fonts/fontsfree-net-proxima-nova-bold-webfont.woff2") format("woff2"), url("../../assets/fonts/fontsfree-net-proxima-nova-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.r-link::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background-color: #dd1919;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.r-link:hover::after {
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.r-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dd1919;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media (min-width: 1280px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .nav-links,
  .left-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 2;
    margin: 0px;
  }
  .nav-links a,
  .left-menu a {
    color: #524d51;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }
  .nav-links li,
  .left-menu li {
    padding: 10px 20px;
  }
  .nav-logo {
    margin-right: auto;
    cursor: pointer;
  }
  .left-menu {
    margin-right: auto;
  }
}

@media (max-width: 1279px) {
  body {
    overflow-x: hidden;
  }
  nav {
    height: 10vh;
  }
  .mobile {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
  }
  .desktop {
    display: none;
  }
  .nav-links {
    width: 100%;
    padding: 0px 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    position: absolute;
    z-index: 2;
    right: 0;
    margin: 0px;
    top: 10vh;
    opacity: 0;
    -webkit-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    display: none;
  }
  .nav-links a {
    color: white;
    text-decoration: none;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav-active {
    width: 100%;
    background-color: #1785ce;
    opacity: 1;
    display: block;
  }
  .nav-links li {
    border-bottom: white 1px solid;
    padding: 10px 0px;
  }
  .nav-links li:hover {
    background-color: #213763;
  }
  .nav-logo {
    margin-right: auto;
    cursor: pointer;
  }
  .burger {
    color: #8b8585;
    cursor: pointer;
  }
  .navigation img {
    height: 60px;
    width: 60px;
  }
}

.header-container {
  background: url("../../assets/images/akademik/sistem_informasi/bg_header.png") no-repeat center fixed;
  background-size: cover;
}

h1 {
  margin: 0px;
  padding: 0px;
}

.header-container {
  height: 450px;
  position: relative;
}

h1.header {
  position: absolute;
  bottom: 0px;
  left: 10%;
  bottom: 50px;
  color: white;
  font-size: 68px;
  font-weight: 700;
}

body {
  padding: 0px;
  margin: 0px;
  line-height: normal;
}

button.apply-btn {
  background-color: #dd1919;
  color: white;
  border: 0px;
  padding: 10px 30px;
  margin: 0px 30px;
  cursor: pointer;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  padding: 30px 5%;
  top: 0px;
  z-index: 3;
  font-family: "proxima_novabold", serif;
  font-size: 14px;
  font-weight: 700;
  color: #524d51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-logo {
  width: 80px;
  cursor: pointer;
}

ul.breadcum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 80px;
}

h1.title-section p::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: bottom;
  width: 90px;
}

h1.title-section p {
  font-size: 28px;
}

h1.subtitle-section p {
  font-size: 34px;
}

h1.subtitle-section {
  color: #0d5ea3;
  font-weight: 800;
}

.header-container {
  padding: 30px 0px;
}

.logo {
  width: 200px;
}

.logo.ban-pt {
  margin-top: 10px;
}

.second-navigation li a {
  color: white;
}

.second-navigation {
  position: relative;
  z-index: 2;
}

.subsection {
  padding: 100px;
}

h1 {
  line-height: normal;
  font-weight: bold;
}

h1.title-section,
h1.subtitle-section {
  margin-left: 80px;
}

h1.title-section p::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: bottom;
  width: 90px;
}

h1.title-section p {
  font-size: 18px;
}

h1.subtitle-section {
  color: #0d5ea3;
  font-weight: 800;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  h1.title-section p,
  h1.subtitle-section {
    font-size: 18px;
  }
}

.line-blue {
  border-bottom: #0d5ea3 3px solid;
  width: 50%;
}

.header-text-color-blue {
  color: #0071bc;
}

.padding-100 {
  padding: 0px 100px;
}

.visible {
  display: block;
}

.li-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-background {
  background-color: rgba(139, 133, 133, 0);
}

.link {
  cursor: pointer;
}

a {
  color: #1c98eb;
  text-decoration: none;
}

.no-sticky {
  position: relative;
  z-index: 2;
}

.breadcum {
  padding-bottom: 80px;
}

li.menu-active {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 0px;
  background-color: #dd1919;
}

li.menu-active a {
  color: white;
}

.img-subsection2 img {
  width: 437px;
}

.subsection1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 80px;
}

.subsection2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

.flex-item-1 {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
}

.visi-container {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  padding-left: 100px;
}

.subsection2 .img-subsection2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 400px;
}

.profile-tamatan li {
  list-style-type: circle;
}

.main-content {
  background-image: url(../../assets/images/akademik/sistem_informasi/bg_content.png);
  padding: 100px 20%;
}

.subsection-header {
  font-family: "Roboto";
}

.fakultas {
  width: 250px;
  color: #dd1919;
  line-height: 34px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: #dd1919 3px solid;
}

.visi-container p {
  width: 400px;
}

.table-misi {
  width: 500px;
}

.table-misi td {
  padding: 10px;
}

article.profile-tamatan {
  width: 500px;
}

.profile-tamatan-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-pic {
  height: 600px;
}

@media (max-width: 622px) {
  .main-content {
    padding-left: 5%;
  }
  .img-subsection2 img {
    width: 300px;
    height: auto;
  }
  .table-misi {
    width: 300px;
  }
  .visi-container p {
    width: 320px;
  }
}

@media (max-width: 1279px) {
  .subsection1, .subsection2, .subsection3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .visi-container {
    padding-left: 0px;
  }
  .profile-pic {
    display: none;
  }
}

.r2-footer {
  background-color: #313131;
}

.r2-footer-main {
  padding: 0px 5%;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 40px;
}

.r2-footer-main img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

ul li {
  list-style: none;
}

.r2-footer-main ul li a {
  color: white;
}

.r2-footer-address p {
  width: 250px;
  margin-left: 40px;
  color: white;
}

.footer-copyright {
  color: white;
  padding: 100px;
}

hr {
  background-color: white;
}

.link-black {
  color: black;
}

@media (max-width: 1100px) {
  .r2-footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .r2-footer-main img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
/*# sourceMappingURL=sisteminformasi.css.map */