body {
    font-family: 'Montserrat', arial, sans-serif;
}
.coming-soon.fullpage-container {
    background-image: url('../images/main-background.png');
    background-color: #4973d6;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.coming-soon header {
    padding: 30px 0px;
    position: absolute;
    z-index: 60;
    width: 100%;
    left: 0px;
    top: 0px;
}

.coming-soon footer {
    font-weight: 300;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #2c338c;
    color: #fff;
    font-size: 12px;
    padding: 15px;
    z-index: 50;
}
.coming-soon .content .container {
    padding-top: 250px;
    position: relative;
}
.coming-soon .content .container h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    padding: 0px;
    margin-bottom: 50px;
}
.coming-soon .content .container h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.coming-soon .person1, .person2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 51;
}
.coming-soon .person1 img {
    height: 600px;
}
.coming-soon .person2 {
    right: 210px;
}
.coming-soon .person2 img {
    height: 550px;
}
.coming-soon .main-cta {
    background: linear-gradient(#f4ae18, #cf7501);
    color: #fff !important;
    border: none;
    font-weight: 500;
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 25px;
    transition: 0.3s;
    display: inline-block;
    margin-top: 5px;
}
.coming-soon .main-cta:hover {
    background: linear-gradient(#cf7501, #f4ae18);
}
.coming-soon .sosmed {
    padding-top: 15px;
}
.coming-soon .sosmed li {
    margin: 0px 10px;
}
.coming-soon .sosmed li a {
    transition: 0.3s;
    color: #fff;
    font-size: 17px;
}
.coming-soon .sosmed li a:hover {
    color: #cf7501;
}
.orange-color {
    color: #cf7501 !important;
}
.grey-bg {
    background-color: #f7f7f7 !important;
}

.image-cont {
    width: 100%;
    background-color: #aaa;
    height: 300px;
    background-size: cover;
    background-position: center;
}

/* navbar */
#main-nav {
    background-color: #09389c;
    border-bottom: 4px solid #de9c15;
}
#main-nav .navbar-nav li {
    margin: 0px;
}
#main-nav .navbar-nav li.active > a {
    color: #de9c15 !important;
    font-weight: 600;
    /* background-color: rgba(0,0,0,0.2); */
}
#main-nav .navbar-nav > li > a, #main-nav .navbar-nav > li > form > button {
    transition: 0.3s;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
}
#main-nav .navbar-nav > li > form > button {
    background-color: transparent;
    border: none;
}
#main-nav .navbar-nav > li > a:hover {
    color: #de9c15;
}
#main-nav .navbar-nav > li > a i {
    font-size: 15px;
}
#main-nav .dropdown-menu {
    font-size: 13px;
}
#main-nav .dropdown-menu a {
    color: #000;
}
#main-nav .dropdown-menu a:hover {
    background-color: #f4ae18;
    color: #fff;
}
/* -navbar */

/* slider */
#main-slider:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 37px;
    /* background-color: red; */
    bottom: 30px;
    z-index: 50;
    left: 13%;
    background-image: url('../images/icon-scroll.png');
    background-size: 100% auto;
    background-position: bottom;
}
#main-slider .carousel-item .image-cont {
    background-position: bottom;
}
#main-slider .carousel-item .person {
    position: absolute;
    bottom: 0px;
    right: 8%;
    height: 570px;
}
#main-slider .carousel-item .caption {
    position: absolute;
    top: 43%;
    left: 13%;
    color: #fff;
}
#main-slider .carousel-item .caption .big {
    font-size: 30px;
    width: 500px;
    font-weight: 900;
    margin-bottom: 15px;
}
#main-slider .carousel-item .caption .btn {
    background: linear-gradient(#f5ac18, #f19511);
    color: #fff;
    padding: 12px 30px;
}
#main-slider .carousel-item .caption .btn:hover {
    background: linear-gradient(#f19511, #f5ac18);
}
/* -slider */

/* section */
.section .section-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 25px;
    border-left: 5px solid #f5ac18;
    padding-left: 15px;
}
.section .section-cta {
    transition: 0.3s;
    background: linear-gradient(45deg, #F27910, #f5ad18);
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    border: none;
}
.section .section-cta:hover {
    background: linear-gradient(45deg, #f5ad18, #F27910);
}
/* -section */

/* prodi */
.prodi {
    padding-top: 100px;
    padding-bottom: 100px;
}
.prodi .box {
    transition: 0.3s;
    height: 300px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.prodi .box .inner {
    margin: auto;
    width: 100%;
    text-decoration: none;
}
.prodi .box i {
    font-size: 80px;
    margin: auto;
}
.prodi .box .icon {
    color: #a0a8ab;
    width: 80%;
    height: 150px;
    display: flex;
    align-items: center;
    margin: 20px auto 0px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.prodi .box .text {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 30px;
    color: #37474f;
}
.prodi .box:hover .text {
    font-weight: 600;
}
.prodi .box:hover {
    background-color: #1c4597;
    border-collapse: #1c4597;
    transform: scale(1.05);
}
.prodi .box:hover .text, .prodi .box:hover .icon {
    color: #fff;
}
.prodi .box:hover .icon {
    transition: 0.3s;
    background-color: #2854ad;
    width: 70%;
}
/*- prodi */

/* berita */
.berita {
    padding-top: 100px;
    padding-bottom: 100px;
}
.berita .list-berita {
    margin-bottom: 50px;
}
.berita .list-berita div[class^="col-"] {
    margin-bottom: 30px;
}
.berita .list-berita .inner {
    position: relative;
    background-color: #032e84;
    border-radius: 5px;
    overflow: hidden;
}
.berita .list-berita .category {
    transition: 0.3s;
    opacity: 0;
    text-decoration: none;
    position: absolute;
    background-color: #ca4074;
    color: #fff;
    z-index: 50;
    display: inline-block;
    left: 20px;
    top: 15px;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 3px;
}
.berita .list-berita .inner:hover .category {
    opacity: 1;
}
.berita .list-berita .bottom {
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 10px 20px 30px;
}
.berita .list-berita .inner:hover .bottom {
    opacity: 1;
}
.berita .list-berita .bottom .title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
}
.berita .list-berita .bottom .title a {
    color: #fff;
}
.berita .list-berita .bottom small {
    color: #fff;
    font-weight: 500;
}
.berita .list-berita .image-cont {
    height: 400px;
}
.berita .list-berita .inner img, .berita .list-berita .image-cont {
    transition: 0.3s;
}

.berita .list-berita .inner:hover img, .berita .list-berita .inner:hover .image-cont {
    opacity: 0.4;
}
/* -berita */

/* above footer */
.above-footer {
    background-color: #d8336a;
    min-height: 200px;
    padding: 100px 0px 150px;
    position: relative;
}
.above-footer .person {
    position: absolute;
    right: 15%;
    bottom: 0px;
    z-index: 60;
}
.above-footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0px;
    z-index: 50;
    background-position: top;
    background-image: url('../images/above-footer.png');
}
.above-footer .text {
    font-size: 30px;
    font-weight: 700;
    color: #f7d30c;
}
.above-footer .text small {
    font-weight: 500;
    font-size: 70%;
}
/* -above footer */

/* footer */
footer {
    background-color: #0c45b0;
    padding: 60px 0px 30px;
    color: #fff;
}
.footer-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}
footer p {
    font-size: 12px;
}
footer ul {
    font-size: 12px;
    padding-left: 0px;
    list-style: none;
    line-height: 20px;
}
footer ul li {
    margin-bottom: 7px;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: #f5ad18;
}
footer ul li i {
    margin-right: 5px;
    vertical-align: 1px;
}
/* -footer */

/* credit  */
.credit {
    background-color: #06296f;
    color: #fff;
    padding: 20px 10px;
    font-size: 12px;
}
/* -credit  */

.padd-skip-nav {
    padding-top: 90px;
}
.padd-skip-nav > .inner {
    padding-top: 30px;
}
.article.single {
    margin-bottom: 30px;
}
.article.single .main {
    box-shadow: 0px 0px 5px #eee;
    padding: 30px;
    background-color: #fff;
}
.article.single .main .tags {
    margin-bottom: 15px;
}
.article.single .main .tags span {
    display: inline-block;
    background-color: #eee;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
}
.article.single .main .tags span:first-child {
    background-color: #d8336a;
    color: #fff;
}
.article.single .main h1 {
    font-weight: 700;
    font-size: 30px;
    padding: 0px;
    margin: 0px 0px 15px;
}
.article.single .main .detail {
    margin-bottom: 15px;
}
.article.single .main .detail span {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
}
.article.single .main .detail span i {
    margin-right: 4px;
    vertical-align: 1px;
    color: #ccc;
}
.article.single .main .featured-image {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.article.single .share label {
    font-weight: 600;
    margin-right: 5px;
}
.article.single .share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    color: #777;
    padding-top: 7px;
    margin-left: 5px;
    transition: 0.3s;
}
.article.single .share a:hover {
    background-color: #f4ae18;
    border-color: #f4ae18;
    color: #fff;
}
.article article {
    text-align: justify;
}

.sidebar .search-bar {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px #eee;
}
.sidebar .search-bar form {
    background-color: #eee;
    border-radius: 5px;
}
.sidebar .search-bar form input, .sidebar .search-bar form .btn {
    background-color: transparent;
    border: none;
    height: 40px;
}
.sidebar .search-bar form input {
    font-weight: 600;
}
.sidebar .search-bar form input:focus {
    box-shadow: none;
}
.sidebar-widget {
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0px 0px 5px #eee;
}
.sidebar-widget .widget-title {
    font-weight: 600;
    font-size: 20px;
    padding: 15px 15px;
    margin: 0px;
    font-size: 20px;
}
.sidebar-widget .list {
    list-style: none;
    margin: 0px;
    padding: 0px 15px;
}
.sidebar-widget .list li:last-child a {
    border-bottom: none;
}
.sidebar-widget .list li {
    position: relative;
}
.sidebar-widget .list li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0px 10px 20px;
    font-weight: 500;
    color: #555;
}
.sidebar-widget .list li a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 5px;
    top: 8px;
    font-weight: 900;
    color: #f4ae18;
}

.page-type1 .box {
    background-color: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px #eee;
}
.page-type1 .head h1 {
    font-weight: 700;
    font-size: 30px;
}
.page-type1 .head h2 {
    font-size: 16px;
    font-weight: 600;
}
.page-type1 .head {
    margin-bottom: 30px;
}
.page-type1 .card-list {
    margin-top: 30px;
}
.page-type1 .card-list .card {
    border: none;
    margin-bottom: 30px;
}
.page-type1 .card-list .card .card-body {
    background-color: #f5f5f5;
    text-align: justify;
    font-size: 14px;
}
.page-type1 .card-list .card .card-title {
    font-weight: 700;
    color: #2c338c;
    font-size: 23px;
}
.btn-orange {
    background-color: #f5ad18;
    color: #fff !important;
    transition: 0.3s;
}
.btn-orange:hover {
    background-color: #e59a03;
}
.page-type1 .card-list .card .btn {
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 600;
}

.page-type2 {
    
}
.page-type2 .box {
    position: relative;
    padding: 40px 30px;
    background-color: #fff;
    background-image: url('../images/bg-stikom-transparent.png');
    background-size: 100% auto;
    background-position: bottom;
    /* margin-bottom: 30px; */
    background-repeat: no-repeat;
    padding-bottom: 400px;
    box-shadow: 0px 0px 5px #eee;
}
.page-type2 .box:after {
    content: '';
    position: absolute;
    width: 650px;
    height: 450px;
    /* background-color: #eee; */
    bottom: 0px;
    right: -100px;
    background-image: url('../images/gedung-stikom.png');
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.page-type2 .head {
    margin-bottom: 30px;
}
.page-type2 .head h1 {
    font-weight: 700;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
}
.page-type2 article h2 {
    color: #09389c;
    font-size: 20px;
    font-weight: 700;
}

.article .main {
    box-shadow: 0px 0px 5px #eee;
    marbo
}
.article.list {
    margin-bottom: 30px;
}
.article.list .title {
    position: relative;
    background-color: #06296f;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    padding: 15px 15px;
}
.article.list .title .filter {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    border-color: #aaa;
    padding: 10px;
}
.article.list .title .filter .form-control {
    height: 30px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    font-weight: 600;
}
.article.list .content-list {
    background-color: #fff;
    padding: 30px;
}
.article.list .content-item {
    margin-bottom: 30px;
}
.article.list .content-title {
    font-size: 20px;
    font-weight: 700;
}
.article.list .desc {
    color: #555;
    font-size: 13px;
    margin-bottom: 15px;
}
.article.list .content-item .btn {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
}
.pagination {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    display: block;
}
.pagination .page-item {
    margin: 0px 2px;
    display: inline-block;
}
.pagination .page-item .page-link {
    border-radius: 5px;
    background-color: #c8d2e3;
    border-collapse: #c8d2e3;
    color: #0c45b0;
    width: 35px;
    text-align: center;
}
.pagination .page-item.active .page-link {
    background-color: #0c45b0;
    border-color: #0c45b0;
    color: #fff;
}
.pagination .page-item.disabled .page-link {
    background-color: #ddd;
    cursor: not-allowed;
}

.gallery {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 15px;
}
.gallery div[class^='col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.gallery .outer {
    position: relative;
    background-color: #06296f;
    cursor: pointer;
}
.gallery .outer:after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -1px;
    left: 0px;
    font-size: 30px;
    width: 100%;
    height: 100%;
    align-items: center;
    display: grid;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.gallery .outer:hover:after {
    opacity: 1;
}
.gallery .outer:hover .image-cont {
    opacity: 0.3;
}
.gallery .image-cont {
    height: 200px;
    transition: 0.3s ease-in-out;
}

.modal-gallery img {
    width: 100%;
    height: auto;
}
.modal-gallery .caption {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    color: #fff;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 600;
}