@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: "Inter", sans-serif;
}
.front-page{
    font-family: "Inter", sans-serif;
}
/*-- Header --*/
#header{
    background-color: #EAEAEB;
    padding-bottom: 15px;
    width: 100%;
}
.bg-header1{
    height: 30px;
    background: rgb(3,7,40);
    background: linear-gradient(90deg, rgba(3,7,40,1) 47%, rgba(20,49,86,1) 100%);
}
.header-left{
    background: linear-gradient(90deg, rgba(3,7,40,1) 0%, rgba(20,49,86,1) 100%);
}
.bg-header2{
    width: 100px;
    height: 20px;
    transform: skew(70deg);
    background: #030728;
    margin-left: -60px;
}
.header-menu{
    position: relative;
    margin-top: -18px;
    padding-right: 50px;
}
.header-menu  ul li{
    display: inline-block;
    margin-left: 15px;
}
.menu-bg-blue {
    background-color: #030728;
    border:3px solid #CDC09E;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 100px;
}
.menu-bg-blue:hover{
    background-color: #d9dad5;
    border:3px solid #fff;
}
.menu-bg-blue:hover .fa-envelope{
    color: #fff;
}
.menu-bg-blue:hover .fa-suitcase{
    color: #fff;
}
.header-menu .fa-envelope{
    color: #CDC09E;
    margin-top: 6px;
}
.header-menu .fa-suitcase{
    color: #CDC09E;
    margin-top: 6px;
}
.header-menu .fa-search{
    color: #CDC09E;
    margin-top: 5px;
}
.search:hover .fa-search{
    color: #fff;
}
.header-menu img{
    margin-top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    object-fit: cover;
}
.search{
    background-color: #030728;
    border:3px solid #CDC09E;
    padding-right: 6px;
    padding-top: 1px;
    height: 35px;
    width: 35px;
    border-radius: 100px;
}
.search a:hover{
    cursor: pointer;
}
.search:hover {
    background-color: #d9dad5;
    border:3px solid #fff;
}

/*--Navbar--*/
#header-bottom {
    background-color: #EAEAEB;
    padding-bottom: 50px;
}
.ul-reset {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}
.logo{
    padding-left: 50px;
    max-height: 35px;
}
.logo img{
    position: absolute;
    height: 100%;
    width: auto;
}
.menu-desktop{
    padding-right: 50px;
}
.navbar-brand img{
    width: 300px;
    height: auto;
    position: absolute;
    z-index: 10;
    margin-top: 15px;
    margin-left: 6%;
}
.list-gold{
    border-right: 1px solid #CDC09E;
    height: 50px;
    position: absolute;
    top: 0;
    margin-left: -15px;
}
.side-menu{
    display: none;
}
.side-menu:hover{
    cursor: pointer;
}
#mySidepanel{
    width: 0;
    position: fixed;
    overflow-x: hidden;
    transition: 0.5s;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    z-index: 101;
}
.mobile-menu{
    position: absolute;
    right: 0;
    width: 70%;
    min-height: 100vh;
    background: #EAEAEB;
    padding-bottom: 20px;
}
.mobile-menu .closebtn{
    font-size: 36px;
    text-decoration: none;
    font-weight: 900;
    color: #CDC09E;
    position: absolute;
    top: 0;
    right: 20px;
}
.mobile-menu-item{
    padding: 10px 20px 0;
    margin-top: 50px;
}
.mobile-menu > .mobile-menu-item ~ .mobile-menu-item{
    margin-top: 0px;
}
.mobile-menu-item .mobile-menu-title{
    color: #143156;
    font-weight: 700;
    padding-bottom: 10px;
}
.mobile-menu-item .mobile-menu-title button{
    outline: none;
    border: none;
    background: inherit;
    padding: 0;
    color: inherit;
    font-weight: inherit;
}
.mobile-menu-item .mobile-menu-content{
    background: rgba(228,27,28,1);
    border-radius: 10px;
    padding: 20px;
}
.mobile-menu-item .mobile-menu-content a{
    color: #E4DCCA;
    font-size: 15px;
    padding-bottom: 5px;
}
.mobile-menu-item .mobile-menu-content a:hover{
    text-decoration: none;
    color: #fafafa;
}
.mobile-menu-item .mobile-menu-content a:last-child{
    padding-bottom: 0;
}
.mobile-menu-item .mobile-menu-content img{
    height: 11px;
    width: 13px;
    margin-top: 5px;
    margin-right: 5px;
}
.mobile-menu-item:hover .mobile-menu-content{
    display: block;
}
/*#mySidepanel a{
    color: #CDC09E;
}
#mySidepanel a:hover {
    color: #f1f1f1;
}*/
.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1000;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    text-decoration: none;
}
.dropbtn {
    background-color: rgb(0,0,0,0);
    color: white;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: block;
    position: absolute;
    background-color: #E11713;
    width: 100%;
    padding-top: -30px;
    padding-bottom: 10px;
    border-radius:5px;
    margin-left: 30px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    text-decoration: none;
}
/* Navigation Styles */
nav {
    font-size: 0;
    position: relative;
}
nav > ul > li {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
}
nav > ul > li:first-child {padding-left: 0;}
nav > ul > li:last-child {padding-right: 0;}
nav > ul > li > a {
    color: #143156;
    display: block;
    position: relative;
    padding: 5px 15px;
    font-weight: bold;
    height: 50px;
}
nav > ul > li:hover > a {
    color: #BDBDBD;
    text-decoration: none;
}

.caretUP{
    color: rgb(228,27,28);
    position: absolute;
    display: none;
    width: 100px;
    opacity: 0.8;
}
/*.caretUP2{
    margin-top: -17px;
    margin-left:75px;
    margin-bottom: -10px;
    color: #e11713;
}
.caretUP3{
    margin-top: -17px;
    margin-left:270px;
    margin-bottom: -10px;
    color: #e11713;
}
.caretUP4{
    margin-top: -17px;
    padding-left:520px;
    margin-bottom: -10px;
    color: #e11713;
}
.caretUP5{
    margin-top: -17px;
    padding-right:260px;
    margin-bottom: -10px;
    color: #e11713;
}
.caretUP6{
    margin-top: -17px;
    padding-right:130px;
    margin-bottom: -10px;
    color: #e11713;
}*/
/* #Mega Menu Style */
.mega-menu img{
    height: 12px;
    width: 14px;
    margin-top: 2.5px;
    margin-right: 4px;
}
.mega-menu {
    margin-top: 18px;
    background: rgba(228,27,28,0.8);
    display: none;
    left: 0;
    border-radius: 5px;
    z-index: 999;
    position: absolute;
    text-align: center;
    width: 100%;
    border: none;
}
.mega-menu h3 {
    color: #444;
}
.mega-menu ul {
    float: left;
    margin-bottom: 20px;
    margin-right: 40px;
    width: 205px;
}
.mega-menu ul:last-child {margin-right: 0;}
.mega-menu a {
    color: #E4DCCA;
    font-size: 12px;
    font-weight: 600;
    width: 33%;
    padding: 5px;
    text-align: left;
    /*    color: 002949;
        display: block;
        padding: 10px 0;*/
}
.mega-menu a:hover {
    color: #fafafa;
    text-decoration: none;
}
.mega-menu a:only-child{
    justify-content: center;
    width: 100%;
}
.menu-detail{
    padding: 20px 300px;
}

/* Droppable Class Styles */
.droppable {
    height: 100%;
    position: static;
}
.droppable > a:after {
    font-size: 12px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}
.droppable:hover .mega-menu{
    display: block !important;
}
.droppable:hover .caretUP{
    display: block;
}

.menu-item{
    width: 130px;
    text-align: center;
}

/*.about{
    width: 100%;
    padding: 20px 200px;
}
.about a{
    display: inline-block;
    padding: 15px;
    color: #E4DCCA;
    font-size: 12px;
    font-weight: 600;
}*/
.pilarUsaha {
    padding: 15px;
    padding-left: 15%;
}
.pilarUsaha a{
    display: inline-block;
    color: #CDC09E;
    font-size: 12px;
    margin-bottom: -15px;
}
.hubunganIvestor {
    padding: 15px;
    padding-left: 15%;
}
.hubunganIvestor a{
    display: inline-block;
    color: #CDC09E;
    font-size: 12px;
    margin-bottom: -15px;
}
.tataKelola{
    padding: 15px;
    padding-left: 15%;
}
.tataKelola a{
    display: inline-block;
    color: #CDC09E;
    font-size: 12px;
    margin-bottom: -15px;
}


/* -- slider --*/
.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #757575;
    background: #757575;
}
/*.slider img{
    width: 100%;
    height: auto;
}*/
.carousel-inner{
    max-height: 500px;
    width: 100%;
}
.carousel-caption{
    top: 80px;
    margin-right: 20%;
    margin-left: 20%;
    /*text-shadow: -1px -2px 2px #EAEAEB;*/
}
.carousel-caption h5{
    color: black;
    font-weight: 600;
    font-size: 26px;
}
.search-box button{
    background-color: #133155;
    color: #fff;
    width: 50%;
    border-radius: 10px;
}
.search-box button:hover{
    color: #fff;
}
.search-box input{
    color: #E4DCCA !important;
}
.search-box input:focus{
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.search-box input::placeholder{
    color: #E4DCCA;
}
.fa-window-close{
    margin-top: 8px;
    color: #CDC09E;
}
.fa-window-close:hover{
    cursor: pointer;
}
#myDIV {
    display: none;
    width: 100%;
    padding: 25px;
    background-color: rgba(228,27,28,0.8);
    color: white;
    font-size: 25px;
    position: absolute;
    z-index: 100;
}
#myDIV .form-control{
    border: 0;
    background-color: rgb(0,0,0,0);
    font-size: 24px;
    font-weight: bold;
}
#myDIV .form-control:focus{
    outline: #E41B1C;
}
#myDIV::-webkit-input-placeholder{
    background-color: #fff;
}
/*support mozilla*/
#myDIV:-moz-input-placeholder{
    color: #CDC09E;
}
/*support internet explorer*/
#myDIV:-ms-input-placeholder{
    color: #CDC09E;
}
/* -- list-white-- */
.list-white{
    margin-top: -20px;
    position: relative;
}
.box-white{
    height: 30px;
    width: 100px;
    border-radius: 10px;
    background-color: #fff;
}

/*-- Info --*/
.info{
    background-color: #E3DCC9;
    margin-top: -20px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-info{
}
.box-header{
    margin-top: -10px;
    position: relative;
    height: 40px;
    width: 50px;
    border-radius: 10px;
    background-color: #E3DCC9;
}
.konten-info{
    padding-top: 50px;
    padding-bottom: 30px;
}
.konten-info .image{
    text-align: right;
}
.konten-info-left{
    margin-bottom: 20px;
}
.konten-info-center{
    margin-bottom: 20px;
}
.konten-info-right{
    margin-bottom: 20px;
}
.list-info{
    border-top: 1px dashed #BBB7AA;
    border-bottom: 1px dashed #BBB7AA;
}
.konten-info .col-lg-8{
    padding: 0 60px 0 0;
}
.konten-info p{
    font-size: 12px;
    margin-bottom: 5px;
}
.konten-info h6{
    color: #143054;
    font-size: 12px;
    font-weight: 900;
}
.konten-info a{
    color: #143054;
    font-size: 10px;
    font-weight: 600;

}
.konten-info a:hover{
    color: #143054;
    text-decoration: none;
}
.konten-info img{
    height: 80%;
}
/*-- Berita --*/
#berita{
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 150px;
    margin-right: 150px;
}
.title-berita p{
    color: #143156;
    font-size: 40px;
    font-weight: 500;
}
.konten-berita-left{
    margin-bottom: 30px;
    height: 480px;
    width: 100%;
}
.konten-berita-left a{
    color: #CDC09E;
}
.konten-berita-left a:hover{
    color: #CDC09E;
    text-decoration: none;
}
.konten-berita-left img{
    border-radius: 10px;
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.latest-berita{
    max-height: 480px;
}
.title-info{
    padding: 25px;
    background-color: #133155;
    position: relative;
    margin-top: -180px;
}
.title-info p{
    font-size: 24px;
    font-weight: 600;
    color: #E4DCCA;
    margin: 0;
    text-transform: uppercase;
}
.konten-berita-right img{
    width: 100%;
    height: 140px;
    border-radius: 10px;
    object-fit: cover;
}
.konten-berita-right h6{
    color:#57585B;
}
.konten-berita-right p{
    font-size: 18px;
}
.konten-berita-right a{
    color:#133155;
}
.konten-berita-right a:hover{
    color:#133155;
    text-decoration: none;
}
.all-berita{
    margin-bottom: 20px;
}
.all-berita p{
    font-weight: 600;
    text-transform: uppercase;
}

/*-- partner --*/

#partner{
    background-color: #133155;
    padding: 50px 0 60px 0;
}
.title-partner p{
    color: #E3DCC9;
    font-size: 40px;
    font-weight: 500;
}
.box-partner{
    background-color: #fff;
    height: 180px;
    width: 320px;
    margin: 20px;
    border-radius: 10px;
    padding: 30px;
}
.box-partner img{
    padding: 10px;
}
.box-partner p{
    padding: 10px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.konten-partner-link{
    text-decoration: none !important;
    color: inherit;
}
.konten-partner-link:hover{
    color: #0a0e0a !important;
}
.circle{
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 65px;
}
.circle .fas{
    color: #133155;
}
.info-partner{
    padding: 30px;
}
.info-partner img{
    height: 100%;
    width: auto;
}
.info-partner p{
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
}



/*-- footer--*/
#footer{
    margin-bottom: 0;
    height: 100%;
    bottom: 0;
    position: relative;
}
.footer-top{
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgb(214,214,214);
    background: -moz-linear-gradient(180deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 38%);
    background: -webkit-linear-gradient(180deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 38%);
    background: linear-gradient(180deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 38%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d6d6",endColorstr="#ffffff",GradientType=1);
}
.footer-top-left ul{
    padding-top: 10px;
    margin-left: -35px;
}
.footer-top-left ul li{
    display: inline-block;
    margin-right: 30px;
}
.footer-top-left .fab{
    color: #133155;
    font-size: 20px;
}
.footer-top-right{
    text-align: right;
}
.footer-top-right p{
    font-size: 13px;
    color: #133155;
    margin-bottom: 5px;
    font-weight: 600;
}
.footer-top-right span{
    color: #F5821F;
}
.footer-top-right img{
    width: auto;
    height: 35px;
    margin-bottom: 10px;
}
.footer-bottom{
    background-color: #133155;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-bottom p{
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.footer-bottom a{
    color: #F5821F;
}
.footer-bottom a:hover{
    color: #F5821F;
    text-decoration: none;
}

/*--title-page --*/
.title-page{
    padding-left: 60px;
    padding-right: 60px;
}
.title-page h1{
    color: #143156;
    font-weight: 900;
    font-size: 65px;
    margin: 0;
}
.title-page ul.breadcrumb {
    list-style: none;
    background-color: rgb(0,0,0,0);
    margin-left: -15px;
    margin-bottom: 0;
}

.title-page ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    color: #808285;
}
.title-page ul.breadcrumb li a{
    color: #143156;
    font-weight: 600;
}
.title-page ul.breadcrumb li a:hover{
    color: #002949;
    text-decoration: none;
    font-weight: 500;
}
.title-page ul.breadcrumb li+li:before {
    padding: 8px;
    color: #143156;
    content: "|";
}
.banner{
    height: 450px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.konten-page{
    padding: 30px 13%;
}
.konten-page h3{
    color: #58595B;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.konten-description img{
    width: 100%;
    height: auto;
}

/*-- Tentang Kami--*/
.konten-visi-misi{
    padding-bottom: 100px;
}
.konten-visi-misi h3{
    margin-top: 20px;
    margin-bottom: 50px;
}
.quotes{
    border-top: 1px solid #002949;
    border-bottom: 1px solid #002949;
    padding: 25px 0;
}
.quotes p{
    color: #808285;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}
.action{
    padding: 25px 0;
}
.action .fas-action{
    font-size: 30px;
    color: #143256;
    font-weight: 600;
}
.action .action-btn{
    color: #E7282B;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
}
.action .action-btn:hover{
    color: red;
    text-decoration: none;
}
.back-to{
#    border-top: 1px solid #002949;
    padding: 25px 0;
    font-size: 30px;
}
.back-to a{
    color: #E7282B;
    font-weight: 600;
}
.back-to a:hover{
    color: red;
    text-decoration: none;
}
.back-to .fa-caret-left{
    margin-bottom: 15px;
}
.font-capital{
    text-align: center;
    margin-top: -7px;
    width: 10%;
}
.font-capital h1{
    color: #143256;
    font-weight: 900;
    font-size: 42px;
}
.font-description{
    width: 90%;
    margin-bottom: 30px;
}
.font-description h6{
    color: #808285;
    margin-bottom: 0;
    font-size: 15px;
}
/*--Pilar Usaha--*/
.konten-pilar-usaha{
    padding: 30px 13%;
}
.logo-brand{
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.logo-brand img{
    max-width: 100%;
    vertical-align: top;
}
.list-brand{
    margin-bottom: 50px;
}
.list-brand a:hover{
    text-decoration: none;
}
.list-unit{
    height: 250px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.unit-image{
    width: 100%;
    padding: 20px;
}
.unit-image img{
    width: 100%;
}
.unit-title{
    width: 100%;
    padding: 0 15px;
    text-align: center;
    background-color: #012C4B;
    min-height: 90px;
}
.unit-title a{
    text-decoration: none;
    font-size: 24px;
    color: #E4DCCA;
    text-transform: uppercase;
}
.unit-title a:hover{
    text-decoration: none;
    color: #eaeaea;
}
.konten-box{
    height: 280px;
}
.konten-box img{
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.konten-box .title-brand {
    height: 90px;
    padding: 0 20px;
    background-color: #012C4B;
    color: #E4DCCA;
    margin-top: -100px;
    z-index: 11;
    position: relative;
    width: 100%;
}
.konten-box .title-brand h5{
    font-size: 26px;
    margin: 0;
}
.bg-title{
    padding-top: 50px;
    padding-bottom: 15px;
    background: rgb(214,214,214);
    background: -moz-linear-gradient(180deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d6d6",endColorstr="#ffffff",GradientType=1);
}
.logo-brand2{
    margin-top: 30px;
    margin-bottom: 120px;
}
.deskripsi-company{
    font-weight: bold;
}

/*-- HUBUNGAN INVESTOR --*/
.konten-financial-highlight{
    padding: 30px 13%;
}
.konten-financial-highlight h3{
    margin-bottom: 50px;
}
.header-table{
    background-color: #012c4b;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.header-table th{
    vertical-align: middle !important;
}
.body-table{
    font-size: 12px;
    border-bottom: 5px solid #E51520;
}
.body-table td{
    text-align: right;
    font-weight: bold;
    vertical-align: middle !important;
}
.bg-table-grey{
    background-color: #FAFAFA;
    opacity:0.7;
    color:#9E9E9E;
}
.bg-table-grey2{
    background-color: #FAFAFA;
    color:black;
    text-align: right;
}
.table-responsive{
    margin-bottom: 30px;
}
.income{
    color: #BDBDBD;
}
.struktur-organisasi{
    margin-top: 30px;
    margin-bottom: 50px;
}
.struktur-organisasi h6{
    font-weight: 900;
}
.struktur-organisasi p{
    margin-bottom: -3px;
    font-weight: 500;
}
/*--dewan komisaris--*/
.dewan-komisaris img{
    margin-top: 25px;
    margin-bottom: 15px;
}

/*--Berita Capital--*/
.konten-berita-kapital{
    margin-top: 30px;
}
.berita-utama{

    margin-bottom: 70px;
}
.berita-utama img{
    width: 100%;
    height: 350px;
    border-radius: 10px;
}
.berita-utama a{
    color: #CDC09E;
}
.berita-utama a:hover{
    color: #CDC09E;
    text-decoration: none;
}
.title-berita2{
    background-color: #022946;
    width: 100%;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: -110px;
    font-size:18px;
    position: relative;
}
.detail-berita img{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
#share{
    position: absolute;
    width: 20px;
    top: -130px;
    right: -20px;
    font-size: 18px;
}
.jssocials-share-link{
    border-radius: 40px !important;
}
.pagination-item span{
    display: none;
    border: 1px solid #f0f0f0;
    padding: 5px 10px;
    border-radius: 30px;
    color: #E7282B;
    font-weight: 600;
    font-size: 18px;
    background: #eaeaea;
}
.pagination-item a{
    border: 1px solid #f0f0f0;
    padding: 5px 10px;
    border-radius: 30px;
    text-decoration: none;
    color: #E7282B;
    font-weight: 600;
    font-size: 18px;
}
.pagination-item a:hover{
    text-decoration: none;
    color: red;
    background: #eaeaea;
}
#map{
    margin-bottom: 20px;
}
.btn-navy{
    background-color: #133155 !important;
    color: #E4DCCA !important;
    border-radius: 10px !important;
}
.search-card{
    text-decoration: none;
}
.search-card:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
    text-decoration: none;
}
.search-card img{
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.red{
    color: #E7282B;
}
.orange{
    color: orange;
}
.uppercase{
    text-transform: uppercase;
}
/*-- Contact Page -- */
.contact-form label{
    font-size: 12px;

}
.contact-form .btn-navy{
    padding: 10px 80px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.quotes address{
    margin: 0;
}
.owl-nav{
    display: block !important;
    color: #E3DCC9;
    text-decoration: none;
    font-size: 60px;
}
.owl-next{
    position: absolute;
    top: 15px;
    height: 180px;
    right: -30px;
}
.owl-prev{
    position: absolute;
    top: 15px;
    height: 180px;
    left: -30px;
}
.owl-next:hover,
.owl-prev:hover{
    text-decoration: none;
    background: transparent !important;
}
.owl-next:focus,
.owl-prev:focus{
    outline: none !important;
}

/*Style accordian di laporan*/
.laporan .card{
    border: 1px solid #012c4b;
}

.laporan .card-header{
    padding: 0.25rem 0.5rem;
    border-bottom: 0;
    background-color: #012c4b;
}

.laporan .card-header .btn-link{
    color: #fff;
}

.laporan .card-header .btn-link:hover,
.laporan .card-header .btn-link:focus{
    text-decoration: none;
}

.laporan .card-body{
    padding: 1rem 1.25rem;
    border-top: 1px solid #012c4b;
}

.laporan .card-body a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f56d";
    display: inline-block;
    padding-right: 3px;
    font-weight: 900;
}

.laporan .card-body a{
    color: #012c4b;
    text-decoration: none;
}

.laporan .card-body a:hover{
    border-bottom: 1px solid #012c4b;
}


/*-- Responsive -- */

@media (min-width: 100px) and (max-width: 376px) {
    .menu-desktop{
        padding-right: 0;
    }
    .banner{
        height: 240px;
    }
    .banner img{
        height: 240px;
    }
    .logo{
        max-height: 35px;
        padding-left: 20px;
    }
    .navbar-brand img{
        width: 150px;
        height: auto;
    }
    .side-menu .fa-bars{
        font-size: 18px;
    }
    .title-berita p{
        font-size: 22px;
    }
    .title-partner p{
        font-size: 22px;
    }
    #header-bottom {
        padding-bottom: 30px;
    }
    #header{
        padding-bottom: 5px;
    }
    .header-menu{
        padding-right: 10px;
    }
    .header-menu ul li{
        margin-left: 0;
    }
    .slider img{
        width: 100%;
        max-height: 800px;
    }
    .side-menu{
        display: block;
    }

    .dropbtn {
        font-size: 12px;
    }
    .droppable{
        display: none;
    }
    .carousel .carousel-indicators li {
        width: 5px;
        height: 5px;
    }
    .banner{
        height: 260px;
    }
    .banner img{
        height: 260px;
    }
    .konten-info p{
        font-size: 10px;
    }
    .konten-info h6{
        font-size: 12px;
    }
    .konten-info a{
        font-size: 10px;
    }
    .footer-top-right{
        text-align: right;
    }
    .carousel-caption{
        top: 30px;
        margin-right: 0;
        margin-left: 0;
        text-shadow: -1px -2px 2px #EAEAEB;
    }
    .carousel-caption h5{
        font-size: 12px;
    }
    #berita{
        margin-left: 10px;
        margin-right: 10px;
    }
    .konten-berita-left img{
        border-radius: 10px;
        height: 300px;
    }
    .title-info{
        margin-top: -110px;
        background-color: #133155;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
    }
    .title-info p{
        font-size: 14px;
    }
    .konten-berita-right img{
        height: 90px;
        border-radius: 10px;
    }
    .all-berita{
        margin-bottom: 10px;
    }
    .konten-berita-right h6{
        font-size: 10px;
    }
    .konten-berita-right p{
        font-size: 10px;
    }
    #myDIV {
        display: none;
        width: 100%;
        padding: 10px;
        background-color: #E41B1C;
        color: white;
        font-size: 18px;
        position: absolute;
        z-index: 100;
    }
    #myDIV .form-control{
        border: 0;
        background-color: rgb(0,0,0,0);
        font-size: 10px;
        font-weight: bold;
    }
    #myDIV input{
        font-size: 12px;
    }
    .search-box button{
        background-color: #133155;
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 8px;
        padding: 3px;
        border-radius: 5px;
    }
    .box-partner{
        background-color: #fff;
        height: 150px;
        width: 250px;
        margin: 10px 20px;
        border-radius: 10px;
        padding: 20px 30px;
    }
    .box-partner img{
        width: 100% !important;
        padding: 0;
        margin-bottom: 10px;
    }
    .box-partner p{
        padding: 0;
        margin: 0;
    }
    .konten-partner .fa-circle{
        font-size: 32px;
    }
    .circle{
        position: absolute;
        z-index: 10;
        width: 100%;
        padding-top: 20%;
    }
    .info-partner{
        padding: 20px;
    }
    .info-partner img{
        width: 100%;
    }
    .info-partner p{
        padding-top: 10px;
        font-size: 10px;
        text-align: center;
    }

    .bg-title{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .title-page {
        padding-left: 10px;
    }
    .title-page h1{
        font-size: 20px;
    }
    .title-page ul.breadcrumb li {
        display: inline;
        font-size: 10px;
    }
    .title-page ul.breadcrumb{
        padding-top: 5px;
        padding-bottom: 0;
    }
    .konten-right{
        margin-bottom: 20px;
    }
    .konten-visi-misi h3{
        font-size: 14px;
    }
    .konten-visi-misi h6{
        font-size: 12px;
    }
    .action{
        padding: 10px 0;
    }
    .action .fas-action{
        font-size: 17px;
    }
    .action .action-btn{
        font-size: 17px;
    }
    .back-to{
        padding: 10px 0;
        font-size: 17px;
    }

    .title-brand {
        padding-top: 5px;
        height: 40px;
        margin-top: -50px;
        width: 100%;
    }
    .title-brand h5{
        font-size: 10px;
    }
    .konten-page{
        padding: 20px;
    }
    .konten-berita-left{
        margin-bottom: 10px;
        height: 300px;
    }
    #share{
        position: static;
        width: 175px;
        text-align: right;
    }
    .jssocials-share{
        margin-right: 4px !important;
    }
    .jssocials-share-link{
        padding: 4px 6px !important;
    }
    .jssocials-share-logo{
        font-size: 15px !important;
    }
    .pagination-item a{
        font-size: 12px;
    }
    .quotes p{
        font-size: 16px;
    }
    .search-card img{
        width: 80px;
        height: 80px;
    }
    .contact-form .btn-navy{
        padding: 10px 30px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .footer-top-left ul li{
        margin-right: 10px;
    }
    .footer-top-right img{
        height: 20px;
    }
    .footer-top-right p{
        font-size: 10px;
        margin: 0;
    }
    .footer-bottom{
        padding: 10px 0;
    }
    .footer-bottom p{
        font-size: 12px;
    }
    .konten-info{
        padding-left: 10px;
        padding-right: 10px;
    }
    .konten-info .image{
        padding: 0;
        text-align: center;
    }
    .konten-info .col-lg-8{
        padding: 0;
    }
    .owl-next{
        top: 10px;
        height: 140px;
        right: -15px;
    }
    .owl-prev{
        top: 10px;
        height: 140px;
        left: -15px;
    }
}
@media (min-width: 376px) and (max-width: 576px) {
    .header-menu{
        padding-right: 20px;
    }
    .title-berita p{
        font-size: 26px;
    }
    .title-partner p{
        font-size: 26px;
    }
    .title-info p{
        font-size: 20px;
    }
    .latest-berita{
        height: 350px;
    }
    .konten-berita-left {
        margin-bottom: 10px;
        height: 350px;
    }
    .konten-berita-left img{
        height: 350px;
    }
    .konten-berita-right img{
        height: 100px;;
    }
    .konten-berita-right h6{
        font-size: 14px;
    }
    .konten-info{
        padding-left: 20px;
        padding-right: 20px;
    }
    .konten-info .image{
        padding: 0;
        text-align: center;
    }
    .konten-info .col-lg-8{
        padding: 0;
    }
    .all-berita p{
        font-size: 12px;
    }
    .footer-top-left ul li{
        margin-right: 10px
    }
    .footer-top-right img{
        height: 25px;
    }
    .footer-top-right p{
        font-size: 12px;
    }
    .search-box button{
        font-size: 8px;
        padding: 3px;
        border-radius: 5px;
    }
    .circle{
        width: 348px;
        padding-top: 21%;
        left: 5px;
    }
    .box-partner{
        height: 180px;
        width: 320px;
        margin: 10px 20px;
        border-radius: 10px;
        padding: 20px 40px;
    }
    .box-partner img{
        width: 100% !important;
        padding: 0;
        margin-bottom: 10px;
    }
    .box-partner p{
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
    .logo{
        max-height: 35px;
        padding-left: 10px;
    }
    .menu-desktop{
        padding-right: 10px;
    }
    .navbar-brand img{
        width: 150px;
        height: auto;
    }
    .side-menu .fa-bars{
        font-size: 18px;
        padding-top: 5px;
    }
    .side-menu{
        display: block;
    }
    .carousel .carousel-indicators li {
        width: 5px;
        height: 5px;
    }
    .droppable{
        display: none;
    }
    .footer-top-right{
        text-align: right;
    }
    #berita{
        margin-left: 10px;
        margin-right: 10px;
    }
    .carousel-caption{
        top: 40px;
        margin-right: 10%;
        margin-left: 10%;
        /*text-shadow: -1px -2px 2px #EAEAEB;*/
    }
    .carousel-caption h5{
        font-size: 12px;
    }
    #myDIV {
        display: none;
        width: 100%;
        padding: 10px;
        background-color: #E41B1C;
        color: white;
        font-size: 18px;
        position: absolute;
        z-index: 100;
    }
    #myDIV .form-control{
        border: 0;
        background-color: rgb(0,0,0,0);
        font-size: 10px;
        font-weight: bold;
    }
    #myDIV input{
        font-size: 12px;
    }
    .search-box button{
        width: 100%;
        text-align: center;
        font-size: 8px;
    }
    .konten-partner .fa-circle{
        font-size: 32px;
    }
    .info-partner{
        padding: 20px;
    }
    .info-partner img{
        width: 100%;
    }
    .info-partner p{
        padding-top: 10px;
        font-size: 10px;
        text-align: center;
    }
    .bg-title{
        padding-top: 30px;
    }
    .title-page {
        padding-left: 10px;
        padding-right: 10px;
    }
    .title-page h1{
        font-size: 24px;
    }
    .title-page ul.breadcrumb li {
        display: inline;
        font-size: 10px;
    }
    .banner{
        height: 260px;
    }
    .banner img{
        height: 260px;
    }
    .konten-page{
        padding: 20px 5%;
    }
    .konten-page h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .detail-berita img{
        height: auto;
    }
    .quotes{
        padding: 10px 0;
    }
    .quotes p{
        font-size: 16px;
    }
    .action{
        padding: 10px 0;
    }
    .action .fas-action{
        font-size: 18px;
    }
    .action .action-btn{
        font-size: 18px;
    }
    .back-to{
        padding: 10px 0;
        font-size: 16px;
    }
    .konten-right{
        margin-bottom: 20px;
    }
    .konten-visi-misi h3{
        font-size: 14px;
    }
    .konten-visi-misi h6{
        font-size: 12px;
    }
    .quotes h5{
        font-size: 12px;
    }
    .action h5{
        font-size: 12px;
    }
    .back-to h5{
        font-size: 12px;
    }
    .title-brand {
        padding-top: 5px;
        height: 40px;
        margin-top: -50px;
        width: 100%;
    }
    .title-brand h5{
        font-size: 10px;
    }
    .font-capital h1{
        font-size: 38px;
    }
    .font-description{
        padding-left: 5px;
    }
    .font-description h6{
        font-size: 12px;
    }
    #share{
        position: static;
        width: 220px;
        text-align: right;
    }
    .jssocials-share{
        margin-right: 4px !important;
    }
    .jssocials-share-link{
        padding: 6px 8px !important;
    }
    .jssocials-share-logo{
        font-size: 20px !important;
    }
    .pagination-item a{
        font-size: 14px;
    }
    .search-card img{
        width: 110px;
        height: 110px;
    }
    .contact-form .btn-navy{
        padding: 5px 50px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .owl-next{
        top: 10px;
        height: 180px;
        right: -15px;
    }
    .owl-prev{
        top: 10px;
        height: 180px;
        left: -15px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .side-menu{
        display: block;
    }
    .droppable{
        display: none;
    }
    .konten-info .col-lg-8{
        padding: 0;
    }
    #berita{
        margin-left: 30px;
        margin-right: 30px;
    }
    .all-berita p{
        font-size: 14px;
    }
    .carousel-caption{
        top: 50px;
        margin-right: 10%;
        margin-left: 10%;
        /*text-shadow: -1px -2px 2px #EAEAEB;*/
    }
    .carousel-caption h5{
        font-size: 18px;
    }
    .circle{
        width: 106%;
        left: -20px;
        padding-top: 19%;
    }
    .box-partner{
        margin: 0;
        margin-right: 10px;
        width: 500px;
        height: 240px;
    }
    .box-partner p{
        font-size: 18px;
    }
    .banner{
        height: 400px;
    }
    .banner img{
        height: 400px;
    }
    .konten-page{
        padding: 30px;
    }
    .konten-berita-left{
        margin-bottom: 20px;
        /*height: 380px;*/
    }
    .list-white{
        margin-top: -20px;
    }
    .quotes{
        padding: 10px 0;
    }
    .quotes p{
        font-size: 14px;
    }
    .action {
        padding: 10px 0;
    }
    .action .action-btn{
        font-size: 17px;
    }
    .action .fas-action{
        font-size: 17px;
    }
    .back-to {
        padding: 10px 0;
        font-size: 17px;
    }
    #share{
        top: -110px;
        right: -10px;
    }
    .jssocials-share{
        /*margin-right: 5px !important;*/
    }
    .jssocials-share-link{
        padding: 6px 8px !important;
    }
    .jssocials-share-logo{
        font-size: 18px !important;
    }
    .search-card img{
        width: 150px;
        height: 150px;
    }
    .owl-next{
        top: 0px;
        height: 240px;
        right: -40px;
    }
    .owl-prev{
        top: 0px;
        height: 240px;
        left: -40px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .side-menu{
        display: block;
    }
    .droppable{
        display: none;
    }
    .konten-info .col-lg-8{
        padding: 0;
    }
    .konten-info h6{
        font-size: 20px;
    }
    .konten-info p{
        font-size: 16px;
    }
    .konten-info a{
        font-size: 14px;
    }
    #berita{
        margin: 0;
        /*        margin-left: 30px;
                margin-right: 30px;*/
    }
    .carousel-caption{
        top: 50px;
        margin-right: 10%;
        margin-left: 10%;
        /*text-shadow: -1px -2px 2px #EAEAEB;*/
    }
    .carousel-caption h5{
        font-size: 22px;
    }
    .circle{
        width: 109%;
        left: -20px;
        padding-top: 70px;
    }
    .box-partner{
        margin: 0;
        margin-right: 10px;
        width: 330px;
    }
    .konten-page{
        padding: 30px 40px;
    }
    .konten-berita-left{
        margin-bottom: 20px;
        /*height: 600px;*/
    }
    .latest-berita{
        height: 600px;
    }
    .konten-berita-right img{
        height: 220px;
    }
    .quotes p{
        font-size: 16px;
    }
    .action .action-btn{
        font-size: 18px;
    }
    .action .fas-action{
        font-size: 18px;
    }
    .back-to {
        font-size: 18px;
    }
    #share{
        top: -115px;
        right: -10px;
    }
    .jssocials-share-link{
        padding: 7px 8px !important;
    }
    .jssocials-share-logo{
        font-size: 20px !important;
    }
    .search-card img{
        width: 180px;
        height: 180px;
    }
    .owl-next{
        top: 0px;
        height: 180px;
        right: -40px;
    }
    .owl-prev{
        top: 0px;
        height: 180px;
        left: -40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .logo{
        padding-left: 20px;
    }
    .logo img{
        max-width: 200px;
        height: auto;
        padding-top: 10px;
    }
    .menu-desktop{
        padding-right: 20px;
    }
    .menu-detail{
        padding: 20px 100px;
    }
    #berita{
        margin: 0;
    }
    .all-berita{
        margin-bottom: 30px;
    }
    .all-berita p{
        font-size: 14px;
    }
    .circle{
        width: 110%;
        left: -20px;
        padding-top: 70px;
    }
    .box-partner{
        margin: 0;
        margin-right: 10px;
        width: 295px;
    }
    .konten-berita-left{
        height: 400px;
        margin-bottom: 20px;
    }
    .latest-berita{
        height: 400px;
    }
    .konten-berita-left img{
        height: 400px;
    }
    .title-info p{
        font-size: 20px;
    }
    .konten-berita-right img{
        height: 100px;
    }
    .action .action-btn{
        font-size: 24px;
    }
    .action .fas-action{
        font-size: 24px;
    }
    .back-to {
        font-size: 24px;
    }
    #share{
        top: -135px;
        right: -10px;
    }
    .owl-next{
        top: 0px;
        height: 180px;
        right: -40px;
    }
    .owl-prev{
        top: 0px;
        height: 180px;
        left: -40px;
    }
    /*    .side-menu{
            display: block;
        /*    .side-menu{
                display: block;
            }
            .droppable{
                display: none;
            }*/
}

@media (min-width: 1024px) and (max-width: 1224px) {
    /*    .side-menu{
            display: none;
        }*/
    /*    .droppable{
            display: none;
        }*/
}
@media (min-width: 1224px) and (max-width: 1350px) {
    .side-menu{
        display: none;
    }

}