* {
  font-family: 'Roboto'
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

nav#navigation {
  position: fixed;
  width: 100%;
  z-index:99;
}

.ui.media-section {
  background: #ebebeb;
  margin-bottom: 0;
  margin-top:0;
}

.media-section .ui.menu {
  background:#ebebeb;
  box-shadow: none;
  border:none;
  border-right:1px
  solid lightgrey;
  border-radius:0;
}

.media-section .ui.menu > .item {
  background: #0a62a9; border-radius:0;
}

.media-section .ui.menu > .item:hover {
  background: #0a62a9;
}

.media-section .right.menu a i.large.icon {
  margin-right: 0;
}

.media-section .right.menu a:hover {
  background-color: #0a62a9;
}

.media-section .right.menu a:hover i.large.icon {
  color: #fff;
}

.navbar-section {
  background-color: rgba(255,255,255,.97);
  box-shadow:0 8px 8px rgba(0,0,0,.15);
  z-index:99;
  margin-top: 0;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

.navbar-section .right.menu {
  border:none;
  box-shadow:none;
}

.navbar-section .right.menu .computer.only {
  width: inherit;
}

.navbar-section .right.menu .item {
  border-radius: 0;
}

.navbar-section .right.menu .item a {
  color: #000;
  font-family: 'Roboto', calibri;
}

.navbar-section .right.menu > .item:hover:not(:last-child):not(:first-child) {
  background-color: #0a62a9;
  cursor: pointer;
}
.navbar-section .right.menu > a.item:hover {
  background-color: #0a62a9;
  color: #fff;
  transition: none;
}

.navbar-section .ui.link.list {
  margin-top: 0;
}

.navbar-section .ui.link.list > .item:first-child {
  padding-top: 8px;
}

.navbar-section .ui.link.list > .item {
  padding: 8px 0 8px 0;
  transition: padding-left .5s;
}

.navbar-section .ui.link.list > .item:hover {
  background-color: #0a62a9;
  padding: 8px 0 8px 8px;
  transition: padding-left .5s;
}

.navbar-section .right.menu .item:last-child {
  cursor: pointer;
}

.navbar-section .right.menu .item:hover > a,
.navbar-section .ui.link.list > .item:hover {
  color: #ffffff;
}

.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 .right.menu > .item:nth-last-child(4) > .sub-item,
.navbar-section .right.menu > .item:nth-last-child(3) > .sub-item,
.navbar-section .right.menu > .item:nth-last-child(2) > .sub-item,
.navbar-section .right.menu > .item:nth-last-child(1) > .sub-item {
  right: 14px;
}

.navbar-section .small.sub .sub-item {
  width: 240px;
  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;
  padding-left: 15px;
  transition: padding-left .5s;
}

.navbar-section .sub:hover > .sub-item {
  visibility: visible;
  justify-content: space-between;
  transform: translateY(0);
  transition: all .5s, visibility .5s, z-index 0s linear;
  z-index: 98;
  opacity: 1;
}

.navbar-section .sub-item {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transform: translateY(5em);
  top: 54px;
  width: 800px;
  background-color: #fff;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.5);
  transition: all .5s, visibility .5s, z-index .5s linear;
}

.navbar-section .sub-item > .column {
  margin-bottom: 40px;
}

/*.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 {
  font-family: 'Roboto', calibri;
  color: #000;
  cursor: pointer;
}

.navbar-section .sub-item .column .item.sub:hover .sub-item {
  transform: translate(0, -94px);
}

.navbar-section .sub-item .sub-item {
  color: #000;
  right:-200px;
  transform: translate(0px, -94px);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: inline;
  width: 200px;
  z-index: 99;
}

.navbar-section .sub-item .column .item.sub .sub-item .ui.link.list {
  padding: 0;
}

.navbar-section .sub-item .column .item.sub .sub-item a.item {
  color: #000;
  width: 100%;
  margin-left: 0px;
  padding: 8px 0 8px 12px;
  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; }

.berita-section .column .ui.card .image img
{
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.berita-section.utama .column .ui.card
{
  height: 415px;
}

.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;
}

.info-section .kalender-section .ui.items .item {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 0 20px 0;
  min-height: 60px;
}

.info-section .kalender-section .ui.items h3 {
  margin: 0;
}

.info-section .kalender-section h1.tanggal {
  width: 60px;
  height: 60px;
  background: #0a62a9;
  color: #fff;
  position: absolute;
  font-family: 'Roboto';
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-section .kalender-section .content a.header {
  line-height: 24px;
  padding-left:80px;
}

.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;
}

.unikom-apps-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 70px; */
  /*height: 500px;*/
  background: url('../img/bg_unikom-apps-white.jpg') no-repeat center;
  background-size: cover;
}

.unikom-apps-section > div.ui.grid.container {
  z-index: 2;
  padding: 90px 0 90px 0;
}

.unikom-apps-section > div.ui.two.column > div.column {
  font-family: 'Roboto', calibri;
  color: #fff;
}

.unikom-apps-section > div.ui.two.column > div.column h1 {
  font-size: 50px;
}

.unikom-apps-section > div.ui.two.column > div.column p {
  font-size: 23px;
  padding: 40px 0 40px 0;
}

.unikom-apps-section .ui.outline.button {
  background: transparent;
  outline: 1px solid #fff;
  color: #fff;
  padding: 15px 30px 15px 30px;
  font-size: 20px;
}

.unikom-apps-section .ui.outline.button:hover {
  background: #fff;
  color: #0a62a9;
  border-radius: 0;
}

.ui.footer-section {
  margin-top: 70px;
  background: #282828;
  opacity: 0.9;
  padding-bottom: 20px;
  padding-top: 30px;
  border-top: 6px solid #0a62a9;
}

.ui.footer-section .ui.three {
  margin-bottom:70px
}

.ui.footer-section div.column {
  color: #fff;
}

.ui.footer-section div.column div.ui.link.list a.item {
  color: #fff;
  line-height: 20px;
}

.ui.footer-section div.column div.ui.link.list a.item:hover {
  color: lightgrey;
}

.ui.footer-section > .container:nth-child(2) a {
  padding: 0px;
}

.ui.footer-section > .container:nth-child(2) .right.menu a {
  margin-left: 10px;
}

/* 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.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;
}