    .base-background {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        background: #000000;
        background: #207dff;
        background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8));
        background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%);
        background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%);
        background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%);
        background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
        background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff', endColorstr='#a16ae8', GradientType=1 ); } */
    }
    
    .base-background2 {
        background-color: #206dfb
    }
    
    .img-hover figure:hover img {
        filter: none !important;
    }
    
    .img-hover figure img {
        filter: grayscale(100%) !important;
    }
    
    .img-hover figure:hover a {
        color: #ff5717 !important
    }
    
    .img-hover figure a {
        color: #535151 !important
    }
    
    .float-right {
        float: right !important
    }
    
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        /* background: #28a745 !important; */
        background: -moz-linear-gradient(left, #28a74575 0%, #87c98075 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #28a74575), color-stop(100%, #87c98075));
        background: -webkit-linear-gradient(left, #28a74575 0%, #87c98075 100%);
        background: -o-linear-gradient(left, #28a74575 0%, #87c98075 100%);
        background: -ms-linear-gradient(left, #28a74575 0%, #87c98075 100%);
        background: -webkit-gradient(linear, left top, right top, from(#28a74575), to(#87c98075));
        background: linear-gradient(to right, #28a74575 0%, #87c98075 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#28a74575', endColorstr='#87c98075', GradientType=1);
    }
    
    .nav-quirk>li.active>a {
        color: #fff;
        background-color: #56be75;
        background-image: -webkit-linear-gradient(left, #56be75 0%, #3aa251 100%);
        background-image: -o-linear-gradient(left, #56be75 0%, #3aa251 100%);
        background-image: linear-gradient(to right, #56be75 0%, #3aa251 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff56be75', endColorstr='#ff3aa251', GradientType=1);
        /* border-radius: .5em; */
        border-bottom-right-radius: .75em;
        border-top-right-radius: .75em;
        /* border: .75px solid #778395; */
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        font-weight: 900;
    }
    
    .nav-quirk>li>a>i {
        width: 16px;
        font-size: 14px;
        text-align: center;
        margin-right: 7px;
        color: #3aa251;
        vertical-align: top;
        margin-top: 1.5555px;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    
    a {
        color: #3aa251;
        text-decoration: none;
    }
    
    .text-success {
        color: #53b96a;
    }
    
    .btn-success {
        background-color: #53b96a;
    }
    
    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus {
        color: #ffffff;
        background-color: #1d961c;
        border-color: rgba(0, 0, 0, 0);
    }
    
    .bg-primary {
        background-color: #2574ab !important;
    }
    
    .bg-success {
        background-color: #39a251 !important;
    }
    
    .table>thead>tr>th,
    .table>tfoot>tr>th {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: #53b96a;
        color: #fff;
    }
    
    .table.table-striped-col>thead>tr th:nth-of-type(even),
    .table.table-striped-col>tfoot>tr th:nth-of-type(even),
    .table.table-striped-col>thead>tr td:nth-of-type(even),
    .table.table-striped-col>tfoot>tr td:nth-of-type(even) {
        background-color: #39a251;
    }
    
    .table.table-striped-col>tbody>tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
    .table.table-striped-col>tbody>tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
        background-color: #e0efe4;
    }
    /* primary */
    
    .table-primary>thead>tr>th,
    .table-primary>tfoot>tr>th {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: #53b96a;
        color: #fff;
    }
    
    .table-primary.table-striped-col>thead>tr th:nth-of-type(even),
    .table-primary.table-striped-col>tfoot>tr th:nth-of-type(even),
    .table-primary.table-striped-col>thead>tr td:nth-of-type(even),
    .table-primary.table-striped-col>tfoot>tr td:nth-of-type(even) {
        background-color: #39a251;
    }
    
    .table-primary.table-striped-col>tbody>tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
    .table-primary.table-striped-col>tbody>tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
        background-color: #e0efe4;
    }
    /* success */
    
    .table-success>thead>tr>th,
    .table-success>tfoot>tr>th {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: #53b96a;
        color: #fff;
    }
    
    .table-success.table-striped-col>thead>tr th:nth-of-type(even),
    .table-success.table-striped-col>tfoot>tr th:nth-of-type(even),
    .table-success.table-striped-col>thead>tr td:nth-of-type(even),
    .table-success.table-striped-col>tfoot>tr td:nth-of-type(even) {
        background-color: #39a251;
    }
    
    .table-success.table-striped-col>tbody>tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) th:nth-of-type(even),
    .table-success.table-striped-col>tbody>tr:not(.active):not(.success):not(.info):not(.warning):not(.danger) td:nth-of-type(even) {
        background-color: #e0efe4;
    }
    
    .success {
        color: #53b96a;
    }
    
    .pagination>.active>a,
    .pagination>.active>span,
    .pagination>.active>a:hover,
    .pagination>.active>span:hover,
    .pagination>.active>a:focus,
    .pagination>.active>span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #53b96a;
        border-color: transparent;
        cursor: default;
    }
    
    .nav-tabs,
    .nav-tabs>li>a:hover {
        background-color: #53b96a;
    }
    
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a,
    .nav-tabs>li.active {
        color: #53b96a;
    }
    
    .nav-line {
        background-color: transparent;
    }
    
    .nav-line>li>a:hover,
    .nav-line>li>a:focus {
        background-color: transparent;
        color: #53b96a;
    }
    
    .nav-line>li.active>a,
    .nav-line>li.active>a:hover,
    .nav-line>li.active>a:focus {
        color: #53b96a;
        background-color: transparent;
        box-shadow: 0 1px 0 #53b96a;
    }
    
    .nav-quirk>li>a,
    .nav-quirk>li.active>a {
        font-weight: 600;
    }
    
    .headerpanel,
    .headerpanel .logopanel {
        background-color: #0000;
        margin-left: 100px;
    }
    
    .headerpanel {
        height: 0px;
    }
    
    .logopanel {
        display: none;
    }
    
    .mainpanel {
        padding-top: 2.5em;
    }
    
    .leftpanel {
        top: 0px;
        z-index: 1;
        width: 350px;
        left: -350px;
    }
    
    .menutoggle-right {
        z-index: 10000;
        background-color: #040404cc;
        border-radius: 15px;
        top: -1.5em;
        left: -1.25em;
        float: right;
        padding: 1em;
        border: .75px solid #778395;
    }
    
    .menutoggle-right i {
        margin-left: -.8em;
    }
    
    .menutoggle-left {
        z-index: 1;
        background-color: #040404cc;
        border-radius: 15px;
        top: -1em;
        left: -.9em;
        position: fixed !important;
        padding: 1em;
        border: .75px solid #778395;
    }
    
    .menutoggle .fa {
        font-size: 1em;
    }
    
    .menutoggle i {
        position: absolute;
        top: 60%;
        left: 60%;
    }
    
    .menutoggle.menutoggle-right i {
        position: absolute;
        top: 60%;
        left: 50%;
    }
    
    .sidebar-title {
        text-transform: uppercase;
        font-size: 11px;
        color: #9fa8bc;
        line-height: normal;
        padding: 0 15px;
        font-weight: bold;
        letter-spacing: .5px;
        margin-top: 3em;
        margin-bottom: 0em;
    }
    
    .leftpanel-profile {
        padding-top: 6.75em !important;
    }
    
    .leftpanel-userinfo {
        position: fixed;
        width: 350px;
    }
    
    .panel,
    .panel-body {
        border-radius: 10px !important;
    }
    
    .btn {
        border-radius: 2em;
    }
    
    .btn-web {
        border-radius: 50px !important;
    }
    
    .dataTable {
        width: 100% !important;
    }
    
    .btn.btn-danger.btn-sm.tengen {
        display: block;
        width: 100%;
        margin-top: .25em;
        margin-bottom: .25em;
        padding: .5em .5em .4em;
    }
    
    .head-ndase,
    .head-ndase .btn.btn-success.btn-sm.tengen {
        display: none;
    }
    
    .input-search-contact {
        margin-bottom: 1rem;
        border: 1px solid #3b4354;
        border-radius: .5em;
        margin-right: 0.2em;
        margin-left: 0.2em;
    }
    
    .input-search-contact input {
        border: 0;
        padding-left: 15px;
        border-bottom: 0px solid #eaecf0;
        border-radius: .5em;
        background-color: transparent;
    }
    
    .input-search-contact input:focus {
        border-radius: .5em;
        border: 0px;
    }
    
    .panel-body.ngelu-ndase .col-md-12,
    .panel-body.ngelu-ndase .col-md-10,
    .panel-body.ngelu-ndase .col-md-9,
    .panel-body.koplak-ndase .panel-body.ngelu-ndase .col-md-12,
    .panel-body.koplak-ndase .panel-body.ngelu-ndase .col-sm-12,
    .panel-body.koplak-ndase .panel-body.ngelu-ndase .table-responsive .row .col-sm-5,
    .panel-body.koplak-ndase .panel-body.ngelu-ndase .table-responsive .row .col-sm-6,
    .panel-body.koplak-ndase .panel-body.ngelu-ndase .table-responsive .row .col-sm-7,
    .panel-body.koplak-ndase .panel-body.ngelu-ndase .col-md-12 .row,
    .panel-body.ngelu-ndase .col-md-12,
    .panel-body.ngelu-ndase .col-sm-12,
    .panel-body.ngelu-ndase .table-responsive .row .col-sm-5,
    .panel-body.ngelu-ndase .table-responsive .row .col-sm-6,
    .panel-body.ngelu-ndase .table-responsive .row .col-sm-7,
    .panel-body.ngelu-ndase .col-md-12 .row,
    .panel-body .col-md-12,
    .panel-body .col-md-5,
    .panel-body .col-md-6,
    .panel-body .col-md-7,
    .panel-body .table-responsive .col-sm-12,
    .panel-body .table-responsive .col-sm-5,
    .panel-body .table-responsive .col-sm-6,
    .panel-body .table-responsive .col-sm-6 {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .panel-body.koplak-ndase .panel-site-traffic .panel-heading {
        padding-top: 10px;
    }
    
    .panel-site-traffic .panel-heading .koplak-ndase {
        /* padding-top: 0px; */
        padding: 0px 10px 0px 10px !important;
    }
    
    .panel-site-traffic .panel-heading {
        padding: 15px 10px 0px 10px !important;
    }
    
    .head-quirk .btn {
        margin-bottom: -1em !important;
    }
    
    .panel-body.ngelu-ndase .col-xl-2.col-md-2.col-sm-6.col-xs-12,
    .panel-body.ngelu-ndase .col-xl-2.col-md-2.col-sm-2.col-xs-12 {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    
    html,
    body,
    a,
    p,
    strong,
    th,
    td {
        font-family: "Ubuntu", sans-serif !important;
    }
    
    .help-block {
        font-size: 12px;
    }
    
    @media (max-width: 992px) {
        body {
            font-size: 14px;
        }
        .nav-quirk>li,
        .nav-quirk>li.active>a {
            font-size: 12px;
        }
    }
    
    @media (max-width: 576px) {
        .top-category h3 {
            font-size: 1em;
        }
        .menutoggle i {
            top: 1.75em;
            left: 1.8em;
        }
        .menutoggle .fa {
            font-size: 1em;
        }
        .menutoggle-right {
            z-index: 10000;
            background-color: #040404cc;
            border-radius: 20px;
            top: -1.35em;
            left: -1.35em;
            float: right;
            padding: 0em;
            border: .75px solid #778395;
        }
        .menutoggle-right i {
            margin-left: -.8em;
        }
        .menutoggle-left {
            z-index: 1;
            background-color: #040404cc;
            border-radius: 20px;
            top: -.75em;
            left: -.75em;
            position: fixed !important;
            padding: 0em;
            border: .75px solid #778395;
        }
        .menutoggle-right i {
            left: 47%;
        }
    }
    
    .icon {
        padding: 7px 18px;
    }
    
    .icon.fa {
        font-size: 3.5em !important;
    }
    
    .highcharts-title {
        font-family: Arial;
        font-size: 15px !important;
        font-weight: bold;
        color: #262b36;
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }
    
    .highcharts-subtitle {
        font-family: Arial;
        font-size: 12px !important;
    }
    
    .img-thumbnail {
        border: 0px;
        background-color: #eff1f4;
    }
    
    .img-panel {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }
    
    .highcharts-point.highcharts-color-1 {
        fill: #a35f2a !important;
    }
    
    .highcharts-data-label-connector.highcharts-color-1 {
        stroke: #a35f2a !important;
    }
    
    .highcharts-legend-item.highcharts-color-1 rect {
        fill: #a35f2a;
    }
    
    .leaflet-container {
        z-index: 0 !important;
    }
    
    .ftco-search .tab-content {
        border-radius: 5em !important;
    }
    
    .ftco-search input,
    .ftco-search .btn {
        border-radius: 2em !important;
    }
    
    .ftco-search {
        position: relative;
        width: 100%;
        display: block;
    }
    
    .ftco-search .nav-pills {
        display: inline-block;
    }
    
    .ftco-search .nav-pills p {
        margin-bottom: 0;
    }
    
    .ftco-search .nav-pills .nav-link {
        padding: 10px 30px !important;
        border-radius: 0;
        margin-bottom: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        position: relative;
        display: inline-block;
        border: 1px solid transparent;
        background: #fdab44;
        margin: 0 auto;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -ms-border-radius: 2em;
        border-radius: 2em;
    }
    
    .ftco-search .nav-pills .nav-link.active,
    .ftco-search .nav-pills .nav-link:hover {
        color: #000000;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid transparent;
        background: white;
        background: #fff;
    }
    
    .ftco-search .nav-pills .nav-link.active:after,
    .ftco-search .nav-pills .nav-link:hover:after {
        opacity: 1;
    }
    
    @media (max-width: 767.98px) {
        .ftco-search .nav-pills .nav-link.active:after,
        .ftco-search .nav-pills .nav-link:hover:after {
            opacity: 0;
        }
    }
    
    @media (max-width: 767.98px) {
        .ftco-search .nav-pills .nav-link {
            margin-bottom: 5px;
        }
    }
    
    .ftco-search .tab-content {
        background: #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
        margin-top: -9px;
    }
    
    .search-job .form-group {
        position: relative;
        margin-bottom: 0;
    }
    
    @media (max-width: 767.98px) {
        .search-job .form-group {
            margin-bottom: 10px;
        }
    }
    
    .search-job .form-group label {
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }
    
    .search-job .form-group .form-field {
        position: relative;
        display: block;
    }
    
    .search-job .form-group .form-control {
        padding-left: 30px;
        display: block;
        width: 100%;
        font-size: 14px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.7) !important;
        background: white !important;
    }
    
    .search-job .form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.7) !important;
    }
    
    .search-job .form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.7) !important;
    }
    
    .search-job .form-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.7) !important;
    }
    
    .search-job .form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.7) !important;
    }
    
    .search-job .form-group .form-control.btn {
        padding: 0 !important;
        font-size: 16px;
        color: #fff !important;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        -ms-border-radius: 2em;
        border-radius: 2em;
    }
    
    .search-job .form-group .form-control.btn.btn-primary {
        background: #206dfb !important;
    }
    
    .search-job .form-group .form-control.btn.btn-success {
        background: var(--thm-base-color) !important;
    }
    
    .search-job .form-group .select-wrap {
        position: relative;
    }
    
    .search-job .form-group .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .search-job .form-group .icon {
        position: absolute;
        top: 51%;
        left: 10px;
        font-size: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #d9d9d9;
    }
    
    .search-job .form-group {
        position: relative;
        margin-bottom: 0;
    }
    
    @media (max-width: 767.98px) {
        .search-job .form-group {
            margin-bottom: 10px;
        }
    }
    
    .search-job .form-group label {
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }
    
    .search-job .form-group .form-field {
        position: relative;
        display: block;
    }
    
    .search-job .form-group .form-control {
        padding-left: 30px;
        display: block;
        width: 100%;
        font-size: 14px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.7) !important;
        background: white !important;
    }
    
    .search-job .form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.7) !important;
    }
    
    .search-job .form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.7) !important;
    }
    
    .search-job .form-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.7) !important;
    }
    
    .search-job .form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.7) !important;
    }
    
    .search-job .form-group .form-control.btn {
        padding: 0 !important;
        font-size: 16px;
        color: #fff !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
    
    .search-job .form-group .form-control.btn.btn-primary {
        background: #206dfb !important;
    }
    
    .search-job .form-group .form-control.btn.btn-success {
        background: var(--thm-base-color) !important;
    }
    
    .search-job .form-group .select-wrap {
        position: relative;
    }
    
    .search-job .form-group .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .search-job .form-group .icon {
        position: absolute;
        top: 51%;
        left: 10px;
        font-size: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #d9d9d9;
    }
    
    .form-control {
        height: 52px !important;
        background: #fff !important;
        color: #000000 !important;
        /* font-size: 18px; */
        font-size: 1em;
        border-radius: 5px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .form-control:focus,
    .form-control:active {
        border-color: #000000;
    }
    
    textarea.form-control {
        height: inherit !important;
    }
    
    .hero-wrap {
        width: 100%;
        /* height: 800px; */
        position: relative;
    }
    
    .hero-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        background: #000000;
        /* background: #207dff; */
        background: var(--thm-base-color);
        /* background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -moz-linear-gradient(left, var(--thm-base-color) 0%, #3cd640 100%);
        /* background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8)); */
        background: -webkit-gradient(left top, right top, color-stop(0%, var(--thm-base-color)), color-stop(100%, #3cd640));
        /* background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -webkit-linear-gradient(left, var(--thm-base-color) 0%, #3cd640 100%);
        /* background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -o-linear-gradient(left, var(--thm-base-color) 0%, #3cd640 100%);
        /* background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -ms-linear-gradient(left, var(--thm-base-color) 0%, #3cd640 100%);
        /* background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8)); */
        background: -webkit-gradient(linear, left top, right top, from(var(--thm-base-color)), to(#3cd640));
        /* background: linear-gradient(to right, #207dff 0%, #a16ae8 100%); */
        background: linear-gradient(to right, var(--thm-base-color) 0%, #3cd640 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--thm-base-color)', endColorstr='#3cd640', GradientType=1);
    }
    
    .hero-wrap .slider-text {
        /* height: 800px; */
        z-index: 0;
        overflow: hidden;
    }
    
    .hero-wrap .slider-text .subheading {
        color: #000000;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 4px;
        text-transform: uppercase;
        display: inline-block;
        color: #000000;
    }
    
    .hero-wrap .slider-text .text {
        position: relative;
        z-index: 1;
    }
    
    .hero-wrap .slider-text h1 {
        font-size: 54px;
        color: #fff;
        line-height: 1.2;
        font-weight: 400;
    }
    
    .hero-wrap .slider-text h1 span {
        font-weight: 700;
    }
    
    @media (max-width: 767.98px) {
        .hero-wrap .slider-text h1 {
            font-size: 40px;
        }
    }
    
    .hero-wrap .slider-text p {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400;
    }
    
    .hero-wrap .slider-text p .number {
        color: #fdab44;
    }
    
    .hero-wrap .slider-text .btn-custom {
        color: #fff;
        background: #206dfb;
        padding: 10px 20px;
    }
    
    .hero-wrap.hero-wrap-2 {
        height: 400px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
    
    @media (max-width: 1199.98px) {
        .hero-wrap.hero-wrap-2 {
            background-position: top center !important;
        }
    }
    
    .hero-wrap.hero-wrap-2 .slider-text {
        height: 400px !important;
    }
    
    .container-fluid {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .btn.btn-primary {
        background: #206dfb !important;
        border: 1px solid #206dfb !important;
        color: #fff !important;
    }
    
    .btn.btn-primary:hover {
        border: 1px solid #206dfb;
        background: transparent;
        color: #206dfb;
    }
    
    .btn.btn-primary.btn-outline-primary {
        border: 1px solid #206dfb;
        background: transparent;
        color: #206dfb;
    }
    
    .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #206dfb;
        color: #fff;
    }
    
    .btn.btn-success {
        background: var(--thm-base-color) !important;
        border: 1px solid var(--thm-base-color) !important;
        color: #fff !important;
    }
    
    .btn.btn-success:hover {
        border: 1px solid var(--thm-base-color);
        background: transparent;
        color: var(--thm-base-color);
    }
    
    .btn.btn-success.btn-outline-primary {
        border: 1px solid var(--thm-base-color);
        background: transparent;
        color: var(--thm-base-color);
    }
    
    .btn.btn-success.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: var(--thm-base-color);
        color: #fff;
    }
    
    .btn.btn-secondary {
        border: 1px solid #fdab44 !important;
        color: #fff !important;
        background: #fdab44 !important;
    }
    
    .btn.btn-secondary:hover {
        border: 1px solid #206dfb;
        background: transparent;
        color: #206dfb;
    }
    
    .btn.btn-outline-white {
        border-color: rgba(255, 255, 255, 0.8);
        background: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border-width: 1px;
        color: #fff;
    }
    
    .btn.btn-outline-white:hover,
    .btn.btn-outline-white:focus,
    .btn.btn-outline-white:active {
        background: #fff;
        border-color: #fff;
        color: #206dfb;
    }
    
    .hero-wrap {
        width: 100%;
        /* height: 800px; */
        position: relative;
    }
    
    .hero-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        background: #000000;
        /* background: #207dff; */
        background: var(--thm-base-color);
        /* background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -moz-linear-gradient(left, var(--thm-base-color) 0%, #3cd640 100%);
        /* background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8)); */
        background: -webkit-gradient(left top, right top, color-stop(0%, var(--thm-base-color)), color-stop(100%, #3cd640));
        /* background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -webkit-linear-gradient(left, var(--thm-base-color) 0%, #3cd640 100%);
        /* background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -o-linear-gradient(left, var(--thm-base-color) 0%, #3cd640 100%);
        /* background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -ms-linear-gradient(left, var(--thm-base-color) 0%, #3cd640 100%);
        /* background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8)); */
        background: -webkit-gradient(linear, left top, right top, from(var(--thm-base-color)), to(#3cd640));
        /* background: linear-gradient(to right, #207dff 0%, #a16ae8 100%); */
        background: linear-gradient(to right, var(--thm-base-color) 0%, #3cd640 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--thm-base-color)', endColorstr='#3cd640', GradientType=1);
    }
    
    .hero-wrap .slider-text {
        /* height: 800px; */
        z-index: 0;
        overflow: hidden;
    }
    
    .hero-wrap .slider-text .subheading {
        color: #000000;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 4px;
        text-transform: uppercase;
        display: inline-block;
        color: #000000;
    }
    
    .hero-wrap .slider-text .text {
        position: relative;
        z-index: 1;
    }
    
    .hero-wrap .slider-text h1 {
        font-size: 54px;
        color: #fff;
        line-height: 1.2;
        font-weight: 400;
    }
    
    .hero-wrap .slider-text h1 span {
        font-weight: 700;
    }
    
    @media (max-width: 767.98px) {
        .hero-wrap .slider-text h1 {
            font-size: 40px;
        }
    }
    
    .hero-wrap .slider-text p {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400;
    }
    
    .hero-wrap .slider-text p .number {
        color: #fdab44;
    }
    
    .hero-wrap .slider-text .btn-custom {
        color: #fff;
        background: #206dfb;
        padding: 10px 20px;
    }
    
    .hero-wrap.hero-wrap-2 {
        height: 400px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
    
    @media (max-width: 1199.98px) {
        .hero-wrap.hero-wrap-2 {
            background-position: top center !important;
        }
    }
    
    .hero-wrap.hero-wrap-2 .slider-text {
        height: 400px !important;
    }
    
    @media (max-width: 991.98px) {
        .ftco-candidates .owl-nav {
            display: none;
        }
        .team {
            margin-bottom: 30px;
        }
        .job-post-item .one-forth {
            width: 100%;
        }
        .job-post-item .one-third {
            width: 100%;
        }
        .hero-wrap.hero-wrap-2 .slider-text {
            text-align: center;
            height: 400px !important;
        }
        .hero-wrap .slider-text h1 {
            font-size: 25px;
        }
        .hero-wrap .slider-text h3 {
            font-size: 15px;
        }
        .hero-wrap {
            /* height: 900px; */
            height: 500px;
        }
        .hero-wrap .slider-text {
            text-align: center;
            /* height: 900px; */
            height: 500px;
        }
        .ftco-navbar-light.scrolled .navbar-nav {
            background: none;
            border-radius: 0px;
            padding-left: 0rem !important;
            padding-right: 0rem !important;
        }
        .ftco-navbar-light.scrolled .nav-item>.nav-link {
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-bottom: 0 !important;
        }
        .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
            display: none;
        }
        .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
            padding-left: 0;
            margin-left: 0;
        }
        .ftco-navbar-light {
            background: #000000 !important;
            position: relative;
            /* top: 2.5em; */
        }
        .ftco-navbar-light .navbar-brand {
            color: #fff;
            /* width: 10em; */
        }
        .ftco-navbar-light .navbar-brand img {
            width: 7rem !important;
            margin-top: -0.5em;
        }
        .ftco-navbar-light .navbar-brand span {
            font-size: 1rem !important;
        }
        .ftco-navbar-light .navbar-nav {
            padding-bottom: 10px;
        }
        .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
            padding-left: 0;
            padding-right: 0;
            padding-top: .5em;
            padding-bottom: .5em;
            color: rgba(255, 255, 255, 0.7);
        }
        .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
            color: #fff;
        }
        .img-top {
            margin-top: 10px;
        }
        .navbar-expand-lg>.container,
        .navbar-expand-lg>.container-fluid {
            padding-right: 0;
            padding-left: 0;
        }
        .table-responsive-lg {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        .table-responsive-lg>.table-bordered {
            border: 0;
        }
    }
    
    #ftco-loader {
        position: fixed;
        width: 96px;
        height: 96px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
        border-radius: 16px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
        -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
        transition: opacity .2s ease-out, visibility 0s linear .2s;
        z-index: 1000;
    }
    
    #ftco-loader.fullscreen {
        padding: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #fff;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    #ftco-loader.show {
        -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
        -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
        transition: opacity .4s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
    
    #ftco-loader .circular {
        -webkit-animation: loader-rotate 2s linear infinite;
        animation: loader-rotate 2s linear infinite;
        position: absolute;
        left: calc(50% - 24px);
        top: calc(50% - 24px);
        display: block;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    #ftco-loader .path {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        -webkit-animation: loader-dash 1.5s ease-in-out infinite;
        animation: loader-dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
    }
    
    @-webkit-keyframes loader-rotate {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes loader-rotate {
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes loader-dash {
        0% {
            stroke-dasharray: 1, 200;
            stroke-dashoffset: 0;
        }
        50% {
            stroke-dasharray: 89, 200;
            stroke-dashoffset: -35px;
        }
        100% {
            stroke-dasharray: 89, 200;
            stroke-dashoffset: -136px;
        }
    }
    
    @keyframes loader-dash {
        0% {
            stroke-dasharray: 1, 200;
            stroke-dashoffset: 0;
        }
        50% {
            stroke-dasharray: 89, 200;
            stroke-dashoffset: -35px;
        }
        100% {
            stroke-dasharray: 89, 200;
            stroke-dashoffset: -136px;
        }
    }
    
    .form input,
    .form-group .form-control {
        border-radius: 2em !important;
    }
    
    .input-group input {
        border-top-left-radius: 2em;
        border-bottom-left-radius: 2em;
    }
    
    .input-group button {
        border-top-right-radius: 2em !important;
        border-bottom-right-radius: 2em !important;
    }
    
    .pagination .page-item .page-link {
        border-radius: 2em !important;
    }
    
    .thumbnail img {
        border-radius: 2em;
    }
    
    .pagination .page-item .page-link,
    .owl-nav .page-link {
        border: 0;
        border-radius: 30px!important;
        transition: all .3s;
        padding: 0 11px;
        margin: 0 3px;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        font-weight: 400;
        /* font-size: 12px; */
        /* background: transparent; */
        text-align: center;
    }
    
    .page-item.active .page-link,
    .owl-nav .page-link.active {
        z-index: 1;
        color: #fff;
        background-color: var(--thm-base-color);
        border-color: var(--thm-base-color);
    }
    
    .page-link,
    .page-link:hover {
        color: var(--thm-base-color);
    }
    
    .modal-content {
        border-radius: 1.5em;
    }
    
    .owl-item .item,
    .owl-item.card-medium {
        cursor: pointer;
    }
    
    .btn-front {
        background-color: #464e6d !important;
        /* color: var(--thm-base-color) !important; */
        color: #fff !important;
        border-radius: 5em;
        height: 4em !important;
        font-size: 1.25em;
        padding: 1.5rem;
        transition: all 0.35s !important;
    }
    
    .btn-front:hover {
        color: #ffffff !important;
        transform: scale(1.1);
    }
    
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #fff0;
    }
    
    .card-medium-text {
        width: 100%;
        margin-top: 1.5rem;
        padding: 0.8rem 0.5rem;
        text-align: center;
        /* background: linear-gradient(-45deg, rgba(94, 181, 114, 1) 1%, rgba(87, 186, 146, 1) 100%); */
        /* background: rgba(94, 181, 114, 1);  */
        /* background: linear-gradient(-45deg, rgba(94, 181, 114, 1) 1%, rgba(78, 161, 86, 1) 100%); */
        /* background: linear-gradient(-45deg, #eab925 1%, #ffc107 100%); */
        /* background: linear-gradient(-45deg, #e98f2e 1%, #f2c814 100%); */
		background: linear-gradient(-45deg, var(--thm-base-color-second) 20%, var(--thm-base-color) 100%);
        /* background: rgba(78, 161, 86, 1); */
        color: #FFFFFF;
        font-weight: bold;
        border-bottom-left-radius: 0.8rem;
        border-bottom-right-radius: 0.8rem;
        font-size: 0.75rem;
    }
    
    .card-medium .fa,
    .card-medium .fas,
    .card-medium .far,
    .card-medium-text {
        /* color: #464e6d !important; */
		color: #FFFFFF !important;
    }

	.card-medium .far {
        color: var(--thm-base-color) !important;
    }
    
    .bg-footer {
        /* background: linear-gradient(-45deg, #292929 1%, #464e6d 100%) !important; */
		background: linear-gradient(-45deg, #2e3cb7 1%, #3eb6e9 100%) !important;
        color: #fff !important;
    }

	section#footer {
		background: linear-gradient(-45deg, #2e3cb7 1%, #3eb6e9 100%) !important;
	}

	section#footer .bg-footer {
		background: linear-gradient(-45deg, #2e3cb7 1%, #3eb6e9 100%) !important;
	}

	section#service .service-box .body {
		color: #fffffff5 !important;
	}
    
    .bg-gold {
        /* background: linear-gradient(-45deg, #e98f2e 1%, #f2c814 100%) !important; */
        background: linear-gradient(-45deg, var(--thm-base-color-second) 20%, var(--thm-base-color) 100%) !important;
        /* color: #464e6d !important; */
		color: #FFFFFF !important;
    }
    
    .bg-gold .fas,
    .bg-gold .far,
    .bg-gold .fa,
    .text-footer {
        color: #464e6d !important;
    }
    
    section#jengker .owl-main .owl-stage {
        left: 0em !important;
    }
    
    .header-main,
    .header-main-none {
        position: relative;
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 0.65em;
        margin-left: 0.5em;
        font-family: 'Ubuntu', sans-serif;
    }
    
    .card,
    .card-medium {
        border-radius: 2em;
        background: rgba(255, 255, 255, 0.65) !important;
        /* background: rgba(78, 161, 85, 0.5) !important; */
    }
    
    .card-medium-text {
        border-bottom-right-radius: 2em;
        border-bottom-left-radius: 2em;
    }
    
    .hero-home {
        height: 100% i !important;
        background: #000000;
        /* background: #207dff; */
        background: var(--thm-base-color);
        /* background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -moz-linear-gradient(left, var(--thm-base-color) 0%, var(--thm-base-color) 100%);
        /* background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8)); */
        background: -webkit-gradient(left top, right top, color-stop(0%, var(--thm-base-color)), color-stop(100%, var(--thm-base-color)));
        /* background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -webkit-linear-gradient(left, var(--thm-base-color) 0%, var(--thm-base-color) 100%);
        /* background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -o-linear-gradient(left, var(--thm-base-color) 0%, var(--thm-base-color) 100%);
        /* background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%); */
        background: -ms-linear-gradient(left, var(--thm-base-color) 0%, var(--thm-base-color) 100%);
        /* background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8)); */
        background: -webkit-gradient(linear, left top, right top, from(var(--thm-base-color)), to(var(--thm-base-color)));
        /* background: linear-gradient(to right, #207dff 0%, #a16ae8 100%); */
        background: linear-gradient(to right, var(--thm-base-color) 0%, var(--thm-base-color) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--thm-base-color)', endColorstr='var(--thm-base-color)', GradientType=1);
    }
    /* #jengker .header-main:before {
        background: linear-gradient(-45deg, #eab925 1%, #ffc107 100%);
    }
    
    #jengker .btn-main {
        background: linear-gradient(-45deg, #eab925 1%, #ffc107 100%);
        color: #464e6d !important;
    }
    
    #jengker .page-item a {
        color: #464e6d !important;
    }
    
    #jengker .page-item.active a,
    #jengker .page-link.active {
        background: linear-gradient(-45deg, #eab925 1%, #ffc107 100%);
        color: #464e6d !important;
    } */
    
    #news img {
        object-fit: cover;
        width: 100% !important;
    }
    
    #news img.img-wrap {
        width: 30em !important;
        max-width: 100%;
    }
    
    .modal-backdrop {
        background: rgb(168, 163, 86);
        background: linear-gradient(139deg, rgba(86, 168, 163, 1) 0%, rgba(144, 207, 160, 1) 22%, rgba(188, 208, 214, 1) 43%, rgba(188, 208, 214, 1) 100%);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }