@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: 400px;
    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;
    zoom: 90%;
}

.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:83%;
    padding: 10px 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:90%;
    padding-bottom: 10px;
    padding: 0px;
}

.container-fluid .text{
    font-family: 'swiss';
    font-size: 13pt;
    letter-spacing: 5pt;
    float: right;
    margin-top: 20px;
    color: #262625;
}

.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-bold';
    font-size: 16pt;
    color: #262625;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
}

.list-cover a{
    text-decoration: none;
    color: #e81e06;
    font-family: 'opensans';
    font-size: 13pt;
    background-color: transparent;
    border: none;
    letter-spacing: 1pt;
    padding: 0px;
    cursor: pointer;
}

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

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

.list-cover .button{
    padding: 15px 40px 15.5px 40px;
    margin: 0px;
    border-radius: 0px;
    background-color: #e81700;
    color: #fff;
    font-size:12pt;
    border: none;
}

.list-cover .button:hover, .button:focus{
    background-color: #C1200D;
    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:250px;
    z-index: 0;
    background: url('../images/templates/bg-pattern.jpg');
    background-repeat: repeat-x;
}

.bg-list{
    background:#dedad9;
    color:#1d1d1d;
    font-size: 11pt;
    font-family: 'opensans';
    min-height: 90vh;
}

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

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

.bg-list .content-list h1{
    letter-spacing: 1px;
    font-size: 20pt;
    color:#03568d;
}

.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 p{
    margin:0px;
    margin-bottom: 20px;
    font-family: 'opensans-light';
    font-weight: 600;
    color: #267ec1;
    font-size: 13pt;
}

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

.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 .title{
    font-family: 'opensans';
    font-weight: 600;
    color: #e81801;
    font-size: 12pt;
    margin-top: 0px;
}

.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;
    color: #d62310;
    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:#ebebeb;
    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 15px 0px;
}

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

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

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

.footer-list{
    background: #1e1d1d;
    color: #737373;
    font-size: 10pt;
    padding: 20px 50px 10px 50px;
}

.modal {
    display: none;
    position: fixed;
    padding-top: 70px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(228, 228, 228, 0.1);
    /*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: #191919;
    border-bottom: 1px solid #ec4432;
    text-align: center;
    font-size: 14pt;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing:1pt;
}

.modal-open {
    padding-right:0 !important;
}

.modal.fade.modal-base.modalConfirm.in{
    padding-right:0 !important;
}

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

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

.modal .modal-content .row label{
    padding-right: 10px;
    font-weight: normal;
    color: #313030;
    margin: 5px 0;
}

.modal .modal-content .row div{
    padding:0
}

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

.modal .modal-content .bootstrap-select{
    margin: 5px 0px;
    padding: 5px 5px;
    box-shadow: none;
}

.modal .modal-content .bootstrap-select>.dropdown-toggle.bs-placeholder{
    border-color:#a9a9a9 !important;
    border-radius:0 !important;
}

.modal .modal-content .btn-default {
    border-color: #a9a9a9;
    border-radius:0 !important;
}

.modal .modal-content .row .button-submit{
    border-radius: 0px;
    background-color: #e81700;
    margin-top: 10px;
    padding: 11px 40px;
    border-color: #c72412;
}

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

.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;
}

.pagination{
    margin: 0px;
    float: right;
}
.pagination>li>a, .pagination>li>span{
    background: #f5f1f1;
    color: #5f5a57;
    margin: 0px 4px;
    border-radius: 0px;
}
.pagination>li>a:hover, .pagination>li>a:focus{
    border-color: #353535; 
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    z-index: 2;
    color: #353535;
    cursor: default;
    background-color: #d8d8d8;
    border-color: #c5c5c5;
}

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

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

@media (min-width: 992px) {
    .modal .modal-top{
        width:600px;
    }
    .modal .modal-content .row label{
        float:right;
    }
}

@media (min-width: 1200px) {
    .container-fluid{
        border-bottom:1px solid rgba(255,255,255,0.5);
        width:82%;
        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: 803px){
    .list-cover .button{
        margin-top:0px;
        padding: 15px 78px;
    }
    .list-cover .text-cover{
        margin-top: 25px;
    }
}   

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

@media (max-width: 643px){
    .list-cover input{
        margin-right: 0px;
        width:310px;
    }
}

@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;
}

@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%; }  
}



