/*--------------------------------------------------------------
Creation Date: 11 November 2025
Version: 1.1
Author: Adiva Karya Inovasi
website: https://setjen.kemkes.go.id


>>> TABLE OF CONTENTS:
----------------------------------------------------------------
* Variable
* Common
* Animations
* Pre-loader
* Accordian
* Topbar
* Header
* Menu
* Section Slider
* Container
* Features
* Department
* About
* Service
* Funfact
* Mayor
* Page banner
* Portfolio
* Client
* CTA
* Footer
* Event
* Team
* Testimonial
* News
* Causes
* News-details
* Contact
* Mobile-Nav
* Search-popup
* Sidebar
--------------------------------------------------------------*/

/***********************
* Variable
***********************/
:root {
    --thm-kemenkes-primary-green: #047d78; /* TURQOISE Kemenkes */
    --thm-kemenkes-green: #06b8a5; /* TURQOISE Kemenkes */
    --thm-kemenkes-yellow: #cddc28; /* HIJAU KUNING Kemenkes */
    --thm-kemenkes-turqoise-medium: #d6df22; /* TURQOISE MEDIUM Kemenkes */
    --thm-kemenkes-gray: #676766; /* ABU-ABU Kemenkes */
    --thm-kemenkes-orange: #de831e; /* Orange Kemenkes */

    /* Tipografi */
    --thm-kemenkes-font-primary: "VAG Rounded", sans-serif; /* Kemenkes font*/
    --thm-kemenkes-font-primary-bold: "VAG Rounded", bold; /* Kemenkes font*/
    --thm-kemenkes-font-secondary-regular: "Segoe UI", Arial, sans-serif; /* Kemenkes regular*/
    --thm-kemenkes-font-secondary-bold: "Segoe UI", Arial, bold; /* Kemenkes bold*/
    --thm-kemenkes-font-secondary-light: "Segoe UI", Arial, light; /* Kemenkes light*/

    --thm-primary: #047d78;
    --thm-primary-light: #00b9ad;
    --thm-primary-rgb: 0, 185, 173;

    --thm-secondary: #60c0d0;
    --thm-secondary-rgb: 96, 192, 208;
    --thm-white: #ffffff;
    --thm-white-rgb: 255, 255, 255;
    --thm-yellow: #cdc229;
    --thm-yellow-rgb: 05, 220, 41;
    --thm-gray: #686969;
    --thm-gray-rgb: 104, 105, 105;
    --thm-border: #e1e8ea;
    --thm-body: #f5f5f5;
    --thm-border-rgb: 225, 232, 234;
    --thm-black: #003b49;
    --thm-black-rgb: 0, 59, 73;
    --thm-dark-black: #01313c;
    --thm-dark-black-rgb: 1, 49, 60;
    --thm-light-bg: #f3f6f7;
    --thm-light-bg-rgb: 243, 246, 247;
    --thm-funfact-bg-rgb: 0, 105, 97, 70;

    scroll-behavior: auto;
    --youtube-red: #ff0000;
    --youtube-dark: #282828;
    --youtube-gray: #606060;
    --youtube-light-gray: #f9f9f9;
    --youtube-border: #e5e5e5;
    --text-primary: #030303;
    --text-secondary: #606060;
}

/***********************
* Common design defaults
***********************/
*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--thm-kemenkes-font-primary);
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: var(--thm-kemenkes-gray);
    border: none;
    background: var(--thm-body);
    -webkit-text-size-adjust: 100%;
}

body.locked {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-kemenkes-font-primary);
    font-weight: 800;
    color: var(--thm-black);
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

p {
    font-family: var(--thm-kemenkes-font-secondary-bold);
    color: var(--thm-black);
    line-height: 1.875;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}
a {
    text-decoration: none;
    color: var(--thm-gray);
    transition: all 500ms ease;
}

a:hover {
    color: var(--thm-black);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.625rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1390px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}


.pdfobject-container {
    height: 64rem;
    border: 1rem solid rgba(0, 0, 0, 0.1);
}

.btn-primary {
    padding: 18px 50px;
    background-color: var(--thm-primary-light);
    border: 0;
    color: var(--thm-white);
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    transition: all 500ms ease;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active,
.btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: var(--thm-black);
    border-color: transparent;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    background: var(--thm-black);
}

.btn-primary:hover {
    background-color: var(--thm-black);
}

.row-gutter-10 {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.row-gutter-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.row-gutter-y-20 {
    --bs-gutter-y: 20px;
}

.row-gutter-y-30 {
    --bs-gutter-y: 30px;
}

.row-gutter-y-40 {
    --bs-gutter-y: 40px;
}

.row-gutter-y-60 {
    --bs-gutter-y: 60px;
}

.row-gutter-y-80 {
    --bs-gutter-y: 80px;
}

.row-gutter-y-155 {
    --bs-gutter-y: 155px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    border-radius: 0;
    border: none;
    padding: 20px 20px;
    font-size: 14px;
    font-family: var(--thm-font);
}

.page-wrapper {
    position: relative;
    overflow: hidden;
}

#section-bradcrumb{
    padding-top: 20px;
    position: relative;
}

.breadcrumb-nav{
    position: relative;
    padding: 10px 15px;
}

.breadcrumb-nav:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--thm-primary);
}

.breadcrumb-nav ul li a:hover {
    color: var(--thm-kemenkes-primary-green);
}
.breadcrumb-nav .breadcrumb-item.active a{
    color: var(--thm-kemenkes-primary-green);
    font-size: 19px;
}

/* Section Decoration */

.section-background:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--thm-light-bg);
    background-image: url(../image/bg/funfact-bg-1.png);
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 540px;
    opacity: 0.8;
}

.section-bg-heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../image/bg/page-sp-grafi-heading.png);
    background-position: center;
    background-size: contain;
    height: 40px;
    z-index: 1;
}

.section-bg-footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../image/bg/page-sp-grafi-footer.png);
    background-position: center;
    background-size: contain;
    height: 40px;
    z-index: 1;
}

.section-decoration-heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../image/bg/bg-decoration-up.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
}

.section-decoration-footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../image/bg/bg-decoration-down.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
}

.section-decoration-up:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../image/bg/bg-decoration-down.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
}

.section-left-branding {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 35px;
    opacity: 0.1;
    line-height: 1;
    left: -80px;
    font-size: 80px;
    color: var(--thm-gray);
    writing-mode: vertical-rl;
    transform: translateX(-50%) rotate(180deg);
    padding: 20px 20px;
}

.section-title {
    position: relative;
    font-size: 30px;
    color: var(--thm-gray);
    margin-bottom: 30px;
}

.section-tagline {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    color: var(--thm-primary);
    font-family: var(--thm-kemenkes-font-primary);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-tagline:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    top: -13px;
    background-color: var(--thm-primary);
}

.section-title-box.text-center .section-tagline:before {
    left: 50%;
    transform: translateX(-50%);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.form-control:focus {
    box-shadow: none;
}

.scroll-to-top {
    height: 40px;
    width: 40px;
    background-color: var(--thm-primary);
    line-height: 40px;
    text-align: center;
    position: fixed;
    right: 30px;
    color: #fff;
    bottom: 30px;
    z-index: 1111111;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
    color: #fff;
}

@media (max-width: 575px) {
    .section-bg-heading:before {
        background-repeat: no-repeat;
        top: -8px;
    }

    .section-bg-footer:before {
        background-position: center;
        background-size: cover;
        height: 30px;
    }

    .breadcrumb-nav{
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-section .section-tagline {
        margin-top: 0;
        margin-left: 20px;
    }
}

/***********************
* Animations
***********************/
@keyframes UpDown {
    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }

    to {
        opacity: 1;
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

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

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

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

/***********************
* Pre-loader
***********************/
#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#pre-loader .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1000;
    background-color: var(--thm-black);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#pre-loader .loader-section.section-left {
    left: 0;
}

#pre-loader .loader-section.section-right {
    right: 0;
}

#loader-logo {
    display: block;
    position: relative;
    left: calc(50% - 20em / 2);
    top: 15%;
    width: 20em;
    height: 9.375em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../image/favicon/favicon-32x32.png");
    z-index: 1001;
}

#loader-circle {
    display: block;
    position: relative;
    left: 50%;
    top: 35%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader-circle:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--thm-gray);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader-circle:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--thm-primary);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loaded #pre-loader .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #pre-loader .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-logo,
.loaded #loader-circle {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #pre-loader {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.no-js #pre-loader {
    display: none;
}

/***********************
* Accordian
***********************/

.accordian-box-item {
    background-color: #fff;
    border: 1px solid var(--thm-border);
    padding-left: 40px;
    padding-right: 15px;
}

.accordian-box-item + .accordian-box-item {
    margin-top: 20px;
}

.accordian-title {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordian-title h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.accordian-title i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 14px;
    transition: all 500ms ease;
}

.accordian-box-item.active .accordian-title i {
    background-color: var(--thm-light-bg);
    color: var(--thm-primary);
    transform: rotate(90deg);
}

.accordian-content {
    padding-bottom: 35px;
    display: none;
}

.accordian-content p {
    margin-bottom: 0;
}

/***********************
* Topbar
***********************/
.header {
    min-width: 400px;
}

.topbar {
    position: relative;
    margin-top: 0.5rem !important;
}

.topbar-inner {
    display: flex;
    background: #fff;
    box-shadow: inset 1px -1px 3px 0px rgb(105 104 104 / 30%);
}

.topbar-left {
    display: flex;
}

.topbar-socials {
    background-color: var(--thm-primary);
    padding: 10px;
    min-width: 253px;
    text-align: center;
}

.topbar-socials a {
    color: var(--thm-white);
    font-size: 14px;
}

.topbar-socials a + a {
    margin-left: 25px;
}

.topbar-info {
    padding: 10px 10px 10px 40px;
    color: var(--thm-white);
}

.topbar-one-middle .topbar-info {
    padding-left: 0;
}

.topbar-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
}

.topbar-info ul li {
    display: flex;
    align-items: center;
}

.topbar-icon i {
    color: var(--thm-primary);
    font-size: 14px;
}

.topbar-text a {
    font-size: 13px;
}

.topbar-text a:hover {
    color: var(--thm-white);
}

.topbar-text {
    font-family: var(--thm-font);
    font-size: 13px;
}

.topbar-text span {
    color: var(--thm-white);
    font-size: 13px;
}

.topbar-right {
    align-content: center;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.topbar-info ul li + li {
    margin-left: 35px;
}


.topbar-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu-two .topbar-right ul {
    padding: 20px 0px 15px;
}

.topbar-right li {
    display: inline-block;
    color: var(--thm-secondary);
    font-size: 13px;
}

.topbar-right li a:hover {
    color: var(--thm-white);
}

.topbar-right li + li:before {
    content: "/";
    margin: 0px 10px;
}

.topbar-one {
    display: flex;
    background-color: var(--thm-black);
}

.topbar-one-middle {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
    align-items: center;
}

@media (max-width: 576px) {
    .topbar {
        display: none;
    }

    .topbar-one {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 992px) {
    .topbar-info ul {
        display: block;
    }

    .topbar-info ul li {
        margin-bottom: 10px;
    }

    .topbar-info ul li + li {
        margin-left: 0px;
    }

    .topbar-one {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    .topbar-one-middle {
        display: block;
    }
}

@media (max-width: 1400px) {
    .topbar-one-middle .topbar-info {
        display: none;
    }

    .topbar-right {
        display: none;
    }
}


/***********************
* Header
***********************/
.sticky-header--cloned {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: var(--thm-white);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 15%);
}

.sticky-header--cloned.sticky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease,
        opacity 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease,
        opacity 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease, opacity 500ms ease;
    visibility: visible;
}

@media (max-width: 1200px) {
    .sticky-header--cloned {
        display: none !important;
    }
}

/***********************
* Menu
***********************/
.main-menu {
    background-color: var(--thm-primary);
    box-shadow: 1px 0px 3px 0px rgb(0 0 0 / 50%);
}

.main-menu.menu-two {
    padding-right: 0;
    z-index: 9;
    background-color: transparent;
    margin-bottom: -40px;
}

.main-menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu-left {
    display: flex;
    flex-grow: 1;
}

.main-menu-logo {
    min-width: 253px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #fff;
}

.menu-logo {
    padding: 40px 60px;
    max-width: 250px;
    align-items: center;
    color: var(--thm-white);
    display: inline-block;
    background-color: var(--thm-dark-black);
}

.navigation {
    padding: 25px;
}

.menu-two .navigation {
    padding-left: 20px;
}

.main-menu .main-menu-list {
    display: flex;
}

.main-menu .main-menu-list > li {
    position: relative;
}

.main-menu .main-menu-list > li > a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: var(--thm-white);
}

.main-menu .main-menu-list > li > a:before {
    position: absolute;
    content: "";
    height: 2.5px;
    left: 0;
    top: calc(75% + 3px);
    background-color: var(--thm-white);
    width: 100%;
    opacity: 0.3;
    transform: scale(0, 1);
    transition: transform 500ms ease;
    transform-origin: right;
}

.main-menu .main-menu-list > li.active > a:before,
.main-menu .main-menu-list > li:hover > a:before {
    transform: scale(1, 1);
    transform-origin: left;
}

.main-menu .main-menu-list > li.active > a,
.main-menu .main-menu-list > li > a:hover {
    color: var(--thm-yellow);
}

.main-menu .main-menu-list > li.has-dropdown > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    margin-left: 10px;
}

.main-menu.menu-two .main-menu-list > li > a {
    padding: 23px 0;
}

.main-menu .main-menu-list > li + li {
    margin-left: 50px;
}

.main-menu .main-menu-list > li ul {
    opacity: 0;
    position: absolute;
    width: 220px;
    left: -15;
    top: 100%;
    transform: translateY(30px);
    visibility: hidden;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu .main-menu-list > li:hover > a + ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .main-menu-list > li ul > li {
    position: relative;
}

.main-menu .main-menu-list > li ul > li > a {
    padding: 15px 20px;
    display: block;
    background-color: #fff;
    color: var(--thm-gray);
    border-bottom: 1px solid var(--thm-border);
}

.main-menu .main-menu-list > li ul > li:last-child > a {
    border-bottom: 0;
}

.main-menu .main-menu-list > li ul > li > a:hover {
    background-color: var(--thm-primary-light);
    color: #fff;
}

.main-menu .main-menu-list > li > ul li > ul {
    left: 100%;
    top: 0;
}

.main-menu .main-menu-list > li:hover > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu-button span {
    background-color: var(--thm-black);
}

.mobile-menu-button {
    display: none;
    margin-left: 30px;
    margin-right: 30px;
}

.mobile-menu-button span {
    height: 2px;
    width: 20px;
    background-color: var(--thm-black);
    display: block;
}

.mobile-menu-button span + span {
    margin-top: 4px;
}

.main-menu-right {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

a.search-toggler {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--thm-white);
    line-height: 55px;
    text-align: center;
}

.search-box {
    margin-right: 30px;
}

.search-box i {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 2.5;
}

.main-menu-right-button .btn-primary {
    margin-right: 40px;
    padding: 12px 20px;
}


.main-menu-right-button .btn-primary a {
    color: var(--thm-white);
    padding: 10px 0px;
}

.main-menu-one-inner {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 99;
}

.topbar-one-button {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 60px;
    display: flex;
}

.topbar-one-button .btn-primary {
    padding: 14px 24px;
    margin-left: 15px;
    background-color: var(--thm-primary-light);
}

.topbar-one-button .btn-primary:hover,
.topbar-one-button .btn-primary:focus,
.topbar-one-button .btn-primary.active {
    background-color: var(--thm-primary-light);
}

.topbar-one-button a {
    flex-shrink: 0;
}

.menu-logo {
    padding: 35px 20px;
    min-width: 250px;
    align-items: center;
    color: var(--thm-white);
    display: flex;
    background-color: var(--thm-black);
    justify-content: center;
}

@media (max-width: 576px) {
    .container{
        padding:0;
    }
    .main-menu-logo {
        width: 100%;
        max-width: 220px;
        padding: 5px 5px;
    }

    .main-menu.menu-two {
        margin-top: -17px;
    }

    .main-menu .container {
        padding-left: 0;
        padding-right: 0;
    }

    a.search-toggler {
        height: 25px;
        width: 25px;
        line-height: 0;
    }

    .search-box i {
        font-size: 15px;
        line-height: 2;
    }

    .mobile-nav-toggler span {
        background-color: var(--thm-white);
    }

    .mobile-menu-button {
        margin-left: 0px;
    }

    .main-menu-right {
        margin-right: 20px;
    }

    /* .main-menu-right { */
        /* position: absolute; */
        /* top: 68px; */
        /* left: 0; */
        /* right: 0; */
    /* } */

    .main-menu-one-inner {
        margin-top: 30px;
    }

    .menu-logo {
        min-width: 170px;
    }

    .topbar-one-button {
        margin-left: 0px;
    }

}

@media (max-width: 768px) {
    .topbar-one-button {
        margin-left: 105px;
    }

    .main-menu-right-button{
        display:none;
    }
}

@media (max-width: 1024px) {
    .navigation {
        display: none;
    }

    .main-menu .main-menu-list {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .topbar-one-button .btn-primary {
        padding: 14px 49px;
    }

}

@media (max-width: 1200px) {
    .main-menu.menu-two {
        margin-top: 10px;
    }
    .topbar-one-button {
        display: none;
    }

    .main-menu-right-button .btn-primary {
        margin-right: 10px;
        padding: 13px 20px;
    }
}

@media (max-width: 1400px) {
    .navigation {
        padding-left: 50px;
    }

    .main-menu-one-inner {
        background-color: inherit;
        justify-content: end;
        padding: 0px;
        margin-top: 15px;
    }

    .topbar-one-button .btn-primary {
        display: none;
    }
}

@media (max-width: 1920px) {
    .main-menu .main-menu-list > li + li {
        margin-left: 30px;
    }
}
/***********************
* Section Slider
***********************/
.section-slider {
    position: relative;
}

.section-slider .owl-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: end;
    top: 50%;
    /* left: 50%; */
    padding-left: 5% !important;
    padding-right: 5% !important;
    /* transform: translate(-50%, -50%); */
    width: 100%;
}

.section-slider .owl-carousel .owl-nav button.owl-prev,
.section-slider .owl-carousel .owl-nav button.owl-next {
    height: 50px;
    width: 50px;
    background: var(--thm-white);
    line-height: 50px;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 500ms ease;
    color: var(--thm-black);
}

.section-slider .owl-carousel .owl-nav button:hover {
    opacity: 1;
}

.section-slider .owl-carousel .owl-nav button + button {
    margin-top: 10px;
}

.section-slider-swiper .owl-item .item .item-slider-bg {
    display:-webkit-box;
    width: 100%;
    min-height: 650px;
    max-height: 650px;
}

.section-slider-swiper .slider-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding-left: 5% !important;
    padding-right: 5% !important;
    bottom: 10%;
    width: 100%;
}

.section-slider-swiper .owl-item .item .slider-content .slider-tagline {
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 1500ms ease;
}

.section-slider-swiper .owl-item.active .slider-content .slider-tagline {
    transform: translateY(0);
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    text-shadow: -3px 2px 5px #000000b0, -1px -1px 0 #000000b0,
        1px -1px 0 #000000b0, -1px 1px 0 #000000b0, 1px 1px 0 #000000b0;
}

.section-slider-swiper .owl-item .item .slider-content .section-title {
    font-size: 40px;
    font-weight: 800;
    color: var(--thm-white);
    font-family: var(--thm-font);
    margin-bottom: 10px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1500ms ease;
    text-shadow: -4px -3px 3px #000000b0, -1px -1px 0 #000000b0,
        1px -1px 0 #000000b0, -1px 1px 0 #000000b0, 1px 1px 0 #000000b0;
}

.section-slider-swiper .owl-item.active .slider-content .section-title {
    transform: translateY(0);
    opacity: 1;
}

.section-slider-swiper .slider-content a {
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05) !important;
    padding: 10px 20px;
    margin-top: 10px;
    position: relative;
    width: 15%;
}

.section-slider .owl-item .item .container {
    position: relative;
    z-index: 3;
}

.section-slider-swiper .slider-content .btn-primary {
    transform: translateY(50px);
    opacity: 0;
}

.section-slider-swiper .owl-item.active .slider-content .btn-primary {
    transform: translateY(0);
    opacity: 1;
}

.section-slider-two {
    position: relative;
    z-index: 1;
}

.section-slider-two-swiper .item {
    background-size: cover;
    background-color: var(--thm-dark-black);
}

.section-slider-two .owl-nav {
    position: absolute;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: end;
    top: 50%;
    left: 50%;
    display: flex;
    transform: translate(-50%, -50%);
    max-width: none;
    padding: 0 60px;
    flex-direction: row;
    justify-content: space-between;
}

.section-slider-two .owl-nav button.owl-prev,
.section-slider-two .owl-nav button.owl-next {
    height: 50px;
    width: 50px;
    background-color: var(--thm-white);
    line-height: 50px;
    border-radius: 50%;
    opacity: 0.35;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.section-slider-two .owl-nav button:hover {
    opacity: 1;
}

.slider-content-two {
    padding-top: 200px;
    padding-bottom: 200px;
}

.slider-tagline-two {
    font-size: 14px;
    color: var(--thm-white);
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 1500ms ease;
}

.section-slider-two .owl-item.active .slider-tagline-two {
    transform: translateY(0);
    opacity: 1;
}

.slider-content-two p {
    font-size: 20px;
    color: var(--thm-white);
    margin-bottom: 35px;
}

.slider-content-two .section-title {
    font-size: 80px;
    color: var(--thm-white);
    font-family: var(--thm-font);
    font-weight: 800;
    margin-bottom: 30px;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1500ms ease;
}

.section-slider-two .owl-item.active .section-title {
    transform: translateY(0);
    opacity: 1;
}

.section-slider-two .slider-content-two .btn-primary {
    transform: translateY(50px);
    opacity: 0;
}

.section-slider-two .owl-item.active .slider-content-two .btn-primary {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 1200px) {

    .section-slider-swiper .owl-item .item .item-slider-bg {
        min-height: 520px;
        max-height: 520px;
    }

    .slider-content .section-title {
        font-size: 70px;
    }

    .slider-content-two {
        padding: 150px 0px;
    }

    .slider-content-two .section-title {
        font-size: 70px;
    }

    .section-slider-swiper .slider-content a {
        width: 30%;
        padding:10px 10px;
    }

}

@media (max-width: 992px) {
    .section-slider-swiper .slider-content {
        max-width: 960px;
    }

    .section-slider-swiper .owl-item .item .slider-content .section-title {
        font-size: 2rem;
        font-weight: 600;
    }

    .section-slider-swiper .owl-item .item .slider-content .slider-tagline {
        font-size: 1rem;
        font-weight: 400;
        line-height: normal;
    }

    .section-slider-swiper .owl-item .item .slider-content a {
        font-size: 0.8rem;
        padding: 5px;
        width: 20%;
    }

    .section-slider .owl-nav {
        top: 60%;
        /* left: 40%; */
    }

    .section-slider .owl-nav button.owl-prev,
    .section-slider .owl-nav button.owl-next {
        height: 25px;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
    }

    .slider-content-two .section-title {
        font-size: 60px;
    }

}

@media only screen and (max-width: 768px) {

    .section-slider-swiper .owl-item .item .item-slider-bg {
        min-height: 420px;
        max-height: 420px;
    }

    .section-slider-swiper.container {
        padding-right: 0;
        padding-left: 0;
    }

    .section-slider-swiper .owl-item .item .slider-content .section-title {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .section-slider-swiper .owl-item .item .slider-content .slider-tagline {
        font-size: 0.9rem;
        font-weight: 300;
        line-height: normal;
    }

    .section-slider-swiper .owl-item .item .slider-content a {
        font-size: 0.8rem;
        padding: 5px;
        width: 30%;
    }

    .section-slider .owl-nav {
        /* left: 40%; */
    }

    .section-slider .owl-nav button.owl-prev,
    .section-slider .owl-nav button.owl-next {
        height: 25px;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
    }

    .slider-content-two .section-title {
        font-size: 40px;
    }
}

@media only screen and  (max-width: 576px) {

    .section-slider-swiper .owl-item .item .item-slider-bg {
        min-height: 320px;
        max-height: 320px;
    }

    .section-slider-swiper .owl-item .item .slider-content .section-title {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .section-slider-swiper .owl-item .item .slider-content .slider-tagline {
        font-size: 0.5rem;
        font-weight: 300;
        line-height: normal;
    }

    .section-slider-swiper .owl-item .item .slider-content a {
        font-size: 0.5rem;
        padding: 5px;
        width: 40%;
    }

    .section-slider .owl-nav {
        /* left: 40%; */
    }

    .section-slider .owl-nav button.owl-prev,
    .section-slider .owl-nav button.owl-next {
        height: 25px;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
    }

    .slider-content-two .section-title {
        font-size: 30px;
    }
    .section-tagline .section-title {
        font-size: 20px;
    }
}

@media only screen and  (max-width: 360px) {
    .section-slider-swiper .slider-content {
    }

    .section-slider-swiper .owl-item .item.item-slider-bg {
        min-height: 250px;
        max-height: 250px;
    }

    .section-slider-swiper .owl-item .item .slider-content .section-title {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .section-slider-swiper .owl-item .item .slider-content .slider-tagline {
        font-size: 0.5rem;
        font-weight: 300;
        line-height: normal;
    }

    .section-slider-swiper .owl-item .item .slider-content a {
        font-size: 0.5rem;
        padding: 5px;
        width: 30%;
    }

    .section-slider .owl-nav {
        /* left: 40%; */
    }

    .section-slider .owl-nav button.owl-prev,
    .section-slider .owl-nav button.owl-next {
        height: 25px;
        width: 25px;
        line-height: 25px;
        border-radius: 50%;
    }
}
/***********************
* Marquee
***********************/
.mobile-marquee {
    background-color: var(--thm-black);
}
@media (max-width: 576px) {
    .mobile-marquee {
        display: block;
    }
}

@media (min-width: 768px) {
    .mobile-marquee {
        display: none;
    }
}

@media (min-width: 994px) {
    .mobile-marquee {
        display: none;
    }
}

@media (min-width: 1400px) {
    .mobile-marquee {
        display: none;
    }
}


/***********************
* Page-content-box
***********************/

.page-content-box {
    position: relative;
    padding: 20px;
    border-radius: 0.1em !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    background-color: var(--thm-white);
}

/***********************
* main-section content
***********************/

.main-content-card {
    background-color: var(--thm-white);
}

.main-section-content {
    position: relative;
    /* padding-bottom: 25px; */
}

.main-section-content .main-content-card {
    position: relative;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.1em;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    background-color: var(--thm-white);
}

.main-section-content .main-content-card .main-content-box {
    position: relative;
    border: 1px solid rgb(0 0 0 / 28%);
    background-color: var(--thm-white);
    min-height: 100%;
}

.main-content-date-card {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 11px;
    background-color: var(--bs-danger);
    font-size: 12px;
    font-weight: 800;
}

.main-content-date-card a {
    color: var(--thm-white);
}

.main-content-date-card a:hover {
    color: var(--thm-white);
}

.main-content-date-card a:after {
    position: absolute;
    content: "";
    bottom: -9px;
    right: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--bs-danger);
}

.main-content-box-image {
    position: relative;
    padding: 20px;
}

.main-content-box-image img {
    width: 100%;
}

.main-content-box-detail {
    background-color: var(--thm-light-bg);
    padding: 10px;
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.main-content-sidebar-detail h4 {
    text-align: justify;
    font-size: 12px;
    color: var(--thm-light-bg);
}

.main-content-sidebar-detail h4 > a {
    font-size: 12px;
    transition: all 500msease;
    color: var(--thm-black);
}

.main-content-sidebar-detail h4 > a:hover {
    color: var(--thm-primary);
}

.main-content-sidebar-detail p {
    color: var(--thm-black);
}

.main-content-box-meta {
    padding: 20px;
    line-height: 12px;
}

.main-content-meta-inner {
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
}

.main-content-meta-inner span {
    padding-right: 20px;
}

.main-content-meta-inner .date:before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.main-content-meta-inner .author:before {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.main-content-meta-inner .topik:before {
    content: "\f02c";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.main-content-sidebar{
    position: relative;
    overflow: scroll;
    max-height: 800px;
}

.main-content-sidebar::-webkit-scrollbar {
    display: none;
}

.main-section-content .main-content-card .main-content-sidebar {
    position: relative;
    min-height: 100%;
}

.main-content-sidebar-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--thm-white);
    border-radius: 0.5em;
    border: 1px solid rgb(0 0 0 / 28%);
    margin-bottom: 10px;
    padding:10px;
    transition: all 0.3s ease;
    cursor:pointer;
}

.main-content-sidebar-post:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--thm-kemenkes-gray);
}

.main-content-sidebar-post-inner {
    position: relative;
    margin-bottom:10px;
}

.main-content-sidebar-post-inner img {
    width: 8.5rem;
    height: 5.5rem;
    position: relative;
    float: right;
}

.main-content-sidebar-icon {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

.main-content-sidebar-icon span{
    width: auto;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right:5px;
}

.main-content-sidebar-detail {
    background-color: var(--thm-light-bg);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
}

.main-content-sidebar-detail h5 {
    text-align: justify;
    font-size: 14px;
    color: var(--thm-light-bg);
}

.main-content-sidebar-detail h5 > a {
    transition: all 500msease;
    color: var(--thm-black);
}

.main-content-sidebar-detail h5 > a:hover {
    color: var(--thm-primary);
}

.main-section-title {
    position: relative;
    font-size: 24px;
    color: var(--thm-black);
}

.main-content-sidebar-footer {
    display: flex;
    justify-content: space-between;
}

.main-content-sidebar-footer span {
    font-size: 12px;
    color: var(--thm-black);
    font-widget: 600;
}


.main-section-content .main-content-card .main-content-sidebar-button {
    position: relative;
    background-color: var(--thm-light-bg);
    max-width: 100%;
    height: 50px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.main-content-sidebar-button .btn-primary {
    width: 50%;
    padding: 5px;
}

.main-content-sidebar-icon .date:before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: var(--thm-primary);
}

.main-content-sidebar-icon .author:before {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: var(--thm-primary);
}

.main-content-sidebar-icon .topik:before {
    content: "\f02c";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: var(--thm-primary);
}

.main-section-content .main-section-title {
    margin-top: 20px;
}

.main-title-box {
    left: 50%;
    transform: translateX(-50%);
}

.main-section-title h2 {
    font-weight: 800;
    letter-spacing: -0.4px;
    margin-bottom: 170px;
}

.main-section-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10%;
    background-color: rgb(var(--thm-funfact-bg-rgb));
    background-image: url(../image/bg/funfact-bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 200px;
    z-index: -1;
    opacity: 0.9;
}

@media (min-width: 1400px) {
    .main-section-content .main-content-card {
        padding: 20px 20px;
    }

    .main-content-box-image {
        padding: 20px;
    }
}

@media (min-width: 1280px) {


}

@media (min-width: 994px) {
    .main-section-content .main-content-card {
        padding: 20px;
    }

    .main-section-content .main-content-card .main-content-sidebar {
        overflow: auto;
        max-height: 120px !important;
    }

    .main-content-box-image {
        padding: 20px;
    }

    .main-content-box-image {
        margin-bottom: 10px;
    }


}

@media only screen and (max-width: 768px) {

    .main-section-content .container {
        padding-right: 0;
        padding-left: 0;
    }

    .main-section-content .main-content-card {
        padding: 5px 5px;
    }

    .main-section-content .main-content-card:before {
        border-radius: 0em;
    }

    .main-content-box-image {
        margin-bottom: 10px;
    }

    .main-content-box-meta {
        padding: 5px;
    }

    .main-section-content .main-content-card .main-content-box {
        min-block-size: auto;
        border-top-left-radius: 0.5em;
        border-top-right-radius: 0.5em;
    }

    .main-content-box-detail h4 {
        font-size: 16px;
    }

    .main-content-box-detail p {
        font-size: 14px;
        line-height: 1.2rem;

    }

    .main-content-meta-inner {
        flex-direction: column;
    }

    .main-content-meta-inner span {
        padding:5px 0px;
    }

    .main-section-content .main-content-card .main-content-sidebar {
        overflow: overlay;
        max-height: 120px !important;
    }

    .main-content-box-image {
        padding: 20px;
    }

    .main-section-content .main-section-title {
        margin-left: 10px;
    }

    .main-content-sidebar-post-inner img
    {
        float:none;
        width:100%;
        height: 7.5rem;
        margin-bottom: 10px;
    }

    .main-content-sidebar-icon{
        font-size: 9px;
        line-height:1.8;
    }

    .main-content-sidebar-detail h5{
        font-size:11px;
    }
}

@media (min-width: 576px) {
    .main-content-box {
        margin-bottom: 10px;
    }

    .main-section-content .main-content-card .main-content-sidebar {
        max-height: 450px !important;
    }

    .main-section-content .main-content-card {
    }

    .main-content-box {
        margin-bottom: 10px;
    }

    .main-section-content .main-content-card .main-content-sidebar {
        max-height: 300px !important;
        overflow: overlay;
    }

}

/***********************
* Main-section-gallery
***********************/
.main-section-galeri {
    position: relative;
    /* padding-bottom: 25px; */
    /* border-radius: 0.5em !important; */
}

.main-section-galeri .main-galeri-card:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    /* border-radius: 0.5em ; */
    /* border: 1px solid rgb(0 0 0 / 28%); */
    /* background-image: url(../image/bg/bg-content.png); */
    width: 100% !important;
    height: 100% !important;
}

.main-section-galeri .main-galeri-card {
    position: relative;
    border-radius: 0.5em !important;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-section-galeri .main-galeri-card .main-box-galeri {
    position: relative;
    min-height: 100%;
}

.main-section-galeri .main-box-galeri .main-box-galeri-inner {
    padding: 20px;
    background-color: var(--thm-white);
    margin-bottom: 20px;
    border: 1px solid rgb(0 0 0 / 28%);
}

.main-section-galeri .main-box-title {
    position: relative;
}

.main-section-galeri .main-box-title h2 {
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 800;
    letter-spacing: -0.4px;
}

.main-box-galeri-inner .main-box-video {
    position: relative;
}

.main-box-video .carousel-indicators {
    background-color: var(--thm-light-bg);
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-left: 0;
}

.main-box-video .carousel-indicators button {
    background-color: var(--thm-black);
}

.mediakom-carousel.owl-carousel .owl-item .item img {
    min-height: 16rem !important;
    object-fit: cover;
    min-width: 100%;
}

.artikel-carousel.owl-carousel .owl-item .item img {
    min-height: 16rem !important;
    object-fit: cover;
    min-width: 100%;
}

.main-box-video.carousel {
    border-radius: 0.5em;
}

.main-section-galeri .main-galeri-card .main-box-sidebar {
    position: relative;
    background-color: var(--thm-white);
}

.main-box-sidebar-inner {
    max-height: 940px;
    overflow: overlay;
}

.main-box-sidebar .main-box-sidebar-inner::-webkit-scrollbar {
    display: none;
}

.main-box-sidebar .main-box-sidebar-inner::-webkit-scrollbar-track {
    opacity: 0;
}

.main-box-sidebar .main-box-sidebar-inner::-webkit-scrollbar-thumb {
    /* background-color: var(--thm-primary) ;
    border-radius: 3px;
    border: 1px solid var(--thm-primary); */
}

.main-box-sidebar-inner .main-box-sidebar-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
    margin-bottom: 20px;
    background-color: var(--thm-light-bg);
}

.main-box-sidebar-card .sidebar-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main-box-sidebar-card .sidebar-card-body img {
    min-width: 100% !important;
    max-height: 150px;
    object-fit: cover;
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
}

.main-box-sidebar-card .main-box-sidebar-detail {
    width: 100%;
    background-color: var(--thm-white);
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.main-box-sidebar-card .main-box-sidebar-detail h5 {
    text-align: justify;
    font-size: 12px;
    color: var(--thm-light-bg);
}

.main-box-sidebar-card .main-box-sidebar-detail h5 > a {
    font-size: 12px;
    transition: all 500msease;
    color: var(--thm-black);
}

.main-box-sidebar-card .main-box-sidebar-icon {
    display: flex;
    font-size: 12px;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 10px;
}

.main-box-sidebar-card .main-box-sidebar-icon span {
    padding-right: 5px;
}

.main-box-sidebar-card .main-box-sidebar-icon .date:before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.main-box-sidebar-card .main-box-sidebar-icon .author:before {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.main-box-sidebar-card .main-box-sidebar-icon .topik:before {
    content: "\f02c";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

@media (max-width: 768px) {
    .main-section-galeri .main-box-sidebar-inner {
        min-height: 481px;
        max-height: 481px !important;
    }

    .main-section-galeri .container {
        padding-right: 0;
        padding-left: 0;
    }

    .main-section-galeri .main-galeri-card {
        padding: 10px;
    }

    /* .main-section-galeri .main-galeri-card:before{
        border-radius: 0;
    } */
    .main-section-galeri .main-box-title {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .main-section-galeri .main-box-galeri .main-box-galeri-inner {
        padding: 10px;
    }

    .main-section-galeri .main-box-galeri .main-box-galeri-inner {
        padding: 10px;
    }

    .mediakom-carousel.owl-carousel .owl-item .item img {
    }

    .artikel-carousel.owl-carousel .owl-item .item img {
    }
}

/***********************
* Department
***********************/
.department-card {
    text-align: center;
    padding: 0px 0px;
    position: relative;
}

.department-section {
    background-image: url("../image/bg/department-bg-1.jpg");
    padding-bottom: 100px;
}

.department-section .department-section-inner {
    background-color: var(--thm-primary);
}

.department-section-inner-carousel.owl-carousel {
    transform: translateY(-20%);
    height: 200px !important;
}

.department-card-icon {
    font-size: 35px;
    color: var(--thm-primary);
    height: 80px;
    width: 80px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    line-height: 90px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    transition: all 500ms;
}

.department-card-icon img {
    width: 100%;
    vertical-align: baseline;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid var(--thm-gray);
}

.department-card-icon:hover {
    background-color: var(--thm-yellow);
    color: var(--thm-white);
}

.department-card-icon a {
    color: var(--thm-primary);
}

.department-card-icon:hover i {
    color: var(--thm-white);
    transition: all 500ms;
}

.department-card-content h5 {
    color: var(--thm-white);
    margin-bottom: 0;
}

.department-card-content p {
    font-family: var(--thm-font);
    color: var(--thm-white);
    line-height: 1.875;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 20px;
}

.department-card-content h5 > a {
    color: inherit;
    font-size: 18px;
    font-weight: 800;
}

.department-card-content h5 > a:hover {
    /* color: var(--thm-white); */
    color: var(--thm-yellow);
}

.department-search-section {
    margin-top: 30px;
}

.department-search-form {
    display: flex;
    justify-content: flex-end;
}

.department-search-form input {
    max-width: 400px;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    outline: 0;
    color: var(--thm-gray);
    padding: 0px 25px;
    border: 2px solid var(--thm-primary);
    border-right: 0;
    background: transparent;
}



.department-search-form button {
    background-color: var(--thm-primary);
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 800;
    height: 50px;
    padding: 0 40px;
    border: 0;
    transition: all 500ms ease;
}

.department-search-form button:hover {
    background-color: var(--thm-black);
}

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



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

.department-two-box .section-title {
    margin-bottom: 50px;
    font-weight: 800;
}

.department-two-card {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    background-color: var(--thm-white);
}

.department-two-imgbox {
    background-color: var(--thm-white);
    position: relative;
}

.department-two-img {
    position: relative;
    width: 100%;
    transition: all 0.8s;
    overflow: hidden;
}

.department-two-img > a:before,
.department-two-img > a:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--thm-white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.department-two-img a {
    position: absolute;
    inset: 0;
    background-color: rgba(var(--thm-primary-rgb), 0.5);
    transition: transform 500ms ease-out;
    transform: scale(1, 0);
    transform-origin: bottom center;
}

.department-two-card:hover .department-two-img a {
    transform: scale(1, 1);
    transform-origin: top center;
}

.department-two-img > a:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.department-two-card:hover
    .department-two-card:before
    .department-two-card:after {
    transform: scale(1, 1);
    transform-origin: top center;
}

.department-two-img:before,
.department-two-img:after {
    background: var(--thm-primary);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    width: 110%;
    transform: rotate(4deg);
    transform-origin: top left;
}

.department-two-img:after {
    transform: rotate(5.5deg);
    background-color: #fff;
}

.department-two-card-detail {
    position: relative;
}

.department-two-card-icon {
    position: absolute;
    bottom: 0px;
    left: 50px;
}

.department-two-card-icon i {
    height: 100px;
    width: 100px;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
}

.department-two-img-icon {
    position: absolute;
    bottom: 0;
    left: 30px;
    height: 100px;
    width: 100px;
    text-align: center;
    font-size: 50px;
    background-color: var(--thm-primary);
    line-height: 115px;
    border-radius: 50%;
    color: var(--thm-white);
}

.department-two-img-icon:hover {
    background-color: var(--thm-white);
}

.department-two-img-icon i {
    color: var(--thm-white);
    font-size: 48px;
}

.department-two-img-icon:hover i {
    color: var(--thm-primary);
}

.department-two-content {
    padding: 14px 50px 43px 50px;
}


.department-two-content h4 {
    margin-bottom: 23px;
}

.department-two-content h4 a {
    color: inherit;
    transition: all 500ms ease;
}

.department-two-content h4 a:hover {
    color: var(--thm-primary);
}

.department-two-button span {
    transform: translateX(0px);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-size: 16px;
}

.department-two-card:hover .department-two-button span {
    transform: scale(1, 1);
    transform-origin: center right;
}

.department-two-card .department-two-button span {
    opacity: 0;
    font-size: 16px;
    font-weight: 800;
    transform: translateX(40px);
    margin-left: 10px;
}

.department-two-card:hover .department-two-button span {
    color: var(--thm-black);
    opacity: 1;
}

.department-two-button i {
    color: var(--thm-black);
}

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

.department-details-section .card-text{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.department-details-imgbox {
    background-color: var(--thm-white);
    position: relative;
}

.department-details-img-icon {
    position: absolute;
    bottom: -50px;
    right: 10px;
    height: 100px;
    width: 100px;
    text-align: center;
    font-size: 50px;
    background-color: var(--thm-white);
    line-height: 115px;
    border-radius: 50%;
    color: var(--thm-white);
}

.department-details-img-icon img {
    width: 100%;
    vertical-align: baseline;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid var(--thm-gray);
}

.department-details-img-icon:hover {
    background-color: var(--thm-primary);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.department-details-img-icon i {
    color: var(--thm-white);
}

.department-details-img-icon:hover i {
    color: var(--thm-primary);
}

.department-details-content-box h4 {
    margin-top: 23px;
    font-size: 34px;
    margin-bottom: 30px;
}

.department-details-content-box p {
    margin-bottom: 50px;
}

.department-details-box {
    margin-bottom: 45px;
}

.department-details-policy {
    padding: 25px 25px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-bottom: 25px;
}

.department-details-policy:before {
    content: "";
    position: absolute;
    height: 100px;
    width: 6px;
    background-color: var(--thm-primary);
    left: 0;
    bottom: 0;
}
.department-details-policy span {
    font-size: 18px;
    font-weight: 800;
    color: var(--thm-black);
    letter-spacing: -0.4px;
}

.department-details-benefits-inner-box {
    margin-bottom: 29px;
}

.department-details-benefits-box h3 {
    font-size: 24px;
}

.department-details-benefits-box p {
    color: var(--thm-primary);
    font-weight: 800;
    margin-bottom: 30px;
}
.department-details-law-box {
    margin-bottom: 60px;
}

.department-details-law-box h4 {
    margin-bottom: 30px;
}

.department-details-skill-box {
    margin: 50px 0px;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

@media (max-width: 575px) {
    .department-section-inner-carousel.owl-carousel {
        transform: translateY(-50%);
        height: 130px !important;
    }

    .department-section {
        padding-bottom: 50px;
    }

    .department-section .department-section-inner {
        padding-top: 20px;
    }

    .about-section {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .department-search-form button {
        padding: 0px 10px;
        width: 190px;
    }

    .department-two-img:before,
    .department-two-img:after {
        position: relative;
        height: 52px;
    }

    .department-details-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .department-details-section .card-title{
        font-size:14px;
    }

    .department-details-section .card-text{
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .department-details-policy:before {
        content: "";
        position: absolute;
        height: 125px;
        width: 6px;
        background-color: var(--thm-primary);
        left: 0;
        bottom: 0;
    }

}

@media (max-width: 992px) {
    .department-search-form button {
        padding: 0px 15px;
        width: 190px;
    }
    .department-two-img img {
        width: 100%;
    }
    .department-search-form input {
        max-width: none;
    }

    .department-details-benefits-box-image img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .department-card {
        margin-top: 10px;
    }

    .department-section .department-section-inner {
        padding-top: 60px;
    }

    .department-one-section {
        padding: 70px 0px;
    }

    .department-two-content {
        padding: 15px 70px 43px 50px;
    }
    .department-details-section {
        padding: 35px 0px;
    }
}

@media (max-width: 1400px) {
    .department-two-section {
        padding: 70px 0px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
    .department-two-img:before,
    .department-two-img:after {
        transform: rotate(5deg);
    }
}
/***********************
* About
***********************/
.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-image {
    display: inline-flex;
}

.about-image .img-one {
    position: relative;
}

.about-image .img-one:before {
    content: "";
    position: absolute;
    border-bottom: 10px solid var(--thm-primary);
    width: 100%;
    height: 10px;
    top: calc(100% + 10px);
}


.about-image .img-one .sign-text {
    position: absolute;
    bottom: 5px;
    color: var(--thm-primary);
    font-size: 54px;
    font-family: var(--thm-secondary-font);
    white-space: nowrap;
    right: 25px;
}

.about-image-caption {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    left: 15%;
    top: 46%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 12%);
}

.about-image-caption::before {
    content: "";
    position: absolute;
    top: calc(100% - 10px);
    width: 0;
    left: 30px;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 0;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    border-color: #fff transparent transparent transparent;
}

.about-image-caption-inner {
    position: relative;
    border: 4px solid var(--thm-primary);
    padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-image-caption-inner::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    left: 6%;
    border-style: solid;
    border-width: 30px 50px 0 0;
    border-color: var(--thm-primary) transparent transparent transparent;
}

.about-image-caption-inner::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    width: 0;
    left: 30px;
    height: 0;
    border-style: solid;
    border-width: 20px 36px 0 0;
    border-color: #fff transparent transparent transparent;
}

.about-caption-number {
    font-size: 50px;
    margin-right: 10px;
    line-height: 1;
    color: var(--thm-black);
    font-weight: 800;
}

.about-caption-text {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 500;
}

.about-image .img-two {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}

.about-image .img-two .floated-image {
    position: absolute;
    right: -50px;
    top: 73px;
    overflow: hidden;
    animation: mover 2s infinite alternate;
}

.about-image .img-two img {
    position: relative;
}

.about-inner {
    padding-left: 60px;
    padding-top: 53px;
}

.about-section .section-title-box {
    margin-bottom: 40px;
}

.about-inner .section-tagline {
    margin-bottom: 4px;
}

.about-inner .section-title {
    margin-bottom: 30px;
}

.about-card {
    margin-bottom: 36px;
}

.about-card .about-title {
    font-size: 18px;
}

.about-card .about-detail p {
    font-family: var(--thm-font);
    color: var(--thm-black);
    line-height: 1.875;
    font-weight: 600;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
}

.about-title i {
    font-size: 18px;
    color: var(--thm-primary);
    display: inline-block;
    margin-right: 10px;
}

.about-text {
    margin-bottom: 0;
}

.about-author-box {
    display: flex;
    align-items: center;
}

.about-author-image {
    border-left: 5px solid var(--thm-primary);
}

.about-author-image img {
    border-radius: 50%;
    border: 1px solid var(--thm-gray);
    padding: 10px 10px;
    margin-left: 10px;
}

.about-author-box-meta {
    margin-left: 20px;
}

.about-author-box-meta h5 {
    margin: 0;
    font-size: 16px;
    font-family: var(--thm-font);
    color: var(--thm-black);
}

.about-author-box-meta span {
    font-size: 16px;
    color: var(--thm-gray);
    font-family: var(--thm-font);
}

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

.about-one-inner {
    margin-top: 14px;
    margin-right: 30px;
}

.about-one-inner h2 {
    margin-bottom: 35px;
}

.about-one-inner-text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 43px;
}

.about-one-card {
    display: flex;
    align-items: center;
}

.about-one-card-number {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    flex-shrink: 0;
}

.about-one-card-content h5 {
    margin-left: 15px;
    margin-right: 45px;
    margin-bottom: 0;
}

.about-one-image {
    position: relative;
}

.about-one-image .floated-image-one {
    position: absolute;
    left: -101px;
    bottom: -84px;
    z-index: -1;
    transition: all 500ms ease;
    animation: fadeInRight 3s ease-in-out;
    transform: rotateX(45deg);
}

.about-two {
    padding-top: 120px;
}

.about-two-section {
    padding-bottom: 120px;
}

.about-two-image {
    display: inline-flex;
    position: relative;
}

.about-two-image .about-two-image-inner {
    position: relative;
}

.about-two-image .img-one .floated-image {
    right: 100%;
    top: 40px;
    position: absolute;
    animation: mover 2s infinite alternate;
}

.about-two-image .img-one .sign-text {
    position: absolute;
    bottom: 70px;
    color: var(--thm-primary);
    font-size: 60px;
    font-family: var(--thm-special-font);
    white-space: nowrap;
    left: 50%;
    transform: skewY(-20deg);
    z-index: 1;
}

.about-two-image .img-two .mayor-image {
    position: absolute;
    left: -17px;
    top: 5px;
}

.about-two-image .img-two img {
    position: relative;
    margin-left: -120px;
    top: 70px;
}

.about-two-service-video {
    position: absolute;
    right: 40px;
    top: 20px;
}

.about-two-service-video a {
    background-color: var(--thm-black);
    color: var(--thm-primary);
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: ripple 2000ms infinite;
}

.about-two-service-video a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.about-two-service-video a:before,
.about-two-service-video a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: ripple 2000ms infinite;
}

.about-two-service-video a:before {
    animation-delay: 1000ms;
}

.about-two-service-video a:after {
    animation-delay: 500ms;
}

.about-two-inner {
    padding-left: 60px;
    padding-top: 20px;
}

.about-two-inner .section-tagline {
    margin-bottom: 10px;
}

.about-two-content {
    display: flex;
    align-items: center;
    padding: 17px 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    color: var(--thm-black);
}

.about-two-content i {
    font-size: 18px;
    color: var(--thm-primary);
    display: inline-block;
    margin-right: 15px;
}

.about-two-content h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.about-two-text {
    margin-top: 35px;
}

.about-two-text-inner-one p {
    color: var(--thm-primary);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
}

.about-two-text p {
    margin-bottom: 30px;
    line-height: 1.875;
}

.about-two-author-content {
    display: flex;
    align-items: center;
}

.about-two-author-content-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-two-author-content-icon i {
    font-size: 20px;
    height: 50px;
    width: 50px;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.about-two-author-content-contact {
    margin-left: 15px;
}

.about-two-author-content-contact h5 {
    color: var(--thm-black);
    margin-bottom: 3px;
    font-size: 16px;
}

.about-two-author-content-contact a {
    color: var(--thm-gray);
    font-size: 17px;
}

.about-two-author-content-contact a:hover {
    color: var(--thm-primary);
}

.about-two-author-content-socials {
    margin-left: 60px;
}


.about-two-author-content-socials a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 10px;
    text-align: center;
    background-color: var(--thm-light-bg);
    color: var(--thm-black);
}

.about-two-author-content-socials a:hover {
    background-color: var(--thm-primary);
    color: var(--thm-white);
}


@media (max-width: 575px) {
    .about-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-image .img-two .floated-image {
        display: none;
    }

    .about-image .img-one:before {
        display: none;
    }

    .about-inner .section-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about-image .img-one .sign-text {
        display: none;
    }

    .about-two-author-content-socials {
        margin-top: 30px;
    }

    .about-two-author-content {
        flex-wrap: wrap;
    }

    .about-two-inner {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .about-card {
        margin-bottom: 30px;
    }

    .about-card .about-detail p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .about-one-image .floated-image-one {
        display: none;
    }
    .about-inner {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .about-image-inner .section-tagline {
        display: none;
    }

    .about-image-inner.img-one span {
        display: none;
    }

    .about-section {
        margin-top: none;
        padding-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .about-one-image .img-fluid {
        width: 100%;
    }

    .about-one-section {
        padding: 70px 0px;
    }

    .about-two-section {
        padding-bottom: 70px;
    }

    .about-image-caption {
        display: none;
    }
     .about-two-inner {
        margin-left: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 1400px) {
    .about-inner {
        padding-top: 13px;
    }
    .about-image-caption-inner {
        display: none;
    }

    .about-image .img-one {
        top: 0px;
    }

    .about-two-author-content {
        display: block;
    }
    .about-two-inner {
        margin-left: 30px;
    }
    .about-two-author-content-box {
        margin-bottom: 20px;
    }

    .about-two-author-content-socials {
        margin-left: 0px;
    }
}

/***********************
* Service
***********************/
.service-section {
    padding-top: 120px;
    background-image: url("../image/bg/service-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--thm-dark-black);
}


.service-section .section-title-box {
    margin-bottom: 40px;
    margin-top: 13px;
}

.service-section .section-tagline {
    margin-bottom: 4px;
}

.service-section h2 {
    margin-bottom: 32px;
    letter-spacing: -0.4px;
}

.service-section .section-text p {
    color: var(--thm-secondary);
    margin-bottom: 110px;
}

.service-arrow-image {
    position: relative;
}
.service-arrow-image img {
    position: absolute;
    bottom: 250px;
    right: -60px;
    animation: UpDown 2s linear infinite;
    transform: translateX(45px);
    transform-origin: top left;
}

.service-card {
    /* background-image: url("../image/bg/service-3.jpg"); */
    background-color: var(--thm-white);
    position: relative;
    z-index: 1;
    background-position: bottom center;
    padding: 60px 60px;
    margin-bottom: -60px;
}

.service-card-video {
    padding: 20px 20px;
    background-color: var(--thm-secondary);
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0;
}

.service-card-video a {
    color: var(--thm-primary);
    font-size: 20px;
    background-color: var(--thm-black);
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: ripple 2000ms infinite;
}

.service-card-video a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.service-card-video a:before,
.service-card-video a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: ripple 2000ms infinite;
}

.service-card-video a:before {
    animation-delay: 1000ms;
}

.service-card-video a:after {
    animation-delay: 500ms;
    width: 140px;
    height: 140px;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    -webkit-animation: videoBtnAnim 5s ease-in-out infinite;
    animation: videoBtnAnim 5s ease-in-out infinite;
}

.service-card li {
    font-size: 18px;
    font-family: var(--thm-font);
    position: relative;
    transition: all 500ms ease;
}

.service-card li + li {
    border-top: 1px solid var(--thm-border);
}

.service-card li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: space-between;
    padding: 15px 20px;
    color: var(--thm-gray);
    transition: all 500ms ease;
}

.service-card li a:hover {
    background-color: var(--thm-light-bg);
    color: var(--thm-primary);
}

.service-card li a i {
    font-size: 12px;
}

.service-button {
    text-align: right;
    margin-top: 20px;
}

.service-card .section-text {
    margin-bottom: 40px;
}

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

.service-one-card {
    padding: 40px 50px;
    position: relative;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 9;
}

.service-one-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 500ms ease;
    box-shadow: 0 0 0px 0px var(--thm-primary);
    z-index: -1;
}

.service-one-card:hover:before {
    box-shadow: 0 0 0px 2px var(--thm-primary);
}

.service-one-card:after {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: var(--thm-light-bg);
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 100%;
    transition: all 500ms ease;
}

.service-one-card:hover:after {
    background-color: var(--thm-primary);
}

.service-one-card:hover h4 > a {
    color: var(--thm-primary);
}

.service-one-icon {
    padding-bottom: 17px;
}

.service-one-icon a {
    font-size: 60px;
    color: var(--thm-primary);
}

.service-one-card-content h4 {
    margin-bottom: 5px;
}

.service-one-card-content h4 > a {
    color: inherit;
    transition: all 500ms ease;
}

.service-one-card-content h4 > a:hover {
    color: var(--thm-primary);
}

.service-two-section {
    position: relative;
    padding: 60px 0;
}

.service-two-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--thm-primary);
    background-image: url(../image/bg/funfact-bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 290px;
}

.service-two-card {
    margin-bottom: 30px;
}

.service-two-imgbox {
    background-color: var(--thm-white);
    position: relative;
}

.service-two-image img {
    width: 100%;
}

.service-two-image a {
    position: absolute;
    inset: 0;
    background-color: rgba(var(--thm-primary-rgb), 0.5);
    transition: transform 500ms ease-out;
    transform: scale(1, 0);
    transform-origin: bottom center;
}

.service-two-card:hover .service-two-image a {
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-two-card-content {
    padding: 30px 50px 15px 50px;
    text-align: center;
    position: relative;
    margin: 0px 20px;
    margin-top: -35px;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.service-two-card-content h4 {
    font-size: 22px;
    color: var(--thm-black);
}

.service-two-card-content p {
    border-bottom: 1px solid var(--thm-border);
    padding-bottom: 32px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.service-two-card-content i {
    color: var(--thm-black);
    margin-top: 10px;
}

.service-link-box {
    position: relative;
    background-image: url("../image/bg/service-link-1.png");
    background-color: var(--thm-black);
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    padding: 49px 50px;
}

.service-link-box h4 {
    font-size: 30px;
    color: var(--thm-white);
    margin-bottom: 25px;
}

.service-link-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.service-link-box li {
    font-size: 18px;
    font-family: var(--thm-font);
}

.service-link-box li + li {
    margin-top: 20px;
}

.service-link-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: var(--thm-secondary);
}

.service-link-box li a:hover {
    color: var(--thm-white);
}

.service-link-box li a i {
    font-size: 12px;
    transition: all 500ms ease;
}

.service-link-box li a:hover i {
    color: var(--thm-primary);
}

.service-two-image > a:before,
.service-two-image > a:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--thm-white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-two-image > a:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.service-two-card-content a {
    transform: translateX(50px);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    font-size: 16px;
}

.service-two-card:hover .service-two-card-content a {
    transform: scale(1, 1);
    transform-origin: center right;
}

.service-two-card .service-two-card-content span {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 800;
    opacity: 0;
}

.service-two-card:hover .service-two-card-content span {
    color: var(--thm-black);
    opacity: 1;
}

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

.service-details-image {
    margin-bottom: 20px;
}

.service-details-image img {
    width: 100%;
}

.service-details-content-box h3 {
    font-size: 34px;
}

.service-details-content-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 30px;
}

.service-details-title {
    font-size: 24px;
    margin-bottom: 22px;
}

.service-details-box-inner {
    margin: 40px 0px;
}

.service-details-box-inner .row > [class^="col-"] + [class^="col-"] {
    border-left: 2px solid #fff;
}

.service-details-box {
    padding: 60px 60px;
    background-color: var(--thm-light-bg);
}

.service-details-icon a {
    font-size: 60px;
    color: var(--thm-primary);
    margin-bottom: 18px;
    display: inline-block;
}

.service-details-icon i {
    margin-bottom: 0px;
}

.service-details-content h4 {
    margin-bottom: 5px;
}

.service-details-content h4 > a {
    color: inherit;
    transition: all 500ms ease;
}

.service-details-content h4 > a:hover {
    color: var(--thm-primary);
}

.service-details-content p {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .service-three-section {
        padding: 70px 0px;
    }
}

.service-three-card {
    padding: 45px 45px;
    border: 1px solid var(--thm-border);
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    min-height: 188px;
    transition: all 500ms ease;
}

.service-three-card:hover {
    border: 1px solid var(--thm-primary);
}

.service-three-card:after {
    content: "";
    position: absolute;
    height: 70px;
    width: 70px;
    background-color: var(--thm-light-bg);
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 100%;
    transition: all 500ms ease;
}

.service-three-card:hover:after {
    background-color: var(--thm-primary);
}

.service-three-icon {
    transition: all 500s ease-in-out;
    transform: translateY(30px);
    animation: fadeinout 500ms infinite;
}

.service-three-card:hover .service-three-icon {
    transform: scale(1, 1);
    display: none;
    transform-origin: center left;
}

.service-three-icon > i {
    font-size: 60px;
    color: var(--thm-primary);
    display: block;
}

.service-three-card-content {
    transition: all 1000ms ease;
    transform: translateY(50px);
}

.service-three-card:hover .service-three-card-content {
    transform: scale(1, 1);
    transform-origin: center left;
}

.service-three-card-content > h3 > a {
    color: var(--thm-black);
    font-size: 23px;
    transition: all 500ms ease;
}

.service-three-card-content > h3 > a:hover {
    color: var(--thm-primary);
}

.service-three-card-content > p {
    margin-bottom: 0px;
    display: none;
}

.service-three-card:hover .service-three-card-content > p {
    display: block;
}

.service-three-detail {
    display: flex;
    align-items: center;
    opacity: 0;
    justify-content: space-between;
}

.service-three-card:hover .service-three-detail {
    opacity: 1;
}

.service-three-detail a > span {
    color: var(--thm-black);
    transition: all 500ms ease;
    font-weight: 600;
}

.service-three-detail a > span:hover {
    color: var(--thm-primary);
}

.service-three-detail a > i {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.service-three-detail a > i:hover {
    color: var(--thm-primary);
}

.service-three-detail > a > i {
    margin-left: 10px;
}

.service-three-detail > i {
    font-size: 60px;
    opacity: 0.4;
}



@media (max-width: 576px) {
    .service-card {
        padding: 0;
    }
    .service-button {
        text-align: left;
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .service-two-section {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .service-section {
        padding-top: 80px;
    }
     .service-one-card {
        margin-bottom: 20px;
    }
     .service-details-box-inner .row > [class^="col-"] + [class^="col-"] {
        border-left: 0;
        border-top: 2px solid #fff;
    }
}

@media (max-width: 1200px) {
    .service-card {
        padding: 40px 40px;
        margin-top: -30px;
    }
    .service-card-video {
        display: none;
    }
     .service-one-section {
        padding: 70px 0px;
    }
     .service-link-box {
        padding: 45px 40px;
    }
    .service-details-section {
        padding: 70px 0px;
    }
    .service-arrow-image {
        display: none;
    }
}

/***********************
* Funfact
***********************/
.funfact-section {
    padding-top: 120px;
    padding-bottom: 111px;
    background-color: var(--thm-primary);
    background-image: url(../image/bg/funfact-bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .funfact-section {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .funfact-counter-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .funfact-counter-item {
        margin-bottom: 20px;
    }
}

.funfact-counter-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.funfact-counter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    background-color: var(--thm-black);
    color: var(--thm-primary);
    font-size: 54px;
    flex-shrink: 0;
    margin-right: 25px;
}

.funfact-counter-icon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 100%;
    border-style: solid;
    border-width: 10px 15px 0 0;
    border-color: var(--thm-black) transparent transparent transparent;
}

.funfact-counter-number {
    font-size: 60px;
    color: #fff;
    display: flex;
    align-items: center;
}

.funfact-counter-number h3 {
    font-size: 60px;
    color: var(--thm-white);
    font-weight: 500;
    display: contents;
}

.funfact-text {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0px;
}

/***********************
* Mayor
***********************/
.mayor-section {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .mayor-section {
        padding-top: 70px;
        padding-bottom: 0px;
    }
}

@media (max-width: 300px) {
    .mayor-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.mayor-box {
    padding-right: 90px;
    padding-top: 14px;
}

@media (max-width: 991px) {
    .mayor-box {
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .mayor-box {
        display: inline;
    }
}

.mayor-box .section-title-box {
    margin-bottom: 30px;
}

.mayor-box p {
    margin-bottom: 0px;
}

.mayor-icon-box {
    display: flex;
    margin-bottom: 20px;
}

.mayor-icon {
    margin-right: 20px;
    position: relative;
}

.mayor-icon:before {
    position: absolute;
    content: "";
    height: 44px;
    width: 44px;
    left: 0;
    top: 0;
    background-color: var(--thm-light-bg);
}

.mayor-icon i {
    font-size: 64px;
    color: var(--thm-primary);
    position: relative;
    display: inline-block;
}

.mayor-icon-title {
    margin: 0;
    font-weight: 700;
    line-height: 1.7;
    font-size: 20px;
}

.mayor-icon-title a {
    color: inherit;
}

.mayor-img {
    position: relative;
}

.mayor-img:before {
    content: "";
    position: absolute;
    top: -120px;
    bottom: -120px;
    width: 40000px;
    left: 120px;
    background-color: var(--thm-light-bg);
}

@media (max-width: 991px) {
    .mayor-img:before {
        position: relative;
    }
}

.mayor-img .floated-image-one {
    position: absolute;
    color: var(--thm-white);
    left: -160px;
    bottom: -120px;
    transition: all 500ms ease;
    animation: fadeInRight 3s ease-in-out;
}

@media (max-width: 991px) {
    .mayor-img .floated-image-one {
        display: none;
    }
}

.mayor-img img {
    position: relative;
}

@media (max-width: 991px) {
    .mayor-img img {
        margin-right: 30px;
    }
}

.mayor-name {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
    top: 40px;
    background-color: #fff;
    color: var(--thm-black);
    writing-mode: vertical-rl;
    transform: translateX(-50%) rotate(180deg);
    padding: 60px 20px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.17);
}

@media (max-width: 991px) {
    .mayor-name {
        padding: 50px 20px;
        left: 0;
    }

    .mayor-img {
        margin-left: 30px;
    }
}

/***********************
* Page banner
***********************/
.page-banner {
    /* background-image: url("../image/bg/page-banner.png"); */
    background-repeat: no-repeat;
    background-color: var(--thm-primary);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-breadcrumbs ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.page-breadcrumbs li {
    color: var(--thm-white);
    font-size: 14px;
}

.page-breadcrumbs li + li:before {
    content: "/";
    position: relative;
    margin: 10px;
}

.page-breadcrumbs a {
    color: var(--thm-yellow);
    font-size: 14px;
    font-weight: 500;
}

.page-banner-title h3 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 0px;
    color: var(--thm-white);
}

@media (max-width: 1199px) {
    .page-banner-title h3 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .page-banner-title h3 {
        font-size: 30px;
    }
}

/***********************
* Portfolio
***********************/
.portfolio-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .portfolio-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.portfolio-card {
    position: relative;
}

.portfolio-card img {
    width: 100%;
}

.portfolio-card-meta {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    transform: scale(1, 0);
    transform-origin: bottom;
    transition: transform 500ms;
}

.portfolio-card:hover .portfolio-card-meta {
    transform: scale(1);
}

.portfolio-card-text {
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--thm-primary);
}

.portfolio-card-text a {
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 800;
}

.portfolio-card-title {
    color: var(--thm-black);
    padding: 12px 10px;
    font-size: 12px;
    line-height: initial;
    text-align: start;
    background-color: var(--thm-white);
    font-weight: 700;
}

.portfolio-card-title a {
    color: inherit;
}

.portfolio-card-title a:hover {
    color: var(--thm-black);
}

.portfolio-content {
    padding: 0px 100px;
}

@media (max-width: 1199px) {
    .portfolio-content {
        padding: 0px 15px;
    }
}

.portfolio-two-section {
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .portfolio-two-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 1199px) {
    .portfolio-two-content {
        padding: 0px 15px;
    }
}

.portfolio-two-section .section-title {
    margin-bottom: 60px;
    font-size: 50px;
    font-weight: 800;
}

.portfolio-two-carousel .owl-stage-outer {
    overflow: visible;
}

.portfolio-two-card-content {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 5%;
    right: 5%;
    transition: transform 8s;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 500ms;
    display: flex;
    align-items: center;
    padding: 35px 39px;
    background-color: var(--thm-primary);
}

.portfolio-two-card-content a {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 1.2;
}

.portfolio-two-card:hover .portfolio-two-card-content {
    transform: scale(1);
}

.portfolio-two-image img {
    padding: 0px 30px;
}

.portfolio-two-card-text {
    max-width: 170px;
}

.portfolio-two-card-icon {
    margin-left: 40px;
}

.portfolio-two-card-icon a {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-color: var(--thm-white);
    border-radius: 50%;
    text-align: center;
    color: var(--thm-black);
    line-height: 50px;
}

.portfolio-details {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .portfolio-details {
        padding-top: 70px;
    }
}

.portfolio-details img {
    width: 100%;
}

.portfolio-details-info {
    padding: 47px 60px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .portfolio-details-info {
        padding: 50px 20px;
    }
}

@media (max-width: 991px) {
    .portfolio-details-info-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.portfolio-details-info-item span {
    color: var(--thm-white);
}

.portfolio-details-info-item p {
    font-size: 18px;
    color: var(--thm-white);
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-details-info-socials {
    display: flex;
}

.portfolio-details-info-socials a {
    height: 40px;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--thm-dark-black);
    color: var(--thm-white);
}

.portfolio-details-info-socials a + a {
    margin-left: 10px;
}

.portfolio-details-content {
    padding-top: 50px;
    padding-bottom: 115px;
}

@media (max-width: 1199px) {
    .portfolio-details-content {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.portfolio-details-content-title h3 {
    font-size: 34px;
    margin-bottom: 25px;
}

.portfolio-details-content-text p {
    margin-bottom: 0px;
}

.portfolio-details-content-text p + p {
    margin-top: 30px;
}

.portfolio-details-nav-inner {
    display: flex;
    justify-content: space-between;
    padding: 31px 0px;
    border-top: 1px solid var(--thm-border);
    border-bottom: 1px solid var(--thm-border);
}

@media (max-width: 575px) {
    .portfolio-details-nav-inner {
        display: grid;
    }
}

.portfolio-details-nav-item {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

@media (max-width: 575px) {
    .portfolio-details-nav-item {
        padding-bottom: 50px;
    }
}

.portfolio-details-nav-content span {
    font-size: 14px;
}

.portfolio-details-nav-content h5 {
    margin-bottom: 0;
    font-size: 18px;
}

.portfolio-details-nav-content h5 > a {
    color: inherit;
}

.portfolio-details-nav-content h5 > a:hover {
    color: var(--thm-primary);
}

.portfolio-details-nav-item.next-item {
    flex-direction: row-reverse;
    text-align: right;
}

.portfolio-details-nav-icon a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    color: var(--thm-black);
    border: 2px solid currentColor;
    border-radius: 50%;
    transition: all 500ms ease;
}

.portfolio-details-nav-item:hover .portfolio-details-nav-icon a {
    color: var(--thm-primary);
    opacity: 1;
}

.portfolio-details-nav-content a {
    color: inherit;
    font-weight: 800;
}

/***********************
* Client
***********************/
@media (max-width: 1199px) {
    .client-section {
        padding-bottom: 50px;
    }
}

.client-section .owl-stage-outer {
    border-top: 1px solid var(--thm-border);
    padding-top: 80px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .client-section .owl-stage-outer {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

.button.owl-prev {
    position: absolute;
    top: 0;
    font-size: 100%;
}

.client-carousel .owl-item img {
    display: block;
    width: 100%;
    /* opacity: 0.4; */
    padding: 30px;
    transition: all 500ms ease;
}

.client-carousel .owl-item img:hover {
    opacity: 0.6;
    background-color: var(--thm-light-bg);
}

.client-text {
    background-color: #fff;
    padding: 0 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .client-text {
        padding: 0px;
    }
}

@media (max-width: 470px) {
    .client-text {
        padding: 0px 20px;
    }
}

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

@media (max-width: 1199px) {
    .client-one-section {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}

.client-one {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .client-one {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

/***********************
* CTA
***********************/
.cta-one {
    background-image: url("../image/bg/cta-bg-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
}

.cta-one-content h2 {
    font-size: 50px;
}

.cta-one-content .btn-primary {
    background-color: var(--thm-black);
    padding: 18px 49px;
}

.cta-one-content .btn-primary:hover {
    background-color: var(--thm-dark-black);
}

.cta-two-section .cta-two-section-inner {
    background-position: left top;
    background-repeat: no-repeat;
    padding: 60px 60px;
    padding-right: 0;
    position: relative;
    background-color: var(--thm-primary);
}

@media (max-width: 575px) {
    .cta-two-section .cta-two-section-inner {
        padding-right: 60px;
    }
}

.cta-two-section .cta-two-section-inner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 4500px;
    height: 100%;
    background-image: url("../image/bg/cta-two-bg-1.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 60px;
    padding-right: 0;
    background-color: var(--thm-primary);
}

.cta-two-title {
    display: flex;
    position: relative;
    align-items: center;
}

.cta-two-card-icon i {
    color: var(--thm-white);
    font-size: 60px;
}

@media (max-width: 575px) {
    .cta-two-card-icon {
        text-align: left;
        margin-bottom: 10px;
    }
}

.cta-two-card-content {
    margin-left: 35px;
}

@media (max-width: 575px) {
    .cta-two-card-content {
        margin-left: 20px;
    }
}

.cta-two-card-content p {
    font-size: 16px;
    color: var(--thm-white);
    font-weight: 400;
    margin-bottom: 0;
}

.cta-two-card-content h3 {
    font-size: 34px;
    line-height: 40px;
    color: var(--thm-white);
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .cta-two-form-outer {
        width: 100%;
    }
}

.cta-two-form {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: end;
}

@media (max-width: 1199px) {
    .cta-two-form {
        margin-top: 30px;
        justify-content: start;
    }
}

@media (max-width: 575px) {
    .cta-two-form {
        display: block;
        margin-left: 0;
    }
}

.cta-two-form-group {
    flex-grow: 1;
    max-width: 400px;
}

.cta-two-form-group input {
    width: 100%;
    font-size: 16px;
    height: 60px;
    color: var(--thm-gray);
    padding: 0px 25px;
    outline: none;
    border: none;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    .cta-two-form-group {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .cta-two-form-group {
        width: 100%;
    }
}

.cta-two-form .btn-primary {
    background-color: var(--thm-black);
    margin-left: 10px;
    height: 60px;
    padding: 18px 49px;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .cta-two-form .btn-primary {
        width: 100%;
        margin: 20px 0px;
    }
}

.cta-two-card-button .btn-primary > a {
    color: var(--thm-white);
}

.cta-two-card-button .btn-primary:hover {
    background-color: var(--thm-dark-black);
}

@media only screen and (max-width: 575px) {
    .cta-two-card-button .btn-primary {
        display: block;
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .cta-two-card-button .btn-primary {
        min-width: 190px;
    }
}

.cta-three-inner {
    background-image: url("../image/bg/cta-bg-3.png");
    background-color: var(--thm-black);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.cta-three-content h2 {
    font-size: 50px;
    margin-bottom: 35px;
}

.cta-three-inner .btn-primary {
    padding: 19px 50px;
}

.cta-four-section .container .row {
    z-index: 3;
    position: relative;
    align-items: center;
}

.cta-four-inner {
    background-color: var(--thm-primary);
    position: relative;
    padding: 55px 60px;
}

.cta-four-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4500px;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 60px;
    padding-right: 0;
    background-color: var(--thm-primary);
}

.cta-four-content {
    display: flex;
}

.cta-four-content i {
    color: var(--thm-white);
    font-size: 35px;
}

.cta-four-content-box {
    margin-left: 15px;
}

@media (max-width: 575px) {
    .cta-four-content-box {
        margin-left: 10px;
    }
}

.cta-four-content-box span {
    color: var(--thm-white);
    font-weight: 600;
}

.cta-four-content-box p {
    color: var(--thm-white);
    margin-bottom: 0px;
}

.cta-four-widget-socials {
    display: flex;
}

.cta-four-widget-socials a {
    height: 40px;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--thm-dark-black);
    color: var(--thm-white);
}

.cta-four-widget-socials a > i {
    font-size: 16px;
}

.cta-four-widget-socials a + a {
    margin-left: 10px;
}

@media (min-width: 1200px) {
    .cta-section .cotainer {
        max-width: 1200px;
    }
}

.cta-five-card {
    display: flex;
    background-color: #fff;
    padding: 60px 80px;
    align-items: center;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    position: relative;
}

@media (max-width: 1399px) {
    .cta-five-card {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cta-five-card {
        padding: 60px 30px;
    }
}

.cta-five-card-icon {
    position: relative;
    width: 140px;
    background-color: var(--thm-primary);
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

@media (max-width: 1399px) {
    .cta-five-card-icon {
        margin: 0 auto;
        margin-bottom: 35px;
    }
}

.cta-five-card-icon:before {
    position: absolute;
    content: "";
    top: 0px;
    right: -20px;
    bottom: 0px;
    height: 100%;
    width: 10px;
    background-color: var(--thm-light-bg);
}

.cta-five-card-icon i {
    font-size: 65px;
    color: var(--thm-white);
}

@media (max-width: 1399px) {
    .cta-five-content {
        margin-bottom: 30px;
    }
}

.cta-five-content h4 {
    font-size: 30px;
    margin-bottom: 14px;
}

.cta-five-content p {
    margin-bottom: 0;
    line-height: 30px;
}

.cta-five-button {
    z-index: 1;
    margin-left: auto;
}

@media (max-width: 575px) {
    .cta-five-button {
        padding: 0px;
        text-align: center;
    }
}

.cta-five-button .btn-primary {
    background-color: var(--thm-black);
    padding: 18px 38px;
    font-size: 14px;
    font-weight: 800;
}

.cta-five-button .btn-primary:hover {
    background-color: var(--thm-primary);
}

.cta-five-img {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 0.12;
    transform: rotate(-25deg);
    font-size: 240px;
    line-height: 1;
}

@media (max-width: 767px) {
    .cta-five-img {
        display: none;
    }
}

/***********************
* Footer
***********************/
.footer {
    background-image: url("../image/bg/footer-bg-1.png");
    background-repeat: no-repeat;
    background-color: var(--thm-black);
    background-size: auto;
    background-position: left 20px bottom 90px;
}
.section-footer-bottom {
    background-color: var(--thm-primary);
    text-align: center;
    padding: 25px 0;
    font-weight: 600;
    border-top-right-radius:20px;
    border-top-left-radius:20px;
}

.footer-inner {
    padding-bottom: 98px;
}

.footer-tautan {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-tautan p{
    font-size:12px;
    font-weight: 400;
    color: var(--thm-white);
    line-height: 1;
}

.footer-tautan h6{
    font-size:14px;
    font-weight: 700;
    color: var(--thm-white);
    line-height: 1;
}

.footer-inner-tautan {
    position:relative;
    width:auto;
    margin-bottom: 20px;
}

.footer-inner-tautan-bottom {
    position: relative;
    width: 100%;
}

.footer-inner-tautan-bottom h5{
    font-size:15px;
    font-weight: 700;
    color: var(--thm-white);
    line-height: 1;
}

@media (max-width: 1199px) {
    .footer-inner {
        padding-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .footer-inner {
       padding-left:20px;
    }
}

.footer-widget-logo {
    padding: 40px 5px;
    max-width: 250px;
    align-items: center;
    color: var(--thm-gray);
    display: inline-block;
    background-color: var(--thm-white);
}

.footer-widget-text {
    margin-top: 32px;
    margin-bottom: 22px;
    max-width: 370px;
}

.footer-widget-text p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: var(--thm-white);
}

.footer-widget-socials {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .footer {
        background-position: left 20px bottom 70px;
    }

    .footer-widget-socials {
        margin-bottom: 30px;
    }
}

.footer-widget-socials a {
    height: 40px;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--thm-dark-black);
    color: var(--thm-white);
}

.footer-widget-socials a:hover {
    background-color: var(--thm-primary);
}

.footer-widget-socials a + a {
    margin-left: 10px;
}

.footer-widget {
    margin-top: 120px;
}

@media (max-width: 991px) {
    .footer-widget {
        padding-bottom: 40px;
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .footer-widget {
        padding-bottom: 30px;
    }

    .footer-widget-logo {
        padding: 10px 5px;
    }
}

.footer-widget-title {
    font-size: 18px;
    color: var(--thm-white);
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .footer-widget-title {
        margin-bottom: 15px;
    }
}

.footer-widget-explore {
    margin-left: 40px;
}

@media only screen and (max-width: 991px) {
    .footer-widget-explore {
        margin-left: inherit;
        margin-top: 10px;
    }
}

.footer-widget-explore ul {
    list-style-type: none;
}

.footer-widget-explore li {
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--thm-secondary);
    font-family: var(--thm-font);
}

.footer-widget-explore li a {
    color: var(--thm-secondary);
}

.footer-widget-explore li a:hover {
    color: var(--thm-white);
}

.footer-widget-department ul {
    list-style-type: none;
}

.footer-widget-department li {
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--thm-secondary);
    font-family: var(--thm-font);
    font-weight: 500;
}

.footer-widget-department li a {
    color: var(--thm-secondary);
}

.footer-widget-department li a:hover {
    color: var(--thm-white);
}

.footer-widget-contact {
    margin-bottom: 40px;
}

.footer-widget-contact p {
    font-size: 15px;
    margin-bottom: -8px;
    color: var(--thm-secondary);
    font-family: var(--thm-font);
    font-weight: 500;
}

.footer-widget-contact-list {
    display: flex;
    line-height: 1;
    margin-bottom: 10px;
}

.footer-widget-contact-list i {
    color: var(--thm-white);
}

.footer-widget-contact-item {
    margin-bottom: 5px;
}

.footer-widget-contact-item a {
    margin-left: 10px;
    font-size: 15px;
    color: var(--thm-white);
    font-family: var(--thm-kemenkes-font-primary);
    font-weight: 700;
}

.footer-widget-contact-item a:hover {
    color: var(--thm-white);
}



/***********************
* Event
***********************/
.event-section {
    position: relative;
    margin-top: -220px;
    z-index: 1;
}

@media (min-width: 1200px) {
    .event-section .cotainer {
        max-width: 1200px;
    }
}

.event-section .event-section-inner {
    background-color: var(--thm-light-bg);
    padding: 120px 80px 110px;
}

@media (max-width: 1399px) {
    .event-section .event-section-inner {
        padding: 80px 80px 60px;
    }
}

@media (max-width: 767px) {
    .event-section .event-section-inner {
        padding: 80px 40px 60px;
    }
}

@media (max-width: 991px) {
    .event-header {
        margin-bottom: 30px;
    }
}

.event-section h2 {
    margin-bottom: 60px;
}

.event-content-box .section-text p {
    margin-right: 20px;
    margin-top: 30px;
    margin-left: 40px;
    margin-bottom: 0px;
    color: var(--thm-gray);
}

@media (max-width: 991px) {
    .event-content-box .section-text p {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .event-content-box {
        margin-bottom: 40px;
    }
}

.event-box-one .section-title {
    font-size: 46px;
    font-weight: 800;
}

.event-box-one {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .event-box-one {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.event-box-one .section-text {
    margin-left: 75px;
}

@media (max-width: 991px) {
    .event-box-one .section-text {
        margin: 0;
    }
}

.event-subscribe-card {
    margin-right: 25px;
}

@media (max-width: 1199px) {
    .event-subscribe-card {
        margin: 0;
    }
}

.event-details-card-title {
    background-image: url("../image/bg/event-bg-1.jpg");
    background-color: var(--thm-black);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 30px;
    text-align: center;
}

@media (max-width: 575px) {
    .event-details-card-title {
        padding-left: 20px;
        padding-right: 0px;
    }
}

.event-meta-date span {
    background-color: var(--thm-black);
    color: var(--thm-white);
    padding: 8px 19px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.event-icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.event-icon i {
    font-size: 60px;
    text-align: center;
    color: var(--thm-white);
}

.event-details-card-title h5 {
    font-size: 30px;
    color: var(--thm-white);
    margin-bottom: 10px;
}

.event-details-card-title p {
    color: var(--thm-white);
    margin-bottom: 0;
}

.event-details-card-content {
    background-color: var(--thm-white);
    padding: 40px 50px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
}

@media (max-width: 575px) {
    .event-details-card-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.event-details-card-content p {
    margin-bottom: 0px;
    margin-top: 20px;
    margin-left: 20px;
}

.event-details-card-content .btn-primary {
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 700;
}

.event-card {
    background-color: var(--thm-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    display: flex;
    margin-top: 30px;
}

.event-card + .event-card {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .event-card {
        margin-left: 0px;
        margin-right: 0px;
        display: block;
    }
}

@media (max-width: 575px) {
    .event-card {
        margin-top: 10px;
    }
}

.event-card-image {
    flex-shrink: 0;
}

.event-card-image-inner {
    position: relative;
    top: -30px;
}

.event-card-meta {
    display: flex;
    position: absolute;
    bottom: 0px;
}

.event-meta-number {
    background-color: var(--thm-primary);
    padding: 8px 12px;
}

.event-meta-number span {
    font-size: 14px;
    line-height: 1;
    color: var(--thm-white);
}

.event-card-content {
    background-color: var(--thm-white);
    padding: 30px 35px;
}

@media (max-width: 991px) {
    .event-card-content {
        padding: 0px 13px;
        padding-bottom: 20px;
    }
}

.event-card-info {
    margin-bottom: 15px;
}

.event-card-info ul {
    margin-bottom: 0;
}

.event-card-info-one li {
    display: flex;
    margin-bottom: 30px;
}

.event-card-info ul li {
    display: flex;
    align-items: center;
}

.event-card-info ul li > i {
    color: var(--thm-primary);
    font-size: 13px;
    line-height: 2;
    align-self: flex-start;
}

.event-card-info ul li > span {
    margin-left: 5px;
    font-size: 14px;
    color: var(--thm-gray);
}

.event-card-title h4 {
    margin-bottom: 0;
}

.event-card-title h4 > a {
    color: inherit;
    transition: all 500ms ease;
}

.event-card-title h4 > a:hover {
    color: var(--thm-primary);
}

.event-two-section {
    position: relative;
    padding-top: 150px;
    z-index: 1;
}

@media (min-width: 1600px) {
    .event-two-section {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 1199px) {
    .event-two-section {
        padding-top: 100px;
    }
}

.event-two-card {
    background-color: var(--thm-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    display: flex;
}

@media (max-width: 991px) {
    .event-two-card {
        margin-left: 0px;
        margin-right: 0px;
        display: block;
    }
}

@media (max-width: 575px) {
    .event-two-card {
        margin-top: 10px;
    }
}

.event-two-card-image {
    flex-shrink: 0;
}

.event-two-card-image-inner {
    position: relative;
    top: -30px;
}

@media (max-width: 1520px) {
    .event-two-card-image img {
        max-width: 200px;
    }
}

.event-two-card-meta {
    display: flex;
    position: absolute;
    bottom: 0;
}

.event-two-meta-number {
    background-color: var(--thm-primary);
    padding: 12px;
    line-height: 1;
    font-size: 14px;
    color: var(--thm-white);
}

.event-two-meta-date {
    background-color: var(--thm-black);
    padding: 5px 20px;
    font-size: 14px;
    color: var(--thm-white);
    display: flex;
    align-items: center;
}

.event-two-card-content {
    background-color: var(--thm-white);
    padding: 30px 30px;
}

@media (max-width: 1199px) {
    .event-two-card-content {
        padding: 15px 25px 20px;
    }
}

@media (max-width: 575px) {
    .event-two-card-content {
        padding: 15px 10px;
    }
}

.event-two-card-info {
    margin-bottom: 20px;
}

.event-two-card-info ul {
    margin-bottom: 0;
}

.event-two-card-info li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.event-two-card-info-one li {
    display: flex;
    margin-bottom: 30px;
}

.event-two-card-icon i {
    color: var(--thm-primary);
}

.event-two-card-text {
    margin-left: 5px;
    font-size: 14px;
    color: var(--thm-gray);
}

.event-two-card-text span {
    margin-left: 5px;
}

.event-two-card-title h4 {
    font-size: 24px;
    margin-bottom: 0;
}

.event-two-card-title h4 a {
    color: inherit;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    transition: all 500ms ease;
}

.event-two-card-title h4 a:hover {
    color: var(--thm-primary);
}

.event-three-section .event-section-outer {
    padding-top: 150px;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .event-three-section .event-section-outer {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}

.event-three-section .event-card {
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 0px;
}

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

@media (max-width: 1199px) {
    .event-details-section {
        padding: 70px 0px;
    }
}

.event-details-inner-box {
    margin-bottom: 50px;
    position: relative;
}

.event-details-meta {
    display: flex;
    position: absolute;
    bottom: 0px;
}

.event-details-meta-number {
    background-color: var(--thm-primary);
    padding: 12px 12px;
    line-height: 1;
    font-size: 14px;
    color: var(--thm-white);
}

.event-details-meta-date {
    background-color: var(--thm-black);
    padding: 5px 20px;
    font-size: 14px;
    color: var(--thm-white);
    display: flex;
    align-items: center;
}

.event-details-content-box h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

.event-details-content-box p + p {
    margin-bottom: 40px;
}

.event-details-content-box h3 {
    font-size: 24px;
}

.event-details-content-box > ul {
    margin-bottom: 30px;
}

.event-details-speaker-box {
    padding: 43px 45px;
    background-color: var(--thm-light-bg);
    margin-bottom: 55px;
}

.event-speaker-list-img {
    padding-bottom: 15px;
}

.event-speaker-list-img img {
    border-radius: 50%;
    height: 105px;
    width: 105px;
    line-height: 105px;
}

.event-speaker-list h5 {
    margin-bottom: 0px;
    font-size: 16px;
}

.event-speaker-list h5 a {
    color: inherit;
    transition: all 500ms ease;
}

.event-speaker-list h5 a:hover {
    color: var(--thm-primary);
}

@media (max-width: 991px) {
    .event-speaker-list {
        text-align: center;
    }
}

.event-speaker-list p {
    color: var(--thm-gray);
    padding: 0px 20px;
}

.event-details-gallery-box {
    margin-bottom: 60px;
}

.event-details-gallery-box h3 {
    margin-bottom: 24px;
}

.event-details-booking-button .btn-primary {
    padding: 18px 50px;
}

/***********************
* Team
***********************/
.team-section {
    position: relative;
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .team-section {
        padding: 100px 0px;
    }
}

.team-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--thm-light-bg);
    background-image: url(../image/bg/funfact-bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 540px;
    opacity: 0.8;
}

.team-inner h2 {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .team-inner h2 {
        margin-bottom: 20px;
    }
}

.team-box {
    position: relative;
    padding-left: 110px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .team-box {
        padding: 0px;
        margin-bottom: 40px;
    }
}

.team-card {
    padding: 30px 30px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    position: relative;
}

.team-card-img {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.team-card-img img {
    height: 210px;
    width: 210px;
    padding: 10px 10px;
    background-color: var(--thm-white);
    border-radius: 50%;
    position: relative;
    transition: all 500ms ease;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23E1E8EAFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 100px;
}

.team-card:hover .team-card-img img {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='black' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 100px;
}

.team-card-icon {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -15px;
    opacity: 0;
    transition: opacity 500ms ease;
}

.team-card:hover .team-card-icon {
    opacity: 1;
}

.team-card-icon a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: var(--thm-white);
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.team-card-icon a:hover {
    background-color: var(--thm-black);
}

.team-card-icon a + a {
    margin-left: 10px;
}

.team-card-icon .pinterest {
    background-color: #f0312c;
    top: -10px;
}

.team-card-icon .twitter {
    background-color: #49befa;
}

.team-card-icon .facebook {
    background-color: #3656f6;
    top: -10px;
}

.team-card-content {
    text-align: center;
}

.team-card-content h4 {
    font-size: 20px;
    margin-bottom: 0px;
}

.team-card-content h4 > a {
    color: inherit;
    transition: all 500ms ease;
}

.team-card:hover h4 > a {
    color: var(--thm-primary);
}

.team-card-content p {
    margin-bottom: 0;
}

.team-card:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    transform: scaleY(0);
    transition: all 500ms ease;
    background-color: var(--thm-primary);
}

.team-card:hover:after {
    transform: scaleY(1);
}

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

@media (max-width: 991px) {
    .team-details-section {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

.team-details-image {
    position: relative;
}

@media (max-width: 991px) {
    .team-details-image {
        margin-bottom: 20px;
    }
}

.team-details-name {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 35px;
    opacity: 0.1;
    line-height: 1;
    left: -80px;
    font-size: 80px;
    top: -60px;
    color: var(--thm-gray);
    writing-mode: vertical-rl;
    transform: translateX(-50%) rotate(180deg);
    padding: 20px 20px;
}

@media (max-width: 991px) {
    .team-details-image img {
        width: 100%;
    }
}

.team-details-title h2 {
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.team-details-title-one {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .team-details-title-one {
        padding: 20px 0;
    }
}

.team-details-socials {
    margin-bottom: 25px;
}

.team-details-socials a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--thm-light-bg);
    color: var(--thm-black);
    display: inline-block;
}

.team-details-socials a + a {
    margin-left: 10px;
}

.team-details-socials a:hover {
    background-color: var(--thm-primary);
    color: var(--thm-white);
}

.team-details-info {
    margin-bottom: 35px;
}

.team-details-info ul li {
    display: flex;
    align-items: center;
}

.team-details-info ul li + li {
    margin-top: 5px;
}

.team-details-info ul li span {
    color: var(--thm-black);
    font-weight: 800;
    margin-left: 5px;
}

.team-details-info ul li span a {
    color: inherit;
}

.team-details-text p {
    margin-bottom: 45px;
}

.team-details-list h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.team-details-list-item {
    display: flex;
    align-items: center;
}

.team-details-box h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.team-details-box p {
    margin-bottom: 0;
}

.team-details-box + .team-details-box {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .team-details-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .team-details-box {
        margin-left: 0px;
    }
}

.team-details-year {
    margin-bottom: 10px;
    color: var(--thm-primary);
    font-size: 16px;
    font-weight: 700;
}

.team-details-biography-section {
    padding-bottom: 100px;
}

@media (max-width: 575px) {
    .team-details-biography-section {
        padding-bottom: 50px;
    }
}

.team-details-biography-content .team-details-title h3 {
    font-size: 36px;
    margin-bottom: 25px;
}

.team-details-biography-content p {
    margin-bottom: 0;
}

.team-progress-section {
    padding-bottom: 120px;
}

.team-progress-section h3 {
    font-size: 36px;
    margin-bottom: 25px;
}

.team-progressbar-text {
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 800;
    margin-bottom: 10px;
}

.team-progressbar {
    position: relative;
    height: 15px;
    background-color: var(--thm-light-bg);
    border-radius: 10px;
}

.team-progressbar-inner {
    position: absolute;
    background-color: var(--thm-primary);
    transition: all 100ms ease;
    top: 0;
    left: 0;
    border-radius: 10px;
    bottom: 0;
    width: 0;
    transition: all 1000ms ease;
}

.team-progressbar-inner-text {
    position: absolute;
    right: 0;
    top: -40px;
    bottom: 100%;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    color: var(--thm-gray);
    align-items: center;
    justify-content: center;
}

.team-details-contact {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url("../image/bg/team-contact-1.png");
    background-color: var(--thm-light-bg);
}

@media (max-width: 1199px) {
    .team-details-contact {
        padding: 70px 0px;
    }
}

@media (max-width: 1199px) {
    .team-details-contact .container {
        padding: 0px 0px;
    }
}

.team-details-contact .section-title {
    margin-bottom: 50px;
    font-weight: 800;
}

.contact-form-one .input-text {
    display: block;
    outline: none;
    border: none;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-gray);
    height: 60px;
    border-radius: 0;
}

.contact-form-one textarea.input-text {
    height: 190px;
    padding-top: 30px;
}

@media (max-width: 1199px) {
    .team-details-contact .btn-primary {
        width: 100%;
    }
}

/***********************
* Testimonial
***********************/
.testimonial-section {
    background-image: url("../image/bg/testimonial-bg-1.jpg");
    background-color: var(--thm-black);
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 340px;
    background-size: cover;
    position: relative;
}

@media (max-width: 1199px) {
    .testimonial-section {
        padding-top: 100px;
        padding-bottom: 250px;
    }
}

.testimonial-section .container {
    position: relative;
}

.testimonial-name {
    position: absolute;
    left: -20px;
    bottom: 31%;
    letter-spacing: 2px;
    color: var(--thm-primary);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.testimonial-slider {
    margin-top: -50px;
}

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

.testimonial-box-one {
    padding-top: 130px;
    padding-bottom: 120px;
}

.testimonial-reviews .testimonial-content {
    text-align: center;
    margin: 0px auto;
    max-width: 900px;
}

.testimonial-reviews .testimonial-ratings {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--thm-primary);
    background-color: var(--thm-dark-black);
    display: inline-block;
    padding: 10px 40px;
    line-height: 1;
}

.testimonial-reviews .testimonial-ratings:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 22px 0 22px;
    border-color: var(--thm-dark-black) transparent transparent transparent;
}

.testimonial-reviews .testimonial-text {
    color: var(--thm-white);
    font-size: 22px;
    line-height: 1.9;
    margin-bottom: 42px;
}

.testimonial-slider-content-box {
    display: flex;
}

.testimonial-thumb {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-thumb-image {
    display: inline-block;
}

.testimonial-thumb-card {
    margin-bottom: 25px;
}

.testimonial-thumb-card span {
    color: var(--thm-secondary);
    font-size: 14px;
}

.testimonial-thumb-card h5 {
    color: var(--thm-white);
    margin-bottom: 5px;
}

.testimonial-reviews img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 100px;
    padding: 5px 5px;
    position: relative;
    transition: transform 5s;
    background-color: #fff;
}

.testimonial-reviews img:hover {
    background-color: var(--thm-primary);
    transition: traslate 5s;
}

.testimonial-reviews .swiper-pagination {
    display: inline-flex;
    flex-direction: column;
    width: auto;
    left: auto;
    bottom: auto;
    top: 68%;
    right: 0;
    transform: translateY(-50%);
}

.testimonial-reviews .swiper-pagination-bullet {
    margin: 0;
    width: 13px;
    height: 13px;
    opacity: 0.3;
    background-color: #fff;
}

.testimonial-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.testimonial-reviews .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 10px;
}

.testimonial-thumb .swiper-wrapper {
    justify-content: center;
}

.testimonial-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    transform: scale(0.8);
    border-radius: 50%;
    border: 5px solid #fff;
    transition: all 500ms ease;
    background-color: var(--thm-black);
}

.testimonial-thumb .swiper-slide-thumb-active img {
    overflow: hidden;
    transform: scale(1);
    border-color: var(--thm-primary);
}

.testimonial-thumb i {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 28px;
    width: 28px;
    color: #fff;
    background-color: var(--thm-primary);
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.testimonial-thumb .swiper-slide-thumb-active i {
    opacity: 1;
    visibility: visible;
}

.testimonial-two-inner {
    background-image: url("../image/bg/testimonial-two-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (min-width: 1200px) {
    .testimonial-two-inner {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1199px) {
    .testimonial-two-inner {
        padding: 70px 0px;
    }
}

.testimonial-author-thumb {
    width: 270px;
}

.testimonial-author-review {
    position: relative;
    top: -40px;
}

@media (max-width: 575px) {
    .testimonial-author-review {
        left: 0;
    }
}

.testimonial-two-card {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    background-color: var(--thm-white);
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    margin: 30px 40px 50px 50px;
}

@media (max-width: 991px) {
    .testimonial-two-card {
        left: inherit;
        margin-top: 80px;
    }
}

@media (max-width: 575px) {
    .testimonial-two-card {
        margin-top: 80px;
        margin-left: 0;
        margin-right: 0;
    }
}

.testimonial-two-card:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50px;
    width: 100px;
    height: 50px;
    transform: translateY(-40px) rotate(22deg) skewX(40deg);
    background-color: #fff;
    z-index: -1;
}

.testimonial-two-card-content {
    border: 1px solid var(--thm-border);
    padding: 30px 2px;
    position: relative;
}

.testimonial-two-card-text {
    margin-left: 45px;
}

@media (max-width: 575px) {
    .testimonial-two-card-text {
        margin-left: 20px;
    }
}

.testimonial-two-card-text p {
    line-height: 30px;
    margin-bottom: 35px;
    line-height: 1.8;
    font-size: 20px;
}

.testimonial-two-card-outer {
    display: flex;
}

.testimonial-two-card-outer-title h5 {
    margin-left: 50px;
    transition: all 500ms ease;
}

.testimonial-two-card-outer-title h5:hover {
    color: var(--thm-primary);
}

.testimonial-two-thumb i {
    position: absolute;
    bottom: 30px;
    right: 50%;
    height: 28px;
    width: 28px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    transform: translate(-50%);
}

.testimonial-two-card-outer-title span {
    color: var(--thm-primary);
    margin-left: 30px;
    font-size: 14px;
    position: relative;
}

.testimonial-two-card-outer-icon {
    position: absolute;
    top: -45px;
    left: -50px;
    height: 100px;
    width: 100px;
    line-height: 115px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--thm-primary);
}

.testimonial-two-card-outer-icon i {
    color: var(--thm-white);
    font-size: 50px;
}

.testimonial-two-img {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .testimonial-two-img {
        display: block;
    }
}

.testimonial-two-img img {
    border-radius: 50%;
}

@media (max-width: 575px) {

    .testimonial-two-card-outer {
        display: block;
    }

    .testimonial-two-card-outer-title span {
        margin-left: 50px;
    }

    .testimonial-two-card-outer-icon {
        display: none;
    }

    .testimonial-two-img img {
        display: flex;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.testimonial-two-slider {
    text-align: left;
}

.testimonial-two-thumb .swiper-slide-thumb-active i {
    opacity: 1;
    visibility: visible;
}

.testimonial-two-card-outer-title h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 800;
}

.testimonial-two-card-img {
    position: absolute;
}

.author-thumb-carousel .owl-stage-outer {
    overflow: visible;
}

.author-thumb-image {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 5px solid var(--thm-white);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transform: scale(0.8);
    transition: transform 500ms ease;
}

.author-thumb-carousel .swiper-slide-thumb-active .author-thumb-image {
    transform: scale(1);
    border: 5px solid var(--thm-primary);
}

.author-thumb-carousel .owl-nav button.owl-prev,
.author-thumb-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    color: #fff;
    height: 62px;
    width: 62px;
    background-color: rgba(var(--thm-black-rgb), 0.3);
    border-radius: 50%;
    top: 0;
    left: -90px;
}

.author-thumb-carousel .owl-nav button.owl-next {
    left: auto;
    right: -62px;
}

.author-thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***********************
* News
***********************/
.blog-section {
    /* padding-top: 120px; */
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .blog-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.blog-section.blog-section-two {
    padding-top: 150px;
}

.blog-box h2 {
    font-weight: 800;
    letter-spacing: -0.4px;
    margin-bottom: 170px;
}

.blog-card {
    background-color: var(--thm-white);
    position: relative;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    border:1px solid var(--thm-border);
    transition: all 500ms ease;
}

.blog-card-image {
    position: relative;
    margin: 0px 30px;
}

.blog-card-image img {
    margin-top: -121px;
    min-height: 280px;
    max-height: 280px;
    width: 100%;
}

@media (max-width: 991px) {
    .blog-card-image img {
        width: 100%;
    }
}


.blog-card-image a {
    position: absolute;
    inset: 0;
    top: -121px;
    background-color: rgba(var(--thm-primary-rgb), 0.5);
    transition: transform 500ms ease-out;
    transform: scale(1, 0);
    transform-origin: bottom center;
}

.blog-card-date {
    position: absolute;
    top: -85px;
    right: 20px;
    padding: 3px 11px;
    background-color: var(--thm-primary);
    font-size: 12px;
    font-weight: 800;
}

.blog-card-date a {
    color: var(--thm-white);
}

.blog-card-date a:hover {
    color: var(--thm-white);
}

.blog-card-date a:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--thm-primary);
}

.blog-card-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    min-height: 300px;
    max-height: 300px;
    transition: all 0.3s ease;
}

.blog-card:hover {
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.blog-card-content h4 {
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-content h4 > a {
    font-size: 18px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-content h4 > a:hover {
    color: var(--thm-primary);
}

.blog-card-content p {
    text-align: justify;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.blog-card-content p > a {
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-content p > a:hover {
    color: var(--thm-kemenkes-gray);
}

.blog-card-meta {
    display: inline-flex;
    transform: translateY(-50%);
    background-color: var(--thm-white);
    font-size: 12px;
    padding: 10px;
    margin: 10px 10px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    justify-content: space-around;
    width: 100%;
}

.blog-card-meta span {
    align-items: center;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .blog-card-meta {
        padding: 3px 25px;
    }
}

@media (max-width: 991px) {
    .blog-card-meta {
        display: inline-flex;
        padding: 5px 20px;
        width: 100%;
        justify-content: flex-start;
    }

    .blog-card-meta span {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .blog-card-meta {
        padding: 0 2px;
    }

    .blog-section {
        padding-bottom: 70px;
        padding-top:50px;
    }

    .blog-card-meta span {
        font-size: 10px;
    }
}

.blog-card-meta a > i {
    color: var(--thm-primary);
}

/* .blog-card-meta span{
	margin-left: 20px;
} */
.blog-card-meta .author:before {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.blog-card-meta .date:before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.blog-card-meta span a {
    color: var(--thm-gray);
    display: inline-block;
}

.blog-card-meta span a:hover {
    color: var(--thm-primary);
}

.blog-card-meta .comment {
    color: var(--thm-primary);
}

.blog-card-meta .comment:before {
    content: "\f086";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
}

.blog-card-meta .views {
    color: var(--thm-primary);
}

.blog-card-meta .views:before {
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
}

.blog-card-image > a:before,
.blog-card-image > a:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--thm-white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-card-image > a:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card-image a {
    transform: scale(1, 1);
    transform-origin: top center;
}

.blog-pagination-outer {
    border-top: 2px solid var(--thm-primary);
    padding-top: 20px;
    margin-top: 70px;
}

.blog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: -10px;
}

.blog-pagination a,
.blog-pagination span {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--thm-primary-light);
    color: var(--thm-white, #003b49);
    font-weight: bold;
    font-size: 14px;
    position: relative;
    border: 1px solid rgba(var(--thm-black-rgb, 0, 59, 73), 0.05);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-pagination a:hover,
.blog-pagination span:hover {
    color: #fff;
    background-color: var(--thm-black, #003b49);
}

@media (min-width: 767px) {
    .blog-pagination {
        display: -webkit-box;
        overflow-y: auto;
        width: 100%;
        scrollbar-width: none;
        margin: 0;
    }

    .blog-pagination a,.blog-pagination span{
        width: 35px;
        height: 35px;
        margin-bottom:0;
    }
}

@media (max-width: 576px) {
    .blog-pagination {
        display: -webkit-box;
        overflow-y: auto;
        width: 100%;
        scrollbar-width: none;
        margin: 0;
    }

    .blog-pagination a,.blog-pagination span{
        width: 35px;
        height: 35px;
        margin-bottom:0;
    }
}

/***********************
* Causes
***********************/
.causes-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .causes-section {
        padding: 70px 0px;
    }
}

@media (max-width: 991px) {
    .causes-card-imgbox img {
        width: 100%;
    }
}

.causes-content {
    padding: 0 40px 40px;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.causes-card-funding {
    position: relative;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-top: -32px;
}

.causes-card-progressbar {
    position: relative;
    margin-bottom: 10px;
    height: 6px;
    background-color: var(--thm-light-bg);
}

.causes-card-progressbar-inner {
    background-color: var(--thm-primary);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 1000ms ease;
}

.causes-card-progressbar-text {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 26px;
    background-color: var(--thm-primary);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(50%, calc(-50% + 2px));
}

.causes-card-funding-list {
    display: flex;
    align-items: center;
    font-size: smaller;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .causes-card-funding-list {
        flex-wrap: wrap;
    }
}

.causes-card-funding-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.causes-card-funding-amount {
    color: var(--thm-black);
    font-weight: 700;
}

.causes-card-funding-text {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
}

.causes-content h4 {
    margin-top: 25px;
    margin-bottom: 13px;
}

.causes-content h4 > a {
    color: inherit;
    transition: all 500ms ease;
}

.causes-content h4 > a:hover {
    color: var(--thm-primary);
}

.causes-content p {
    margin-bottom: 10px;
    text-align: justify;
}

.causes-content .btn-primary {
    padding: 11px 27px;
    font-size: 13px;
    font-weight: 600;
}

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

@media (max-width: 1199px) {
    .causes-details-section {
        padding: 70px 0px;
    }
}

.causes-details-content-box {
    margin-bottom: 50px;
}

.causes-details-funding {
    position: relative;
    padding: 20px 20px 12px 20px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-top: -32px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.causes-details-content-box p > img {
    max-width: 100%;
    height: auto;
}

.causes-details-funding i {
    color: var(--thm-primary);
}

.causes-details-progressbar {
    position: relative;
    margin-bottom: 10px;
    height: 6px;
    background-color: var(--thm-light-bg);
}

.causes-details-progressbar-inner {
    background-color: var(--thm-primary);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 1000ms ease;
}

.causes-details-progressbar-text {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 26px;
    background-color: var(--thm-primary);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(50%, calc(-50% + 2px));
}

.causes-details-funding-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.causes-details-funding-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.causes-details-funding-amount {
    color: var(--thm-black);
    font-weight: 700;
}

.causes-details-funding-text {
    margin-left: 5px;
}

.causes-details-imgbox {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .causes-details-img img {
        width: 100%;
    }
}

.causes-details-content-box h4 {
    font-size: 34px;
}

.causes-details-content-box p {
    text-align: justify;
}

.causes-details-summary-box {
    margin-bottom: 45px;
}

.causes-details-summary-box h3 {
    font-size: 34px;
    margin-bottom: 20px;
}

.causes-details-text p {
    margin-top: 30px;
    margin-bottom: 53px;
}

.causes-details-button {
    display: inline-block;
}

.causes-details-button .btn-primary {
    padding: 18px 49px;
}

/***********************
* News-details
***********************/
.news-details-section {
    padding-top: 25px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .news-details-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.news-details-box-image {
    position: relative;
    padding-right: 20px;
}

.news-details-box-image img {
    min-width: 100%;
}

.news-details-box-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 110px;
    background: var(--thm-light-bg);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.news-details-box-image-inner {
    position: relative;
}

.news-details-box-image-inner a {
    color: var(--thm-white);
}

.news-details-meta-box {
    padding: 20px;
    line-height: 12px;
    background-color: var(--thm-light-bg);
    position: relative;
}



.news-details-meta-box-inner {
    font-size: 14px;
}

.news-details-meta-box-inner .author:before {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.news-details-meta-box-inner .date:before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.news-details-meta-box-inner .comment {
    color: var(--thm-primary);
    margin-left: 3px;
}

.news-details-meta-box-inner .comment:before {
    content: "\f086";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
}

.news-details-meta-box-inner .topik:before {
    content: "\f02c";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.news-details-meta-box-inner span {
    margin-right: 10px;
}

.news-details-meta-box-inner span a {
    color: var(--thm-gray);
    margin-left: 3px;
}

.news-details-meta-box-inner span a:hover {
    color: var(--thm-primary);
}

.news-details-content-box {
    padding: 25px 0;
    text-align: justify;
    border-bottom: 2px solid var(--thm-border);
}

.news-details-content-box h4 {
    font-size: 34px;
    margin-bottom: 22px;
}

.news-details-content-box p + p {
    margin-bottom: 30px;
}

.news-details-content-box p img {
   width:100%;
}

.news-details-box-date {
    position: absolute;
    bottom: 25px;
    right: -10px;
    padding: 10px 15px;
    background-color: var(--thm-kemenkes-green);
    color: var(--thm-white);
    font-size: 12px;
    font-weight: 800;
}

.news-details-box-date:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--thm-kemenkes-green);
}

.news-details-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0px;
}

.news-details-list {
    position: relative;
    display: flex;
    align-items: center;
}


.news-details-list-title h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.news-details-list-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-details-list-button a {
    font-size: 12px;
    color: var(--thm-white);
    font-weight: 800;
}

.news-details-list-button .btn-primary {
    padding: 10px 20px;
}



.news-details-list-button .btn-primary + .btn-primary {
    margin-left: 10px;
    padding: 10px 20px;
}

.news-details-socials a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    background-color: var(--thm-light-bg);
    color: var(--thm-black);
}

.news-details-socials a:hover {
    background-color: var(--thm-primary);
    color: var(--thm-white);
}

.news-details-author-box {
    display: flex;
    padding: 50px 50px;
    background-color: var(--thm-light-bg);
}

.news-details-author-image img {
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .news-details-content-box h4 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .news-details-meta-box {
        margin: 0;
    }
    .news-details-meta-box {
        display: inline-flex;
        padding: 20px 20px;
        width: 100%;
    }

    .news-details-comment-image {
        flex-wrap: wrap;
    }
    .news-details-comment-image img {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .news-details-comment-content {
        margin-left: 0px;
    }

    .news-details-meta {
        margin-bottom: 10px;
    }

    .news-details-comment-text p {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .news-details-box-date {
        bottom: 0;
        right: -30px;
        padding: 5px 5px;
        font-size: 10px;
        font-weight: 600;
    }

    .news-details-list {
        margin-bottom: 20px;
    }

    .news-details-meta-box {
        display: inline-flex;
        padding: 10px 10px;
        width: 100%;
    }
    .news-details-meta-box-inner {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    flex-direction: column;
    }

    .news-details-meta-box-inner span {
        padding: 5px 0;
    }

    .news-details-content-box h4 {
        font-size: 16px;
    }
    .news-details-content-box p {
        font-size: 14px;
    }

    .news-details-content-box p img {
    width:100%;
    }
}

@media (min-width: 575px) {
    .news-details-list-button .btn-primary {
        padding: 10px 14px;
    }

    .news-details-author-box {
        padding: 50px 20px;
        display: block;
    }
    .news-details-author-image {
        margin-bottom: 20px;
    }
    .news-details-author-content {
        margin-left: 0px;
    }
    .news-details-meta {
        margin-bottom: 10px;
        display: block;
    }

    .news-details-meta-date span {
        margin: 20px 0px;
    }


}

.news-details-author-content {
    margin-left: 30px;
}

.news-details-author-content h4 {
    line-height: 1;
}

.news-details-author-box p {
    margin-bottom: 0px;
}

.news-details-comment-list-box {
    margin-top: 53px;
}

.news-details-comment-list-box h3 {
    font-size: 30px;
    margin-bottom: 51px;
}

.news-details-comment-image {
    display: flex;
    border-bottom: 1px solid var(--thm-border);
    padding-bottom: 55px;
}



.news-details-comment-image + .news-details-comment-image {
    margin: 50px 0px;
}

.news-details-comment-content {
    margin-left: 30px;
}

.news-details-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.news-details-meta-number h5 {
    margin-bottom: 0;
}

.news-details-meta-date span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--thm-primary);
}

.news-details-comment-text p {
    margin-bottom: 0px;
}

.news-details-comment-button .btn-primary {
    padding: 11px 23px;
}

.news-details-comment-form h3 {
    margin-top: 60px;
}

/***********************
* Contact
***********************/
.contact-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .contact-section {
        padding: 70px 0px;
    }
}

.contact-box {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .contact-box {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.contact-box h1 {
    margin-bottom: 30px;
}

.contact-form .input-text {
    display: block;
    outline: none;
    border: none;
    background-color: var(--thm-light-bg);
    width: 100%;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-gray);
    height: 60px;
    border-radius: 0;
}

.contact-form textarea.input-text {
    height: 190px;
    padding-top: 30px;
}

.contact-form .btn-primary {
    padding: 18px 49px;
}

@media (max-width: 991px) {
    .contact-form .btn-primary {
        margin-bottom: 40px;
        width: 100%;
    }
}

.responsive-map {
    height: 440px;
}

.responsive-map iframe {
    width: 100%;
    height: 100%;
}

/***********************
* Mobile-Nav
***********************/
.mobile-nav-toggler span {
    background-color: var(--thm-white);
}

@media (max-width: 1399px) {
    .menu-two .mobile-nav-toggler span {
        background-color: var(--thm-white);
    }
}

.mobile-nav-wrapper {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1111111;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 500ms ease 500ms;
}

.mobile-nav-wrapper.expanded {
    transform: translateX(0);
    opacity: 1;
    transition: all 500ms ease 0ms;
}

.mobile-nav-overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: var(--thm-dark-black);
    opacity: 0.9;
}

.mobile-nav-content {
    position: absolute;
    max-width: 300px;
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
    z-index: 1;
    background: var(--thm-black);
    height: 100vh;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 500ms ease 0ms;
    overflow-y: scroll;
}

.mobile-nav-wrapper.expanded .mobile-nav-content {
    transform: translateX(0);
    opacity: 1;
    transition: all 500ms ease 500ms;
}

.mobile-nav-close {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 15px;
    top: 20px;
}

.mobile-nav-close span {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
}

.mobile-nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav-container {
    position: relative;
    margin-top: 20px;
}

.mobile-nav-container > ul {
    margin-bottom: 0;
}

.mobile-nav-container > ul li {
    line-height: 45px;
}

.mobile-nav-container > ul li + li {
    border-top: 1px solid rgba(var(--thm-border-rgb), 0.17);
}

.mobile-nav-container > ul li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 600;
}

.main-menu-list li.has-dropdown > a button {
    border: 0;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu-list li.has-dropdown > a button i {
    transition: all 500ms;
    font-size: 14px;
}

.main-menu-list li.has-dropdown > a button.expanded i {
    transform: rotate(90deg);
}

.mobile-nav-container > ul > li ul {
    display: none;
    margin-left: 15px;
    border-top: 1px solid rgba(var(--thm-border-rgb), 0.15);
}

.mobile-nav-contact {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav-contact li {
    display: flex;
    align-items: center;
    color: #fff;
}

.mobile-nav-contact li + li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile-nav-contact li i {
    color: var(--thm-primary);
    margin-right: 15px;
    display: inline-block;
}

.mobile-nav-contact li a {
    color: inherit;
}

.mobile-nav-social {
    display: flex;
    align-items: center;
}

.mobile-nav-social li + li {
    margin-left: 15px;
}

.mobile-nav-social li a {
    height: 36px;
    width: 36px;
    background-color: var(--thm-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.mobile-nav-social li a:hover {
    background-color: #fff;
    color: var(--thm-black);
}

/***********************
* Search-popup
***********************/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.search-popup.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
}

.search-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.9;
    min-width: 400px;
    cursor: pointer;
}

.search-popup-content {
    width: 100%;
    max-width: 560px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.search-popup.active .search-popup-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.search-popup-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

label {
    display: inline-block;
}

.search-popup-content form input[type="search"],
.search-popup-content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup-content .search-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--thm-primary);
    border: 0;
    color: var(--thm-white);
}

.search-popup-content .search-btn i {
    font-size: 20px;
}

.search-popup-content .search-popup-list {
    font-size: 12px;
    position: relative;
}

.search-popup-list .popup-list-item {
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%);
    display: flex;
    align-items: center;
}

.popup-list-item img {
    margin: 10px;
    width: 45px;
    height: 45px;
}

.list-unstyled {
    margin: 0;
}

.list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-style {
    margin-bottom: 30px;
}

.list-style > li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-style > li > i {
    color: var(--thm-primary);
    font-size: 14px;
}

.list-style > li > h5 {
    margin-left: 10px;
    font-size: 17px;
    color: var(--thm-gray);
    font-weight: 700;
    margin-bottom: 0px;
}

.list-style-one {
    margin-bottom: 45px;
}

.list-style-one > li {
    display: flex;
    align-items: center;
}

.list-style-one > li > i {
    color: var(--thm-primary);
    font-size: 14px;
}

.list-style-one > li > h5 {
    margin-left: 10px;
    font-weight: 600;
    font-size: 17px;
    color: var(--thm-gray);
    margin-bottom: 0px;
}

.list-style-one > li > p {
    margin-left: 10px;
}

.list-style-two {
    margin-bottom: 45px;
}

.list-style-two > li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-style-two > li > i {
    color: var(--thm-primary);
    font-size: 14px;
}

.list-style-two > li > h5 {
    margin-left: 10px;
    font-weight: 600;
    font-size: 17px;
    color: var(--thm-gray);
    margin-bottom: 0px;
}

.list-style-two > li > p {
    margin-left: 10px;
}

.list-style-three {
    margin-bottom: 45px;
}

.list-style-three > li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-style-three > li > i {
    color: var(--thm-primary);
    font-size: 14px;
}

.list-style-three > li > h5 {
    margin-left: 10px;
    font-weight: 700;
    font-size: 17px;
    color: var(--thm-black);
    margin-bottom: 0px;
}

.list-style-three > li > p {
    margin-left: 10px;
}

/***********************
* Sidebar
***********************/
.sidebar-widget-event-meta-box {
    padding: 50px 45px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
    border-top: 10px solid var(--thm-primary);
}

@media (max-width: 991px) {
    .sidebar-widget-event-meta-box {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .sidebar-widget-meta-socials {
        margin-left: inherit;
    }
}

@media (max-width: 500px) {
    .sidebar-widget-meta-socials {
        margin-top: 30px;
    }
}

.sidebar-widget-organizer-content > ul > li > i {
    color: var(--thm-primary);
    margin-right: 7px;
}

.sidebar-widget-organizer-content > ul > li > a {
    color: var(--thm-gray);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.sidebar-widget .sidebar-widget-list-inner {
    padding: 45px 23px;
    background-color: #fff;
}

.sidebar-widget-list-inner h5 {
    font-size: 30px;
    color: var(--thm-white);
    margin: 0px;
    margin-bottom: 40px;
}

.sidebar-widget-list-inner li {
    background: var(--thm-primary);
    padding: 15px 0px;
    position: relative;
    border: 1px solid transparent;
    box-shadow: inset 1px -1px 3px 0px rgb(105 104 104 / 30%);
    transition: all 500ms ease;
}

.sidebar-widget-list-inner li:before {
    content: "";
    position: absolute;
    height: 55px;
    width: 4px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 500ms ease;
    background-color: var(--thm-primary);
}

.sidebar-widget-list-inner.bg-active {
    /* background-color: var(--thm-primary-light); */
    border-color: var(--thm-border);
}

.sidebar-widget-card {
    background-image: url("../image/shapes/widget-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 50px;
}

.sidebar-meta-text span a {
    font-size: 13px;
    font-weight: 600;
    color: var(--thm-gray);
}

.sidebar-meta-text span a:hover {
    color: var(--thm-primary);
}

.sidebar-meta-text span {
    margin-left: 5px;
}

.sidebar-meta-text span:hover {
    color: var(--thm-light-bg);
}

@media (min-width: 992px) {
    .sidebar {
        margin-top: 0;
    }
}

.sidebar-widget {
    padding: 25px 30px;
    background-color: var(--thm-white);
    margin-bottom: 30px;
    box-shadow: inset 1px -1px 2px 0px rgb(105 104 104 / 30%);
}

@media (max-width: 991px) {
    .sidebar-widget {
        margin-top: 20px;
    }
}

.sidebar-widget-organizer {
    display: flex;
}

.sidebar-widget-img img {
    min-width: 50px;
}

.sidebar-widget-organizer-content {
    margin-left: 20px;
}

.sidebar-widget-organizer-content span {
    color: var(--thm-black);
    margin-top: -10px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 800;
}

.sidebar-widget-organizer-content .sidebar-widget-organizer-name {
    margin-bottom: 5px;
}

.sidebar-widget-organizer-name a {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 800;
    margin-left: 3px;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .sidebar-widget-organizer-name a {
        display: flex;
    }
}

.sidebar-widget-organizer-name a:hover {
    color: var(--thm-primary);
}

.sidebar-widget ul {
    margin-bottom: 0;
}

.sidebar-widget-organizer-content li {
    font-size: 15px;
}

.sidebar-widget-recent-donations h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.sidebar-recent-donations {
    position:relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.sidebar-recent-donations:hover {
    background-color: var(--youtube-border);
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 15%);
    border-radius: 0.5em;
}
.sidebar-widget-organizer{
    position:relative;
    display:flex;
}
.sidebar-widget-organizer img {
    border-radius: 0.5em;
    border: 1px solid var(--thm-kemenkes-primary-green);
    min-width: 8.5rem;
    max-width: 8.5rem;
    max-height: 5.5rem;
    margin-right:20px;
}

.sidebar-widget-organizer-name{
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar-widget-organizer-name span {
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    margin-left: 4px;
}

.sidebar-recent-donations-content p {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
}
@media (max-width: 575px) {
    .sidebar-recent-donations {
        margin-bottom: 20px;
    }
}

.sidebar-recent-donations-content {
    position:relative;
    border-bottom: 2px solid var(--thm-border);
}

.sidebar-recent-donations-content span {
    font-size: 16px;
    font-weight: 800;
    color: var(--thm-primary);
}



.sidebar-widget-list-inner {
    margin-bottom: 30px;
}

.sidebar-widget-list-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget-list-inner li:hover {
    background-color: var(--thm-white);
}

.sidebar-widget-list-inner li:hover:before {
    background-color: var(--thm-primary);
    opacity: 1;
}

.sidebar-widget-list-inner li + li {
    margin-top: 10px;
}

.sidebar-widget-list-inner li a {
    display: flex;
    padding: 0px 30px;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
    font-weight: 800;
    color: var(--thm-white);
}

.sidebar-widget-list-inner li:hover a {
    color: var(--thm-black);
}

.sidebar-widget-list-inner li a i {
    transition: all 500ms ease;
}

.sidebar-widget-list-inner a:hover i {
    color: var(--thm-primary);
}

.sidebar-widget-card-icon {
    margin-bottom: 20px;
}

.sidebar-widget-card-icon i {
    font-size: 55px;
    color: var(--thm-white);
}

.sidebar-widget-card-content h3 {
    margin-bottom: 7px;
    color: var(--thm-white);
}

.sidebar-widget-card-content h3 > a {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--thm-white);
}

.sidebar-widget-card-content p {
    margin-bottom: 0;
    color: var(--thm-white);
}

.sidebar-widget-box-icon {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1px;
}

.sidebar-widget-box-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-widget-box-content .btn-primary {
    padding: 9px 16px;
}

.sidebar-widget-event-box h6 {
    margin-bottom: 4px;
    font-size: 16px;
}

.sidebar-widget-event-box p {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-gray);
}

.sidebar-widget-event-box a {
    font-size: 16px;
    color: var(--thm-gray);
}

.sidebar-widget-event-box a:hover {
    color: var(--thm-gray);
}

.sidebar-widget-event-box {
    margin-bottom: 25px;
}

.sidebar-widget-event-meta-map {
    margin-bottom: 30px;
}

.sidebar-widget-event-meta-map .google-map {
    overflow: hidden;
    height: 170px;
}

.sidebar-widget-event-meta-socials a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0px 5px;
    text-align: center;
    display: inline-block;
    background-color: var(--thm-light-bg);
    color: var(--thm-black);
}

@media (max-width: 575px) {
    .sidebar-widget-event-meta-socials a {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.sidebar-widget-event-meta-socials a:hover {
    background-color: var(--thm-primary);
    color: var(--thm-white);
}

.sidebar__item--search {
    padding: 0;
    background-color: var(--thm-primary);
}

.sidebar__search {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-widget h4 {
    margin-bottom: 25px;
    font-size: 20px;
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sidebar__search input[type="text"],
.sidebar__search input[type="search"]::placeholder {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    height: 67px;
    padding-left: 50px;
    padding-right: 75px;
    font-size: 15px;
    font-weight: 600;
}

.sidebar__search input[type="text"]::placeholder {
    color: var(--thm-white);
}

.sidebar__search button[type="submit"] {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff;
    padding: 0;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}


.sidebar-recent-post {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 4px;
    border-radius: 8px;
    background-color: var(--thm-light-bg);
    transition: all 500ms ease;

}

.sidebar-recent-post:hover {
    background-color: var(--thm-white);
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 15%);
}

.sidebar-recent-post-img{
    position: relative;
    flex-shrink: 0;
    width: 125px;
    height: 94px;
}

.sidebar-recent-post-img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.sidebar-recent-post-content {
    flex: 1;
    min-width: 0;
}

.sidebar-post-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.sidebar-post-title h5 {
    color:var(--thm-dark);
    font-size: 14px;
    transition: all 500ms ease;
}

.sidebar-post-title h5 a:hover {
    color: var(--thm-primary);
}

.sidebar-meta{
    display: flex;
    gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;

}

.sidebar-meta-item {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 5px;
}

.sidebar-meta-item .author:before {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.sidebar-meta-item .date:before {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.sidebar-meta-item span a {
    color: var(--thm-kemenkes-primary-green);
    display: inline-block;
    margin-left: 3px;
    font-size: 10px;
}

.sidebar-meta-item span a:hover {
    color: var(--thm-dark);
}

.sidebar-meta-item i {
    color: var(--thm-primary);
}

.sidebar-widget-recent-category-box h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.sidebar-widget-recent-category-box li {
    font-size: 16px;
    color: var(--thm-gray);
    padding: 10px 0px;
    margin-bottom: 5px;
    background-color: var(--thm-light-bg);
    position: relative;
    border: 1px solid transparent;
    transition: all 500ms ease;
}

.sidebar-widget-recent-category-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    color: var(--thm-gray);
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar-widget-recent-category-box li a:hover {
    transition: all 500ms ease;
    color: var(--thm-black);
}

.sidebar-widget-recent-category-box li a i {
    font-size: 12px;
    transition: all 500ms ease;
}

.sidebar-widget-recent-category-box a:hover i {
    color: var(--thm-primary);
}

.sidebar-widget-recent-category-box li:hover {
    background-color: var(--thm-white);
    padding: 10px 16px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 15%);
    border: 1px solid var(--thm-kemenkes-primary-green);
}

.sidebar-widget-tag-inner {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}

.sidebar-widget-tag-inner a {
    font-size: 12px;
    display: inline-block;
    background-color: var(--thm-kemenkes-green);
    font-weight: 800;
    letter-spacing: 0.2px;
    color: var(--thm-white);
    transition: all 500ms ease;
    padding: 7px 18px;
    margin-right: 10px;
    margin-top: 10px;
}

.sidebar-widget-tag-inner a:hover {
    background-color: var(--thm-primary);
    color: var(--thm-white);
    transition: all 500ms ease;
}

/***********************
* Document
***********************/
.document-section {
    padding: 100px 0px;
}

@media (max-width: 1399px) {
    .document-section {
        padding: 70px 0px;
    }
}

.document-card {
    position: relative;
}

.document-card img {
    width: 100%;
    margin-top: 14px;
}

@media (max-width: 1399px) {
    .document-card img {
        margin-top: 7px;
    }
}

@media (max-width: 1199px) {
    .document-card img {
        margin-top: 0px;
    }
}

.document-card-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 54px 30px;
    margin: 45px 30px;
    background-color: var(--thm-black);
    z-index: 1;
    transition: transform 8s;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 500ms;
}

.document-card-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

.document-card-icon i {
    height: 54px;
    width: 54px;
    background-color: var(--thm-primary);
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.document-card-icon i:hover {
    color: var(--thm-primary);
    background-color: var(--thm-white);
}

.document-card-content h4 {
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
}

.document-card-content p {
    color: var(--thm-light-gray);
}

.document-card:hover .document-card-content {
    transform: scale(1);
}

.document-card-button a {
    margin-top: 50px;
}

.document-section .btn-black {
    background-color: var(--thm-primary);
    color: var(--thm-white);
    padding: 18px 43px;
    z-index: 1;
    position: relative;
    transition: all 500ms ease;
}

.document-section .btn-black:hover {
    background-color: var(--thm-dark-black);
}

.document-section-inner .btn-black:hover {
    background-color: var(--thm-primary);
    color: var(--thm-black);
}

.nav-pills {
    margin-bottom: 40px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--thm-white);
    background-color: var(--thm-black);
}

.document-section ul .nav-item {
    color: var(--thm-white);
    background-color: var(--thm-black);
    transition: all 500ms ease;
}

.document-section ul .nav-item:hover {
    background-color: var(--thm-primary);
}

.document-section ul .nav-item:hover .active {
    background-color: var(--thm-primary);
    outline: none;
}

@media (max-width: 1399px) {
    .document-section ul .nav-item {
        margin-bottom: 10px;
    }
}

.document-section ul > li + li {
    margin-left: 7px;
}

@media (max-width: 991px) {
    .document-section ul > li + li {
        margin-left: 0px;
    }
    .nav {
        display: block;
    }
}


.document-section ul .nav-item .nav-link {
    color: var(--thm-white);
    font-size: 17px;
    display: flex;
    padding: 10px 20px;
    align-items: center;
}

.document-section ul .nav-item .nav-link > i {
    margin-right: 10px;
    font-size: 20px;
}

.document-details-inner > h3 {
    margin-bottom: 20px;
}

.document-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--thm-border);
    background-color: var(--thm-light-bg);
}

.document-details + .document-details {
    margin: 30px 0px;
}

.document-details-icon {
    margin-bottom: 10px;
}

.document-details-icon > i {
    font-size: 35px;
}

.document-details-content > h5 {
    margin-bottom: 5px;
}

.document-details-content > h5 > a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.document-details-content h5 > a:hover {
    color: var(--thm-primary);
}

.document-details-content > p {
    margin-bottom: 0px;
}

.document-details-button > a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--thm-primary);
    transition: all 500ms ease;
    color: var(--thm-white);
    display: block;
}

.document-details-button > a:hover {
    background-color: var(--thm-black);
}

/***********************
* Donate
***********************/
.donate-section {
    padding: 90px 0px;
}

.donate-box-content {
    margin-bottom: 30px;
}

.donate-box-content span {
    color: var(--thm-primary);
    font-size: 15px;
    font-weight: 700;
}

.donate-box-content > h3 {
    margin-top: 20px;
    font-size: 40px;
}

.donate-box-inner {
    padding: 50px;
    background-color: var(--thm-white);
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 15%);
}

.donate-box-image img {
    width: 100%;
}

@media (max-width: 1399px) {
    .donate-box-image img {
        width: 100%;
    }
}

.donate-box-list {
    display: flex;
    margin-bottom: 30px;
}

.donate-box-list > ul > li > button {
    border: 1px solid var(--thm-border);
    padding: 14px 14px;
    color: var(--thm-black);
    font-weight: 600;
    transition: all 500ms ease;
    outline: none;
}

@media (max-width: 767px) {
    .donate-box-list > ul > li > button {
        width: 100%;
        margin-bottom: 10px;
    }
}

.donate-box-list > ul > li > button:hover {
    background-color: var(--thm-primary);
    color: var(--thm-white);
}

.donate-amount {
    display: flex;
    border-radius: inherit;
    margin-bottom: 30px;
}

.donate-amount span {
    border: 1px solid var(--thm-border);
    padding: 10px 10px;
}

.donate-amount .give-amount {
    border: 1px solid var(--thm-border);
    padding: 10px 10px;
    color: var(--thm-black);
    outline: none;
}

.donation-form {
    margin-bottom: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid var(--thm-border);
}

.donation-form label {
    margin-right: 30px;
}

.donation .donation-total {
    margin-top: 20px;
    font-size: 18px;
    padding: 5px 5px;
    font-weight: 700;
    color: var(--thm-black);
    border: 1px solid var(--thm-border);
}

.donation .donation-amount {
    margin-top: 20px;
    font-size: 18px;
    padding: 5px 5px;
    color: var(--thm-black);
    border: 1px solid var(--thm-border);
}

.donate-box-inner .btn-primary {
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .donation .btn-primary {
        width: 100%;
    }
}

.donate-payment-mode label {
    margin-right: 20px;
}

.donate-card {
    margin-bottom: 20px;
    display: none;
}

.donate-card > p {
    margin-bottom: 5px;
}

.donate-card span {
    font-size: 18px;
}

.donation {
    margin-top: 56px;
}

.donation > h3 {
    margin-bottom: 20px;
}

.donation-list {
    margin: 50px 0px;
}

.donate-payment-mode > h4 {
    margin-bottom: 20px;
    font-size: 30px;
}

.error-title {
    font-size: 90px;
    padding-bottom: 80px;
}

.error-box-section {
    padding: 90px 0px;
}

.error-box-image {
    margin-bottom: 20px;
}

.error-box-content > p {
    color: var(--thm-dark-gray);
}

.error-box-inner .error-form {
    margin: 0 auto;
    max-width: 450px;
}

.error-box-inner .cta-two-form-group {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.error-box-inner .cta-two-form-group {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.07);
}

/* ==================== SECTION TITLES ==================== */
.section-heading {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    cursor: pointer;
}

.section-title {
    font-weight: 700;
    color: var(--thm-kemenkes-gray);
    position: relative;
    display: inline-block;
}

.section-title .text-center::after {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: var(--thm-kemenkes-green);
    border-radius: 2px;
}

.section-title .text-left::after {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 3%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: var(--thm-kemenkes-green);
    border-radius: 2px;
}

.section-title-left {
    font-weight: 700;
    color: var(--thm-kemenkes-green);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-title-left::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* transform: translateX(-50%); */
    width: 60px;
    height: 4px;
    background-color: var(--thm-kemenkes-green);
    border-radius: 2px;
}

@media (max-width: 576px) {
    .section-title{
        font-size: 1.5rem;
    }
}

/* ==================== KEMENKES CARD STYLING ==================== */
.kemenkes-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px; /* Memberi jarak antar item */
}

.kemenkes-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.kemenkes-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.kemenkes-card .card-title {
    font-weight: 600;
    color: var(--thm-kemenkes-dark-green);
    margin-top: 10px;
}

/* Profil Section */
/* Section Profil Landing Page */
.section-profil-lp {
    position:relative;
    padding: 80px 0;
    background-color: var(--health-light);
}

.section-profil-content{
    padding-left:10%;
    padding-right:10%;
    padding-bottom:10%;
}

.section-profil-content p{
    font-weight:500;
    font-size:16px;
    text-align: justify;
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background-color: var(--thm-white);
}

.stats-section-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    background-image: url(../image/bg/page-sp-card-footer.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.stats-section-right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(270deg);
    background-image: url(../image/bg/page-sp-card-footer.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.stat-card {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 28%);
    transition: all 0.3s ease;
    min-height: 256px !important;
    max-height: 256px !important;
    cursor:pointer;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    font-size: 3rem;
    color: var(--health-green);
    margin-bottom: 20px;
}
.stat-icon img{
    width: 100%;
}
.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.stat-title {
    font-size: 1.1rem;
    color: var(--dark-text);
}


.stat-card-other-page{
    border: 2px solid var(--thm-kemenkes-yellow);
    box-shadow: 5px 6px 3px 4px rgba(0, 0, 0, 0.1);
    min-height: 280px !important;
    max-height: 280px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-card-other-page:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../image/bg/page-sp-card-footer.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
}


@media (max-width: 768px){
    .stat-card-other-page{
        min-height: 150px !important;
        max-height: 1500px !important;
    }
}

@media (max-width: 576px){

}
/* News Section */

.nav-tabs {
    border-bottom: 2px solid var(--thm-kemenkes-primary-green);
}

.nav-tabs .nav-link {
    color: #6c757d;
    font-weight: 500;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1rem 1.5rem;
}

.nav-tabs .nav-link:hover {
    border-bottom-color: 2px solid var(--thm-primary);
    color: #0c3b6a;
}

.nav-tabs .nav-link.active {
    color: #0c3b6a;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--thm-primary);
    border-block-style: revert-layer;
}

.news-section {
    padding: 80px 0;
    background-color: var(--thm-border);
}

.news-event-card{
    background-color: var(--thm-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    height: 100%;
    margin: 20px;
    min-height: 500px;
    max-height: 500px;
}
.news-event-card .overflow-hidden{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 2px solid var(--thm-kemenkes-green);
}
.news-event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.news-event-card:hover .news-img {
    transform: scale(1.1);
}

.news-event-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.news-event-card .card-title {
    font-weight: 700;
    color: #343a40;
}

.news-card {
    background-image: url("../image/bg/bg_media.jpg");
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 20px;

}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.news-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.news-card:hover .news-img {
    transform: scale(1.1);
}

.news-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.news-card .card-title {
    font-weight: 700;
    color: #343a40;
}

/* Style khusus untuk kartu Pengumuman Penting */
.news-card.announcement {
    border-left: 5px solid var(--thm-kemenkes-green);
    background-image: url("../image/bg/bg_media.jpg");
    background-position: center;
}

.news-card.announcement .card-title {
    color: var(--thm-kemenkes-green);
}

.news-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.news-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #6c757d;
    font-size: 0.9rem;
}

.news-meta i {
    margin-right: 5px;
    color: var(--primary-color);
}

.news-meta span {
    margin-right: 15px;
}

.news-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.0;
}

.news-content p {
    color: #6c757d;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
}

.btn-news {
    color: var(--thm-kemenkes-green);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-news:hover {
    color: var(--thm-kemenkes-primary-green);
    transform: translateX(5px);
}

.btn-news i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.btn-news:hover i {
    transform: translateX(5px);
}

/* Video & Galery Player Section */
.video-player-section {
    flex: 1;
    max-width: calc(100% - 402px);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.play-button-large {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button-large:hover {
    transform: scale(1.1);
    background-color: white;
}

.play-icon-large {
    width: 0;
    height: 0;
    border-left: 30px solid var(--youtube-red);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-left: 8px;
}

.video-info-section {
    background-color: white;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

.video-title-main {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 12px;
    line-height: 1.4;
}

.video-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    color: var(--text-secondary);
    font-size: 14px;
}

.video-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid var(--youtube-border);
    border-bottom: 1px solid var(--youtube-border);
    margin-bottom: 16px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background-color: transparent;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 14px;
}

.action-btn:hover {
    background-color: var(--youtube-light-gray);
}

.action-btn i {
    font-size: 20px;
}

.channel-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.channel-details {
    display: flex;
    align-items: center;
    gap: 12px;
}

.channel-avatar-large {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.channel-text {
    flex: 1;
}

.channel-name-large {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.verified-badge {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: var(--text-secondary);
    border-radius: 50%;
    position: relative;
}

.verified-badge::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 10px;
}

.channel-subscribers {
    font-size: 12px;
    color: var(--text-secondary);
}

.subscribe-btn {
    background-color: var(--youtube-red);
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.subscribe-btn:hover {
    background-color: #cc0000;
}

.subscribe-btn.subscribed {
    background-color: var(--youtube-light-gray);
    color: var(--text-primary);
}

.description-section {
    padding: 12px 0;
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.3s;
}

.description-section.expanded {
    max-height: 500px;
}

.description-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-primary);
    white-space: pre-wrap;
}

.show-more-btn {
    background: none;
    border: none;
    color: var(--text-primary);
    font-weight: 500;
    cursor: pointer;
    margin-top: 8px;
    font-size: 14px;
}

.show-more-btn:hover {
    color: var(--youtube-gray);
}

/* Right Sidebar - Related Videos */
.right-sidebar {
    width: 100%;
    flex-shrink: 0;
}

.related-videos-container {
    position: sticky;
    top: 76px;
}

.related-video-card {
    background-color: var(--youtube-light-gray);
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 4px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.related-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background-color: var(--youtube-border);
}

.related-thumbnail {
    position: relative;
    flex-shrink: 0;
    width: 168px;
    height: 94px;
}

.related-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.related-thumbnail iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: background-color 0.2s;
}
.related-duration {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
}

.related-info {
    flex: 1;
    min-width: 0;
}

.related-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.related-channel {
    font-size: 12px;
    color: var(--text-secondary);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.related-views {
    font-size: 12px;
    color: var(--text-secondary);
}

.related-live-badge {
    background-color: var(--youtube-red);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 4px;
}

.related-report-card {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.related-report-card:hover {
    background-color: var(--youtube-light-gray);
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.related-thumbnail-report {
    position: relative;
    flex-shrink: 0;
    width: 220px;
    height: 120px;
}

.related-thumbnail-report img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Category Pills */
.category-container {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 16px 0;
    margin-bottom: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-container::-webkit-scrollbar {
    display: none;
}

.category-pill {
    background-color: white;
    border: 1px solid var(--youtube-border);
    border-radius: 8px;
    padding: 8px 12px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    font-weight: 500;
}

.category-pill:hover {
    background-color: var(--youtube-light-gray);
}

.category-pill.active {
    background-color: var(--text-primary);
    color: white;
}

/* Comments Section */
.comments-section {
    background-color: white;
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
}

.comments-header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.comment-input-container {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--youtube-gray);
    flex-shrink: 0;
}

.comment-input-wrapper {
    flex: 1;
}

.comment-input {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid var(--youtube-border);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.comment-input:focus {
    border-bottom-color: var(--text-primary);
}

.comment-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
    opacity: 0;
    transition: opacity 0.2s;
}

.comment-input:focus + .comment-actions {
    opacity: 1;
}

.comment-btn {
    padding: 8px 16px;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.comment-btn.cancel {
    background-color: transparent;
    color: var(--text-primary);
}

.comment-btn.cancel:hover {
    background-color: var(--youtube-light-gray);
}

.comment-btn.submit {
    background-color: var(--youtube-red);
    color: white;
}

.comment-btn.submit:hover {
    background-color: #cc0000;
}

/* Mobile Responsive */
@media (max-width: 1024px) {

    .related-thumbnail {
        width: 120px;
        height: 68px;
    }

    .video-player-section {
        max-width: calc(100% - 324px);
    }
}

@media (max-width: 768px) {

    .news-content {
        padding: 15px;
    }

    .sidebar.mobile-open {
        transform: translateX(0);
    }

    .main-content {
        margin-left: 0;
        padding: 10px;
        flex-direction: column;
    }

    .video-player-section {
        max-width: 100%;
    }

    .right-sidebar {
        width: 100%;
        margin-top: 20px;
    }

    .related-videos-container {
        position: static;
    }

    .search-container {
        display: none;
    }

    .header-content {
        padding: 8px 12px;
    }

    .video-title-main {
        font-size: 18px;
    }

    .video-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .news-card {
        background-position: center;
        background-repeat: no-repeat !important;
        margin: 0;
    }
    .category-pill {
        font-size: 12px;
        padding: 6px 10px;
    }

    .related-video-card {
        gap: 12px;
    }

    .related-thumbnail {
        width: 140px;
        height: 80px;
    }

    .video-stats {
        flex-wrap: wrap;
        gap: 8px;
    }

    .channel-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .category-container {
        padding: 16px 10px;
    }
}

/* Loading Animation */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-related {
    width: 168px;
    height: 94px;
    border-radius: 8px;
}

.skeleton-text {
    height: 14px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.skeleton-text.title {
    width: 90%;
}

.skeleton-text.channel {
    width: 60%;
}

.skeleton-text.views {
    width: 40%;
}
