/***
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
PUSAT DATA DAN SISTEM INFORMASI MINISTRY OF TRADE PRESENTS
WEB KEMENDAG 2022 REBORN

***/
/* Import third party CSS library */

@import url(vendor/bootstrap.min.css);
@import url(vendor/owl.carousel.min.css);
@import url(vendor/ticker-style.css);
@import url(vendor/elegant-icons.css);
@import url(vendor/slick.css);
@import url(vendor/slicknav.css);
@import url(vendor/animate.min.css);
@import url(vendor/nice-select.css);
@import url(vendor/perfect-scrollbar.css);

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

/* Palette Warna Kemendag UI 2022*/
:root {
    --color-mode: "light";
    --color-primary: #00439c;
    --color-secondary: #6f51f5;
    --color-success: #16a75c;
    --color-danger: #ff1c3e;
    --color-warning: #ff9f1c;
    --color-info: #00bbff;
    --color-primary-hover: #3568ff;
    --color-secondary-hover: #916efe;
    --color-success-hover: #6fda42;
    --color-danger-hover: #ff3358;
    --color-warning-hover: #ffae33;
    --color-info-hover: #33c9ff;
    --color-light: #F2F2F2;
    --color-light-2: #e9ffe0;
    --color-grey: #f6f7f9;
    --color-core: #001845;
    --color-core-hover: #0e2d66;
    --color-dark: #212121;
    --color-muted: #687385;
    --color-white: #ffffff;
    --color-special: #f7f8fc;
    --primary-border-color: #9b9b9b;
    --secondary-border-color: #f0f8ff;
    --mutted-border-color: #eaecee;
    --bg-border-color: #f6f8fd;
    --button-shadow-color-normal: hsla(0, 0%, 42.4%, 0.2);
    --button-shadow-color-hover: hsla(0, 0%, 42.4%, 0.3);
    --gradient-primary: #0f3965;
    --gradient-primary1: #0f3965;
    --gradient-blue: #19497d;
    --base-color-white: white;
    --base-color-primary-dark: #2D3B43;
    --base-color-primary: #187BB9;
    --base-color-secondary: #37964C;
    --base-color-tertiary: #81CEBA;
    --base-color-base: #2B3232;
    --base-color-alpha: #2d3b43;
    --base-color-base-light: #5A6666;
    --base-color-base-light-30: #ced1d1;
    --base-color-base-light-60: #9ca3a3;
    --base-color-gray: #9B9E9C;
    --base-color-gray-80: #ebeceb;
    --base-color-gray-light: #E3E3E3;
    --base-color-gray-light-30: #f7f7f7;
    --base-color-gray-light-60: #eeeeee;
    --base-color-gray-light-80: #e9e9e9;
    --base-color-gray-light-90: #e6e6e6;
    --base-color-gray-lighter: #DADADA;
    --base-color-gray-lightest: #E8F2F8;
    --base-color-gray-add: #fbfbfb;
    --base-color-body: white;
    --base-color-success: #00C48C;
    --base-color-info: #0084F4;
    --base-color-warning: #F5C800;
    --base-color-danger: #F16161;
    --base-color-sns-fb: #4167b1;
    --base-color-sns-wa: #25D366;
    --base-color-sns-tw: #55ACEE;
    --base-color-white-rgb: 255, 255, 255;
    --base-color-primary-dark-rgb: 45, 59, 67;
    --base-color-primary-rgb: 24, 123, 185;
    --base-color-secondary-rgb: 55, 150, 76;
    --base-color-tertiary-rgb: 129, 206, 186;
    --base-color-base-rgb: 43, 50, 50;
    --base-color-base-light-rgb: 90, 102, 102;
    --base-color-base-light-30-rgb: 206, 209, 209;
    --base-color-base-light-60-rgb: 156, 163, 163;
    --base-color-gray-rgb: 155, 158, 156;
    --base-color-gray-80-rgb: 235, 236, 235;
    --base-color-gray-light-rgb: 227, 227, 227;
    --base-color-gray-light-30-rgb: 247, 247, 247;
    --base-color-gray-light-60-rgb: 238, 238, 238;
    --base-color-gray-light-80-rgb: 233, 233, 233;
    --base-color-gray-light-90-rgb: 230, 230, 230;
    --base-color-gray-lighter-rgb: 218, 218, 218;
    --base-color-gray-lightest-rgb: 232, 242, 248;
    --base-color-gray-add-rgb: 251, 251, 251;
    --base-color-body-rgb: 255, 255, 255;
    --base-color-success-rgb: 0, 196, 140;
    --base-color-info-rgb: 0, 132, 244;
    --base-color-warning-rgb: 245, 200, 0;
    --base-color-danger-rgb: 241, 97, 97;
    --base-color-sns-fb-rgb: 65, 103, 177;
    --base-color-sns-wa-rgb: 37, 211, 102;
    --base-color-sns-tw-rgb: 85, 172, 238;
    --base-color-white-rgb: 255, 255, 255;
    --base-color-black-rgb: 0, 0, 0;
    --base-color-body-color-rgb: 43, 50, 50;
    --base-color-body-bg-rgb: 255, 255, 255;
    --base-font-sans-serif: "Sora", sans-serif;
    --base-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --base-color-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --base-color-body-font-family: var(--base-font-sans-serif);
    --base-body-font-size: 1rem;
    --base-body-font-weight: 400;
    --base-body-line-height: 1.5;
    --base-color-body-color: #2B3232;
    --base-color-body-bg: white;
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --width-container: 1200px;
}

/*Bootstrap color customize*/

.text-primary {
    color: var(--color-primary) !important;
}

.text-base-primary {
    color: var(--base-color-primary-dark) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-success {
    color: var(--color-success) !important;
}

.text-danger {
    color: var(--color-danger) !important;
}

.text-home {
    font-size: 1.55rem;
}

.text-warning {
    color: var(--color-warning) !important;
}

.text-info {
    color: var(--color-primary) !important;
}

.text-light {
    color: var(--color-light) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}

.text-secondaryku {
    color: var(--color-core) !important;
}

.text-muted,
.text-muted a {
    color: var(--color-muted) !important;
}

.text-white {
    color: var(--color-white) !important;
}

.text-lang-mob {
    position: relative !important;
    top: -5px !important;
    left: 5px !important;
}

@media only screen and (max-width: 992px) {
    .text-lang {
        display: none !important;
    }
}

.bg-primary {
    background: var(--color-primary) !important;
}

.bg-gradient-primary {
    background: var(--gradient-primary1) !important;
}

.bg-gradient-blue {
    background: var(--gradient-blue) !important;
}

.bg-dark {
    background: var(--color-dark) !important;
}

.bg-core {
    background-color: var(--color-core) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.bg-success {
    background-color: var(--color-success) !important;
}

.bg-danger {
    background-color: var(--color-danger) !important;
}

.bg-warning {
    background-color: var(--color-warning) !important;
}

.bg-info {
    background-color: var(--color-info) !important;
}

.bg-light {
    background-color: var(--color-light) !important;
}

.bg-grey {
    background-color: var(--color-grey) !important;
}

.bg-core {
    background-color: var(--color-core) !important;
}

.bg-dark {
    background-color: var(--color-dark) !important;
}

.bg-white {
    background-color: var(--color-white) !important;
}

.bg-special {
    background-color: var(--color-special) !important;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.btn-success {
    background-color: var(--color-success);
    border-color: var(--color-success);
}

.btn-danger {
    background-color: var(--color-danger);
    border-color: var(--color-danger);
}

.btn-warning {
    background-color: var(--color-warning);
    border-color: var(--color-warning);
}

.btn-info {
    background-color: var(--color-info);
    border-color: var(--color-info);
}

.form-control:focus {
    outline: none;
    border-color: var(--mutted-border-color);
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--color-primary-hover) !important;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

/* GENERAL */

body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    top: unset !important;
    background-color: #f6f8fd;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    font-family: "Inter", sans-serif;
}

.entry-title,
.post-title {
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    font-family: "Sora", sans-serif;
}

.font-heading {
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    font-family: "Sora", sans-serif;
}

p {
    margin-bottom: 1.2em;
    font-weight: 400;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.img-circle {
    border-radius: 50%;
}

.overflow-hidden {
    overflow: hidden;
}

.clear {
    clear: both;
}

.logo {
    width: 180px;
    display: inline-block;
}

.top-logo {
    top: 10px;
    position: relative;
}

.logo-dark {
    width: 180px;
    display: none;
}

.logo-footer {
    width: 180px;
}

a,
.button {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

*:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: var(--color-muted);
}

a:hover {
    color: var(--color-primary);
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

.transition-02s,
.transition-02s:hover {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    outline: none !important;
    box-shadow: none;
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

img,
image,
video {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

figure {
    position: relative;
}

::placeholder {
    color: #838383;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1rem;
}

.fit-object-cover {
    object-fit: cover;
    max-height: 60px;
}

.rounded {
    border-radius: 16px !important;
}

.rounded-10x {
    border-radius: 10px !important;
}

.rounded-right-10x {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rounded-left-10x {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.geser-menu {
    position: relative;
    top: -7px;
    font-size: 12px;
}

.font-x-small {
    font-size: 10px;
}

.font-small {
    font-size: 12px;
}

.font-tanggung {
    font-size: 13.5px;
}

@media only screen and (max-width: 600px) {
    .font-tanggung {
        font-size: 12px;
    }
}

@media only screen and (max-width: 982px) {
    .anon-none {
        display: none;
    }
}

.font-medium {
    font-size: 14px !important;
}

.font-endutan {
    font-size: 15px !important;
}

.font-large {
    font-size: 17px !important;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-bold {
    font-weight: 600;
}

.font-weight-ultra {
    font-weight: 900;
}

.has-top-border,
.separator {
    border-top: 1px solid rgb(225, 225, 255);
}

.btn {
    font-weight: 600;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.shadow-l {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.32), 0 8px 16px -16px rgba(0, 0, 0, 0.32);
}

#scrollUp {
    right: 52px;
    bottom: 30px;
}

.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.font-weight-900 {
    font-weight: 900;
}

.has-border {
    border: 1px solid var(--mutted-border-color);
}

/*Color*/

.primary-color,
a.active,
sup {
    color: #000c2d;
}

.excerpt {
    color: rgb(105, 105, 105);
}

/*Background*/

.boxed-btn:hover {
    background-image: linear-gradient(to right,
            var(--color-primary),
            var(--color-success));
}

.primary-bg {
    background-color: var(--color-white);
}

/*sticky*/

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    z-index: 1008;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    height: 70px;
    padding-top: 10px;
}

.sticky-bar .divider-2 {
    display: none;
}

.preloader {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: var(--color-white);
    z-index: 999999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.circle {
    margin: 40px auto;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: var(--color-secondary);
    box-shadow: -20px 0px 0px var(--color-secondary);
    border-radius: 50%;
    -webkit-animation: circle_classic 1s ease-in-out infinite alternate;
    -moz-animation: circle_classic 1s ease-in-out infinite alternate;
    animation: circle_classic 1s ease-in-out infinite alternate;
}

@-webkit-keyframes circle_classic {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(360deg) scale(1.2);
    }
}

@-moz-keyframes circle_classic {
    0% {
        opacity: 0.1;
        -moz-transform: rotate(0deg) scale(0.5);
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(360deg) scale(1.2);
    }
}

@keyframes circle_classic {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5);
    }

    100% {
        opacity: 1;
        transform: rotate(360deg) scale(1.2);
    }
}


.hide {
    opacity: 0;
    transition-delay: 0.5s;
}

.text-limit-2-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.text-limit-3-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

.scroll-progress {
    height: 3px;
    width: 0px;
    z-index: 9999999;
    position: fixed;
    top: 0;
    background: linear-gradient(90deg,
            var(--color-core) 0%,
            var(--color-primary) 35%,
            var(--color-success) 100%);
}

.dropdown-menu-language {
    min-width: 100px !important;
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.dropdown-menu-language li {
    padding: 3px 0;
}

/*cursor*/

#off-canvas-toggle,
.user-account,
.subscribe,
.search-close,
button.slick-arrow,
.off-canvas-close,
.search-button,
button.search-icon,
.single-more-articles-close,
.search-btn {
    cursor: -webkit-grab;
    cursor: grab;
}

/*Header*/

h1.logo {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

.divider-2 {
    width: 100%;
    border-bottom: 3px double #000;
}

.line-dots {
    width: 100%;
    border-bottom: dotted 1px #222;
    height: 1px;
    display: block;
    position: relative;
}

.line-dots::before {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #222;
    position: absolute;
    top: -2px;
    left: 0;
}

.line-dots::after {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #222;
    position: absolute;
    top: 2px;
    left: 0;
}

button.search-icon {
    border: none;
    background: none;
    padding: 0;
    font-weight: 500;
    line-height: 1;
}

.header-social-network {
    line-height: 1;
}

.header-social-network .list-inline-item a {
    width: 24px;
    display: block;
    height: 24px;
    border-radius: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: var(--color-core);
}

.header-social-network .list-inline-item:not(:last-child) {
    margin-right: 7px;
}

.footer-social-network {
    line-height: 1;
}

.footer-social-network .list-inline-item a {
    background: var(--gradient-blue);
    width: 38px;
    display: block;
    height: 38px;
    border-radius: 30px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: var(--color-white) !important;
}

.footer-social-network .list-inline-item:not(:last-child) {
    margin-right: 7px;
}

/*Offcanvas Sidebar*/

#off-canvas-toggle span,
#off-canvas-toggle span::before,
#off-canvas-toggle span::after {
    background: var(--color-muted);
    display: inherit;
    height: 2px;
    position: relative;
    width: 15px;
}

#off-canvas-toggle span::before,
#off-canvas-toggle span::after {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}

#off-canvas-toggle span::before {
    top: -10px;
    width: 20px;
}

#off-canvas-toggle span::after {
    top: -5px;
    width: 20px;
}

#off-canvas-toggle p {
    display: inline;
    font-size: 12px;
    margin: 0 0 0 5px;
}

.off-canvas-close {
    background: none;
    border: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 32px !important;
    top: 25px !important;
    color: var(--base-color-primary-dark) !important;
}

.off-canvas-close i {
    font-size: 28px;
    position: absolute;
    right: 5px !important;
    top: 5px !important;
}

.off-canvas-toggle-cover {
    text-align: right;
    top: -3px;
    position: relative;
}

#sidebar-wrapper {
    background: var(--color-white);
    height: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    width: 0;
    z-index: 1009;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 0;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

#sidebar-wrapper.position-right {
    right: 0;
    left: unset;
}

.canvas-opened #sidebar-wrapper {
    width: 350px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.canvas-opened #off-canvas-toggle span {
    background: none;
}

.canvas-opened #off-canvas-toggle span::after {
    top: -4px;
    width: 20px;
    transform: rotate(-45deg);
}

.canvas-opened #off-canvas-toggle span::before {
    top: -4px;
    width: 20px;
    transform: rotate(45deg);
}

.sidebar-inner {
    padding: 30px;
    display: table;
    height: 100%;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.sidebar-inner::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.hero-banner {
    width: 160px;
    right: 1px;
    position: relative;
    top: -70px;
    display: block;
    left: 0px;
    margin-left: auto;
    display: block;
    padding-top: 2px;
}

.testimoni-img {
    margin-left: auto;
    margin-right: auto;
}

.testimoni-card {
    border-radius: 15px;
}

@media only screen and (max-width: 600px) {
    .hero-banner {
        width: 130px;
        padding-top: 10px;
    }
}

.dark-mark {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease,
        -webkit-transform 0.3s ease;
    /* transition: visibility 0s linear .3s,opacity .3s ease,-webkit-transform .3s ease; */
    /* transition: visibility 0s linear .3s,transform .3s ease,opacity .3s ease; */
    transition: visibility 0s linear 0.3s, transform 0.3s ease,
        opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.canvas-opened .dark-mark {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease,
        -webkit-transform 0.3s ease;
}

/*Search form*/

body.open-search-form {
    overflow: hidden;
}

header .search-icon .ti-close,
.open-search-form header .search-icon .ti-search {
    display: none;
}

.open-search-form header .search-icon .ti-close {
    display: inline;
}

.main-search-form {
    transform: scaleY(0);
    height: 0px;
    width: 100%;
}

.open-search-form .main-search-form {
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    height: 100vh;
    transform: scaleY(1);
    transform-origin: top;
    position: absolute;
    background: #fff;
    z-index: 2;
}

.search-text-bg {
    font-size: 70px;
    text-transform: uppercase;
    opacity: 0.1;
}

.main-search-form-cover {
    max-width: 800px;
}

.search-header {
    font-style: italic;
}

.search-header .form-control {
    border-width: 0;
}

.search-header input[type="text"] {
    font-size: 18px;
}

.search-header .custom-select {
    border: 0;
    border-radius: 0;
    height: 48px;
    background-color: #f5f5f5;
}

.search-header .nice-select {
    -ms-flex-preferred-size: 110px !important;
    flex-basis: 110px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    margin-left: 0 !important;
}

.search-header button {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.input-group-append {
    margin-left: -1px;
}

/*Main header*/

.main-header .main-nav ul li a,
.nav-topbar li a {
    position: relative;
    padding: 15px 0;
    display: block;
    color: var(--color-core);
    font-weight: 500;
    font-family: "Sora", sans-serif;
    font-size: 14px;
}

.main-header .main-nav ul li>a::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    top: -1px;
    opacity: 0.5;
    transform: translateX(-50%);
}

.main-header .main-nav ul li.mega-menu-item a::after,
.main-header .main-nav ul li ul a::after {
    content: none;
}

.main-header .main-nav ul li.current-menu-item>a::after,
.main-header .main-nav ul li:hover a::after {
    width: 50px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.main-header .main-nav ul li.menu-item-has-children>a,
.nav-topbar li.menu-item-has-children>a {
    padding-right: 15px;
}

.main-header .main-nav ul li.menu-item-has-children>a::before,
.nav-topbar li.menu-item-has-children>a::before {
    content: "\33";
    font-family: "ElegantIcons";
    display: inline-block;
    padding-left: 5px;
    position: absolute;
    right: 0;
    font-size: 12.5px;
}

.nav-topbar li.menu-item-has-children>ul>li.menu-item-has-children>a::before {
    content: "\35";
    font-family: "ElegantIcons";
    display: inline-block;
    padding-right: 8px;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
    text-align: left;
    position: absolute;
    min-width: 300px;
    background: #fff;
    left: 0;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 0px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    z-index: 9999;
    border: 1px solid #fafafa;
    border-radius: 10px !important;
}

.nav-topbar>li:hover>ul.sub-menu,
.main-header ul>li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
    display: block;
    padding-left: 15px;
    padding-right: 8px;
}

.nav-topbar ul.sub-menu>li>a,
.main-header .main-nav ul ul.sub-menu>li>a {
    font-weight: 500;
    line-height: 2;
    padding: 5px 0;
}

.main-header .main-nav ul ul.sub-menu>li>a:hover {
    background: none;
}

.main-header .main-nav ul li h6 a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

/*Main header*/
.main-header .main-nav ul li a,
.nav-topbar li a {
    position: relative;
    padding: 15px 0;
    display: block;
}

.main-header .main-nav ul li>a::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    top: -1px;
    opacity: 0.5;
    transform: translateX(-50%);
}

.main-header .main-nav ul li.mega-menu-item a::after,
.main-header .main-nav ul li ul a::after {
    content: none;
}

.main-header .main-nav ul li.current-menu-item>a::after,
.main-header .main-nav ul li:hover a::after {
    width: 100%;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.main-header .main-nav ul li.menu-item-has-children>a,
.nav-topbar li.menu-item-has-children>a {
    padding-right: 15px;
}

.main-header .main-nav ul li.menu-item-has-children>a::before,
.nav-topbar li.menu-item-has-children>a::before {
    content: "\33";
    font-family: 'ElegantIcons';
    display: inline-block;
    padding-left: 5px;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 13px;
}

.nav-topbar li.menu-item-has-children>ul>li.menu-item-has-children>a::before {
    content: "\35";
    font-family: 'ElegantIcons';
    display: inline-block;
    padding-right: 8px;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
    text-align: left;
    position: absolute;
    min-width: 200px;
    background: #fff;
    left: 0;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    padding: 15px 0;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
    z-index: 9999;
    border: 1px solid #fafafa;
    border-radius: 3px
}

.nav-topbar>li:hover>ul.sub-menu,
.main-header ul>li:hover>ul.sub-menu,
.main-header ul>li:hover>ul.mega-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
    display: block;
    padding-left: 15px;
}

.nav-topbar ul.sub-menu>li>a,
.main-header .main-nav ul ul.sub-menu>li>a {
    font-weight: 500;
    line-height: 2;
    padding: 5px 0;
    font-size: 12px;
}

.main-header .main-nav ul ul.sub-menu>li>a:hover {
    background: none
}

.main-header .main-nav ul li h6 a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

/*submenu - level 3*/
.nav-topbar ul.sub-menu li {
    position: relative
}

.nav-topbar ul.sub-menu li ul.sub-menu {
    left: 100%;
    visibility: hidden;
    opacity: 0;
    top: 130%;
    margin-left: 5px;
}

.nav-topbar ul.sub-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.logo-mobile {
    max-width: 45px;
    z-index: 500;
    position: relative;
}

.nav-topbar>li {
    position: relative;
    padding: 0 5px;
}

.nav-topbar li a {
    position: relative;
    font-size: 12px;
}

/* Mega menu */
.main-menu {
    list-style-type: none;
    margin: 0;
    height: 100%;
    align-items: center;
}

.main-menu>li {
    height: 100%;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.main-menu>li.current-item a {
    padding-left: 15px !important
}

.main-menu>li.current-item a::before {
    content: "";
    background-color: var(--color-primary);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    animation: shadow-pulse 1s infinite;
}

.main-menu>li:first-child {
    padding-left: 0;
}

.main-menu li.has-mega-menu {
    position: static !important;
}

.main-menu .mega-menu {
    position: absolute;
    left: 5%;
    top: 90% !important;
    width: 90%;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}

.megamenu-left {
    margin-left: 30px;
}

@media only screen and (max-width: 1120px) {
    .main-menu .mega-menu {
        position: absolute;
        left: 0%;
        top: 90% !important;
        width: 100%;
    }

    .megamenu-left {
        margin-left: 0px;
    }
}

.main-menu>li.current-item.has-mega-menu .mega-menu .sub-mega-menu {
    padding-right: 25px
}

.main-menu>li.current-item.has-mega-menu .mega-menu a {
    padding: 10px 0;
    font-weight: 400;
}

.main-menu>li.current-item.has-mega-menu .mega-menu a::before {
    content: none;
}

.main-menu>li.current-item.has-mega-menu .mega-menu a.menu-title {
    font-weight: bold;
    font-size: 14px;
}

.top-1 {
    top: 1px !important;
}

.top-8 {
    top: 8px !important;
}

/*submenu - level 3*/

.nav-topbar ul.sub-menu li {
    position: relative;
}

.nav-topbar ul.sub-menu li ul.sub-menu {
    left: 100%;
    visibility: hidden;
    opacity: 0;
    top: 130%;
    margin-left: 5px;
}

.nav-topbar ul.sub-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.logo-mobile {
    max-width: 45px;
    z-index: 500;
    position: relative;
}

.nav-topbar>li {
    position: relative;
    padding: 0 5px;
}

.nav-topbar li a {
    position: relative;
    font-size: 12px;
}

.nav-topbar ul.sub-menu {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
}

.main-header .main-nav ul ul.sub-menu {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
}

.homesliderheading {
    text-shadow: 2px 1px #092455;
}


.icon-dark {
    font-size: 26px;
    top: 1px;
    position: relative;
}

.with-light {
    display: block !important;
}

.with-dark {
    display: none !important;
}

.max-menu {
    width: 900px;
}

.header-sticky {
    box-shadow: 5px 12px 20px rgba(138, 138, 138, 0.13);
    background-color: var(--color-white);
}

.header-sticky.sticky-bar {
    background-color: var(--color-white);
}

.header-sticky.sticky-bar .header-social-network .list-inline-item a {
    color: var(--color-core);
}

.header-social-network d-inline-block list-inline mr-15.header-social-network.lab {
    color: var(--color-muted);
}

.main-header .header-sticky.sticky-bar .main-nav ul li a,
.nav-topbar li a {
    color: var(--color-core);
    font-size: 14px;
}

.nav-pills .nav-link {
    border-radius: 8px;
    background: #ffffff;
    margin: 5px;
    padding: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--gradient-blue);
}

.header-sticky.sticky-bar.sticky .header-flex {
    justify-content: space-between;
}

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
    padding: 20px 20px;
}

.header-area .slicknav_btn {
    top: -51px;
    right: 17px;
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
}

.slicknav_menu {
    background: transparent;
}

.mobile_menu {
    position: absolute;
    left: 15px;
    width: 100%;
    z-index: 99;
}


.header-top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--bg-border-color);
    background: var(--color-white);
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-tools {
    padding: 15px 0;
}

.vertical-divider {
    width: 1px;
    height: 20px;
    background-color: var(--primary-border-color);
}

.header-style-1 .divider-2 {
    margin-top: -2px;
}

.main-header.header-style-1 h1.logo {
    font-weight: 900;
    font-size: 40px;
    line-height: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/*Footer layouts*/
.footer-area::before {
    position: absolute;
    content: "";
    width: 17.125rem;
    height: 100%;
    top: 0;
    right: -2rem;
    background-image: url("../imgs/logo-gradient.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.footer-area {
    overflow: hidden;
    position: relative;
    color: #666;
    background-color: var(--color-white);
    border-left-width: 0;
    border-right-width: 0;
    border-image: linear-gradient(to right, var(--color-primary), var(--color-success)) 1 stretch;
    box-shadow: 5px 12px 20px rgb(138 138 138 / 13%);
}

.bg-primary-dark {
    --base-bg-opacity: 1;
    background-color: rgba(var(--base-color-primary-dark-rgb), var(--base-bg-opacity)) !important;
}

.footer-area p {
    color: var(--color-core);
}

.footer-area li {
    color: var(--color-core);
}

.footer-area a {
    color: var(--color-core);
}

.footer-core a {
    color: var(--color-core) !important;
    font-weight: 600;
}

.font-white {
    color: var(--color-white) !important;
}

.footer-area .widget-header-1 h5,
.footer-area .widget-header-2 h5 {
    border-bottom: unset !important;
    color: var(--color-dark);
    font-weight: 900;
}

.footer-area .widget_tagcloud .tag-cloud-link {
    border: 1px solid #2a3742;
    background: #2a3742;
}

.footer-area .widget-header-2 h5::after {
    background: unset !important;
}

.footer-area ul li+li {
    margin-top: 10px;
}

.footer-bottom-area .footer-border {
    border-top: 1px solid rgb(225, 225, 225);
}

.footer-bottom-area .list-inline-item:not(:last-child) {
    margin-right: 0.8rem;
}

.footer-copy-right {
    overflow: hidden;
    background: var(--gradient-primary1)
}

.footer-bottom-area .footer-copy-right p {
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

.footer-bottom-area .footer-copy-right p a:hover {
    color: var(--color-dark);
}

.footer-menu ul li {
    display: inline-block;
    margin-left: 36px;
}

.footer-menu ul li:first-child {
    margin-left: 0px;
}

/*Pagination*/

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination-area .page-item {
    margin: 0;
    margin-bottom: 10px;
}

.pagination-area .page-item:first-child {
    margin: 0;
}

.pagination-area .page-link,
#scrollUp {
    border: 0;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
    color: #889097;
    background: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    padding: 0;
    margin-right: 10px;
    box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.pagination-area .page-link:hover,
#scrollUp:hover {
    box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}

.pagination-area .page-item.active .page-link {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 50% !important;
    background: none;
}

#scrollUp {
    background: var(--gradient-blue);
    color: var(--color-white);
    z-index: 99 !important;
}

.g-recaptcha div {
    z-index: 999;
    position: absolute;
}

h1.page-404 {
    font-size: 5.2rem;
}

/*Twitter*/
.twitter-light {
    display: block !important;
}

.twitter-dark {
    display: none !important;
}

/*Breadcrumb*/
.archive-header .breadcrumb {
    color: var(--color-white);
}

.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    font-size: 0.875rem;
    background: none;
    margin: 0;
    border-radius: 0;
    color: var(--color-dark);
}

.breadcrumb span {
    position: relative;
    text-align: center;
    padding: 0 10px;
}

.breadcrumb span::before {
    content: "\35";
    font-family: "ElegantIcons";
    display: inline-block;
}

.breadcrumb span.no-arrow::before {
    content: none;
}

/*LOOP*/

.border-top-1 {
    border-top: 1px solid rgb(225, 225, 225);
}

.border-bottom-1,
.horizontal-divider {
    border-bottom: 1px solid rgb(225, 225, 225);
}

.border-top-2 {
    border-top: 4px double rgb(225, 225, 225);
}

.vertical-divider {
    overflow: hidden;
    position: relative;
}

.vertical-divider>[class*="col-"]:nth-child(n + 2)::after {
    content: "";
    background-color: rgb(225, 225, 225);
    position: absolute;
    top: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .vertical-divider>[class*="col-"]:nth-child(n + 2)::after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -4px;
    }
}

@media (min-width: 768px) {
    .vertical-divider>[class*="col-"]:nth-child(n + 2)::after {
        width: 1px;
        height: auto;
        left: -1px;
    }
}

.divider-wave,
.divider-wave-2 {
    position: relative;
}

.loop-grid-3 .first-post .post-title::after,
.divider-wave::after {
    content: "";
    background: url(../imgs/theme/wave-line-1.svg) center center no-repeat;
    width: 59px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.divider-wave-2::after {
    content: "";
    background: url(../imgs/theme/wave-line-2.svg) center center no-repeat;
    width: 59px;
    height: 11px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/*CATEGORY PAGES*/
.archive-header {
    background: var(--gradient-blue);
}

.archive-header h2 {
    font-size: 30px;
    color: var(--color-white);
}

@media only screen and (max-width: 600px) {
    .archive-header h2 {
        font-size: 26px;
    }
}

.archive-header h3 {
    color: var(--color-white);
}

.archive .loop-list-1 .first-post .img-hover-slide {
    min-height: 400px;
}

.img-hover-scale img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.img-hover-scale:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.post-format-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #ecf0f3;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    color: #91a2ae;
}

/*SINGLE POST*/

.entry-meta {
    white-space: nowrap;
    overflow: hidden;
}

.entry-meta .author-avatar {
    float: left;
    margin: -3px 15px 0 0;
}

.entry-meta .author-avatar img {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    margin-top: 7px;
}

.entry-meta span {
    position: relative;
}

.meta-date {
    line-height: 15px !important;
}

.entry-header .entry-title {
    font-size: 2em;
}

@media only screen and (max-width: 992px) {
    .main-title {
        font-size: 1.8em !important;
    }

    .entry-title,
    .post-title {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 722px) {
    .font-poj {
        font-size: 1.1em !important;
    }

    .entry-title,
    .post-title {
        font-size: 1.2em;
    }

    .slides-title {
        font-size: 1.5em !important;
    }

    .featured-slider-2 .post-content-overlay {
        bottom: 50px !important;
    }

    #scrollUp {
        right: 22px;
        bottom: 30px;
    }
}

.entry-wraper .excerpt p,
.single-excerpt p {
    font-size: 1.5em;
}

.dropcap p:first-child::first-letter {
    font-size: 4em;
    float: left;
    margin-top: 0.15em;
    margin-right: 0.15em;
    line-height: 1;
}

.dropcap blockquote p:first-child::first-letter {
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    float: none;
}

.entry-main-content h1,
.entry-main-content h2,
.entry-main-content h3,
.entry-main-content h4,
.entry-main-content h5,
.entry-main-content h6 {
    font-weight: 600;
}

.entry-wraper {
    position: relative;
}

.entry-left-col {
    position: absolute;
    left: -20%;
    height: 200vh;
    z-index: 2;
    top: 3rem;
    bottom: 0;
}

.social-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.social-sticky a {
    display: block;
    color: rgba(0, 0, 0, 0.54);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.34);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

.single-tools {
    display: table;
    float: right;
    background: #f5f5f5;
    padding: 7px 15px;
    border-radius: 2px;
}

.overflow-hidden {
    overflow: hidden;
}

.single-social-share a {
    width: 35px;
    display: block;
    height: 35px;
    text-align: center;
    line-height: 37px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #eee;
}

.single-thumnail .arrow-cover i {
    color: var(--color-white);
}

.single-excerpt p {
    line-height: 1.5;
}

.entry-main-content {
    font-size: 1.2em;
}

.entry-main-content-mini p {
    font-size: 1em !important;
}

.entry-main-content p {
    line-height: 1.75;
}

.entry-main-content h2 {
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 28px;
    font-size: 1.5rem;
}

.entry-main-content p {
    font-size: 1em;
}

.entry-main-content figure {
    margin-bottom: 30px;
    margin-top: 30px;
}

.entry-bottom .tags a {
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 5px;
    border-radius: 2px;
    font-size: 14px;
    text-transform: capitalize;
    font-style: italic;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.search-bg {
    background-color: #f7f7f7 !important;
}

.pos-search {
    position: relative;
    right: 2px;
    top: 3px;
}

.btn-search {
    background-color: #eee !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.related-posts .img-hover-slide {
    min-height: 200px;
}

blockquote {
    position: relative;
    border-left: 0;
    padding: 0px 30px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-style: italic;
}

blockquote::before {
    content: "";
    top: 0px;
    height: 100%;
    left: 0;
    width: 4px;
    position: absolute;
    background-image: linear-gradient(var(--color-primary), var(--color-success));
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

.btn-play-video {
    color: var(--color-white);
    border: 1px solid #fff;
    width: 50px;
    height: 40px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}

.entry-header-style-2 {
    position: relative;
    background-color: #f6f8fa;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.entry-header-style-2::before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 45, 57, 0.3);
    content: "";
    transition: all 0.3s ease;
}

.entry-header-style-2 .entry-meta .author-avatar {
    float: none;
}

.entry-header-content {
    position: relative;
    z-index: 3;
}

.li-search {
    padding: 10px;
    background: #fff;
    border-bottom-color: var(--mutted-border-color);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.list-count {
    display: inline;
    background: #000;
    padding: 5px;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.ico-list {
    top: 4px;
    position: relative;
}

.bg-search {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 30px;
}

/*Checklist*/

::-webkit-scrollbar {
    min-width: 16px;
    width: 16px;
    max-width: 16px;
    min-height: 16px;
    height: 16px;
    max-height: 16px;
    background-color: none;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border: solid 5px #fff;
    border-radius: 16px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
    background: #d4d4d4;
}

::-webkit-scrollbar-thumb:active {
    background: #c4c4c4;
}

::-webkit-scrollbar-button {
    display: none;
    height: 0px;
}

::-webkit-resizer,
::-webkit-scrollbar-corner {
    background: #fafafa;
}

.list {
    top: calc(50% - 125px);
    left: calc(50% - 150px);
    width: 100%;
    max-height: 620px;
    list-style: none;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    overflow-y: auto;
    -user-select: none;
    -webkit-user-select: none;
    padding: 10px;
    border-radius: 15px;
}

.list label {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
    cursor: pointer;
}

.list label:hover {
    background: #f6f6f6;
}

.list label:active {
    background: #f4f4f4;
}

.list label input {
    visibility: hidden;
    display: none;
}

.list label input:checked~span:before {
    content: "";
    text-indent: 0px;
    background: #66A5FF;
    box-shadow: inset 0 0 5px 3px rgba(255, 255, 255, 0.1);
}

.list label input:checked~span:after {
    width: calc(100% + 4px);
}

.list label input:checked~span {
    color: #ccc;
}

.list label span {
    position: relative;
    color: #333;
    transition: all 0.15s ease;
}

.list label span:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    top: -3px;
    left: -38px;
    text-align: center;
    line-height: 26px;
    text-indent: 40px;
    color: #fff;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 200%;
    font-weight: bolder;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: all 0.15s ease;
    font-size: 14px;
}

.list label span:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    top: calc(50% - 1px);
    left: -2px;
    transition: all 0.15s cubic-bezier(0.8, 0.1, 0.1, 0.8);
}

/*Author box*/

.publikasi-box {
    background: var(--color-white) !important;
}

.img-publikasi {
    background-position: top center !important;
}

.post-publikasi {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.cover-publikasi {
    border-radius: 15px !important;
}

.bt-1 {
    border-top: 1px solid;
}

.border-color-1 {
    border-color: rgb(225, 225, 225);
}

.author-bio {
    margin-bottom: 40px;
    text-align: left;
    display: flex;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding-bottom: 40px;
}

.author-bio .author-image img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.author-bio .author-image {
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin-right: 40px;
}

.author-bio .author-info {
    flex-grow: 1;
}

.author-bio h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.author-bio h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color-dark);
}

.author-bio .author-description {
    margin-top: 15px;
    margin-bottom: 15px;
}

.author-bio .author-bio-link {
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    margin-right: 20px;
    text-transform: capitalize;
    font-style: italic;
    border-bottom: 1px solid rgb(225, 225, 225);
    color: #666;
}

.author-bio .author-social {
    display: inline-block;
}

.author-bio .author-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-bio .author-social-icons li {
    display: inline-block;
}

.author-bio .author-social-icons li:first-child a {
    margin-left: 0;
}

.author-bio .author-social-icons li a {
    text-align: center;
    font-size: 16px;
    margin-left: -1px;
    padding-top: 0;
    display: block;
    margin-left: 20px;
}

.author-bio .author-social-icons li a i {
    font-size: 14px;
}

.author .author-bio {
    margin: 0;
    padding: 50px;
    border: 0;
    background: #f4f5f9;
    border-radius: 5px;
}

.kotak-tusi {
    min-height: 120px;
}

.kotak-sitemap {
    padding: 30px;
    background: #f7f8fc;
    border-radius: 10px;
}

.kotak-sitemap i {
    font-size: 60px;
    margin-bottom: 10px;
}


.tabel-tusi {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    padding-top: 15px;
}

/*Modal*/
.ico-modal {
    padding: 6px;
    background: #000;
    border-radius: 50%;
}

.btn-modal {
    background: unset;
}

.btn-modal i {
    font-size: 15px;
    color: #fff;
}

.modal-footer {
    border-top: unset !important;
    position: absolute;
    padding: unset;
}

.img-size {
    max-height: 580px;
    width: 580px;
    background-size: cover;
    overflow: hidden;
    border-radius: 10px;
    object-fit: contain;
}

@media only screen and (max-width: 600px) {
    .img-size {
        width: 100%;
        max-height: 420px;
    }

    .modal-dialog {
        margin-right: 3rem;
        margin-left: 3rem;
    }
}

.modal-content {
    width: 580px;
    border: none;
    border-radius: 10px;
}

.modal-body {
    padding: 0;
    border-radius: 10px;
}

.carousel {
    padding: 0;
    border-radius: 10px;
}

.carousel-inner {
    border-radius: 10px;
}

.over-dis {
    overflow: unset !important;
}

/*card icons featured*/
.card {
    border: unset;
}

.card-news {
    padding: 15px;
    border-radius: 10px;
    margin-right: 2px;
    margin-left: 2px;
    background: var(--color-white);
}

/* .card-border {
        border: .0625rem solid var(--base-color-gray-light) !important;
        transition: all .2s ease-out;
}

.shadow-border {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}
.shadow-border-detail {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
} */

.shadow-border:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}

.card-cat {
    background: #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 0;
    transition: all 0.2s;
}

.card-cat a:hover {
    color: unset !important;
}

.card-body-s2::before {
    background: transparent;
    background: -moz-linear-gradient(0deg, transparent 8%, #000 100%);
    background: -webkit-linear-gradient(0deg, transparent 8%, #000 100%);
    background: -o-linear-gradient(0deg, transparent 8%, #000 100%);
    background: -ms-linear-gradient(0deg, transparent 8%, #000 100%);
    background: linear-gradient(180deg, transparent 8%, #000 100%);
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.text-s1 {
    z-index: 99;
    position: relative;
    text-shadow: 1px 1px #001845;
}

.news-text-s1 {
    bottom: -40%;
}

.detail-text-s1 {
    bottom: -40%;
}

.ico-s1 {
    font-size: 30px;
    margin-top: 10px;
}

.icon-wbg {
    background-color: var(--color-white);
    display: inline-grid;
    place-items: center;
}

.icon-circle {
    border-radius: 50%;
}

.icon-lg {
    height: 60px;
    width: 60px;
    font-size: 2rem;
    color: var(--color-light);
    background: var(--gradient-primary1);
    border-radius: 16px;
}

/*Vertical Tab*/

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    width: 100%;
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 12px;
}

.tab-vertical .nav-tabs .nav-link {
    background: var(--color-light);
    padding: 18px;
    color: var(--color-dark);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    /* box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04); */
}

.tab-vertical .nav-tabs .nav-link.active {
    color: var(--color-white);
    background: var(--gradient-primary) !important;
    padding: 18px;
    margin-right: 0px;
    border-radius: 6px;
    border-width: 0 0 10px 0;
    border-color: var(--color-success);
    border-style: solid;
}

.tab-vertical .nav-tabs .nav-link:hover {
    padding: 27px;
    margin-right: 0px;
}

.tab-vertical .nav-tabs .nav-link {
    border-radius: 6px;
    margin-right: 0px;
    padding: 21px;
}

.tab-vertical .tab-content {
    overflow: auto;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    background: #fff;
    padding: 30px
}

/*comment*/

.comments-area {
    background: transparent;
    margin-top: 50px;
}

.comments-area h4 {
    margin-bottom: 35px;
    color: #2a2a2a;
    font-size: 18px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area a {
    color: #2a2a2a;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
    padding-left: 25px;
}

.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px;
}

.comments-area .comment {
    margin-bottom: 10px;
    color: var(--color-muted);
    font-size: 15px;
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    font-size: 14px;
    display: block;
    font-weight: 400;
    border-bottom: 1px solid rgb(225, 225, 225);
    font-style: italic;
}

.comment-form {
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
    color: #2a2a2a;
}

.comment-form .name {
    padding-left: 0px;
}

.form-control {
    border: 1px solid rgb(225, 225, 225);
    border-radius: 30px;
    height: 48px;
    padding-left: 18px;
    font-size: 14px;
    background: transparent;
    background: #fff;
}

textarea.form-control {
    border-radius: 10px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.form-control::placeholder {
    color: var(--color-muted);
}

.custom_select {
    position: relative;
    width: 100%;
}

.custom_select .nice-select {
    width: 100%;
    margin-bottom: 1rem;
}

.nice-select .list {
    width: 100%;
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 10px;
    height: 100% !important;
    background: #fff;
}

.comment-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: var(--color-muted);
}

.comment-form::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: var(--color-muted);
}

.comment-form:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: var(--color-muted);
}

.comment-form:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: var(--color-muted);
}

.button-contactForm {
    background: #ef3f48;
    color: var(--color-white);
    border-color: #ef3f48;
    padding: 12px 25px;
}

.button-core {
    background: var(--color-primary) !important;
    color: var(--color-white);
    border-color: var(--color-core) !important;
}

.button-cari {
    background: var(--gradient-primary1) !important;
    border: 1px solid var(--gradient-primary1) !important;
}

.button-cari:hover {
    background: var(--gradient-primary) !important;
    border: 1px solid var(--gradient-primary) !important;
}

.button-publikasi {
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    max-width: 300px;
    color: var(--color-white) !important;
}

.button-publikasi:hover {
    background: var(--color-primary-hover) !important;
    border: 1px solid var(--color-primary-hover) !important;
    color: var(--color-white) !important;
}

.button-reset {
    background: var(--color-white) !important;
    border: 1px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.button-reset:hover {
    background: var(--gradient-blue) !important;
    border: 1px solid var(--gradient-blue) !important;
    color: var(--color-white) !important;
}

.maps-popup {
    max-width: 358px;
    max-height: 326px;
    min-width: 358px;
}

.gm-style.gm-style-iw.maps-popup table {
    width: 85% !important;
}

.report-box {
    padding: 25px;
    font-size: 16px;
    border: unset;
    border-radius: 16px;
}

.report-box-content {
    top: -22px;
    position: relative;
    color: var(--color-dark);
}

.report-button {
    max-width: 250px;
}

.report-box .las {
    font-size: 60px;
    background: linear-gradient(60.46deg, #014FAA -11.19%, #257E6B 65.76%, #46AA32 123.83%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.report-unset {
    font-size: unset !important;
    color: unset !important;
}


.inlines {
    display: inline-block;
}

.font-sound {
    font-size: 12.8px;
    font-weight: bold;
    color: var(--color-muted);
}

.icon-hear {
    font-size: 30px;
}

.row-sound {
    position: relative;
    top: 10px;
}

.row-sound-text {
    position: relative;
    top: -7px;
}

.bg-sound {
    max-width: 440px;
    background: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
}

.button-play {
    background: #212529;
    padding: 4px;
    border-radius: 10px;
    width: 80px;
    display: inherit;
    text-align: center;
    color: #fff !important;
    cursor: -webkit-grab;
    cursor: grab;
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
}

.button-play:hover {
    cursor: pointer;
    transform: scale(1.25);
    filter: brightness(120%);
}


.button-stop {
    background: #212529;
    padding: 4px;
    border-radius: 10px;
    width: 80px;
    display: inherit;
    text-align: center;
    color: #fff !important;
    cursor: -webkit-grab;
    cursor: grab;
    font-weight: bold;
    font-size: 12px;
}

.button-stop:hover {
    cursor: pointer;
    transform: scale(1.25);
    filter: brightness(120%);
}

@media only screen and (max-width: 550px) {
    .button-play {
        width: 60px;
    }

    .button-stop {
        width: 60px;
    }
}

/*news overlay*/
.text-news {
    color: #fff !important;
    font-size: 14px;
    text-shadow: 1px 1px #001845;
}

.text-news-2 {
    color: #ffffffba !important;
    line-height: 13px;
    text-align: center;
    margin-right: 0px !important;
    padding-right: 0px !important;
}

/*pejabat*/
.float-text {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}

.text-pejabat {
    color: #fff !important;
    font-size: 14px;
    text-shadow: 1px 1px #001845;
}

.text-pejabat-2 {
    color: #ffffffba !important;
    line-height: 13px;
    text-align: center;
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.space-foto-pejabat {
    padding-right: 25px !important;
}

.detail-card-pejabat {
    border-radius: 15px !important;
}

.detail-foto-pejabat {
    border-radius: 15px !important;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .detail-card-pejabat {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }

    .space-foto-pejabat {
        padding-right: 0px !important;
    }

    .detail-foto-pejabat {
        padding-right: 0px !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
}

.pejabat-container {
    position: relative;
}

.image-pejabat {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-pejabat {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #FFF;
    border-radius: 9px;
}

.pejabat-container:hover .overlay-pejabat {
    opacity: 1;
}

.pejabat-text {
    color: var(--color-core);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 175px;
}

.news-overlay {
    min-height: 320px !important;
}

.menteri-overlay {
    min-height: 320px !important;
}


.pejabat-overlay {
    min-height: 320px !important;
}

.m-title {
    text-transform: lowercase;
}

.m-title:first-letter {
    text-transform: uppercase;
}

.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 30px;
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    text-transform: uppercase;
    background: var(--color-primary);
    cursor: -webkit-grab;
    cursor: grab;
    transition: all 300ms linear 0s;
}

.button:hover {
    background: var(--color-danger);
    border: 1px solid var(--color-danger);
}

.single-comment.depth-2 {
    margin-left: 50px;
}

.border-faq {
    max-width: 200px !important;
    display: inline-block;
}

.kotak-faq {
    background: var(--base-color-alpha);
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
    padding-right: 10px;
}

.kotak-faq-detail {
    background: var(--gradient-primary1);
    padding: 20px;
    border-radius: 10px;
    color: var(--color-white);
}

.timeago {
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
}

.btbordered {
    border-bottom-color: var(--mutted-border-color);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/* Timeline */
.minister-box {
    border: unset;
    font-size: 1.05em;
    margin: 15px 0;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    background: #fff;
    border-radius: 15px;
}

.timeline {
    list-style: none;
}

.timeline>li {
    margin-bottom: 60px;
}

@media (min-width: 640px) {
    .timeline>li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 130px;
        float: left;
        margin-top: 5px;
    }

    .timeline-content {
        width: 75%;
        float: left;
        border-left: 3px #d5d5d5 solid;
        padding-left: 30px;
    }

    .timeline-content:before {
        content: "";
        width: 12px;
        height: 12px;
        background: var(--color-primary);
        position: absolute;
        left: 126px;
        top: 13px;
        border-radius: 100%;
    }
}

/*BONUS: WORDPRESS STYPE*/

.wp-block-separator {
    border-top: 1px solid #f4f5f9;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
    margin-bottom: 30px;
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.wp-block-separator.is-style-dots {
    border: none;
    width: auto;
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}

.wp-block-separator.is-style-dots::before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}

.wp-block-separator.is-style-dots {
    text-align: center;
    line-height: 1;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 30px;
    background: #f4f5f9;
    border-radius: 5px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 30px;
    line-height: 1.3;
    font-style: normal;
}

.wp-block-image {
    margin-bottom: 30px;
}

.entry-main-content figure.alignleft {
    margin-right: 30px;
    margin-top: 20px;
    display: table;
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    width: 100%;
    margin: 10px 0;
    caption-side: bottom;
}

.wp-block-image figcaption {
    color: #6a6a6a;
    z-index: 1;
    bottom: 0;
    right: 0;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
}

.tooltip-inner {
    font-size: 0.7em;
}

table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #212529;
    border-collapse: collapse;
}

table p {
    margin-bottom: 0;
}

.entry-main-content table td,
.entry-main-content table th,
.comment-content table td,
.comment-content table th {
    padding: 0.5em 1em;
    border: 1px solid #e6e6e6;
}

.entry-main-content dd,
.single-comment dd {
    margin: 0 0 1.65em;
}

.entry-main-content ul {
    list-style: disc;
}

.entry-main-content ul li,
.comment-content ul li {
    list-style: disc inside;
    line-height: 2;
}

.entry-main-content ul li.blocks-gallery-item {
    list-style: none;
}

.entry-main-content li>ul,
.entry-main-content li>ol,
.comment-content li>ul,
.comment-content li>ol {
    padding-left: 2rem;
}

.entry-main-content ol {
    padding-left: 0;
}

ol li {
    list-style: decimal inside;
    width: 100%;
    line-height: 2;
}

pre {
    border: 1px solid #eee;
    font-size: 1em;
    line-height: 1.8;
    margin: 15px 0;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff;
    border-radius: 15px;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(88, 108, 218, 0.8);
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(88, 108, 218, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.switch {
    display: inline-block;
    height: 18px;
    position: relative;
    width: 35px;
    top: 8px;
    right: 30px;
}

.switch input {
    display: none;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(270deg,
            rgba(5, 82, 149, 0.52) 0,
            #045498 100%);
    background: linear-gradient(270deg, rgba(5, 82, 149, 0.52) 0, #045498 100%);
}

.slider {
    background: var(--gradient-blue);
    bottom: 0;
    cursor: -webkit-grab;
    cursor: grab;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
    box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
}

.slider:before {
    background-color: var(--color-white);
    bottom: 1px;
    content: "";
    height: 16px;
    left: 2px;
    position: absolute;
    transition: 0.4s;
    width: 16px;
}

input:checked+.slider {
    background-image: linear-gradient(to right, #004daf, #16a75c);
}

input:checked+.slider:before {
    transform: translateX(15px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-muted);
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

/* Exim */
.tabel-exim {
    min-height: 415px;
    padding: 8px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 0;
    transition: all 0.2s;
}

.exim-link {
    color: var(--color-primary);
}

.icon-red {
    color: #c0392b;
    font-size: 20px;
    top: 3px;
    position: relative;
}

.icon-green {
    color: #16a085;
    font-size: 20px;
    top: 3px;
    position: relative;
}

.tabel-exim-b {
    background: aliceblue;
    color: var(--color-primary) !important;
    font-weight: bolder;
}

/* Icon bunder */
.icon-bulet {
    display: inline-block;
    padding: 10px;
    background: var(--gradient-primary1);
    border-radius: 30%;
    color: var(--color-light);
    font-size: 22px;
    font-weight: 400;
    margin-right: 5px;
}

/* Galerry */
.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

/* Chatbox */

.chat {
    position: fixed;
    right: 35px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 20px 0 rgba(164, 164, 164, 0.3);
    padding: 10px;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in;
    z-index: 99;
    background: var(--gradient-blue);
    box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.chat:hover {
    box-shadow: 0 5px 20px 0 rgba(126, 126, 126, 0.3);
}

.chat:before {
    content: "Ajukan Pertanyaan";
    display: block;
    width: 125px;
    font-size: 11px;
    font-weight: 600;
    padding: 10px;
    background: #fff;
    color: #243048;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    line-height: 1.5;
    border: none;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    top: -48px;
    right: 0;
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

.chat.hidden:before,
.chat.hidden:after {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.chat:after {
    content: "";
    border-style: solid;
    background: none;
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    top: -12px;
    right: 28px;
    z-index: 0;
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent;
}

.chat.isOpen:before {
    opacity: 0;
}

.chat__messenger {
    display: block;
    width: 210px;
    font-size: 13px;
    background: #fff;
    color: #2d2d2d;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    line-height: 1.5;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -95px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in;
}

.chat__messenger:hover {
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.chat__messenger-item {
    font-size: 14px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #2d2d2d;
    transition: background-color 0.2s ease-in;
}

.chat__messenger-item:hover {
    background-color: #f3f3f3;
}

.chat__messenger-icon {
    width: 20px;
    margin-right: 14px;
}

.chat.isOpen .chat__messenger {
    opacity: 1;
    pointer-events: auto;
}

.chat-icon {
    width: 100%;
    height: 100%;
    position: relative;
}

.chat__icon-message {
    bottom: 30px;
    transform: scale(1);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 35px;
    z-index: 99999;
    border-radius: 50%;
    cursor: pointer;
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    float: right;
}

.chat__messenger-name:hover {
    color: #4c4cf1 !important;
}

.dolphin-chat-icon:hover {
    color: #4c4cf1 !important;
}

img.chat__icon-message {
    width: 40px;
    height: 40px;
}

.chat__icon-close,
.isOpen .chat__icon-message {
    opacity: 0;
    transform: scale(0);
}

.chat__icon-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}

.isOpen .chat__icon-close {
    opacity: 1;
    transform: scale(0.6);
}

.dolphin-chat-icon {
    z-index: 1000 !important;
}

.dolphin-messages .message.new a {
    color: #337ab7;
}

.dolphin-inputfile+label svg {
    margin-top: 0.2em !important;
}

.dolphin-chat {
    font-family: unset !important;
}

/* Translate */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: unset !important;
    box-shadow: unset !important;
}

.goog-te-banner-frame {
    display: none;
}

.othermenu .right p,
#google_translate_element1 {
    float: left;
    margin: 0 0 0 1vw;
    padding: 0;
    height: 1vw;
    line-height: 1vw;
    letter-spacing: 0.048vw;
}

.othermenu .right p,
#google_translate_element2 {
    margin-top: 40px;
    padding: 0;
    height: 1vw;
    line-height: 1vw;
    letter-spacing: 0.048vw;
}

.othermenu .right p {
    margin-top: 0.22vw;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.othermenu .right p,
#google_translate_element1 select {
    font-size: 0.6rem;
    letter-spacing: 0.048vw;
    font-weight: 500;
}

#google_translate_element1 select {
    background: none;
    color: #fff;
    border: none;
    font-weight: 400;
    width: 8vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#google_translate_element1 .goog-te-gadget {
    font-family: inherit;
    font-size: 0px;
}

#google_translate_element1 .goog-te-gadget>span {
    display: none;
}

.othermenu .right p,
#google_translate_element2 select {
    font-size: 0.6rem;
    letter-spacing: 0.048vw;
    font-weight: 500;
}

#google_translate_element2 select {
    background: none;
    color: #fff;
    border: none;
    font-weight: 400;
    width: 8vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#google_translate_element2 .goog-te-gadget {
    font-family: inherit;
    font-size: 0px;
    float: right;
}

#google_translate_element2 .goog-te-gadget>span {
    display: none;
}

.select2,
.select2 span,
.select2-results li,
.select2-results span {
    position: relative;
    color: #020202;
    font-size: 0.8rem;
    letter-spacing: 0.032vw;
    text-align: left;
}

.select2-results span {
    display: block;
    padding: 0px 0px 0px 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered span {
    padding-left: 30px;
}

.select2 .img-flag,
.select2-results .img-flag {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 14px;
}

.not-found {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

span.current {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

#google_translate_element2 .select2-container {
    min-width: 230px;
}

.select2 .img-flag {
    top: 0;
}

.select2 {
    position: relative;
    margin-top: 0.3vw;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 0;
    top: 0.32vw;
    color: #fff;
    height: initial;
    width: initial;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 0.4vw 0.3vw 0 0.3vw;
    height: 0;
    left: 50%;
    margin-left: -0.3vw;
    margin-top: -0.15vw;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 0.3vw 0.4vw 0.3vw;
}

.select2-container .select2-selection--single {
    background: none;
    border: none;
    height: initial;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: initial;
    color: var(--base-color-primary-dark) !important;
    font-family: "Inter", sans-serif;
}

.select2-dropdown {
    border: none;
    overflow: hidden;
    background-color: #29166f;
    border-radius: 0 0 0.48vw 0.48vw;
    box-shadow: 0.2vw 0.8vw 1.4vw rgba(0, 0, 0, 0.24);
}

.select2-results__option {
    padding: 0.32vw 0.64vw;
}

.select2-container .select2-results>.select2-results__options {
    max-height: 20vw;
    overflow-y: auto;
}

.select2-container .select2-search--dropdown .select2-search__field {
    padding: 0.32vw 0.5vw;
    background-color: rgba(255, 255, 255, 0.48);
    border: none;
    color: #000;
    border-radius: 0.24vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background-color: rgba(255, 255, 255, 0.16);
}

/* Detail Theme */
.select2-container--detail .select2-dropdown {
    border: 1px solid #f5f5f5;
    background-color: #fff;
}

.select2-container--detail .select2-results li,
.select2-container--detail .select2-results span {
    color: #000;
}

.select2-container--detail .select2-search--dropdown .select2-search__field {
    background-color: #eee;
}

.select2-container--detail .select2-results li:hover {
    background-color: #f5f5f5;
}

.select2-container--detail.select2-container--open .select2-dropdown--below {
    margin-top: 0;
}

.select2-container--detail .select2-results li,
.select2-container--detail .select2-results span {
    font-size: 0.7rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--base-color-primary-dark) !important;
    border-radius: 16px !important;
}

.select2-container {
    min-width: 180px;
    margin-right: 20px;
    top: -5px;
}

.lang {
    margin-right: 30px;
}

#goog-gt-tt {
    display: none !important;
}

a.u-floatLeft {
    display: none !important;
}

.carousel-home {
    max-width: 120px;
}

/* Announcements */
.announcements-container {
    width: 100%;
    background: var(--color-white);
    overflow: hidden;
    position: absolute;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06);
}

.announcements-container .container-title {
    height: 100%;
    overflow: hidden;
    padding: 0 15px 0 15px;
    float: left;
    background: var(--gradient-primary);
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.announcements-container .container-title img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -5px 3px 0 0;
}

.announcements-container ul.announcements {
    width: 95%;
    float: left;
    height: 40px;
    overflow: hidden;
    list-style-type: none;
    vertical-align: middle;
}

.announcements-container ul.announcements li {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    margin: -15px 0 0 0;
    vertical-align: middle;
    padding: 15px;
    line-height: 40px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.announcements-container ul.announcements li a {
    width: 100%;
    text-decoration: none;
    color: #212121;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
    font-weight: 600;
}

.announcements-container ul.announcements li a:hover {
    color: var(--color-primary);
}

.announcements-container ul.announcements li a:visited {
    color: #616161;
}

@media only screen and (max-width: 990px) {
    .announcements-container ul.announcements {
        width: 70%;
    }
}

@media only screen and (max-width: 987px) {
    .announcements-container ul.announcements {
        width: 96%;
    }
}

@media only screen and (max-width: 768px) {
    .announcements-container ul.announcements {
        width: 90%;
    }

    .announcements-container .container-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 500px) {
    .announcements-container ul.announcements {
        width: 95%;
    }

    .announcements-container .container-title {
        font-size: 10px;
    }
}

.slidetext {
    position: absolute;
    transition-duration: 0.2s;
    width: 100%;
    bottom: 60px;
    z-index: 500;
}

/* header addon */

.header-width {
    width: 940px;
}

#header {
    position: inherit;
    float: left;
    margin-right: 20px;
}

#header img {
    width: 30px;
    position: relative;
    top: 10px !important;
}

@media only screen and (max-width: 992px) {
    #header img {
        top: -5px !important;
    }
}

@media only screen and (max-width: 600px) {
    #header img {
        width: 35px;
        position: relative;
        top: -10px !important;
    }
}

/* Accordion */
.accordion-full {
    width: 100% !important;
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

.accordion {
    width: 100%;
    width: 290px;
    margin: 40px auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 10px 14px 55px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-dark) !important;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .link a {
    color: var(--color-dark) !important;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    border-bottom: 1px solid #f4f5f6 !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.accordion li i {
    position: absolute;
    top: 0px;
    left: 6px;
    font-size: 18px;
    color: var(--color-white);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--gradient-primary);
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.accordion li i.las.la-angle-down {
    right: 12px;
    left: auto;
    font-size: 16px;
    padding: 6px;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 5px;
    background: unset;
    color: var(--color-dark) !important;
}

.shadow-text {
    text-shadow: 1px 1px #001845;
}


.accordion li.open .link {
    color: var(--base-color-alpha) !important;
}

.accordion li.open i {
    color: var(--color-light) !important;
}

.accordion li.open i.las.la-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tusi-mob {
    display: none;
}

.tusi-des {
    display: block;
}

@media only screen and (max-width: 992px) {
    .tusi-mob {
        display: block;
    }

    .tusi-des {
        display: none;
    }

    .tabel-tusi {
        padding: 3px;
    }
}

/* Submenu */

.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    border-radius: 10px;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: var(--color-dark);
    padding-top: 5px;
    font-size: 14px;
    padding-left: 56px;
    padding-bottom: 5px;
    font-weight: 500;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


.submenu a:hover {
    border-radius: 10px;
    background: var(--gradient-primary);
    color: var(--color-white);
    padding: 10px;
    padding-left: 65px;
}

.table thead th {
    color: #212529;
}

.table thead th {
    border-top: unset;
}

/* Slider Depan */
.slider-main {
    max-height: 450px !important;
}

.radius {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}

.swiper-uptp {
    width: 100%;
    max-height: 300px;
}

.swiper-uptp img {
    border-radius: 10px;
    max-height: 340px;
}

.side-uptp {
    padding-bottom: 10px !important;
}

.box-majalah {
    min-height: 324px !important;
    max-height: 324px !important;
}

.image-majalah {
    max-height: 220px !important;
    min-height: 120px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .side-uptp {
        padding-bottom: 50px !important;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: auto !important;
}


.swiper-container {
    width: 100%;
    height: 300px;
    padding: 10px !important;
}

.swiper-eselon {
    height: 220px;
}

.swiper-eselon-text {
  background: #0b2948;
  height: 100%;
  margin-bottom: 0px;
  padding: 15px;
  font-size: 14px;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.blog-slider {
    width: 100%;
    position: relative;
    margin: auto;
    background: var(--gradient-primary);
    position: relative;
    z-index: 2;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 5px;
    border-radius: 16px;
    height: 270px;
    transition: all 0.3s;
}

.blog-slider::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../imgs/part/pattern-1.png);
    content: "";
    z-index: -1;
    opacity: 0.5;
    border-radius: 15px;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        height: 400px;
    }

    .blog-slider__img {
        transform: translateX(-40px) !important;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin-top: 60px;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 280px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 260px;
    flex-shrink: 0;
    height: 220px;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.8;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-30%) !important;
        width: 90%;
    }

    .blog-slider__img {
        height: 200px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 70%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
    max-width: 650px;
}

.featured {
    width: 180px;
}

.featured-sm {
    width: 160px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -40px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.blog-slider__text {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-block;
    background: var(--color-success);
    color: var(--color-white);
    padding: 15px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 16px;
}

.blog-slider__button:hover {
    color: var(--color-white);
}

.blog-news__button {
    display: inline-block;
    background: var(--gradient-primary) !important;
    color: var(--color-white);
    padding: 6px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
}

.blog-news__button:hover {
    color: var(--color-white);
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 460px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0 !important;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #fff;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    height: 30px;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

.container__sources div {
    background: var(--gradient-primary1);
    color: var(--color-white);
}

.cont-nav {
    min-height: 56.25px;
}

@media (min-width: 1200px) {
    .sosmed-sec {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1999px) {
    .sosmed-sec {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .sosmed-sec {
        display: block !important;
    }
}

.list-group-item:last-child {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

/* Custom For Maps Bobby */
.marker-cluster-small div {
    background-color: var(--color-core) !important;
    color: var(--color-white) !important;
}

.marker-cluster-small {
    background: none !important;
}

.leaflet-marker-icon {
    margin-left: -7px;
    margin-top: -35px;
    width: 30px !important;
    height: 46px !important;
    transform: translate3d(760px, 250px, 0px);
    z-index: 250;
    opacity: 1;
    outline: none;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: rgba(255, 255, 255, 0.65) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.leaflet-container a.leaflet-popup-close-button {
    color: var(--color-primary) !important;
    position: absolute !important;
    top: 0 !important;
    right: 10px !important;
    padding: 4px 4px 0 0 !important;
    border: none !important;
    text-align: center !important;
    font: 32px "Roboto-Flex", sans-serif !important;
}

/*Card Background*/

.hero-section {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
    padding-top: 0px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
}

@media(min-width: 540px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 960px) {
    .card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.carder {
    list-style: none;
    position: relative;
    min-width: 250px;
}

.carder:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.card__background {
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition:
        filter 200ms linear,
        transform 200ms linear;
}

.carder:hover .card__background {
    transform: scale(1.05) translateZ(0);
}

.card__content {
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
}

.card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.card__heading {
    color: var(--text-lighter);
    font-size: 1.5em;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    word-spacing: 0vw;
    line-height: 30px;
    margin-top: 60px;
}

input[type="checkbox"]:disabled+.slider {
    pointer-events: none;
    cursor: wait;
    opacity: 0.3;
}

.badge-pill {
    text-transform: uppercase !important;
}

.bg-pink {
    background: #f2e5e5 !important;
    color: #000 !important;
}


.pub-list {
    max-width: 100%;
    margin: 1em auto;
    padding: 1em;
    background: #fff;
    border-radius: 16px;
}

.pub-list h1 {
    margin: 0 0 0.4em;
    font-weight: bold;
}

.pub-list .event {
    color: #333;
    display: block;
    transition: all 0.25s ease;
    margin-bottom: 0.5em;
    padding: 10px;
}

.pub-list .pubmed:hover {
    background: #f9f9f9;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
}

.pub-list .pubmed-icon {
    margin-bottom: 7px;
}

.pub-list .pubmed-month,
.pub-list .pubmed-day {
    text-align: center;
}

.pub-list .pubmed-month {
    padding: 0.1em;
    margin-bottom: 0.15em;
    background: #aa2c0f;
    font-size: 0.75em;
    color: white;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
}

.pub-list .pubmed-day {
    border: 1px solid #999;
    background: white;
    color: black;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
}

.pub-list .pubmed-type {
    padding: 5px;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.pub-list .pubmed-title {
    font-size: 1.05em;
    font-weight: 600;
    color: var(--color-dark);
}

.pub-list .btn {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    font-size: 14px;
    border-radius: 10px;
}