* {
    font-family: 'Source Sans Pro'
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

nav#navigation {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.ui.menu {
    box-shadow: none !important;
}

.ui.media-section {
    background: #0a62a9;
    margin-bottom: 0;
    margin-top: 0;
}

.media-section .ui .menu {
    background: #0a62a9;
    border-radius: 0;
}

.media-section .ui .menu > .item,
.media-section .ui .menu > .item:hover {
    color: #fff;
    font-size: 12px;
}

.media-section .ui .menu > .item:before,
.media-section .ui .menu > .item:after {
    display: none;
}


.media-section .ui .left.menu .item i {
    padding-right: 12px;
}

.media-section .ui .menu > .item:hover {
    background: #084E87;
}

.media-section .right.menu a i.large.icon {
    margin-right: 0;
    color: #fff;
}

.media-section .right.menu a:hover i.large.icon {
    color: #fff;
}

.navbar-section {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 99;
    margin-top: 0;
    box-sizing: border-box;
}

.navbar-section .right.menu {
    border: none;
    box-shadow: none;
}

.navbar-section .right.menu .computer.only {
    width: inherit;
}

.navbar-section .right.menu .item:not(:last-child) {
    border-radius: 0;
}

.navbar-section .right.menu > .item,
.navbar-section .right.menu .multilevel-nav-head {
    color: #000;
    font-size: 16px;
}

.navbar-section .right.menu > .item:not(:last-child):not(:first-child) {
    border-bottom: 3px solid transparent;
}

.navbar-section .right.menu > .item:hover:not(:last-child):not(:first-child) {
    background-color: #fff;
    cursor: pointer;
    border-bottom: 3px solid #0a62a9;
}

.navbar-section .right.menu > .item:hover,
.navbar-section .right.menu > .item:hover a {
    background-color: #fff;
    color: #000 !important;
    transition: none;
}


.navbar-section .ui.link.list {
    /* margin-top: 0; */
    margin-top: 22px;
}

.navbar-section .ui.link.list > .item:first-child {
    padding-top: 8px;
}

.navbar-section .ui.link.list > .item {
    padding: 8px;
    margin-left: -10px;
    border: 1px solid #fff;
    border-left-width: 3px;
    border-radius: 0;
    line-height: 1.5;
}

.navbar-section .ui.link.list > .item:last-child {
    padding: 8px;
}

.navbar-section .ui.link.list > .item:hover {
    background-color: #F2F3F3;
    border-left: 3px solid #0A62A9;
}

.navbar-section .right.menu .item:last-child {
    cursor: pointer;
}


.navbar-section .right.menu > .item {
    display: flex;
    justify-content: center;
}

.navbar-section .right.menu > .item:nth-last-child(4),
.navbar-section .right.menu > .item:nth-last-child(3),
.navbar-section .right.menu > .item:nth-last-child(2),
.navbar-section .right.menu > .item:nth-last-child(1) {
    display: flex;
    justify-content: flex-end;
}

.navbar-section .small.sub .sub-item {
    width: 100vw;
    padding: 0;
}

.navbar-section .small.sub .sub-item .column {
    padding: 0;
    margin: 0;
}

.navbar-section .small.sub .sub-item .column a {
    margin: 0;
    padding-left: 8px;
    transition: padding-left .5s;
}

.navbar-section .small.sub .sub-item .column a:hover {
    color: #fff;
    background-color: #0a62a9;
}

.navbar-section .sub {
    position: static !important;
}

.navbar-section .sub--small {
    position: relative !important;
}

.navbar-section .sub-item {
    box-sizing: border-box;
    position: absolute;
    left: 14px;
    right: 0;
    display: flex;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transform: translateY(-10em);
    width: 100vw;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all .3s, visibility .1s, z-index .3s ease-in;
    transition-delay: .1s;
}

.navbar-section .sub:hover > .sub-item {
    visibility: visible;
    justify-content: space-between;
    z-index: -1;
    opacity: 1;
    transform: translateY(3em);
}

.navbar-section .small.sub .sub-item.sub-item--small {
    width: 250px;
    top: 46px;
    left: -50%;
    right: 0;
    z-index: 10;
    transform: translateY(3em);
    transition: none;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.navbar-section .small.sub .sub-item.sub-item--small .column {
    margin-bottom: 25px !important;
}

.navbar-section .small.sub .sub-item.sub-item--small .column a {
    padding: 10px 22px;
}

/* .navbar-section .small.sub .sub-item.sub-item--small .column {
  margin-bottom: 0 !important;
} */

.navbar-section .sub-item > .column {
    margin-bottom: 15px !important;
}

.navbar-section .sub-item > .column > .column {
    margin-top: 33px;
}

.navbar-section .sub-item-title {
    color: #0A62A9;
    font-weight: bold;
    font-size: 14px;
}

.navbar-section .arrow-bottom {
    padding-left: 12px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 16px;
}

.navbar-section .arrow-right {
    float: right;
    font-size: 12px;
    padding-top: 7px;
}

.navbar-section .item.sub.sub--direct-menu {
    padding: 0;
}

/*.navbar-section .ui.search:hover input.prompt, .navbar-section .ui.search input.prompt:focus {
  width: 300px;
  border: 1px solid lightgrey;
  transition: width .5s;
}*/

.navbar-section .ui.search input.prompt {
    background: transparent;
    width: 0px;
    border: none;
    transition: width .5s;
    position: relative;
    outline-style: none;
}


.navbar-section .sub-item .column .item.sub {
    color: #000;
    cursor: pointer;
}

.navbar-section .sub-item .column .item.sub:hover .sub-item {
    transform: translate(0, 0);
}

.navbar-section .ui.link.list > .with-child {
    position: relative !important;
}

.navbar-section .ui.link.list.list-for-direct-title {
    margin-top: 0;
    padding: 0;
}

.navbar-section .sub-item .sub-item {
    color: #000;
    left: calc(100% + 1px);
    top: 0;
    transform: translate(-10px, 0);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: inline;
    width: 250px;
    padding: 20px 0;
    z-index: 99 !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.navbar-section .sub-item .sub-item.sub-item--bottom {
    top: -300px;
}

.navbar-section .sub-item .column .item.sub .sub-item .ui.link.list {
    padding: 0;
    margin: 0;
    overflow: auto !important;
    max-height: 220px !important;
}

.navbar-section .sub-item .column .item.sub .sub-item a.item {
    color: #000;
    width: 100%;
    margin-left: 0px;
    padding: 10px 22px;
    transition: padding-left .5s;
}

.navbar-section .sub-item .column .item.sub .sub-item a.item:hover {
    color: #fff;
    /* padding: 8px 0 8px 20px; */
}

/* Navbar Fix Bg */
.ui.right.grid.menu {
    background: inherit;
}

.carousel-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-row {
    margin-left: -50px;
}

.jssora11l, .jssora11r {
    display: block;
    position: absolute;
    z-index: 97;
    /* size of arrow element */
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: url(../img/a11.png) no-repeat;
    overflow: hidden;
}

.jssora11l {
    background-position: -11px -41px;
}

.jssora11r {
    background-position: -71px -41px;
}

.jssora11l:hover {
    background-position: -131px -41px;
}

.jssora11r:hover {
    background-position: -191px -41px;
}

.jssora11l.jssora11ldn {
    background-position: -251px -41px;
}

.jssora11r.jssora11rdn {
    background-position: -311px -41px;
}


.home-child-section {
    padding-top: 85px;
    padding-bottom: 90px;
}

.ui.berita-section__content {
    margin-top: 32px;
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 24px;
    border-radius: 4px;
}

/* Typography */

.section-title {
    color: #0A62A9;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}

.section-title:after {
    content: "";
    display: block;
    width: 83px;
    height: 8px;
    background-color: #F5C644;
    border-radius: 10px;
    margin: auto;
    margin-top: 8px;
}

.section-title--align-left {
    text-align: left;
}

.section-title--align-left:after {
    margin-left: 0;
}

.section-title--secondary {
    color: #fff;
}

.text-highlight {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.item-title {
    color: #041519;
    font-size: 18px;
}


/* Button */
.button-block {
    margin-top: 65px;
    text-align: center;
}

.btn {
    color: #fff;
    background-color: #0A62A9;
    border: 2px solid #0A62A9;
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 4px;
}

.btn:hover,
.btn:active {
    color: #fff;
    padding: 17px 31px;
    border: none;
}

.btn--small {
    font-size: 14px;
    padding: 11px;
}

.btn--small:hover {
    padding: 12px;
}

.btn--ghost {
    background-color: transparent;
    border: 2px solid #fff;
}

.btn:hover {
    background-color: #F5C744;
    border-bottom: 3px solid #CBAB5F;
}

.btn:active {
    background-color: #E1B32F;
    border-bottom: 3px solid #CBAB5F;
}

.btn__icon {
    line-height: 1.5;
    margin-left: 16px;
}


/* Berita */
.latest-berita {
    height: 100%;
    min-height: 300px;
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.latest-berita .content-berita {
    position: absolute;
    background-color: #fff;
    left: 14px;
    right: 14px;
    bottom: 20px;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.list-berita {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-berita__item {
    display: flex;
    border: 1px solid #D9DDE8;
    border-bottom: none;
    padding: 18px 25px;
}

.list-berita__item:first-child {
    border-radius: 4px 4px 0 0;
}

.list-berita__item--last {
    border: 1px solid #D9DDE8;
    border-radius: 0 0 4px 4px;
}

.list-berita__item--last a {
    margin: auto;
    color: #0A62A9;
    font-size: 16px;
    font-weight: 600;
}

.list-berita__img {
    margin: 0 25px 0 0;
}

.list-berita__img img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
}

.content-berita__title h3 {
    line-height: 1.5;
    margin-top: -5px;
}

.content-berita__highlight {
    font-size: 16px;
    line-height: 1.5;
    color: #031A2E;
    margin-top: 10px;
}

.content-berita__meta {
    margin: 0;
    margin-top: 15px;
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    color: #9AA4AB;
    font-size: 16px;
}

.content-berita__meta li:not(:first-child) {
    margin-left: 24px;
}

.content-berita__meta li i {
    margin-right: 8px;
}

.content-berita__meta li.content-berita__meta-share {
    padding: 5px;
    border-radius: 4px;
    background-color: #0A62A9;
    width: 24px;
    height: 24px;
}

.content-berita__meta li.content-berita__meta-share:hover {
    background-color: #084E87;
}

.content-berita__meta .content-berita__meta-share.pull-right {
    margin-left: auto;
}

.content-berita__meta-share a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-berita__meta-share i {
    margin: 0 !important;
    font-size: 14px;
}

.content-berita__meta-info--colored {
    color: #0A62A9;
}

/* Prestasi */

.prestasi-section {
    /* background-image: url("/img/bg_prestasi.png"); */
    background-image: url("../../img/bg_dot.png"), url("../../img/bg_prestasi2.png");
    background-repeat: repeat, no-repeat;
    background-position: initial, center top;
    background-color: #095491;
    position: relative;
}


.prestasi-section__text-highlight {
    margin-top: 24px;
}

.prestasi-section__content-numbers {
    text-align: center;
    color: #fff;
    border: none;
    margin-top: 43px;
    display: flex;
    justify-content: center;
    margin-bottom: 58px;
}

.prestasi-section__national {
    margin-right: 114px;
}

.prestasi-section__number {
    font-size: 60px;
    margin-bottom: 0;
}

.prestasi-section__level {
    padding-top: 5px;
    font-size: 24px;
}

.prestasi-highlight__img {
    width: 100%;
    height: 161px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.prestasi-highlight__title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5;
}

.prestasi-highlight__issuer {
    font-weight: normal;
}

/* Tridarma */
.tridarma-section {
    background-color: #F7F8FF;
}

.tridarma-section__img {
    max-width: 50%;
}

.tridarma-section__list {
    margin-top: 56px !important;
}

.tridarma-section__item {
    text-align: center;
}

.tridarma-section__title {
    font-size: 24px;
    margin-top: 33px;
    margin-bottom: 16px;
}

.tridarma-section__description {
    font-size: 18px;
    max-width: 320px;
    margin: auto;
}

/* Fasilitas Kampus */
.fasilitas-section {
    padding-top: 85px;
    padding-bottom: 90px;
}

.fasilitas-section__list {
    margin-top: 56px !important;
}

.fasilitas-section__item {
    height: 319px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    transition: box-shadow .3s ease-out;
}

.fasilitas-section__item:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.fasilitas-section__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    border-radius: 0 0 4px 4px;
    background-image: linear-gradient(181.01deg, rgba(0, 0, 0, 0) 5.23%, rgba(0, 0, 0, 0.73) 44.79%);
}

.fasilitas-section__title {
    margin-bottom: -50px;
    transition: all .3s ease-out;
}

.fasilitas-section__link {
    background-image: url('../../img/360.png');
    background-position-x: 90%;
    background-position-y: 40%;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    width: 117px;
    opacity: 0;
    transform: translateY(60px);
    transition: transform .3s ease-out, opacity .3s ease-out;
    padding: 11px;
    border: 2px solid #fff;
    border-radius: 4px;
}

.fasilitas-section__link:hover {
    border-color: #F5C644;
    color: #fff;
}

.fasilitas-section__item:hover .fasilitas-section__title {
    margin-bottom: 10px;
}

.fasilitas-section__item:hover .fasilitas-section__link {
    opacity: 1;
    transform: translateY(0);
}

/* Ayo Gabung */
.ayo-gabung-section {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 14px;
}

.ayo-gabung-section__foto {
    height: 630px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px 0 0 4px;
}

.ayo-gabung-section__quote {
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    font-weight: 600;
    max-width: 375px;
    margin: 29px auto;
}

.ayo-gabung-section__title {
    padding-top: 249px;
}

.ayo-gabung-section__daftar {
    background-image: url("../../img/bg_dot.png"), url('../../img/nakula.png');
    background-repeat: repeat, no-repeat;
    background-position: center;
    background-color: #084E87;
    background-position-y: 50px;
    height: 630px;
    border-radius: 0 4px 4px 0;
}

.ayo-gabung-section__text-daftar {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 23px;
}

/* Conference Section */
.conference-section {
    background-image: url("../../img/bg_dot.png");
    background-repeat: repeat, no-repeat;
    background-position: center;
    background-color: #084E87;
    padding-left: 76px;
    padding-right: 76px;
}

.conference-section__title {
    padding-top: 20px;
}

.conference-section__img {
    max-width: 100%;
}

.conference-section__paragraph {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 23px;
}

/* Acara */
.acara__list {
    margin-top: 56px !important;
}

.acara-card {
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: all .3s ease-out;
    height: 100%;
    min-height: 301px;
    position: relative;
}

.acara-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.acara-card__content {
    padding: 0 20px 20px;
}

.acara-card__img {
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.acara-card__action {
    margin: 0;
    margin-top: -25px;
    text-align: right;
}

.acara-card__action li {
    display: inline-block;
    width: 49px;
    height: 49px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 0, 0, 0.08);
}

.acara-card__action li:first-child {
    margin-right: 10px;
}

.acara-card__action li:hover {
    background-color: #0A62A9;
}

.acara-card__action li a {
    line-height: 49px;
    display: block;
}

.acara-card__action li a:hover {
    color: #fff;
}

.acara-card__title {
    margin-top: 10px;
    display: block;
}

.acara-card__lokasi {
    color: #687375;
    font-size: 16px;
    margin-top: 13px;
    position: absolute;
    bottom: 26px;
}

/* Kalender Akademik */
.kalender-akademik-section {
    background-color: #F7F8FF;
}

.list-kalender-akademik {
    margin-top: 56px !important;
}

.list-kalender-akademik__col:not(:first-child):before,
.list-kalender-akademik__col:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 3px;
    /* bottom: 279px; */
    top: 40px;
    background-color: #0A62A9;
}

.list-kalender-akademik__col:before {
    left: 0;
}

.list-kalender-akademik__col:after {
    right: 0;
}

.list-kalender-akademik__item {
    background-color: #fff;
    box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.05);
    padding: 60px 21px 21px;
    margin-top: 42px;
    border-radius: 4px;
    position: relative;
}

.list-kalender-akademik__date {
    background-color: #0A62A9;
    color: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: absolute;
    top: -42px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.list-kalender-akademik__tanggal {
    font-size: 24px;
    font-weight: 600;
}

.list-kalender-akademik__bulan-tahun {
    font-size: 12px;
}

.list-kalender-akademik__list-event {
    list-style-type: none;
    margin: 0;
    padding: 0 15px 0 0;
    height: 171px;
    overflow-y: scroll;
}

.list-kalender-akademik__list-event::-webkit-scrollbar {
    width: 4px;
}

.list-kalender-akademik__list-event::-webkit-scrollbar-thumb {
    background-color: #CDD0D1;
    border-radius: 4px;
}

.list-kalender-akademik__event {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.list-kalender-akademik__event:not(:last-child) {
    margin-bottom: 24px;
}

/* Vertikal Kalender */
.list-kalender-akademik--vertical {
    margin-top: 0 !important;
}

.list-kalender-akademik--vertical .column.list-kalender-akademik__col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.list-kalender-akademik--vertical .list-kalender-akademik__item {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #D9DDE8;
    border-bottom: none;
    border-radius: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
    padding-top: 21px;
}

.list-kalender-akademik--vertical .list-kalender-akademik__col:first-child .list-kalender-akademik__item {
    border-radius: 4px 4px 0 0;
}

.list-kalender-akademik--vertical .list-kalender-akademik__col:last-child .list-kalender-akademik__item {
    border-bottom: 1px solid #D9DDE8;
    border-radius: 0 0 4px 4px;
}

.list-kalender-akademik--vertical .list-kalender-akademik__date {
    position: relative;
    margin: 0;
    flex-basis: 64px;
    top: 0;
    z-index: 2;
}

.list-kalender-akademik--vertical .list-kalender-akademik__list-event {
    flex-grow: 1;
    flex-basis: 70%;
    padding-left: 23px;
    overflow: visible;
    height: auto;
}

.list-kalender-akademik--vertical .list-kalender-akademik__col:not(:first-child):before,
.list-kalender-akademik--vertical .list-kalender-akademik__col:not(:last-child):after {
    content: "";
    width: 3px;
    height: auto;
    left: 25px;
    background-color: #0A62A9;
    z-index: 1;
}

.list-kalender-akademik--vertical .list-kalender-akademik__col:not(:first-child):before {
    bottom: 65%;
    top: -1px;
    left: 72px;
}

.list-kalender-akademik--vertical .list-kalender-akademik__col:not(:last-child):after {
    top: 80px;
    bottom: 0;
    left: 72px;
}

/* Rektor Section */
.rektor-section__quote-img {
    margin-top: 30px;
    margin-bottom: 20px;
}

.rektor-section__paragraph {
    font-size: 18px;
    line-height: 27px;
    max-width: 567px;
}

.rektor-section__channel {
    margin-top: 67px;
}

.rektor-section__link-content {
    max-width: 328px;
    background-color: #3D415E;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.rektor-section__link-icon {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.rektor-section__link-text {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
}

/* UNIKOM APPS */
.unikom-apps-section {
    background-image: url("../../img/bg_dot.png");
    background-color: #0A62A9;
    padding: 30px;
}

.unikom-apps-section__img {
    max-width: 100%;
    object-fit: contain;
}

.unikom-apps-section__title {
    color: #F5F6F8;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 16px;
}

.unikom-apps-section__description {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    max-width: 571px;
}

.unikom-apps-section__col {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.unikom-apps-section__col--center {
    padding-left: 38px !important;
}

.unikom-apps-section__google-play,
.unikom-apps-section__app-store {
    height: 54px;
}

.unikom-apps-section__google-play img,
.unikom-apps-section__app-store img {
    transition: box-shadow .2s ease-out;
}

.unikom-apps-section__google-play:hover img,
.unikom-apps-section__app-store:hover img {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}

.unikom-apps-section__google-play {
    margin-bottom: 24px;
}

/* Footer */
.footer-section {
    color: #fff;
    background-color: #031A2E;
    padding-top: 87px;
    padding-bottom: 87px;
}

.ui.link.list .item.footer-section__item {
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ui.link.list .item.footer-section__item:hover {
    color: #fff;
    opacity: 0.6;
}

.footer-section__unikom-name {
    font-weight: 600;
    margin-top: 24px;
}

.footer-section__unikom-address {
    line-height: 1.7;
}

.footer-section__line {
    border: 1px solid #123757;
    margin-top: 64px;
    margin-bottom: 32px;
}

.footer-section__title {
    margin-bottom: 32px;
}

.footer-section__text {
    display: block;
    margin-top: 10px;
}

.pagebg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 240px;
    background-size: cover;
}

.pagebg img {
    position: absolute;
    z-index: -1;
    margin-top: 140px;
    height: 700px;
}

.pmb-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    height: 270px;
    background: url('../img/bg_pmb_blur-cropped.png') no-repeat center;
    background-size: cover;
}

.pmb-section .ui.grid.container {
    z-index: 2;
}

.pmb-section .backdrop {
    height: 270px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    position: absolute;
}

.pmb-section > img {
    position: absolute;
    z-index: -1;
    top: 200px;
}

.pmb-section > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pmb-section > div > div > p {
    font-family: 'Roboto', calibri;
    font-weight: lighter;
    font-size: 35px;
    color: #fff;
    line-height: 40px;
}

.pmb-section > div.ui.column > div.column:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.pmb-section .ui.outline.button {
    background: transparent;
    outline: 1px solid #fff;
    padding: 15px 30px 15px 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #fff;
}

.pmb-section .ui.outline.button:hover {
    background: #fff;
    border-radius: 0;
    color: #0a62a9;
}

.ui.container.pmb-section p {
    color: #fff;
}

.ui.container.info-section {
    margin-top: 70px;
}

.info-section .ui.items {
    background-color: transparent;
}

.info-section .ui.small.image {
    display: flex;
    align-items: center;
    background: lightgrey;
    min-height: 120px;
}

.image-detail {
    /* height: 300px; */
    /*background-size: cover;*/
    background-position: center;
}

.info-section .ui.small.image img {
    min-height: 100px;
}

.ui.galeri-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
    background: #2598cd;
}

.ui.galeri-section .ui.fluid.card {
    text-align: center;
    background: transparent !important;
    color: #fff;
}

.ui.galeri-section .ui.fluid.card p {
    color: #fff;
}

.ui.galeri-section .ui.outline.button {
    background: transparent;
    outline: 1px solid #fff;
    color: #fff;
    padding: 15px 30px 15px 30px;
    font-size: 20px;
}

.ui.galeri-section .ui.outline.button:hover {
    background: #fff;
    color: #0a62a9;
    border-radius: 0;
}

.ui.kontak-section {
    background: transparent;
    /* margin: 70px 0 70px 0; */
}

#info-kontak {
    padding: 92px;
}

.ui.kontak-section table tr td:first-child {
    padding-right: 50px;
}

.ui.kontak-section table tr td {
    padding: 10px 10px 0 0;
}

/* Style for Gallery */
.vd-icon-play {
    height: 25px;
    margin-bottom: 10px;
}

.img-icon-play {
    height: 25px;
    margin-bottom: 10px;
}

/* Style for Content Artikel */
.description {
    text-align: justify;
}

.clickable:hover {
    cursor: pointer;
}

.ui.image.artikel {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
}

.artikelImg img {
    max-width: 750px;
}

/* Button More */
.button-more {
    outline: 1px solid #888;
    padding: 10px 25px;
    font-size: 16px;
    transition: 0.1s;
}

.button-more:hover {
    background: #0a62a9;
    color: #fff;
}

/* Button More Selengkapnya*/

.button-more-selengkapnya {
    outline: 1px solid #9c9c9c;
    padding: 8px 8px;
    font-size: 11px;
    transition: 0.1s;
}

.button-more-selengkapnya:hover {
    background: #2598cd;
    color: #fff !important;
}

.line {
    background: url(../icon/line-white.png) no-repeat center;
    background-size: 20px 20px;
}

a.item:hover .line {
    background: url(../icon/line-white.png) no-repeat center;
    background-size: 20px 20px;
}

#kurikulum-tab {
    overflow: auto;
}

img.pswp__img {
    object-fit: cover;
}

img#myImg {
    object-fit: cover;
}

.description a {
    color: #4183C4 !important;
}

.description a:hover {
    font-weight: bold !important;
}

.content-full-description ul,
.content-full-description ol {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.content-full-description ul li,
.content-full-description ol li {
    font-size: 21px;
    line-height: 33px;
    color: #354858;
    text-align: left !important;
    padding-bottom: 20px !important;
}


.content-full-description table {
    max-width: 100% !important;
}

.content-full-description table th,
.content-full-description table td {
    font-size: 21px;
    line-height: 33px;
    color: #354858;
}

.content-full-description hr {
    border: 1px solid #0d62aa !important;
}

.content-full-description .list .item {
    margin-bottom: 33px;
}

.content-full-description .list .item a:hover {
    color: #0d62aa !important;
    font-weight: bold;
}
