.navbar.fixed-top {
  position: relative !important;
}

.fp-tableCell {
  padding-top: 76px;
}

.fp-section {
  background-size: cover;
}

.box-main {
  background-color: rgba(12, 49, 115, 0.9);
  background-position: left bottom;
  background-repeat: no-repeat;
  text-decoration: none !important;
  color: #FFF;
}

.box-main:hover {
  background-color: rgba(0, 78, 162, 0.9);
  text-decoration: none !important;
  color: #FFF !important;
}

.box-main h3 {
  font-weight: bold;
  padding: 1.4rem;
  text-align: center;
}

.box-intro-apply {
  display: flex;
  align-items: end;
  justify-content: center;
  background-image: url("../images/icon/icon-bookstack.png");
  background-position: 90% 20%;
  background-position: -50% 20%;
  background-size: 80%;
  width: 36%;
  height: 460px;
}

.box-apply-school {
  display: flex;
  align-items: center;
  justify-content: end;
  background-image: url("../images/icon/icon-tap.png");
  background-position: 8% bottom;
  background-size: 30%;
  height: 220px;
}

.box-apply-college {
  display: flex;
  align-items: center;
  justify-content: end;
  background-image: url("../images/icon/icon-click.png");
  background-position: 8% bottom;
  background-size: 30%;
  height: 220px;
}

#fp-nav.fp-left {
  left: -6px;
}

#fp-nav ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li a span, .fp-slidesNav ul li:hover a span {
  height: 6px;
  width: 6px;
  margin: -6px 0 0 -5px;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 6px;
  width: 6px;
  margin: -6px 0 0 -5px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #e5e5e5;
}

#fp-nav .active span {
  background: #004ea2;
}

.fp-slidesNav.fp-bottom {
  left: 10% !important;
}

.fp-controlArrow {
  display: none;
}

@media (min-width: 576px) {
  #fp-nav ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li a span, .fp-slidesNav ul li:hover a span {
    height: 10px;
    width: 10px;
    margin: -6px 0 0 -5px;
  }

  #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 10px;
    width: 10px;
    margin: -6px 0 0 -5px;
  }

  #fp-nav.fp-left {
    left: 18px;
  }
}

.button-menu {
  width: 64px;
  height: 64px;
  font-size: 32px;
  color: #FFF !important;
  background-color: #004ea2;
  border-radius: 50%;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 32px;
  top: 50%;
  margin-top: -128px;
  cursor: pointer;
}

.button-menu:hover {
  background-color: #1485d1;
}

.collapsing {
  transition: none !important;
}

.menuline {
  display: none;
  position: absolute;
  right: 64px;
  width: 1px;
  background-color: #e5e5e5;
  bottom: 0;
  z-index: 0;
}

@media (min-width: 1337px) {
  .button-menu {
    display: flex;
    right: 32px;
  }

  .menuline {
    display: block;
    right: 64px;
  }

  #fp-nav.fp-left {
    right: 50px;
  }
}

body > .container-fluid {
  padding-top: 100px;
  min-height: calc(100% - 387px - 68px - 34px);
  background-image: url("../images/background/bg-main-1.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.quicklink {
  display: flex;
  justify-content: space-between;
}

.quicklink .quicklink-circle:hover {
  background-color: #0065d1;
  text-decoration: none;
}

.quicklink .quicklink-circle {
  background-color: #004ea2;
  background-position-x: center;
  background-position-y: 12px;
  background-repeat: no-repeat;
  background-size: 60px;
  height: 130px;
  flex: 1;
}

.quicklink .quicklink-circle:first-child {
  border-top-left-radius: 15%;
  border-bottom-left-radius: 15%;
}

.quicklink .quicklink-circle:last-child {
  border-top-right-radius: 15%;
  border-bottom-right-radius: 15%;
}

.quicklink .quicklink-circle .title {
  font-size: 11px;
  padding-top: 74px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 576px) {
  .quicklink {
    justify-content: center;
  }
  .quicklink a {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .quicklink .quicklink-circle {
    flex: none !important;
    border-radius: 50% !important;
    width: 130px;
  }
}

.nav.nav-fullpage, .nav.nav-fullpage .nav-link.active, .nav.nav-fullpage .nav-item.show .nav-link {
  background-color: rgba(255, 255, 255, 0.85);
  border: none !important;
  width: 100%;
  margin: 0 auto;
}

.tab-content.tab-fullpage {
  background-color: rgba(255, 255, 255, 0.85);
  border: none !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #000;
  width: 100%;
  height: 178px;
  overflow-y: auto;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .tab-content.tab-fullpage,
  .nav.nav-fullpage, .nav.nav-fullpage .nav-link.active, .nav.nav-fullpage .nav-item.show .nav-link {
    width: 100%;
    max-width: 460px;
  }
}

.tab-content.tab-fullpage > hr {
  margin: 0 0.7rem 0.5rem 0.7rem;
  border-top: 2px solid #004ea2;
}

.tab-content.tab-fullpage ul li > .list {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  text-decoration: none !important;
  color: #000;
}

.tab-content.tab-fullpage ul li > .list > .title {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab-content.tab-fullpage ul li > .list > .date {
  padding: 0 1.2rem;
  text-align: right;
  width: 150px;
}

.nav.nav-fullpage {
  background-color: rgba(255, 255, 255, 0.85);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.nav.nav-fullpage .nav-link {
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  font-weight: bold;
  color: #c9c9c9;
  padding: 0.7rem 1.4rem;
}

.nav.nav-fullpage .nav-item:first-child .nav-link {
  border-top-left-radius: 1rem !important;
}

.nav.nav-fullpage .nav-link.active {
  color: #004ea2 !important;
}

#fullpage .intro {
  margin-top: -5%;
}

.footer {
  margin-top: 0 !important;
  background-color: #FFF;
}

.footer p, .footer a {
  color: #000;
}