.gk-header {
  background-color: #f9bd1a;
  color: #fff; }
  .gk-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px; }
  .gk-header .gk-logo {
    width: 180px; }
  .gk-header .gk-logo img {
      width: 100%; }
  .gk-header .gk-menu {
    display: flex;
    align-items: center; }
  .gk-header .gk-menu.open {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 9;
      width: 300px;
      height: 100%;
      background: #2d3d54;
      color: #fff; }
  .gk-header .gk-menu.open .menu {
        flex-direction: column;
        align-items: baseline;
        width: 100%;
        height: auto; }
  .gk-header .gk-menu.open .menu li {
          width: 100%;
          height: auto; }
  .gk-header .gk-menu.open .menu .menu-link {
          display: block;
          padding: 12px 20px;
          color: #fff;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .gk-header .gk-menu.open .menu-icon {
        margin-left: 0;
        width: 100%;
        border-left: 0; }
  .gk-header .gk-menu.open .menu-icon li {
          flex: 1 1; }
  .gk-header .gk-menu.open .menu-icon li:last-child .menu-icon-link {
            border-right: 0; }
  .gk-header .gk-menu.open .menu-icon .menu-icon-link {
          justify-content: center;
          background: transparent;
          height: 60px;
          color: #fff;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          font-size: 28px; }
  .gk-header .gk-menu.open .toggle-close {
        display: flex;
        align-self: flex-end;
        padding: 10px 15px;
        font-size: 24px;
        cursor: pointer; }
  .gk-header .gk-menu.open .toggle-close:hover {
          opacity: .7; }
  @media (max-width: 1100px) {
      .gk-header .gk-menu {
        display: none; } }
  .gk-header .menu {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 70px; }
  .gk-header .menu li {
      height: 100%; }
  .gk-header .menu .menu-link {
      display: flex;
      align-items: center;
      padding: 0 15px;
      height: 100%;
      font-size: 16px;
      font-weight: 500;
      color: #2d3d54; }
  .gk-header .menu .menu-link:hover {
        text-decoration: none;
        background: #e8a534; }
  .gk-header .menu .active .menu-link {
      background: #f5a623; }
  .gk-header .menu-icon {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    height: 70px;
    border-left: 1px solid rgba(255, 255, 255, 0.4); }
  .gk-header .menu-icon li {
      height: 100%; }
  .gk-header .menu-icon .menu-icon-link {
      display: flex;
      align-items: center;
      background: #e6ac0e;
      padding: 0 20px;
      height: 100%;
      font-size: 22px;
      color: #2d3d54;
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .gk-header .menu-icon .has-dropdown .dropdown {
      height: 100%; }
  .gk-header .menu-icon .has-dropdown .dropdown-item {
      padding: 8px 20px;
      border-bottom: 1px solid #d1d1d1; }
  .gk-header .menu-icon .has-dropdown .dropdown-item:last-child {
        border-bottom: 0; }
  .gk-header .has-submenu {
    position: relative; }
  .gk-header .has-submenu .submenu {
      position: absolute;
      left: 0;
      z-index: 3;
      list-style-type: none;
      margin: 0;
      padding: 0;
      min-width: 240px;
      max-height: 0;
      background: #f5a623;
      transition: all .2s ease-in-out;
      overflow-y: hidden; }
  .gk-header .has-submenu .submenu-link {
      display: block;
      margin-bottom: -1px;
      padding: 12px 15px;
      border: 1px solid #da9017;
      color: #2d3d54;
      font-size: 14px;
      font-weight: 500; }
  .gk-header .has-submenu .submenu-link:hover {
        text-decoration: none;
        background: #f9bd1a; }
  .gk-header .has-submenu:hover .submenu {
      max-height: 1000px;
      transition: all .3s ease-in-out; }
  .gk-header .gk-heading-menu .container {
    height: 50px;
    min-height: 50px;
    justify-content: flex-start; }
  @media (max-width: 767px) {
      .gk-header .gk-heading-menu .container {
        flex-direction: column;
        padding: 0;
        height: auto; } }
  .gk-header .gk-heading-menu.center .container {
    justify-content: center; }
  .toggle-menu-m {
  display: none; }
  @media (max-width: 1100px) {
    .toggle-menu-m {
      display: flex;
      align-items: center;
      height: 70px;
      font-size: 34px;
      color: #2d3d54;
      cursor: pointer; } }
  .toggle-close {
  display: none; }
  @media (max-width: 1100px) {
    .toggle-close {
      display: flex; } }
  .gk-heading {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .gk-heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #2d3d54;
    opacity: .6; }
  .gk-heading .container {
    position: relative;
    z-index: 2; }
  .gk-heading .title {
    font-size: 34px; }
  .gk-heading.center .container {
    justify-content: center; }
  .gk-heading-menu {
  background: #e7eaeb;
  color: #2d3d54; }
  .gk-heading-menu .menu-link {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    border-left: 1px solid #bfced4;
    font-size: 15px;
    font-weight: 500;
    color: #2d3d54; }
  .gk-heading-menu .menu-link:last-child {
      border-right: 1px solid #bfced4; }
  .gk-heading-menu .menu-link.active {
      background: #fff;
      pointer-events: none; }
  .gk-heading-menu .menu-link:hover {
      background: #dce3e5;
      text-decoration: none; }
  @media (max-width: 767px) {
      .gk-heading-menu .menu-link {
        width: 100%;
        padding: 10px 20px;
        border-left: 0;
        border-bottom: 1px solid #bfced4; }
        .gk-heading-menu .menu-link:last-child {
          border-right: 0; } }
  .gk-heading-menu .title {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500; }
  .gk-notif {
  display: flex;
  align-items: center;
  padding: 10px 12px; }
  .gk-notif .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%; }
  .gk-notif .text {
    flex: 1 1;
    font-size: 15px; }
  .gk-notif .dismiss {
    margin-left: 10px;
    padding: 0 5px;
    cursor: pointer; }

.gk-footer {
  background: #262626;
  padding: 30px 0 20px;
  color: #e7eaeb; }

.gk-footer-menu {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0; }

.gk-footer-menu .title {
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #f9bd1a; }

.gk-footer-menu p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px; }

.gk-sosmed {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none; }

.gk-sosmed .sosmed-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #e7eaeb;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%; }

.gk-sosmed .sosmed-circle:hover {
      background: #fff;
      color: #262626; }

.gk-footer-foot {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 12px; }


/*# sourceMappingURL=agenda-a92de0f8.css.map*/