html {
  scroll-behavior: smooth;
}
.list-menu-content {
  list-style:none;
  padding:0px;
}
.list-menu-content .item {
  padding:10px;
  border:1px solid #ccc;
  margin-bottom: 0px;
  /* margin-top: -1px; */
  float:left;
  width:100%;
  border-radius: 0px;
  background:#fff;
  cursor:pointer;
}
.list-menu-content .item:not(:first-child) {
  border-top:#fff;
}
.list-menu-content.mini .item {
  width:48%;
  margin-left:1%;
  margin-right:1%;
}
.list-menu-content .item:hover {
  /* color:#229ee6;
  border:1px solid #229ee6; */
  color: rgb(36, 35, 35);
  border: 1px solid rgb(36, 35, 35);
}

.btn-control .btn{
  border:1px solid #fff;
}
.list-drag .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0px;
    border-top:none !important;
    border-left:none !important;
    border-bottom:none !important;
}
.list-drag .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-right-radius:0px;
    border-top:none !important;
    border-right:none !important;
    border-bottom:none !important;
}
.list-data-slideshow {
  list-style:none;
  padding:0px;
}
.list-data-slideshow .item {
  background:#fff;
  border-radius:2px;
  margin-bottom:20px;
  cursor:pointer;
}
.list-data-slideshow .item img {
  width:100%;
  max-height:200px;
  border-radius:2px;
  object-fit:cover;
  object-position:top;
  border-bottom: 1px solid #cccc;
}
.list-data-slideshow .text {
  position:absolute;
  padding:10px 20px;
  background:rgba(34, 158, 230, 0.78);
}
.list-data-slideshow .text .title {
  color:#fff;
  font-weight:bold;
}
.list-data-slideshow .text .description {
  color:#fff;
}
.list-data-slideshow .row {
    margin-right: 0px;
    margin-left: 0px;
}
.list-data-slideshow .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.btn.loading {
  background:#eaeaea;
  border:1px solid #ccc;
  color:#646464 !important;
  cursor:not-allowed;
}
.btn.loading:hover {
  cursor:not-allowed;
  background:#eaeaea;
}
.red, .help-block.error, .wajib {
  color:#F44336;
}
.help-block.error {
  padding:5px;
}
::-webkit-scrollbar {
  /* width: 5px; */
  /* width: 10px; */
}
.bootpag {
    background: #fff;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #ccd5db;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #e4eaec;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin-left: -1px;
    line-height: 1.57142857;
    color: #76838f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e4eaec;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #229ee6;
    border-color: #229ee6;
    
}
.lef {
  position:relative;
  height:20px;
  margin-bottom:10px;
  width:100%;
}
.lef.green:before {
    background-image: linear-gradient(to right, #dbf5dd 8%, #bee2c0 18%, #dbf5dd 33%);
}
.lef.default:before {
    background-image: linear-gradient(to right, #d8696e 8%, #792024 18%, #d8696e 33%);
}
.lef:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #e0e0e0 8%, #e5e5e5 18%, #eeeeee 33%);
    animation: loadeffect 1s linear infinite;
    background-size: 1000px 100px;
}
.modal .panel {
  border:none;
}
.brand-footer {
  display: block;
  max-height: 85px;
  margin-bottom: 20px;
}
.nav-menu {
  background:#fff;
}
.nav-menu > li {
  margin-left:0px;
}
.nav-menu > li > a{
  color:#36404a !important;
  padding:5px;
  padding-left:20px;
  padding-right:20px;
  border-radius:0px !important;
  border-bottom:3px solid #fff;
}
.nav-menu > li > a:hover, .nav-menu a.active {
  border-bottom:3px solid #229ee6;
  color:#229ee6 !important;
  background:#fff;
}
.form-control, .thumbnail {
    border-radius: 2px;
}
.form-controlx {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  color: #565656;
  padding: 7px 12px;
  height: 38px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn-danger {
    background-color: #B73333;
}

/* File Upload */
.fake-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload #logo-id {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-preview {
    max-width: 100%;
    object-fit: scale-down;
}
.form-control {
  border-radius:0px;
}

.price-list .price {
  font-size:15pt;
  font-weight:bold;
}
.col-sm-12, .col-lg-12, .col-md-12 {
  /*width: 100%;*/
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .tabs-vertical > li.active > a, .tabs-vertical > li.active > a:focus, .tabs-vertical > li.active > a:hover {
    /* color: #229ee6 !important; */
    color: rgb(36, 35, 35) !important;
}
.footer.bg-footer a {
}
/* .dropdown-item:hover {
  color:#229ee6 !important;
} */
.sweet-alert .sa-icon.sa-warning .sa-body {
    height:25px;
}
.sweet-alert .sa-icon {
    height:55px;
    width:55px;
}
.sweet-alert button {
    border: 1px solid #ccc !important;
    background-color: #ffffff !important;
    color: #4c5667 !important;
    box-shadow: none !important
}
.sweet-alert button.confirm {
    border: 1px solid #229ee6 !important;
    background-color: #229ee6 !important;
    color: #fff !important;
    box-shadow: none !important
}
.sweet-alert button.confirm:hover {
    background-color: #2d54a5 !important;
}
.has-error input, .has-error textarea {
  border:1px solid #b93f36;
}
.has-error .select2-container {
  border:1px solid #b93f36!important;
}
.font-15 {
  font-size:15pt !important;
}
.no-border, .no-border:hover, .open > .dropdown-toggle.no-border, .no-border:focus {
  border:none !important;
  background:transparent !important;
}
td .btn-group.open .i-edit:before {
  content: "\f142";
}
.note-editor .note-editable {
  overflow-x:hidden !important;
}
.popover.bottom {
  bottom:unset !important;
}
.note-editor .modal-header {
  padding:15px !important;
}
.note-editor .modal-footer{
  border:none;
  padding-top:0px;
}
.note-editor .modal-content {
  padding:0px !important;
}
.note-editor .form-group {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.note-editor .modal-dialog {
  background:#fff;
}
.note-editor .btn-default, .note-btn-group .btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.div-table-list {
  max-width:700px;
  margin:auto;
}
.div-table-list #table_wrapper {
  margin-top:3rem;
}
.table-list {
  margin-top:1rem;
}
.table-list .item {
  background:#fff;
}
.table-list .header img{
  width:100%;
  height:150px;
  object-fit:cover;
  object-position:top;
  border-bottom:1px solid #ccc;
}
.table-list .body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  background: #fff;
  margin-bottom:10px;
}
.table-list .item .content {
    position: relative;
    width: calc( 100% - 50px);
    margin-right: auto;
    word-break: break-word;
    word-wrap: break-word;
    padding: 16px 0;
}
.table-list .item .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-list .item .title {
    color: #3d4145;
    color: var(--color-neutral-700);
    display: block;
    padding-bottom: 2px;
    padding-right: 8px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
.table-list .item .status .label {
  margin-right:5px;
}
.div-form {
    position: fixed;
    height: 100vh;
    width: 100%;
    top:0;
    left:0;
    background-color: #fff;
    overflow-x: auto;
    z-index:1000;
}
.div-form-body {
    overflow: auto;
    overflow-x:hidden;
    overflow-width:0px;
}
.div-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.editor-ground-control__back.button.is-borderless {
    border-right: 1px solid #d9dbdd;
    padding: 6px 16px;
    min-width: 80px;
    height: 46px;
    border-radius: 0;
    color: var(--color-primary);
}
.title-input {
  min-height: 0;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  font-size: 28px;
  color: var(--color-neutral-700);
  font-weight: 600;
  resize: none;
  -ms-overflow-y: hidden!important;
  width: 100%;
}
.button.is-borderless {
    border: none;
    background: none;
    color: #3d4145;
    color: var(--color-neutral-700);
    padding-left: 0;
    padding-right: 0;
}
.div-btn-action {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    line-height: 32px;
}
.div-form-content {
  margin: auto;
  margin-top: 100px;
  left: -136px;
  min-height: 500px;
  max-width: 720px;
}
.div-form-sidebar {
    position: fixed;
    top: 46px !important;
    right: -272px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    background: #eaeaea;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: auto;
    -webkit-transition: all .15s cubic-bezier(.075,.82,.165,1);
    transition: all .15s cubic-bezier(.075,.82,.165,1);
    overflow-x: hidden;
    box-shadow: none;
}
.div-form-sidebar.active{
  right:0px !important;
}

.div-form-sidebar .header {
  padding:15px 10px;
  border-bottom: 1px solid #ddd !important;
}

.div-form-sidebar .ul-list .item a{
  display:block;
  padding:10px;
  border-bottom:1px solid #ddd;
}
.div-form-sidebar label {
  font-weight:300 !important;
}
.ul-list .item .accordion-toggle:before {
  font-family: "Font Awesome 5 Free";  
  content: "\f107";
  float: left;       
  padding-right:10px;
  font-weight:600;
}

.ul-list .item .accordion-toggle.collapsed:before {
    content: "\f105";
}
.div-form-sidebar .ul-list .item a.collapsed:hover {
  background:#eaeaea;
  color:#646464;
}
.div-form-sidebar .ul-list .item a:hover {
  color:#229ee6;
}
.div-form-sidebar .ul-list .item .content{
  padding:10px;
  margin-top:-1px;
  border-bottom:1px solid #ddd;
}
.modal .panel {
    /*border: 1px solid #;*/
    margin-bottom: 0px !important;
}
.modal-content {
    background: transparent !important;
}
.modal-full {
    height:100% !important;
    width:100% !important;
    max-width:100% !important;
    padding-right:0px !important;
}
.modal-full .modal-dialog{
    margin:0px !important;
    padding:0px !important;
    height:100% !important;
    width:100% !important;
    max-width:100% !important;
    padding-left:0px !important;
}
.modal-full .modal-content{
    height:100% !important;
}
.modal-full .panel {
    margin-bottom:0px !important;
}
.modal-full .row, .row-full {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.modal .form-group {
    margin-bottom: 0px;
}


#div-report tbody tr:hover, .table-hovered tbody tr:hover{
/*     background:#fff;
    border:1px solid #e5e5e5;
    cursor:pointer;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
    box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122); */
}
.table {
    margin-top:10px !important;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    border-top:1px solid #e5e5e5;
}
.table .dataTables_empty {
    text-align:center;
    padding:10px;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5 !important;
}
.thead-border thead th{
  border:1px solid #e5e5e5 !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    /* border-bottom-left-radius: 50px; */
    /* border-top-left-radius: 50px; */
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    /* border-bottom-right-radius: 50px; */
    /* border-top-right-radius: 50px; */
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    /* border-top-left-radius: 50px; */
    /* border-bottom-left-radius: 50px; */
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    /* border-top-right-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    /* border-top-right-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    /* border-top-left-radius: 50px; */
    /* border-bottom-left-radius: 50px; */
}
.btn-group>.btn:first-child {
    /* border-radius:50px; */
}

.input-group-addon {
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    background: #ebeff2;
}

.btn-kotak .btn, .btn-kotak {
    border-radius: 0px !important;
}
.table {
    background:#fff;
}

.table-add input{
}
.table-add td {
    vertical-align:middle !important;
}
.modal .panel-body{
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;

}
.modal label, form label {
    font-weight: 600 !important;
}
.modal-footer {
       border-left: 1px solid #e5e5e5;
       border-right: 1px solid #e5e5e5;
       border-bottom:1px solid #e5e5e5;
}
.modal{
    overflow-y: auto;
}
.radio label::before {
  margin-top: 2px;
}
.radio input[type="radio"]:checked + label::after {
     margin-top: 2px;
}

#sidebar-menu .subdrop {
    background: #f4f8fb;
    /* border-left: 3px solid #229ee6; */
    border-left: 3px solid rgb(36, 35, 35);
    
    /* color: #229ee6 !important; */
    color: rgb(36, 35, 35) !important;
}
#sidebar-menu ul ul li.active a {
    /* color:#229ee6 !important; */
    color:rgb(36, 35, 35) !important;
}
.btn-default {
    background: #229ee6!important;
    border: 1px solid #229ee6 !important;
}
.btn-default:hover, .btn-default:focus {
    background:#1b3263 !important;
    color:#fff !important;
    border:1px solid #fff !important;
}


@media (min-width: 768px){
    .form-horizontal .control-label {
        text-align: left !important;
    }
}


.control-label.label-title {
    margin-bottom: 10px;
}


/*color*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    /* background-color: #229ee6 !important;
    border-color: #229ee6 !important; */
    background-color: rgb(36, 35, 35) !important;
    border-color: rgb(36, 35, 35) !important;

    
}
.panel-custom > .panel-heading {
    /* background-color: #229ee6 !important; */
    background-color: rgb(36, 35, 35) !important;
}
.navbar-default {
/*     background-color: #36404a; */
    background-color: #fff;
    border-bottom:1px solid #e5e5e5;
}
.navbar-default i{
    color:#36404a;
}
#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
    color: #229ee6 !important;
}
#sidebar-menu > ul > li > a.active {
    /*background: #229ee6 !important;*/
    /* border-left: 3px solid #229ee6; */
    border-left: 3px solid rgb(36, 35, 35);
    /* color: #229ee6 !important; */
    color: rgb(36, 35, 35) !important;
}
/*.tabs li.tab a.active {
    color: #229ee6 !important;
}*/

.btn-default {
  background-color: #229ee6 !important;
  border: 1px solid #229ee6 !important;
}
.btn-default:hover {
  background-color: #1078b5 !important;
  border: 1px solid #1078b5 !important;
}
.div-table .div-btn{
  margin-bottom: 3rem;
}
.dataTables_empty {
  padding:20px;
  text-align:center;
  background:#fff;
}
.dataTables_empty img{
  margin-bottom:20px;
}
.div-table .table td .btn-group, .div-table .dataTables_filter, .dataTables_paginate, .dataTables_filter  {
  float:right;
}
.dataTables_filter input, .dataTables_length select {
  border:1px solid #ccc;
  margin-left:10px;
  height:35px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  /*float:left;*/
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.flex {
  display: flex;
}
.list-link .item {
  color:#646464;
  display:block;
  padding:2px 0px;
}
.list-link .item:hover {
  color:#229ee6;
}
.radius-3 {
  border-radius: 3px;
}
.vertical-top {
  vertical-align: top;
}
.dropdown-content {
  padding-bottom:20px;
}
.dropdown-content {
  display: none;
}
.dropdown-content.active {
  display: inline;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    /* background-color: #229ee6; */
    background-color: rgba(211, 204, 186, 0.2);
}

.dropdown-dark .dropdown-main {
  /* border-right:1px solid #000; */
  -webkit-box-shadow: 4px 0 4px 0 rgba(27,27,27,.2);
  box-shadow: 4px 0 4px 0 rgba(27,27,27,.2);
  min-width: 260px;
}
.dropdown-dark {
  border-radius:0px;
  background:#3f434c;
}
.dropdown-dark a{
  color:#fff;
  padding: 10px 40px;
}
.dropdown-dark a:hover {
  /* background:#229ee6; */
  background:rgba(211, 204, 186, 0.2);
}
.dropdown-dark .dropdown-main a:hover {
  color:#fff;
}
.dropdown-dark .dropdown-content a:hover {
  color:#229ee6;
  background:none;
}
.w10 {width: 10%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}

.h5 {height: 5px;}
.h6 {height: 6px;}
.h7 {height: 7px;}
.h8 {height: 8px;}
.h9 {height: 9px;}
.h10 {height: 10px;}
.h15 {height: 15px;}
.h20 {height: 20px;}
.h30 {height: 30px;}
.h40 {height: 40px;}
.h45 {height: 45px;}
.h80 {height: 80px;}
.h100 {height: 100px;}
.h120 {height: 120px;}
.h150 {height: 150px;}
.h200 {height: 200px;}
.h250 {height: 250px;}

.h300 {height: 300px;}
.h400 {height: 400px;}
.h500 {height: 500px;}

.width-100 { width: 100%; }
.width-70 { width: 70%; }
.width-50 { width: 50%; }
.width-30 { width: 30%; }
.width-28 { width: 28%; }
.width-25 { width: 25%; }
.width-20 { width: 20%; }
.width-50p { width: 50px; }
.width-75p { width: 75px; }
.width-100p { width: 100px; }
.height-100 { height:100%; }
.box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.box .column {
  flex: 1;
  padding: 10px;
}
.box .column:nth-child(1) { 
  -webkit-order: 1; 
      -ms-flex-order: 1; 
          order: 1;
}
.box .column:nth-child(2) { 
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.box .column:nth-child(3) { 
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.ul-normal {
  margin-left:20px;
  list-style-type: disc;
  padding:0px;
}
.ul-normalx {
  margin-left:20px;
  list-style-type: none;
}
.block {
  display:block;
}
.border-blue {
  border:1px solid #229ee6;
}
.border-bottom-1ddd {
  border-bottom: 1px solid #ddd !important;
}
.div-price-list {
  padding:2rem;
}
.div-price-list table.price-list {
  background: #fff;
}
table.price-list tbody {
  border:1px solid #eaeaea;
}
table.price-list {
  width:100%;
}
table.price-list tr:nth-child(even) {
  background-color: #f2f2f2
}
table.price-list tr td ul li {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  padding-left: 0px;
  margin-left: 10px;
}
table.price-list tr td ul li item{
  display:inline;
  float:left;
}
table.price-list tr td ul li span{
  float:left;
  text-align:center;
}
table.price-list tr td ul li span.label{
  text-align:left;
}
table.price-list tr .ul-normal{
      width: calc(100% - 30px);
}
.price-list th{
  background:#229ee6;
  color:#fff;
  padding:20px;
  text-align:center;
}
.price-list th.primary{
  background:#1078b5;
}
.price-list th.default{
  background:#f2f2f2;
}
.price-list th small {
  display:block;
}
.price-list td{
  text-align:center;
  vertical-align: top;
}
.price-list td.label {
  text-align:left;
  padding:10px;
  vertical-align:top;
}
.price-list td i {
  color:#9acc5e;
  font-size:20pt;
  vertical-align:top;
  padding: 5px;
}
.price-list td .btn{
  margin-top:10px;
  margin-bottom:10px;
}
.price-list tbody td table td .ul-normal {
  margin-bottom:0px;
}
ul.price-list {
}
ul.price-list .item{
  width:33%;
  margin-left:15px;
  margin-right:15px;
  float:left;
}
ul.price-list .column .box-content{
  height:100%;
}
span.label {
  color:#fff;
}
.label-blue {
  color:#229ee6;
}
.label-primary {
  color:#1078b5;
}
.label-success {
  color:#9acc5e;
}

.title-box {
  padding: 1rem 3rem;
  font-size: 18pt;
  display: inline-block;
}
.title-box-normal {
  padding: 1rem 3rem;
  display: inline-block;
}
.columns-3 {
  columns:3 !important;
}
.columns-2 {
  columns:2!important;
}
.list-post {
  columns:2;
}
.list-post .item {
  min-height:200px;
  margin-bottom:1rem;
  border-radius:3px;
  border: 1px solid #ddd;
  /* -webkit-box-shadow: 0 2px 4px 0 rgba(27,27,27,.2); */
  /* box-shadow: 0 2px 4px 0 rgba(27,27,27,.2); */
}
.list-post .image {
  overflow:hidden;
}
.list-post .image img{
  height:200px;
  object-fit:cover !important;
  object-position: top;
}
.list-post .item-2 {
  min-height:200px;
  margin-bottom:1rem;
  border-radius:3px;
  border: 1px solid #ddd;
}
.list-post .content {
  padding:20px;
}
.list-post .item-2 .content {
  border-top:1px solid #ddd;
}
.list-post .title {
  font-size:15pt;
}
.list-post .image img{
  width:100%;
  min-height: 230px;
  vertical-align:middle;
  object-fit: scale-down;
  /* border:1px solid #eaeaea; */
  margin:5px;
}
.list-post .item-2 .image {
}
.summary p {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.item-2 .summary p {
    -webkit-line-clamp: 6;
 }
.list-post .text {
  min-height:100px;
  padding:10px 0px;
}
.list-post .item-2 .text {
  min-height:160px;
  padding:10px 0px;
}
.list-post .date {
  font-size: 10pt;
  color:#9e9e9e;
}
.btn-group-vertical>.btn:not(:first-child) {
    border: 1px solid #ddd;
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border: 1px solid #ddd;
}
.panel-heading .accordion-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    float: right;       
    color: #36404a;      
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f105";
}
.panel-title > a {
    display: block;
    text-decoration: none;
    padding:5px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  nt; */
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-group-btn .panel + .panel {
  margin-top:0px;
}
.panel-group-btn>.panel:not(:first-child) {
    border-top-left-radius: inherit;
    border-top-right-radius: 0;
}
.panel-group-btn>.panel:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ddd;
}
.panel-group-btn>.panel:not(:first-child):not(.dropdown-toggle) { 
  border-top:transparent;
}
.panel-group-btn>.panel:not(:first-child) {
    border: 1px solid #ddd;
    border-top-left-radius: inherit;
    border-top-right-radius: 0;
}


.panel-group-btn .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    border-bottom:transparent;
}

.pull-right {
  float:right;
}
.pull-left {
  float:left;
}
.link-white a{
  color:#fff;
}
.div-box {
  border:1px solid #eaeaea;
}
a, p, div {
  /* color:#646464; */
}
a:hover {
  text-decoration:none;
}

.banner-content ul, .div-btn ul, .list-link, .div-price-list.note ul, .ul-list, .list-post{
  list-style:none;
  padding:0px;
}
.slideshow {
  /* margin-top: 80px; */
   /* min-height: 600px;  */
   min-height: calc(90vh - 100px);
}
.navbar {
  /* background: transparent !important; */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) !important;
  padding:0px !important; 
  /* border-bottom:1px solid #eaeaea; */
}
.header-scrolled {
  background: #fff !important;
  transition: all 0.5s ease;
  box-shadow: 1px 0px 10px #cfdac8;
}
.navbar-nav li a.nav-link {
   text-transform: uppercase;
   font-weight:bold;
   font-size:10.5pt !important;
   color:#0b0b0b !important;
   /* padding-top: 32px !important;
   padding-bottom: 32px !important; */
   border-bottom: 4px solid transparent;
}
.navbar-nav li a.nav-link:hover, .navbar-nav a.nav-link.active {
  /* color:#229ee6 !important; */
  /* color:rgb(36, 35, 35) !important; */
  color:#f3913a !important;
  /* border-bottom:4px solid #229ee6; */
  border-bottom:4px solid #f3913a;
}
.navbar-brand img {
  max-width:230px;
  /* padding-top:10px;
  padding-bottom:10px; */
}
.section-title {
  font-size: 35pt;
  font-weight:300;
}
.section .title-small {
  font-size:25pt;
}
.section .title-smallx{
  font-size:15pt;
}

.bold {
  font-weight:bold;
}
.bg-footer {
    background-image: url(../../aset/img/bg-footer.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.8)), url(../../aset/img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
}
.section {
  padding-top:7rem;
  padding-bottom:7rem;
}
.our-solutions {
  border-top:1px solid #ccc !important;
  border-bottom: 1px solid #eaeaea;
  background-image: url('../../aset/img/bg-our-solutions.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  min-height:600px;
}
.our-solutions .blue-title {
  color:#229ee6;
  font-size:35pt;
  margin-bottom:0px;
}
.our-solutions .grey-title {
  color:#959595;
  font-size:18pt;
  font-weight:400;
  margin-bottom:0px;
}

.ul-section {
  border-top:1px solid #eaeaea;
  list-style:none;
  background:#fff;
  padding:0px;
  margin-bottom:100px;
}
.ul-section li a{
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:1px solid #eaeaea;
  font-size:13pt;
  width:100% !important;
  display: block;
}
.ul-section li a:hover {
  background:#229ee6;
  text-decoration:none;
}
.ul-section li .active {
  /* background:#229ee6; */
  background:rgb(36, 35, 35);
  color:#fff;
}
.ul-section li a:hover{ 
  color:#fff;
}
.ul-section a{
  color:#646464;
}
.showcase .showcase-text{
  padding-left:3rem !important;
  padding-right:3rem !important;
  padding-bottom:0rem;
}
.border-bottom-blue {
  width:80px;
  border-bottom:5px solid #229ee6;
  border-radius:3px;
}
.text-center .border-bottom-blue {
    position: absolute;
    left: 47%;
    right: 47%;
    width: 6%;
}
.text-section {
  margin-top:30px;
  margin-bottom:30px;
}
.div-sub .section-title {
  color:#229ee6;
  font-size:25pt;
  font-weight:bold;
}
.div-sub {
  background: rgba(78, 82, 91, 0.8784313725490196);
  padding:3rem;
  width:60%;
  height:60%;
} 
.div-sub a{
  font-size:15pt;
}

.div-sub-top {
  height:40%;
}
.bg-white {
  background: #fff;
}
.bg-whitex {
  background:#f7f7f7;
}
.bg-ea {
  background:#eaeaea;
}
.bg-grey {
  background: #cccacb;
}
.bg-blue-primary {
  background:#1078b5;
  color:#fff;
}
section.showcase .div-btn{
  padding:3rem;
}
section.showcase .div-btn .btn, .box-form .btn, .slideshow .btn, .btn-radius{
  padding: 5px;
  border-radius:50px;
  line-height: 40px;
  font-weight:bold;
  padding-left: 25px;
  padding-right: 25px;
}

.div-btn .btn-default {
  padding: 5px;
  line-height: 40px;
  font-weight:bold;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
}
.div-btn .btn-full {
  width:100%;
}
.div-btn .btn-large {
  width:300px;
}
.btn-link:hover {
  text-decoration:none;
}
section .div-btn .btn-link{
  margin-left:30px;
}
section .div-btn .btn-link {
  color:#229ee6;
}
section .div-btn .btn-link:hover {
  color:#3db5fb;
  border:1px solid #eaeaea;
}
.label-btn {
  float:left;
}
.icon-btn {
  background:#145b84;
  height: 30px;
  width: 40px;
  border-radius:50% !important;
  display: inline-table;
  margin-left: 20px;
  color:#fff;
}
.icon-btn-right {
    float: right;
    margin-right: -20px;
}
.icon-btn-grey {
  background:#bfbfc1;
}
.btn-grey {
  background:whitesmoke;
}

.btn-blue {
  background:#229ee6;
  color:#fff !important;
}
.btn-blue:hover {
  background:#3db5fb;
}
.btn-black {
  background:#363636;
  color:#fff;
}
.btn-black:hover {
  background:#585858;
  color:#fff;
}
.btn-white {
  background:#fff;
}
.btn-white:hover {
  background:#fafafa;
}

.bg-banner {
  background:#247cae;
  color:#fff;
}
.p-r-5 { padding-right:5px !important; }
.p-r-10 { padding-right:5px !important; }
section .div-content {
  padding: 3rem;
}
section .div-content .section-title {
  font-size:25pt;
  font-weight:400;
}
section .div-content .text-section {
  margin:0px !important;
}
.ul-section li a{
  padding-left:3rem;
}
.box-form {
  width:100%;
  background:#f5f5f5;
  margin-top:3rem;
  margin-bottom:3rem;
  border-radius:10px;
}
.box-form input, .box-form textarea, .form textarea {
  border:1px solid #eaeaea;
  background:#fff;
  width:100%;
  padding:5px 10px;
  border-radius:3px;
  font-size:13pt;

}
.box-form input, .form input, .form input {
  height:50px;
  line-height:50px;
  padding:15px;
  border: 1px solid #eaeaea;
}
.box-form textarea, .form textarea {
  padding:15px;
  min-height:100px;
}

.box-form .btn {
  line-height:30px;
  padding-left:40px;
  padding-right:40px;
}
.box-shadow {
    -webkit-box-shadow:  5px 2px 12px 0px rgba(27,27,27,.2);
    box-shadow: 5px 2px 12px 0px rgba(27,27,27,.2);
}
.box-shadow-lr{
    box-shadow: 12px 0 15px -4px rgba(27,27,27,.2), -3px -1px 10px 2px rgba(27,27,27,.2);
}
.div-content-pull .div-left, .div-content-pull .div-right {
  float:left;
  width:50% !important;
  padding:20px;
}
.div-left {
  text-align:right;
}
.div-right {
  text-align:left;
}

.box-solution {
  text-align:left !important;
  width:100%;
  min-height:100px;
  border-radius:10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(27,27,27,.2);
    box-shadow: 0 2px 4px 0 rgba(27,27,27,.2);
    border:0.5px solid #eaeaea;
    padding-top:3rem;
    padding-left:3rem;
    padding-right:3rem;
    padding-bottom:2rem;
}
.box-solution .title {
  font-size:20pt;
  font-weight:400;
}
.box-solution .content {
  padding:20px 0px;
  min-height: 170px;
}
.box-solution .number {
    background: #229ee6;
    padding: 5px 20px;
    color: #fff;
    position: absolute;
    top: 86px;
    left: 1.4rem;
    height:55px;
    width:55px;
    line-height:40px;
    border-radius:50%;
    font-size:23px;
}
.our-solutions .container-fluid .col-lg-4 {
  padding: 3rem;
}
.div-sub .lead, .bg-banner .div-content, .bg-banner p {
  color:#fff;
}
.footer {
  /* background: #343434; */
  padding-top: 3rem !important;
  padding-bottom: 2rem !important;
}
.footer .title {
  color:#fff;
  font-size:14pt;
  margin-bottom: 2.5rem;
}
.footer .link {
  color: #ada9a9;
}
.footer .link:hover {
  color:#fff;
}
.footer li, .footer td, .text-muted {
  color: #ada9a9;
}
.footer li i , .footer td i{
  margin-right:10px;
  color:#229ee6;
}
.footer-bottom {
  margin:3rem 0px;
  margin-bottom: -20px;
}
.footer-bottom a{
  color:#fff;
}
.footer .content {
  padding:0rem 3rem;
  color:#ada9a9;
  margin-bottom:1rem;
}
.footer .list-social {
  padding:0rem 3rem;
}
.footer .list-social li{
  display:inline-block;
  margin-right:0.5rem;
  height:40px;
  width:40px;
  background:#229ee6;
  border-radius:50%;
  text-align:center;
  line-height:42px;
  padding-left:8.9px;
}
.footer .list-social li a i{
  color:#363636;
  font-size:16pt;
}
.footer .list-social li:hover{
  background:#3db5fb;
}


.invisible, .line-up-white .visible{
  opacity:0;
}
.visible {
  opacity:1;
  border: 1px solid #eaeaea;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-2r {
  margin-top:2rem;
}
.mt-3r {
  margin-top:3rem;
}
.mb-zero {
  margin-bottom:0px;
}
.mb-20 {
  margin-bottom:20px;
}
.mb-1r {
  margin-bottom:1rem;
}
.mb-2r {
  margin-bottom:2rem;
}
.mb-3r {
  margin-bottom:3rem;
}
.slideshow p {
  color:#fafafa;
}
.slideshow .carousel-item {
  height: 80vh;
  min-height: 80vh;
  /* height: 100%; */
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slideshow .carousel-indicators {
  display:block;
  position:absolute;
  margin-left:unset;
  margin-right:unset;
  left:96%;
  top: 50%;
    margin-top: -25px;
  /* top:45%; */
  /* bottom:45%; */
}
.slideshow .carousel-indicators li {
  border-radius:50%;
  height:15px;
  width:15px;
  background:#fff;
  margin-bottom:10px;
}
.slideshow .carousel-indicators li.active{
  background:#229ee6;
}
.carousel-caption {
  position: absolute;
  top: 40%;
  margin-top: -25px;
  bottom: unset;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.carousel-caption.left {
  left: 5%;
  text-align: left;
}
.carousel-caption.right {
  right:8%;
  text-align: right;
}

.carousel-caption .title {
  font-size:35pt;
  font-weight:300;
  color: #229ee6;
}
.slideshow .div-btn {
  margin-top: 1.5rem;
}
.slideshow .btn {
  border-radius:50px;
}
.slideshow .btn-white {
  color:#229ee6 !important;
}
.w-260 {
  width:260px;
}
.list-o {
  list-style: disc;
  margin-left: 20px;
  padding:0px;
 
}

.padding-10 {
    padding: 10px !important;
}
.padding-25 {
    padding: 25px !important;
}

.p-zero {
  padding:0px;
}
.p-l-zero {
  padding-left:0px;
}
.p-r-zero {
  padding-right:0px;
}
.p-lr-10 {
  padding-right:10px;
  padding-left:10px;

}
.p-lf-20 {
  padding-right:20px;
  padding-left:20px;
}
.p-lr-3r {
  padding-right: 3rem;
  padding-left: 3rem;
}
.p-1r {
  padding:1rem;
}
.p-2r {
  padding:2rem;
}
.p-3r {
  padding:3rem;
}
.pb-1r {
  padding-bottom:1rem;
}
.pb-3r {
  padding-bottom:3rem;
}
.pt-zero {
  padding-top:0px;
}
.pb-zero {
  padding-bottom:0px;
}
.p-lr-zero {
  padding: 0px;
}
.pt-1r {
  padding-top:1rem;
}
.pt-2r {
  padding-top:2rem;
}
.pt-3r {
  padding-top:3rem;
}
.ptb-5 {
  padding-top:5px;
  padding-bottom:5px;
}
.ptb-10 {
  padding-top:10px;
  padding-bottom:10px;
}
.ptb-3r {
  padding-top:3rem;
  padding-bottom: 3rem;
}
.p-l-3r {
  padding-left:3rem;
}
.li-pb-1r li{
  padding-bottom:1rem;
}
.li-pb-10 li{
  padding-bottom:10px;
}
.li-pb-20 li{
  padding-bottom:20px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-3r {
  margin-bottom: 3rem !important;
}
.m-tb-zero {
  margin-top:0px !important;
  margin-bottom:0px !important;
}
header.banner {
  /* margin-top:5rem; */
  min-height: 400px;
}
.absolute {
  position:absolute;
}
.bottom {
  bottom:0px;
}
.banner-content {
  padding:3rem;
}
.banner-content .title {
  font-size:35pt;
  font-weight:400;
}

.banner-bottom {
  margin-top:-200px;
}

.banner-content .title{
  font-size:35pt;
  font-weight:300;
}
.banner-content .div-link li{
  float:left;
  padding-right: 20px;
  font-size:11pt;
}
.bg-cover {
  background-size:cover !important;
}
.line-up-white {
  border-left: 2px solid #ffff;
}
.box-top-blue {
  border:1px solid #eaeaea;
  border-top:5px solid #229ee6;
  margin-bottom:3rem;
  padding:1rem;
}
.box-left-blue {
  border:1px solid #eaeaea;
  border-left:5px solid #229ee6;
  margin-bottom:3rem;
  padding:1rem;
}
.ul-check-blue, .ul-check-blue ul {
  margin-bottom:1rem;
  margin-top:1rem;
  counter-reset: foo;
  display: table;
  padding:0px;
}
.ul-check-blue li{
  margin-bottom: 10px;
  counter-increment: foo;
  display: table;
}
.ul-check-blue li{ /* first well;*/
  list-style-type:none;
}
.ul-check-blue li.item:before{
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  margin-right:10px;
  font-weight: 900;
  color: #229ee6;
  display: table-cell; /* aha! */
  text-align: right;
  padding-right:10px;
  
}
.ul-check-blue i {
  color:#229ee6;
  margin-right:10px;
}
.ul-half {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.blue {
  color:#229ee6;
}
.hover-blue button:hover, .hover-blue a:hover {
  background:#229ee6;
  color:#fff;
}
.table-contact td {
  padding-right:20px;
  vertical-align:top;
}
.table-contact td.blue {
  font-weight:bold;
}
.contact-top {
    line-height: 40px;
    min-height: 40px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #eaeaea;
}
.contact-top ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.list-contact li i, .list-contact li{
  margin-right:10px;
}
.contact-top .list-contact .item {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-contact-right {
  text-align:right;
}
.btn-radius-zero, .btn-radius-zero .btn{
  border-radius: 0px !important;
}
.navbar-nav .nav-item.mobile{
  display:none;
}
.dropdown-large .dropdown-menu-right{
  right:unset;
}

.dropdown-large .dropdown-menu-right{
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar {
    background: #fff !important;
  }
  #copyright {
    margin-top:10px;
    margin-bottom:1px !important;
  }
  #_bca {
    margin-top: -20px !important;
    padding-bottom: 20px;
  }
}

@media (min-width: 2000px){
  .container-fluid, .container{
    width: 1600px;
  }
}
/* website */
@media (min-width: 800px){ 
  .list-post .item-news {
    display:inline-block;
  }
  .item-news .image, .item-news .content {
    width:50%;
    float:left;
  }
  .body-content {
    /* margin-top:100px !important; */
  }
  .slideshow {
    height: 100%;
  }
  .top-40 {
    top:40px;
  }
  .row-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .div-dropdown .dropdown-main, .div-dropdown .dropdown-content {
    flex: 1;
    padding: 10px;
  }
  .navbar-nav li a.nav-link {
    margin-left:10px;
    margin-right:10px;
    line-height:39px;
  }
  .widthx-80 {
    width:80%;
  }
  .modal-50 .modal-dialog {
      max-width:100%;
      width:50%;
  }
  .modal-55 .modal-dialog {
      max-width:100%;
      width:55%;
  }
  .modal-60 .modal-dialog {
      max-width:100%;
      width:60%;
  }
  .modal-65 .modal-dialog {
      max-width:100%;
      width:65%;
  }
  .modal-70 .modal-dialog {
      max-width:100%;
      width:70%;
  }
  .modal-fullwidth .modal-dialog {
      max-width:100%;
      width:100%;
  }
  .modal .div-loader {
      position:absolute;
      padding:15% 38%; 
  }
  .modal-70 .div-loader {
      position:absolute;
      padding: 15% 45%;
  }
}
@media only screen and (max-width: 990px) {
  .parallax {
    min-height: 30vh;
  }
  ul.navbar-nav {
    margin: 0px -10px !important;
  }
  .navbar-nav li a.nav-link {
    background-color: #fff;
  }
  .navbar-brand.flex-column {
    text-align: center;
  }
  .navbar {
    background: #fff !important;
  }
  .navbar-nav li a.nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ul-section {
    margin-bottom:0px;
  }
  .navbar-brand img {
      max-width: 150px;
      padding-left:20px;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .ul-section li a {
    padding-left:20px;
  }
  .navbar-toggler-right {
    margin-right:10px;
  }
  .navbar-toggler {
    border:none;
    /* border-bottom: 4px solid transparent !important; */
  }
  .navbar {
    border-bottom:1px solid #eaeaea;
  }
  .navbar-nav li a.nav-link {
    padding-bottom:10px !important;
    padding-top:10px !important;
    padding-left:20px;
    border-bottom:1px solid #eaeaea;
  }
  .navbar-collapse {
    border-top:1px solid #eaeaea;
  }
  .navbar-nav {
    border-bottom:none !important;
  }
  .p-lr-zero {
    padding: 0px !important;
  }
  .side-menu {
    padding-left:0px !important;
    padding-right:0px !important;
    text-align:left;
  }
  .dropdown-main {
    width: 100% !important;
  }
  
}

/* android */
@media only screen and (max-width: 800px) {
  #qr-code {
    height: 125px !important;
  }
  ._custom-masthead {
    min-height: 85vh !important;
  }
  #header-misdinar {
    min-height: 85vh !important;
  }
  #header-sakramen-baptis{
    min-height: 85vh !important;
  }
  #header-komuni-pertama{
    min-height: 85vh !important;
  }
  #header-sakramen-krisma{
    min-height: 85vh !important;
  }
  #header-sakramen-perkawinan{
    min-height: 85vh !important;
  }
  .navbar-nav li a.nav-link {
    background-color: #fff;
  }
  .navbar-brand.flex-column {
    text-align: center;
  }
  .slideshow {
    margin-top: -75px;
  }
  footer {
    text-align: center !important;
  }
  .parallax { 
    /* Set a specific height */
    height: 350px !important; 
  }
  .navbar {
    background: #fff !important;
  }
  .list-post .image img {
    margin:0px;
  }
  .body-content {
    margin-top:75px
  }
  .dropdown-content {
    padding:5px;
  }
  .dropdown-dark a {
    padding: 5px 20px;
  }
  .navbar-nav li a.nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .ul-section {
    margin-bottom:0px;
  }
  .navbar-brand img {
      max-width: 150px;
      padding-left:20px;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  header.banner {
    min-height:200px;
  }
  .banner-content .title {
    font-size:25pt;
  }
  .banner-content {
      padding: 2rem;
      border-bottom:1px solid #ddd;
  }
  .banner-content .div-link {
    display:inline-block;
    display:-webkit-inline-box;
  }
  .banner-bottom {
      margin-top:0;
  }
  .banner-bottom .text-white, .banner-bottom .link-white a{
    color:#646464 !important;
  }
  .banner-bottom .line-up-white {
    border-left: 2px solid #646464;
  }
  .title-box {
      padding: 10px 30px;
  }
  .columns-2 {
    columns:1 !important;
  }
  .div-title .p-l-3r {
    padding-left:1rem;
  }
  .dropdown-large .dropdown-main{border-bottom: 1px solid #000;}
  .dropdown-menu-large .dropdown-main {
    -webkit-box-shadow: 5px 0px 6px 0px rgba(27,27,27,.2);
    box-shadow: 5px 0px 6px 0px rgba(27,27,27,.2);
  }
  .dropdown-main.p-r-zero, .dropdown-content.p-l-zero{
    /* padding:10px !important; */
  }
  .box .column {
      padding: 0px;
  }
  .box {
    display: -webkit-block;
    display: block;
  }
  .div-price-list table.price-list {
    /* margin-top: -35px; */
  }
  .div-price-list {
    padding: 1rem;
  }
  .list-post, .list-post .item, .columns-3 {
      columns: 1 !important;
  }
  .list-post .content {
    border-top:1px solid #ddd;
  }
  .banner-bottomx {
      margin-top: 0px;
  }
  .navbar-nav .nav-item.mobile{
    display:inline;
  }
  .contact-top {
    display:none;
  }
  .contact-top {
    padding-left:0px;
    padding-right:0px;
  }
  .p-3r {
    padding: 1rem;
  }
  .p-lr-3r {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pb-3r {
      padding-bottom: 1rem;
  }
  .section {
    padding-top:1rem;
    padding-bottom:1rem;
  }
  .slideshow {
    min-height: 380px;
  }
  .slideshow .carousel-item{
    height: 380px;
  }
  .slideshow .carousel-indicators {
    left:90%;
  }
  .footer .content, .footer .list-social, .footer .list-link, .footer .title{
    padding:0px 1rem;
  }
  .footer .title, .footer .list-link {
    margin-bottom:1rem;
  }
  .footer .list-social {

    margin-bottom:3rem;
  }

  .div-left, .div-right {
    text-align:center;
  }
  .box-solution {
    padding:3rem 2rem;
  }
  .our-solutions .container-fluid .col-lg-4 {
    padding:2rem;
  }
  .box-solution .number {
    left:5px;
  }
  .div-sub-top {
    display:none;
  }
  .div-sub {
    width:100%;
    height:100%;
  }
  .showcase .showcase-text, .div-sub, .box-form, .div-content{
    padding-left:20px !important;
    padding-right:20px !important;
  }
  .ul-section li a {
    padding-left:20px;
  }
  section .div-btn .btn-link {
    margin-left:0px;
  }
  .div-btn {
    text-align:center;
  }
  .div-btn .btn {
    margin-bottom:20px;
  }
  .navbar-toggler-right {
    margin-right:10px;
  }
  .navbar-toggler {
    border:none;
    /* border-bottom: 4px solid transparent !important; */
  }
  .navbar {
    border-bottom:1px solid #eaeaea;
  }
  .navbar-nav li a.nav-link {
    padding-bottom:10px !important;
    padding-top:10px !important;
    padding-left:20px;
    border-bottom:1px solid #eaeaea;
  }
  .navbar-collapse {
    border-top:1px solid #eaeaea;
  }
  .navbar-nav {
    border-bottom:none !important;
  }
  .p-lr-zero {
    padding: 0px !important;
  }
  .side-menu {
    padding-left:0px !important;
    padding-right:0px !important;
    text-align:left;
  }

}
.image-logo{
  width: 82px;
}
@font-face {
  font-family: mongolian-baiti;
  src: url('../font/Mongolian-Baiti/cb8d4d30de89efdc96a98761ede26d3d.woff');
}
@font-face {
  font-family: league-spartan;
  src: url('../font/LeagueSpartan-bold/LeagueSpartan-Bold.otf');
}
@font-face {
  font-family: norwester;
  src: url('../font/norwester/norwester.otf');
}
@font-face {
  font-family: chunkfive;
  src: url('../font/chunkfive/ChunkFive-Regular.otf');
}
@font-face {
  font-family: gotham;
  src: url('../font/gotham/Gotham-Black.woff');
}
.font-custom {
  /* font-family: 'STIX Two Text', serif !important; */
  font-family: 'mongolian-baiti', sans-serif !important;
}

/* SALVATOR */
body {
  /* font-family: 'STIX Two Text', serif !important; */
  /* font-family: 'mongolian-baiti', sans-serif !important; */
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5 {
  /* font-family: 'STIX Two Text', serif !important; */
  /* font-family: 'mongolian-baiti', sans-serif !important; */
  font-family: 'Montserrat','mongolian-baiti', sans-serif !important;
  font-weight: 400;
}
#header {
  height: 75px !important;
}
._title {
  font-family: 'mongolian-baiti', sans-serif !important;
  font-weight: 600;
  margin-top:10px !important; 
  letter-spacing: 0.02em;
  color: #0b0b0b;
}
#header-tentang{
  background-image: url('../img/parallax.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header-sakramen-baptis{
  background-image: url('../img/pelayanan-baptis.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header-komuni-pertama{
  background-image: url('../img/pelayanan-komuni-pertama.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header-sakramen-krisma{
  background-image: url('../img/pelayanan-krisma.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header-misdinar{
  background-image: url('../img/pelayanan-misdinar.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header-sakramen-perkawinan{
  background-image: url('../img/pelayanan-perkawinan.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-footer {
  margin-top: 10px;
}
/* SALVATOR PARALLAX */
.parallax {
  /* The image used */
  background-image: url('../img/parallax.jpg');

  /* Set a specific height */
  height: 220px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hr-custom {
  width: 75px;
}

.floating-button {
	position:fixed;
	width:auto;
	height:50px;
	bottom:40px;
	right:40px;
	background: linear-gradient(to bottom right, #034563, #039ed3);
	color:#FFF;
	border-radius:50px;
  display: flex;
  align-items: center;
  z-index: 10;
  border: none;
  padding: 0 20px;
}

.my-float{
  margin-right: 10px;
}
#contactList {
  position: fixed;
  width: auto;
  bottom: 80px;
  right: 40px;
  padding: 20px;
  border-radius: 5px;
  display: grid;
  text-align: center;
  z-index: 10;
  transform: translateY(100%);
  transition: transform 1.5s ease;
}

.show-list {
  transform: translateY(0) !important;
}

.contactList {
  opacity: 0;
  transition: opacity 1.5s ease;
  background: #fff;
  box-shadow: 1px 0px 5px #000;
  border-radius: 10px;
  padding: 5px;
}

.show-list .contactList {
  opacity: 1;
}

.border-none {
  border: none;
}
._bg-grey {
  background-color: rgba(211, 204, 186, 0.2);
}
._bg-dark {
  background-color: rgb(36, 35, 35);
}


/* ANIMATE NAVBAR */
/* Remove border from toggler */
.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

/* Lines of the Toggler */
.toggler-icon{
  width: 30px;
  height: 3px;
  background-color: #e74c3c;

  display: block;
  transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
  margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  margin-right: 10px;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-right: 10px;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  margin-right: 10px;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  margin-right: 10px;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 10px;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  margin-right: 10px;
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
  background-color: #777777;
  margin-right: 10px;
}
._text-shadow {
  /* text-shadow: 1px 1px #6B7AA1 !important; */
  font-weight: 800;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}
._custom-masthead {
  min-height: 50vh;
}
._text-white {
  color: #f0f0f0;
}

/* ACCORDION */
#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgb(36, 35, 35);
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: rgb(36, 35, 35);
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: rgb(36, 35, 35);
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  /* font-family: 'FontAwesome';   */
  font-family: "Font Awesome 5 Free";
  content: "\f358";
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  color: #444;
  /* transform: rotate(-135deg); */
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}


/*-- Images Hover Effects CSS --*/
.img-box {
    position: relative;
    transition: .5s;
    max-height: 250px;
    max-width: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    /* border-radius: 0px 100px; */
    border-radius: 0px 50px;
}
.img-box img {
	max-width: 100%;
	/* border: 3px solid #FFC107; */
	position: relative;
	width: 100%;
}
.img-box::before {
	content: '';
	border-left: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	z-index: 1;
	transition: .5s;
}
.img-box::after {
	content: '';
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	z-index: 2;
	transition: .5s;
}

.img-box:hover {
  	transform: scale(1.04);
}

.img-box:hover::before {
  	left: 10px;
  	top: 10px;
}
.img-box:hover::after {
  	right: 10px;
  	bottom: 10px;
}

/* HOVER LINK */
.cool-link {
  display: inline-block;
  color: #646464;
  text-decoration: none;
}
.cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  color: #646464;
  background: #000;
  transition: width .3s;
}
.cool-link:hover{
  color: #646464;
}
.cool-link:hover::after {
  width: 100%;
}
/* Heading jumbotron */
._sub-heading {
  letter-spacing: 3px;  
  text-shadow: 1px 1px #6B7AA1; 
  font-weight:400;
}
._heading {
  letter-spacing: 5px;  
  text-shadow: 1px 1px #6B7AA1; 
  font-weight:500;
}

/* Button styling */
.draw {
  background: none;
  border: 0;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px #646464;
  color: #646464;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}
/* .draw::before, button::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
} */
.draw {
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.meet:hover {
  color: #fbca67;
}
.meet::after {
  top: 0;
  left: 0;
}
.meet:hover::before {
  border-top-color: #fbca67;
  border-right-color: #fbca67;
}
.meet:hover::after {
  border-bottom-color: #fbca67;
  border-left-color: #fbca67;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

._show-header {
  opacity: 1 !important; 
  transform: scale(1);
}


.img-gallery-list {
  width: 100%;
}


.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/* MARITOURBALI */
.navbar {
  padding: 20px 0;
  background:transparent;
}
.navbar.scrolled {
  background-color: #fff;
  box-shadow: 1px 0px 10px #cfdac8;
}
.navbar .navbar--image {
  width: 50px;
}
#item--carousel {
  /* margin-top: 100px; */
  /* height: 100vh; */
}
#tour-destination-search {
  /* background: linear-gradient(to left, #faee2e, #f3913a); */
  background: #f3913a;
  padding: 20px 20px;
  /* max-width: 1109px; */
  margin: auto;
  position: relative;
  /* margin-top: -145px; */
  /* border-radius: 25px; */

}
#tour-destination-search select {
  border-radius: 0 1px;
} 
#tour-destination-search .btn-search { 
  border-radius: 5px;
  background: #034563;
  color: #fff;
  width: 100%;
}
#tour-destination-search .search-box {
  background-color: #fff;
  border-radius: 5px;
}


#best--deals{ 
  /* background-image: url('../../aset/img/maritour/banner-2.png'); */
  background: #fff;
  padding: 30px 0;
  /* margin-top: -100px; */
  padding-top: 50px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
#best--deals h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}
#best--deals .card {
  border-radius: 15px;
  border: none;
  background: #034563;
}
#best--deals .img-best-deal {
  border-radius: 15px;
  max-height: 175px;
  object-fit: cover;
}

#destination {
  overflow: hidden;
}
.bg--destination {
  min-height: 350px;
  border: none;
  border-radius: 0;
  /* background-image: url('../../aset/img/maritour/bali.jpg'); */
  background-size: cover;
  background-position: center;
  transition: transform 0.3s, filter 0.3s;
}
.bg--destination.destination-bali {
  background-image: url('../../aset/img/maritour/bali.jpg');
}
.bg--destination.destination-sumba {
  background-image: url('../../aset/img/maritour/sumba.jpg');
}
.bg--destination.destination-labuan-bajo {
  background-image: url('../../aset/img/maritour/labuan-bajo.jpg');
}
.bg--destination.destination-lombok {
  background-image: url('../../aset/img/maritour/lombok.jpg');
}
.bg--destination:hover {
  transform: scale(1.01); 
  filter: brightness(1.1); 
}
.bg--destination .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg--destination .card-body h3{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}


#package {
  position: relative;;
  /* padding: 100px 0; */
  padding: 3rem 0;
  background: #034563;
  background-repeat: no-repeat;
  color: #fff;
}
#package .card {
  z-index: 1;
}
/* .bg-package {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.bg-package img{
  width: calc(100%/2.5);
  object-fit: contain;
}

#package .title-package {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom:10px;
  border-bottom: 2px solid #fff;
}
#package .item--headline {
  border: none;
  border-radius: 15px;
  box-shadow:  7px 7px 2px rgba(0, 0, 0, 0.5);
}
#package .item--headline img {
  max-height: 250px;
  object-fit: cover;
  border-radius: 15px  15px 0 0 ;
}
#package .item--headline img.icon-special-main {
  width: 150px !important;
}
#package .item--headline .card-body {
  background: #f3913a;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 14px;
}
#package .item--headline .label {
  position: absolute;
  top:10px;
  left: 5px;
}
#package .item--headline .card-body .title{
  margin: 0;
  margin-left: 10px;
}
#package .item--headline .card-body .section-price{
  display: flex;
  align-items: center;
}
#package .item--headline .card-body .section-price p{
  margin: 0;
}
#package .item--headline .card-body .section-price .text-price{
  color: #fff;
  font-weight: 700;
} */

/* ini untuk card kecil nya */
/* #package .item--s-headline {
  border: none;
  border-radius: 15px;
  box-shadow:  2px 2px 2px rgba(0, 0, 0, 0.5);
}
#package .item--s-headline img{
  max-height: 150px;
  object-fit: cover;
  border-radius: 15px  15px 0 0 ;
}
#akses-pakte .item--s-headline .card-body {
  border-radius: 0 0 10px 10px;
}
#package .item--s-headline .card-body{
  background: #f3913a;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 10px;
}
#package .item--s-headline .label {
  position: absolute;
  top: 10px;
}
#package .item--s-headline img.icon-special-main {
  width: 130px !important;
}

#package .item--s-headline .card-body .title{
  margin: 0;
  margin-left: 5px;
}
#package .item--s-headline .card-body .section-price{
  display: flex;
  align-items: center;
}
#package .item--s-headline .card-body .section-price p{
  margin: 0;
  font-size: 8px !important;
}
#package .item--s-headline .card-body .icon{
  width: 15px;
}
#package .item--s-headline .card-body .section-price .text-price{
  color: #fff;
  font-weight: 700;
} */

#package .item--product .img-favorit {
  max-height: 175px;
}


#feature {
  position: relative;
  margin-top:-5px;
  background: #fff;
  padding: 50px 0;
}

#feature .card--icon {
  border:none;
  padding: 20px 0;
  border-radius: 15px;
  background: linear-gradient(to top right, #faee2e, #f3913a);
  height: 100%;
}
#feature .card--icon .card-body {
  display: flex;
  justify-content: center;
}

#products {
  position: relative;
  margin-top:-5px;
  background: #fff;
  padding: 0;
  padding-bottom: 50px;
}


/* benefit section */

#benefit {
  position: relative;
  margin-top:-5px;
  background: #fff;
  padding: 50px 0;
}

#benefit .card {
  border: none;
}

#benefit img.icon {
  width: 50px;
  margin-bottom: 20px;
}
#benefit h5.sub-title {
  font-size: 18px;
  margin-bottom: 5px;
}
#benefit p.desc {
  /* text-align: justify; */
  line-height: 20px;
}

#products .btn--custom, 
#package .btn--custom {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 25px;
  background: #ddd;
  border-radius: 15px;
}
#products .btn--custom-active,
#package .btn--custom-active {
  background: #f3913a !important;
  color: #fff !important;
}

#products .item--product,
#package .item--product {
  border-radius: 20px;
  border: none;
  box-shadow:  2px 2px 10px rgb(0 0 0 / 35%);
  /* text-align: center; */
}
#products .item--product img,
#package .item--product img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
#products .item--product .img-transport {
  height: 160px;
}
#products .item--product .img-activity,
#package .item--product .img-activity {
  height: 135px;
}
#products .item--product .card-body,
#package .item--product .card-body {
  background: #f3913a;
  border-radius:  0 0 20px 20px;
  color: #fff;
}
#products .item--product .category,
#package .item--product .category {
  font-size: 9px;
  font-style: italic;
  margin: 0;
}
#products .item--product .price,
#package .item--product .price {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
}
#products .item--product .coret,
#package .item--product .coret  {
  font-size: 12px;
}
#products .item--product .title,
#package .item--product .title {
  font-size: 12px;
  color: #fff;
}
#products .item--product p,
#package .item--product p {
  font-size: 14px;
}

#gallery {
  position: relative;
  /* margin-top:-5px; */
  background: #ddd;
  /* padding: 0; */
  /* margin-top: 50px; */
  padding-top: 10px;
  padding-bottom: 55px;
}

/* #gallery .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

#gallery .gallery-item {
  width: 100%;
  margin-bottom: 20px;
} */

.gallery-container::before {
  content: "";
  display: table;
  clear: both
}

.gallery-container {
  margin-top: 22px
}

.macy-container::after {
  content: "";
  display: table;
  clear: both
}

.gallery-item {
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee
}

.gallery-item-image {
  width: 100%;
  display: block;
  height: auto
}

#gallery .btn--custom {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 25px;
  background: #fff;
  border-radius: 15px;
}
#gallery .btn--custom-active {
  background: #f3913a !important;
  color: #fff !important;
}


.btn-custom-find {
  border-radius: 25px;
  padding: 10px 25px;
  border:none;
  color: #fff;
  background: linear-gradient(to top right, #034563, #039ed3);
  box-shadow:  0px 5px 2px rgba(0, 0, 0, 0.5);
}
.btn-custom-find:hover {
  text-decoration: none;
  color: #fff;
}

.text--ready {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
}

#custom-package{ 
  background: #009dd4;
  padding-top: 10px;
  padding-bottom: 55px;
}

.btn-custom-package {
  max-width: 50%;
  border-radius: 50px;
  border:none;
  color: #fff;
  background: linear-gradient(to top right, #034563, #039ed3);
  box-shadow:  0px 10px 2px #f3913a;
  font-size: 2rem;
  padding: 20px;
}
.btn-custom-package:hover {
  background: linear-gradient(to top right, #034563, #039ed3);
  color: #fff;
}

#partners {
  position: relative;
  margin-top:-5px;
  background: #fff;
  padding-bottom:50px;
}
.partners {
  margin-top: 100px;
}

.img--partner {
  margin: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: contain;
  box-shadow:  2px 2px 10px rgba(0, 0, 0, 0.5);
}

#articles {
  background: #fff;
  margin: 50px 0;
}

#articles .article-card,
#list-post .article-card {
  height: 250px;
  background-image: url('../../aset/img/maritour/labuan-bajo.jpg');
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  border: none;
  margin: 10px 0;
}

#articles .article-card .card-body,
#list-post .article-card .card-body {
  background: linear-gradient(to bottom, #014562, rgba(255, 255, 255, 0)) !important;
  border-radius: 15px;
}

#articles .article-card p,
#list-post .article-card p {
  color: #fff;
  margin: 0;
}

#articles .article-card .category,
#list-post .article-card .category {
  font-size: 9px;
  font-style: italic;
}

#articles .article-card .title,
#list-post .article-card .title {
  font-size: 13px;
  margin: 5px 0;
  line-height: 15px;
}

#articles .article-card .author,
#articles .article-card .created-date,
#list-post .article-card .author,
#list-post .article-card .created-date {
  font-size: 10px;
}

#articles .section-button,
#list-post .section-button {
  position: absolute;
  bottom: 20px;
}

#articles .section-button .btn-read-more,
#list-post .section-button .btn-read-more {
  width: 125px;
  text-align: center;
  font-size: 10px;
}

#maritour-footer {
  overflow: hidden;
  background: #034563;
  padding: 20px 0;
  color: #fff;
}
#maritour-footer .title {
  margin-top: 40px;
  margin-bottom:20px;
  font-size: 40px;
  font-weight: 700;
}
#maritour-footer .sub-title {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
#maritour-footer p {
  font-weight: 300;
  font-size: 18px;
}
#maritour-footer .btn-sosmed {
  width: 50px;
  height: 50px;
  background: #f3913a;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-top: 10px;
}
#maritour-footer .btn-sosmed:hover {
  background: #f3913a;
}

#maritour-footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #fff;
  font-size: 18px;
}

/*  `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  #navbarText ul {
      margin-top: 20px;
  } 
}

/* ut */
.no--border {
  border: none !important;
}
.letter-5x {
  letter-spacing: 5px;
}
.letter-2x {
  letter-spacing: 2px;
}
.fw--400 {
  font-weight: 400;
}
.fw--500 {
  font-weight: 500;
}
.fw--600 {
  font-weight: 600;
}
.fw--700 {
  font-weight: 700;
}
.fw--800 {
  font-weight: 800;
}

.text-white {
  color: #fff;
}
.color--custom {
  color: #f3913a;
}
.link-unstyled {
  text-decoration: none;
  color: inherit;
}
.small-text {
  font-size: 13px!important;
}

.coret {
  text-decoration: line-through;
}

/* FOR CUSTOM SWITCH LANGUAGE */
.custom-control.custom-switch .custom-control-label::after, .custom-control.custom-switch .custom-control-label::before{
  display: none;
}
.custom-control.custom-switch .custom-control-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 34px;
  background-color: #ddd;
  border-radius: 34px;
  transition: background-color 0.3s;
}

.custom-control.custom-switch .custom-control-label .flag {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-size: cover;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}

.english-flag {
  background-image: url('https://upload.wikimedia.org/wikipedia/en/a/ae/Flag_of_the_United_Kingdom.svg');
  left: 5px;
}

.indonesian-flag {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9f/Flag_of_Indonesia.svg');
  right: 5px;
  opacity: 0;
}

#flagToggle:checked + .custom-control-label .english-flag {
  opacity: 0;
}

#flagToggle:checked + .custom-control-label .indonesian-flag {
  opacity: 1;
}


/* END MARITOURBALI */