@font-face {
    font-family: 'swiss';
    src: url('../fonts/swz721l.ttf')  format('truetype');
}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/OpenSans2/OpenSans-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/OpenSans2/OpenSans-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/OpenSans2/OpenSans-Light.ttf')  format('truetype');
}

@font-face {
    font-family: 'opensans-lightitalic';
    src: url('../fonts/OpenSans2/OpenSans-LightItalic.ttf')  format('truetype');
}

body, html{
    min-width: 320px;
    margin: 0;
}

body {
    padding-top: 0px;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url("../images/templates/header.png") no-repeat center center fixed;
    background-position: 90% 10%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    line-height: 1.5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.nav-home{
    padding: 0px;
    padding-top: 5px;
    color: rgba(255,255,255,0.9);
}

.nav-list{
    background:#fff;
    color: #03568d;
    padding: 0;
    padding-top: 5px;
    font-weight: bold;
}

.nav-list .container-fluid{
    border-bottom:1px solid rgba(255,255,255,0.5);
    width:85%;
    padding: 0px;
}

.nav-list .container-fluid .logo {
    height: 60px;
}

.text-white {
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
    border:none;
}

.container-fluid{
    border-bottom:1px solid rgba(255,255,255,0.5);
    width:85%;
    padding-bottom: 10px;
    padding: 0px;
}

.container-fluid .text{
    font-family: 'swiss';
    font-size: 13pt;
    letter-spacing: 1.3pt;
    float: right;
}

.container-fluid .logo{
    margin:auto;
    height: 80px;
}

.container-fluid .row{
    width:100%;
    padding: 0px;
    margin:0px;
}

.container-fluid2{
    border-top:1px solid rgba(255,255,255,0.5);
    width:85%;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.container-fluid3{
    margin-right: auto;
    margin-left: auto;
}

.header-home{
    font-family: 'opensans-lightitalic';
    font-size: 15pt;
    padding-bottom: 170px;
    padding-top: 85px;
}

.header-home .row{
    margin:0px;
}

.header-home h1{
    font-family: 'opensans-bold';
    font-size: 22pt;
    margin-bottom: 70px;
    margin-top:0;
}

.header-home h2{
    font-family: 'opensans-light';
    font-size: 22pt;
    color: rgba(255,255,255,0.9);
    letter-spacing: 2.2px;
    margin-bottom: 15px;
    margin-top:0px;
}

.header-home a{
    text-decoration: none;
    color:#249deb;
    font-family: 'opensans';
    font-size: 12pt;
    background-color: transparent;
    border:none;
    padding: 0px;
}

.header-home a:hover, a:focus{
    color:#7fc4f0;
}

.header-home input{
    font-family: 'opensans';
    padding: 16px 20px;
    margin-right: -7px;
    font-size: 10pt;
    width: 220px;
    border: 1px solid #b4b4b4;
    color: #292929;
}

.header-home .button{
    font-family: 'opensans-light';
    padding: 14px 40px 15.5px 40px;
    margin: 0px;
    border-radius: 0px;
    background-color: #0072bc;
    color: #fff;
    margin-top: 1.5px;
    border: 1px solid #0072bc;
    border-top: none;
    font-size:12pt;
}

.header-home .button:hover, .button:focus{
    background-color: #085e95;
    color: #fff;
}

.footer-home{
    font-family: 'opensans-light';
    align-items: center;
    color:rgba(255,255,255,0.9);
    font-size: 10pt;
    text-align: center;
    padding-bottom: 5px;
}

.list-cover{
    position: relative;
}

.list-cover .row{
    margin: 0;
}

.list-cover .text-cover{
    font-family: 'opensans';
    font-size: 15pt;
    position: absolute;
    margin-top: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding:0 5px;
}

.list-cover h2{
    font-family: 'opensans-light';
    font-size: 22pt;
    color: rgba(255,255,255,0.9);
    letter-spacing: 2.2px;
    margin-bottom: 15px;
}

.list-cover a{
    text-decoration: none;
    color:#249deb;
    font-family: 'opensans';
    font-size: 12pt;
    background-color: transparent;
    border:none;
    padding: 0px;
}

.list-cover a:hover, a:focus{
    color:#7fc4f0;
}

.list-cover input{
    font-family: 'opensans';
    padding: 18px 15px 16px 15px;
    margin-right: -7px;
    font-size: 10pt;
    width:220px;
    border:1px solid #b4b4b4;
    color:#292929;
}

.list-cover .button{
    font-family: 'opensans-light';
    padding: 16px 40px 16.5px 40px;
    margin: 0px;
    border-radius: 0px;
    background-color: #0072bc;
    color: #fff;
    border: 1px solid #0072bc;
    border-top: none;
    font-size:12pt;
}

.list-cover .button:hover, .button:focus{
    background-color: #085e95;
    color: #fff;
}

.crop-cover{
    object-fit: cover;
    width: 78px;
    height: 92px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

.crop-cover:hover{
    opacity:0.8;
    /* position:absolute;
    object-fit: cover;
    width: 138px;
    height: 152px;
    margin-top: -30px;
    margin-left: -20px; */
}

.crop-slider{
    object-fit: cover;
    width: 147px; 
}

.list-container{
    padding: 0px;
}

.background-holder-list {
    top: -10%;
    height:260px;
    width: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 20% 80% !important;
}

.bg-list{
    background:#f0f0f0;
    color:#515151;
    font-size: 11pt;
    font-family: 'opensans';
    min-height: 85vh;
}

.bg-list .container-fluid{
    padding-bottom: 0px;
}

.bg-list .content-list{
    background:#fff;
    padding: 10px 50px;
    position:relative;
    min-height: 85vh;
}

.bg-list .content-list h1{
    font-family: 'opensans';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20pt;
    color:#03568d;
    margin: 20px 0px 0px 0px;
}

.bg-list .content-list h2{
    font-family: 'opensans';
    font-weight: 600;
    color: #0072bc;
    font-size: 17pt;
    margin-top: 10px;
    margin-bottom: 0px;
}

.bg-list .content-list h3{
    font-family: 'opensans';
    font-weight: 600;
    color: #0072bc;
    font-size: 15pt;
    margin-top: 10px;
    margin-bottom: 0px;
}

.bg-list .content-list span{
    color:#ed1c24;
}

.bg-list .content-list p{
    margin:0px;
    margin-bottom: 20px;
    font-family: 'opensans-light';
    font-weight: 600;
    font-style: italic;
    color: #267ec1;
    font-size: 13pt;
}

.bg-list .content-list .row{
    margin: 13px 0px;
}

.bg-list .content-list .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}

.bg-list .content-list .judul{
    background:#efefef;
    text-align: right;
    padding: 10px 20px;
    font-family: 'opensans-bold';
    color: #0072bc;
    margin-right: 1%;
    width: 35%;
    box-sizing: border-box;
}

.bg-list .content-list .desc{
    background:#f7f7f7;
    padding: 10px 20px;
    font-family: 'opensans';
    color: #515151;
    margin-left: 1%;
    width: 63%;
    box-sizing: border-box;
}

.bg-list .content-list .scroll{
    overflow-x: auto;
    margin: 25px 0px;
}

.bg-list .content-list .detail{
    font-family: 'opensans';
    font-size: 10pt;
    width: 100%;
    border:1px solid #0072bc;
}

.bg-list .content-list .detail thead{
    background:#0072bc;
    font-size: 11.5pt;
    color: #fff;
}

.bg-list .content-list .detail th{
    padding: 15px 10px;
    text-align: center;
}

.bg-list .content-list .detail td{
    padding: 20px 10px;
    vertical-align: top;
    border:1px solid #0072bc;
}

.bg-list .content-list .order{
    color: #fff;
    background:#f26522;
    border:none;
    width: 100%;
    padding:15px 10px;
}

.bg-list .content-list .slider{
    color: #0072bc;
    font-family: 'opensans-bold';
    margin: 20px 0px;
    text-align: center;
    font-size: 13pt;
}

.bg-list .content-list .order:hover, .bg-list .content-list .order:focus{
    background:#d95b1f;
}

.bg-list .content-list .list-table{
    font-family: 'opensans';
    font-size: 10pt;
    width:100%;
}

.bg-list .content-list .list-table a{
    font-family: 'opensans';
    font-weight: 600;
    color: #0072bc;
    font-size: 12pt;
    margin-top: 0px;
    text-decoration: none;
}

.bg-list .content-list .list-table a:hover, .bg-list .content-list .list-table a:focus {
    color: #08507e;
}

.bg-list .content-list .list-table h2{
    font-family: 'opensans-light';
    font-weight: 600;
    font-style: italic;
    color: #267ec1;
    font-size: 11pt;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-list .content-list .list-table p{
    margin:0px;
    font-size: 11pt;
    color: #111;
}

.bg-list .content-list .list-table thead{
    background:#f9f9f9;
    font-size: 11.5pt;
    border-top: dotted;
    border-bottom: dotted;
    border-width: 1px;
    border-color: #929292;
}

.bg-list .content-list .list-table tbody td{
    border-top: dotted;
    border-bottom: dotted;
    border-width: 1px;
    border-color: #929292;
}

.bg-list .content-list .list-table th{
    padding: 10px 10px;
}

.bg-list .content-list .list-table td{
    padding: 20px 10px;
    vertical-align: top;
}

.bg-list .content-list .list-table td:first-child{
    font-weight: 700;
    font-size: 12pt;
}

.table-list-footer{
    padding: 5px 0px 40px 0px;
}

.bg-list .content-list .table-list-footer span{
    color:#333;
}

.bg-list .content-list .table-list-footer .active span{
    color:#fff;
}

.table-list-footer .pagination{
    float:right;
    margin: 0; 
    margin-top: 5px;
}

.image-cover{
    object-fit: cover;
    width: 170px;
    height: 213px;
    margin: 0 auto;
}

.footer-list{
    background:#1e1d1d;
    color:#fff;
    font-family: 'opensans-light';
    font-size: 10pt;
    padding: 20px 50px 10px 50px;
}

.modal {
    display: none;
    position: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ),url('../images/templates/header-blur.png');
    background-position: 90% 10%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.modal .modal-top {
    background-color: transparent;
    margin: auto;
    width: 370px;
}

.modal .modal-content {
    background-color: #fefefe;
    margin: 0px;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #888;
    width: 100%;
    font-family :'opensans';
}

.modal .modal-content .title{
    color:#208ace;
    font-family: 'swiss';
    border-bottom:1px solid #3e9dda;
    text-align: center;
    font-size: 15pt;
    padding-bottom: 15px;
}

.modal .modal-content .form{
    padding:25px 30px;
}

.modal .modal-content table{
    width:100%;
    font-family: 'opensans';
    font-size: 11pt;
}

.modal .modal-content table label{
    float: right;
    text-align: right;
    padding-right: 10px;
}

.modal .modal-content table input{
    width:100%;
    margin: 5px 0px;
    padding: 5px 5px;
}

.modal .modal-content table button{
    border-radius:0px;
    background-color:#0072bc;
    margin-top: 15px;
    padding: 10px 40px;
}

.modal .close {
    color: #fff;
    background-color: #000;
    float: right;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 28px;
    font-family: times;
    border: 1px solid #fff;
    margin-top: -28px;
    margin-right: 1px;
}

.modal .close:hover, .close:focus {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.loader {
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 00px 0;
    height: 100%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.loader img{
    width:90px;
    margin:0 auto;
}

@media (min-width: 500px) {
    .modal .modal-top{
        width:490px;
    }
}

@media (min-width: 768px) {
    .modal .modal-top{
          width:600px;
    }
    .nav-list .container-fluid .logo {
        margin: 5px 0;
    }
    .container-fluid .logo{
        margin:0px;
        display: block;
        height: 60px;
    }
    .container-fluid{
        padding-bottom: 10px;
    }
    .navbar {
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .modal .modal-top{
        width:600px;
    }
}

@media (min-width: 1200px) {
    .container-fluid{
        border-bottom:1px solid rgba(255,255,255,0.5);
        width:83%;
        max-width: 1500px;
        padding-bottom: 10px;
    }
    .container-fluid2{
        border-top:1px solid rgba(255,255,255,0.5);
        width:81.5%;
        max-width: 1500px;
    }
    .modal .modal-top{
        width:600px;
    }
}

@media (max-width: 767px){
    .container-fluid .text{
        float: none;
        margin: 10px 0px;
    }
    .col-md-6{
        text-align: center;
    }
}

@media (max-width: 730px ){
    .bg-list .content-list .judul{
        width:49%;
    }
    .bg-list .content-list .desc{
        width:49%;
    }
    .bg-list .content-list{
        background:#fff;
        padding: 10px 20px;
    }
}

@media (max-width: 856px ){
    .background-holder-list {
        height:300px;
    }
}

@media (max-width: 689px){
    .background-holder-list {
        height:420px;
    }
    .list-cover input{
        margin-right: 0px;
        width:310px;
    }
    .list-cover .button{
        margin-top:0px;
        padding: 14.5px 114px 15px 114px;
    }
    .list-cover .text-cover{
        padding: 0 20px;
    }
    .header-home input{
        margin-right: 0px;
        width:310px;
    }
    .header-home .button{
        margin-top:0px;
        padding: 14.5px 115px 15px 115px;
    }
    .header-home{
        padding: 50px 10px;
    }
}

@media (max-width: 400px){
    .header-home{
        padding: 50px 7px;
    }
    .header-home input{
        margin-right: 0px;
        width:275px;
    }
    .header-home .button{
          padding: 14.5px 97.5px 15px 97.5px;
    }
    .list-cover .text-cover{
        padding: 0 7px;
    }
    .list-cover input{
        margin-right: 0px;
        width:275px;
    }
    .list-cover .button{
        padding: 14.5px 96.5px 15px 96.5px;
    }
    .bg-list .container-fluid{
        width:95%;
    }
}

.carousel-control { 
    width:  20px; 
    margin-top: 80px;
}

.carousel-inner{
    margin: 10px 1.5%;
    width:97%;
}

@media (min-width: 768px) {
    .carousel-inner .col-sm-4{
        width:33%;
        max-width: 33%;
        margin: 0px;
    }
    .col-md-6 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .carousel-inner .col-md-2{
        width:20%;
        max-width: 20%;
        margin: 0px;
    }
}

.carousel{
    margin-top: 20px;
}

.carousel-control.left, .carousel-control.right {
    margin-left:0px;
    background-image:none;
    vertical-align: middle;
    opacity: 10;
}

.carousel-inner .col-md-2, .carousel-inner .col-sm-6, .carousel-inner .col-xs-12 {
    margin:0 auto;
}

.carousel-inner img{
    height:210px !important;
    max-width:150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin:0 auto;
}

.carousel-inner img:hover{
    opacity: 0.8;
}

.row-flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-flex.center{
    align-items: center
}

.display-dotted{
    border-top: dotted;
    border-bottom: dotted;
    border-width: 1px;
    border-color: #929292;
    margin: 20px 0;
    padding: 10px 0px
}

.display-dotted .crop-cover{
    width: 98px;
    height: 112px;
}

.display-dotted a{
    text-decoration: none
}

.display-dotted a h3:hover,
.display-dotted a h3:focus{
    color: #08507e;
}

.content-list .display-dotted .row{
    margin: 13px -5px
}

.content-list .display-dotted .row .col-md-6{
    padding: 0 10px
}

.content-list .display-dotted p{
    margin: 0px;
    font-size:11pt
}

.content-list .display-dotted .detail-text{
    color:#292929;
    font-size:11pt
}

.content-list .table-list-footer {
    display: inline-block;
    width: 100%
}

.bg-list .content-list table.detail h3{
    margin-top:0
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%; 
    }
    .carousel-inner .next { 
        left:  100%; 
    }
    .carousel-inner .prev { 
        left: -100%; 
    }
    .active > div { 
        display:none; 
    }
    .active > div:first-child { 
        display:block; 
    }
}

@media (min-width: 768px) and (max-width: 1199px ) {
    .carousel-inner .active.left { 
        left: -50%; 
    }
    .carousel-inner .next {
        left:  50%; 
    }
    .carousel-inner .prev { 
        left: -50%; 
    }
    .active > div {
        display:none; 
    }
    .active > div:first-child { 
        display:block; 
    }
    .active > div:first-child + div { 
        display:block; 
    }
    .active > div:first-child + div + div { 
        display:block; 
    }
}
@media (min-width: 992px ) {
    .carousel-inner .active.left { left: -16.7%; }
    .carousel-inner .next        { left:  16.7%; }
    .carousel-inner .prev    { left: -16.7%; }  
}