body {
    background: #eef0f0;
    font-family: 'Ubuntu', sans-serif !important;
}
.header .logo h1 {
    font-size: 32px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-weight: bold;
}
.header.sticked {
    background: #1a44b2;
    box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}
.header {
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
    background: #1a44b2;
}

.bg-kanzupermaiabadi {
    background: #033b6c;
}
.bg-altonpermaiabadi {
    background: #2f865b;
}
.bg-alamkautsarsejahtera {
    background: #73413e;
}

.header .logo h1 {
    font-size: 32px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-weight: bold;
}

@media (max-width: 768px) {
    .size-logo-nav {
        height: 50px;
        width: auto;
        padding-top: 13px;
        margin-bottom: -10px;
    }
}


@media (min-width: 1280px) {

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #ff1100;
    }
}

@media (min-width: 1280px) {

    .navbar a,
    .navbar a:focus {
        color: #ffffffb3;
        font-weight: bold;
    }
}

.btn-pushnotif {
    position: fixed;
    visibility: visible;
    opacity: 1;
    right: 106px;
    bottom: 15px;
    z-index: 995;
    /* background: var(--color-primary); */
    /* width: 40px; */
    /* height: 40px; */
    border-radius: 4px;
    transition: all 0.4s;
}

/* #main {
    background: #cecdcd1a;
    height: 100vh;
    padding: 70px 10px 1px;
} */

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}

@media (max-width: 1279px) {
    .mobile-nav-toggle {
        display: block !important;
        color: white; /* ubah dari var(--color-secondary) ke putih */
        font-size: 35px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        top: 6px;
        z-index: 9999;
        right: 9px;
    }
}


.size-logo-nav {
    max-height: 44px !important;
}

.size-logo-nav {
    height: 50px;
    width: auto;
    margin-top: -22px;
    margin-bottom: -5px;
}

.text-kanzu-header {
    font-weight: bold;
    font-family: 'Source Sans Pro';
    margin-top: 5px;
    text-transform: uppercase;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

@import url("https://fonts.googleapis.com/css?family=Fira+Sans");

.form-login {
    position: relative;
    min-height: 100vh;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-structor {
    background-color: #222;
    border-radius: 15px;
    height: 550px;
    width: 350px;
    position: relative;
    overflow: hidden;
}

.form-structor::after {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 182%;
    background-image: url("../img/bg-login.jpg");
}

.form-structor .signup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 65%;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
}

.form-structor .signup.slide-up {
    top: 5%;
    -webkit-transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s ease;
}

.form-structor .signup.slide-up .form-holder,
.form-structor .signup.slide-up .submit-btn {
    opacity: 0;
    visibility: hidden;
}

.form-structor .signup.slide-up .form-title {
    font-size: 1em;
    cursor: pointer;
}

.form-structor .signup.slide-up .form-title span {
    margin-right: 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}

.form-structor .signup .form-title {
    color: #fff;
    font-size: 1.7em;
    text-align: center;
}

.form-structor .signup .form-title span {
    color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
}

.form-structor .signup .form-holder {
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}

.form-structor .signup .form-holder .input {
    border: 0;
    outline: none;
    box-shadow: none;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 12px;
}

.form-structor .signup .form-holder .input:last-child {
    border-bottom: 0;
}

.form-structor .signup .form-holder .input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.form-structor .signup .submit-btn {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 15px;
    display: block;
    margin: 15px auto;
    padding: 15px 45px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}

.form-structor .signup .submit-btn:hover {
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.8);
}

.form-structor .login {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translate(-50%, 0);
    background-color: #fff;
    width: 200%;
    height: 250px;
    border-radius: 50%;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login .center {
    position: absolute;
    top: calc(50% - 10%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 65%;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login .center .form-title {
    color: #000;
    font-size: 1.7em;
    text-align: center;
}

.form-structor .login .center .form-title span {
    color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login .center .form-holder {
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    margin-top: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login .center .form-holder .input {
    border: 0;
    outline: none;
    box-shadow: none;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 12px;
}

.form-structor .login .center .form-holder .input:last-child {
    border-bottom: 0;
}

.form-structor .login .center .form-holder .input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.form-structor .login .center .submit-btn {
    background-color: #6b92a4;
    color: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 15px;
    display: block;
    margin: 15px auto;
    padding: 15px 45px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login .center .submit-btn:hover {
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.8);
}

.form-structor .login.slide-up {
    top: 90%;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login.slide-up .center {
    top: 10%;
    -webkit-transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s ease;
}

.form-structor .login.slide-up .form-holder,
.form-structor .login.slide-up .submit-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login.slide-up .form-title {
    font-size: 1em;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
}

.form-structor .login.slide-up .form-title span {
    margin-right: 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
}


#icon_drag_mobile {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../img/free_icon_1.svg) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    /* z-index: 99; */
    display: none;
}

@media (max-width: 992px) {
    #icon_drag_mobile {
        display: block;
    }
}

.right-50px {
    right: 50px !important;
}

.p-relative {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}

@media (max-width: 992px) {

    .cta .container-service {

        padding: 16px;
    }
}


/* .size-img-dash {
    max-height: 21rem;
    width: 100%;
    min-height: 21rem;
} */

@media (max-width: 992px) {

    .font-desk-service {

        text-align: justify;
        font-size: 22px !important;
    }
}

.font-desk-service {
    font-size: 1rem;
    line-height: normal !important;
}

.font-size-title {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Unica', sans-serif;
    font-weight: 300;

}

@media (max-width: 640px) {

    .font-size-title {
        max-height: 2rem;
        overflow: hidden;
    }
}

@media (max-width: 640px) {

    .desk-port {
        display: none;
        font-size: 10px;
    }
}

@media (max-width: 1300px) {

    .desk-port {
        font-size: 10px;
        max-height: 3.6em;
        overflow: hidden;
    }
}

@media (max-width: 992px) {

    .max-height {
        max-height: 10rem !important;
        min-height: 13rem !important;
        width: 100% !important;

    }
}

@media (max-width: 992px) {

    .over-height {
        overflow: hidden;
        max-height: 13rem;

    }
}

@media (max-width: 992px) {

    .font-size-nav-baro {
        font-size: 16px !important;

    }
}

@media (max-width: 992px) {

    .min-height-video {
        min-height: 10rem !important;
        max-height: 10rem !important;
    }
}

.btn-filter-price {
    color: #000;
    font-weight: bold;
    font-family: serif;
    min-width: -webkit-fill-available;
}

.btn-filter-active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

@media (max-width: 992px) {

    .btn-filter-price {
        font-size: 12px;
    }
}


.font-text-port {
    font-size: smaller;
    font-family: 'Poppins';
}

.min-height-video {
    min-height: 39rem;
}

.pr-var {
    padding-right: var(--bs-gutter-x, 3.75rem) !important;
}

.max-height {
    max-height: 22rem;
    min-height: 22rem;
    width: 100%;
}

.desk-port {
    font-size: 10px;
    font-family: 'Unica', sans-serif;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 1.8;
    color: #666;
}

.font-title-service {
    font-family: serif;
    letter-spacing: 2px;
}

.font-initial {

    font-family: 'Poppins';
    line-height: 0.9;
    color: black;
}

.size-50px {
    font-size: 50px;
}

.size-30px {
    font-size: 30px;
}

@media (max-width: 992px) {
    .size-50px {
        font-size: 30px;
    }

    .size-30px {
        font-size: 23px;
    }

    .font-desk-service {
        font-size: 10px !important;
        line-height: normal !important;
    }
}

.font-auto {
    font-family: Beau Rivage;
}

.btn-more {
    border: 1px solid;
    padding: 4px 32px;
    border-radius: 20px;
    color: black;
    font-size: xx-small;
}

.border-r-0px {
    border-radius: 0px !important;
}



.max-portrait {
    max-height: 750px;
    min-height: 750px;
    /* max-height: 47rem; */
    width: 100%;
}

.max-landscape {
    max-height: 294px;
    min-height: 294px;
    width: 100%;
}

@media (min-width: 640px) {
    .pt-5rem {
        padding-top: 4rem;
    }
}

.pt-5rem {
    padding-top: 66px;
}

.mt-15px {
    margin-top: 15px;
}

.float-right {
    float: right;
}

/* @import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700"); */
.outter {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desc {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
}

.desk {
    padding-left: 17px;
    color: #9eabb4;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
}

@media (max-width: 992px) {
    .button {
        font-size: xx-small;
    }
}

.button {
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 40px;
    padding: 4px;
    border: 1px solid #fbfbfb;
    margin-top: 20px;
    color: #fbfbfb;
}

.button .inner {
    /* background-color: #b84647; */
    padding: 1px 30px;
    border-radius: 40px;
}

.support {
    position: fixed;
    bottom: 60px;
    right: 20px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    text-align: right;
    position: relative;
    z-index: 10;
}

.support a {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.support a:before {
    display: block;
    position: absolute;
    content: "";
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}

.support a:hover:before {
    width: 100%;
}

.option2 {
    margin-top: 50px;
}

.option2 .callout {
    text-align: left;
    align-self: flex-start;
}

.option2 .callout .tile-video-header {
    text-align: left;
    width: 100%;
}

.option2 .callout .button {
    margin-right: auto;
}

.option2 .callout .desc {
    max-width: 500px;
    text-align: left;
    align-self: flex-start;
}


.sidebar {
    background-color: #fff;
    position: fixed;
    transition: width 0.2s ease;
    z-index: 9;
}

.sidebar nav {
    height: 100%;
}

.sidebar .sidebar__nav {
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .sidebar__nav .sidebar__nav__link {
    align-items: center;
    color: #bbb;
    display: flex;
    padding-left: 20px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.sidebar .sidebar__nav .sidebar__nav__link:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #495057;
}

.sidebar-active {
    color: #495057 !important;

}

.tag {
    border: 2px solid #0000003d;
    padding: 5px 8px;
    border-radius: 6px;
    /* color: black !important; */
    margin-bottom: 5px;
}

.tag:hover,
.tag-active {
    background: #0000ff96;
    color: white !important;
    border: 0px !important;
}

.sidebar .sidebar__nav .sidebar__nav__text {
    display: none;
    margin-left: 10px;
    margin-right: auto;
    white-space: nowrap;
}

.sidebar .sidebar__nav i {
    align-items: center;
    display: flex;
    justify-content: center;
}

.ml-page {
    margin-left: 74px;
}

@media (max-width: 572px) {
    .ml-page {
        margin-left: 0;
    }

    .sidebar {
        bottom: 0;
        width: 100%;
        overflow-y: scroll;
        /* padding-left: 7rem; */

    }

    .sidebar .sidebar__nav {
        justify-content: flex-start;
    }

    .sidebar .sidebar__nav .sidebar__nav__link {
        height: 100%;
        padding: 0.75em;
    }

    .sidebar .sidebar__nav i {
        font-size: 2rem;
    }

}


@media (min-width: 572px) {
    .sidebar {
        height: -webkit-fill-available;
        left: 0;
        width: var(--sidebar-width);
    }

    .sidebar:hover {
        width: 14rem;
    }

    .sidebar .sidebar__nav {
        flex-direction: column;
    }

    .sidebar .sidebar__nav li:last-child {
        margin-top: auto;
    }

    .sidebar .sidebar__nav .sidebar__nav__link {
        padding: 1em;
    }

    .sidebar:hover .sidebar__nav .sidebar__nav__text {
        display: inline;
    }

    .sidebar .sidebar__nav i {
        font-size: 2.5rem;
    }
}

@media (max-height: 768px) {
    .sidebar {
        /* overflow-y: scroll; */
        overflow-y: auto;
    }
}


* {
    outline: none;
    box-sizing: border-box;
}

.main {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 992px; */
    /* padding: 2em 1.5em; */
    width: auto;
}

.main .h2 {
    font-size: 2em;
    margin-top: 0px;
}

.main .p {
    color: #444;
    font-size: 1.25em;
    line-height: 2;
    text-align: justify;
}

@media (min-width: 572px) {
    .main {
        margin-left: var(--sidebar-width);
    }
}

:root {
    --sidebar-width: 4.5em;
}

#page {
    transition: margin-left .3s;
    /* padding: 16px; */
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

.side-icon-side {
    font-size: 35px;
    display: flex;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");

/*----------------------------------------------------------
GENERAL
----------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}


_footer__title {
    text-transform: uppercase;
    font-family: ui-serif;
    color: #53646f;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

.row--top-40 {
    margin-top: 40px;
}

.row--top-20 {
    margin-top: 20px;
}

.table__th {
    color: #9eabb4;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0 !important;
    padding: 15px 8px !important;
}

.table-row {
    border-bottom: 1px solid #e4e9ea;
    background-color: #fff;
}

.table__th:hover {
    color: #01b9d1;
}

.table--select-all {
    width: 18px;
    height: 18px;
    padding: 0 !important;
    border-radius: 50%;
    border: 2px solid #becad2;
}

.row-td-action,
.table-row__td {
    padding: 12px 8px !important;
    vertical-align: middle !important;
    color: #53646f;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    line-height: 18px !important;
    border: 0 !important;
}

.table-row__img {
    max-width: 60px;
    height: auto;
    display: inline-block;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.table-row__info {
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle;
}

.table-row__name {
    color: #53646f;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    position: absolute;
}

.table-row__edit {
    width: 46px;
    padding: 8px 17px;
    display: inline-block;
    background-color: #daf3f8;
    border-radius: 18px;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}



.btn-edit {
    background: #ffc10759;
    padding: 4px 16px;
    border-radius: 13px;
    color: black;
    margin-right: 5px;
}

.btn-delete {
    background: #ff001857;
    padding: 4px 16px;
    border-radius: 13px;
    color: black;
}

.btn-upload-denah {
    background: #01ff0057;
    padding: 4px 16px;
    border-radius: 13px;
    color: black;
    margin-right: 5px;
}

.btn-add-marketperum {
    background: #07d7ff59;
    padding: 4px 16px;
    border-radius: 13px;
    color: black;
    margin-right: 5px;
}

@media screen and (max-width: 991px) {
    .table__thead {
        display: none;
    }

    .table-row {
        display: inline-block;
        border: 0;
        background-color: #fff;
        width: calc(33.3% - 13px);
        margin-right: 10px;
        margin-bottom: 10px;
        box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 9%);

    }

    .table-row__img {
        width: 89px;
        height: 68px;
        margin-bottom: 10px;
    }

    .row-td-action {
        float: right;
    }


    .row-td-action.table-row__td:before {
        content: attr(data-column);
        color: #9eabb4;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
    }

    .table-row__info {
        /* display: block; */
        padding-left: 0;
    }

    .row-td-action,
    .table-row__td {
        display: block;
        /* text-align: center; */
        padding: 8px !important;
    }



    .table-row__name {
        position: absolute;
        top: 9px;
    }

    .btn-edit,
    .btn-delete,
    .btn-add-marketperum {
        padding: 4px 13px;
    }

    .faq .accordion-body {
        padding: 0 10px 10px 10px;
        border: 0;
        border-radius: 5px;
        background: var(--color-white);
        box-shadow: none;
    }

}

@media screen and (max-width: 680px) {
    .row-td-action {
        float: right;

    }

    .table-row {
        width: calc(50% - 13px);
        box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 9%);
    }
}

@media screen and (max-width: 480px) {
    .row-td-action {
        float: right;
    }

    .table-row {
        width: 100%;
        box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 9%);
    }
}

.dummy-text {
    color: #3c3b3b;
    font-family: lato;
    font-size: 20px;
    line-height: 1.5;
}

.footer-col-6 {
    width: 50%;
    display: inline-table;
}

footer {
    background-color: #6c757d;
    padding: 2em 4em 2em;
}

footer .logo {
    color: #fff;
    font-size: 28px;
    font-family: roboto;
}

footer .row_footer {
    margin: 2em 0;
    font-family: lato;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #cecece;
}

.footer-toggle {
    display: none;
}

.link-cat {
    cursor: pointer;
}

footer ul {
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer ul li {
    list-style-type: none;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 2;
}

footer .footer-cat,
#newsletter span {
    font-size: 20px;
}

.footer-cat-links a {
    color: #cecece;
    text-decoration: none;
    position: relative;
}

.footer-cat-links.active>li a {
    pointer-events: auto;
}

.footer-cat-links a:after {
    top: 21px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    background: #fff;

    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.footer-cat-links a:hover:after,
.footer-cat-links a:focus:after {
    width: 100%;
    left: 0;
}

.footer-col-3 {
    display: inline-table;
    width: 25%;
}

.footer-col-3#newsletter {
    width: 24%;
}

.footer-col-3#newsletter #btn-scribe {
    margin-left: -4px;
    border: 1px solid #cecece;
    border-radius: 0px 4px 4px 0;
    padding: 8px 5px;
    background-color: #e2e2e2;
    color: #212121;
    cursor: pointer;
}

.social-2 {
    display: none;
}

.social-links {
    bottom: 44px;
    position: absolute;
    left: 0;
}

.social-links a {
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    border-radius: 20px;
    padding: 6px;

    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.social-links a:hover,
.social-links a:focus {
    background-color: #212121;
}

.social-links a i {
    width: 25px;
    height: 25px;
    text-align: center;
}

#newsletter #address li:not(:first-child) {
    padding: 20px 0;
}

#newsletter #address li i {
    font-size: 45px;
    width: auto;
    padding: 5px;
}

#newsletter #address li div {
    color: #cecece;
    font-size: 14px;
    width: 80%;
    text-align: left;
    float: right;
    line-height: 1.3;
}

#copyright {
    text-align: center;
    color: #fff;
    font-family: lato;
}

#owner {
    text-align: center;
    padding: 20px 0 0px;
    color: #fff;
    font-family: lato;
}

#owner a {
    color: #fff;
}

/* iPads to Smartphone for Common Elements ----------- */
@media only screen and (max-width: 1024px) {
    .footer-col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
        position: relative;
    }

    .footer-col-3#newsletter {
        width: 100%;
        position: relative;
        padding-bottom: 0;
        padding-top: 1em;
    }

    footer .footer-cat {
        margin-left: 25px;
    }

    .footer-toggle,
    .footer-toggle::after {
        background: #fff;
        height: 2px;
        width: 15px;
        position: absolute;
        display: block;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

    .footer-toggle {
        top: 11px;
        cursor: pointer;
    }

    .footer-toggle::after {
        content: "";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .btnActive .footer-toggle::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .footer-cat-links {
        margin: 0 0em 0px 1.6em;
    }

    .footer-cat-links a {
        pointer-events: none;
    }

    .footer-cat-links li {
        line-height: 0;
        opacity: 0;
    }

    .footer-cat-links.active>li {
        line-height: 2;
        opacity: 1;
    }

    .social-1 {
        display: none !important;
    }

    .social-2 {
        display: block;
        position: absolute;
        top: 7.5em;
        bottom: 0px;
        height: 20px;
        padding-bottom: 1.5em;
        width: 100%;
    }

    #address {
        margin-top: 6em;
    }

    #newsletter #address li i {
        width: auto;
    }

    #newsletter #address li div {
        font-size: 14px;
        width: auto;
        text-align: -webkit-auto;
        float: none;
        line-height: 2;
        display: inline-block;
        padding: 10px 0 15px;
    }

    #newsletter #address li div:last-child {
        padding-bottom: 0;
    }

    #newsletter #address li:not(:first-child) {
        padding: 20px 0 0;
    }
}

/* iPads (portrait)----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    footer {
        padding-right: 3em;
        padding-left: 3em;
    }

    .footer-col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    section {
        padding-bottom: 3em;
    }

    .sec-heading {
        padding: 1em 0;
    }

    .footer-col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }
}

/* Mini Tablet ----------- */
@media only screen and (max-width: 600px) {
    .footer-col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }

    .footer-col-6 {
        width: 100%;
        display: block;
    }

    footer {
        padding: 3em 2em 2em;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {
    .footer-col-6 {
        width: 100%;
        display: block;
    }

    footer {
        padding-right: 1em;
        padding-left: 1em;
    }
}

.promo {
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 7px;
}

.btn-hrg-dash {
    padding: 4px;
    background: rgb(20 31 70);
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.text-nm-perum {
    /* font-weight: bold; */
    font-family: 'Poppins';
    font-size: 22px;
    padding: 9px 0px;
}

.size-ikon-dash {
    height: 5rem;
}

@media (max-width: 992px) {
    .size-ikon-dash {
        height: 4rem;
    }
}

.figure {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    /* background-color: lightgray;
    border: 1px solid black; */
}

.label-promo {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 12px;
    color: black;
    padding: 2px 6px;
    border-radius: 7px;
    background: #fffc07d4;
    padding: 2px 6px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 12px;
}

.label-foto-slide {
    position: absolute;
    bottom: 33px;
    right: 134px;
    font-size: 12px;
    background: aqua;
    padding: 2px 6px;
    border-radius: 7px
}

.logo_perum {
    width: auto;
    height: 5rem;
}

.tittle-detail {
    font-family: 'Poppins';
}

/* .size-img-bs {
    max-height: 21rem;
    width: 100%;
} */

.text-nm-perum-bs {
    /* font-weight: bold; */
    font-family: 'Poppins';
    font-size: 22px;
}

.btn-hrg-dash-bs {
    padding: 4px;
    background: rgb(20 31 70);
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 10px;
}



@media (max-width: 992px) {
    .btn-tipe-bs {
        font-size: 10px;
    }

    .btn-hrg-dash-bs {
        font-size: 10px;
    }

    /* .size-img-bs {
        max-height: 13rem !important;
        min-height: 13rem !important;
    } */

    .text-nm-perum-bs {
        font-size: 20px;
    }

    .icon-fasilitas {
        display: none;
    }
}




.main-bs {
    overflow: hidden;
}

.container-bs {
    max-width: 75rem;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
}

.img-fluid-banner {
    /* width: 70%; */
    height: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .img-fluid-banner {
        width: 93%;
        height: 140px;
        object-fit: cover;
        position: relative;
    }

    .header-img {
        margin: -14px -3px;
    }
}

.main-bs .container-bs .swiper-container-bs .swiper-wrapper .swiper-slide .card-image {
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
}

.main-bs .container-bs .swiper-container-bs .swiper-wrapper .swiper-slide .card-image .img-swiper-bs {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-bs .container-bs .swiper-container-bs .swiper-pagination-bullet-bs {
    opacity: 0.8;
    /* background: #252a32; */
    text-align: center;
}

.main-bs .container-bs .swiper-container-bs .swiper-pagination-bullet-bs-active {
    background: #ffffff;
}

.main-bs .container-bs .swiper-container-bs .swiper-button-next-bs,
.main-bs .container-bs .swiper-container-bs .swiper-button-prev-bs {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

.main-bs .container-bs .swiper-container-bs .swiper-button-next-bs .arrow-icon,
.main-bs .container-bs .swiper-container-bs .swiper-button-prev-bs .arrow-icon {
    font-size: 2rem;
    color: #ffffff;
}

.size-chat-marketing {
    height: 65px;
    width: 65px;
    position: absolute;
    /* left: -7px; */
    bottom: 1px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.boder-rekomend {
    padding: 4px 5px;
    border: 1px solid #00000012;
    border-radius: 6px;
    width: fit-content;
    background: #f8e60047;
}

.direkomendasikan {
    background: #32fd0042;
}

.tittle-news:hover {
    color: #ffb100;
    cursor: pointer;
    transition: background-color 0.3s ease-in 0s, color 0.3s ease-in 0s;
}

@media (max-width: 992px) {

    .resp-tittle {
        font-size: revert;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.tittle-section {
    background: gray;
    border-radius: 8px;
    text-align: left;
    padding-left: 19px;
    color: white;
}

/* .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }

  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }

  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  } */