:root {
    --black: #000000;
    --white: #ffffff;
    --light-blue: #5facff;
    --blue: #155183;
    --blue-secondary: #08385f;
    --blue-grey: #0526A01a;
    --black-grey: #181818;
    --dark-grey: #7d7d7d;
    --light-grey: #f8f8f8;
    --soft-grey: #e8e8e8;
    --stroke-1: #dddddd;
    --stroke-2: #ededed;
}

@font-face {
    font-family: "Helvetica Neue Thin";
    src: url("../fonts/HelveticaNeue Thin.ttf");
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue.ttf");
}

@font-face {
    font-family: "Helvetica Neue Medium";
    src: url("../fonts/HelveticaNeue Medium.ttf");
}

@font-face {
    font-family: "Helvetica Neue Bold";
    src: url("../fonts/HelveticaNeue Bold.ttf");
}

body {
    color: var(--black) !important;
    font-family: "Helvetica Neue";
}

.py-6 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.py-7 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.py-8 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.py-9 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.px-6 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}

.pt-6 {
    padding-top: 3.75rem;
}

.pt-7 {
    padding-top: 4.5rem;
}

.pt-8 {
    padding-top: 5.5rem;
}

.pt-9 {
    padding-top: 7rem;
}

.pb-6 {
    padding-bottom: 3.75rem;
}

.pb-7 {
    padding-bottom: 4.5rem;
}

.pb-8 {
    padding-bottom: 5.5rem;
}

.pb-9 {
    padding-bottom: 7rem;
}

p {
    color: var(--dark-grey);
}

a {
    color: var(--black);
    text-decoration: none;
}

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

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

.service a:hover {
    color: var(--white)!important;
}

.illustration-icon {
    width: 100%;
    height: 60px;
    max-width: 60px;
}

.image-full {
    width: 100%;
    height: auto;
    max-width: 1115px;
}

.font-thin {
    font-family: "Helvetica Neue Thin" !important;
}

.font-normal {
    font-family: "Helvetica Neue" !important;
}

.font-medium {
    font-family: "Helvetica Neue Medium" !important;
}

.font-bold {
    font-weight: 600;
    font-family: "Helvetica Neue Bold" !important;
}

h5.font-medium {
    font-weight: 600;
}

h5.font-medium.partner-name,
.font-medium.text-uppercase,
.font-medium.mb-4,
.service h5.font-medium,
.benefit h5.font-medium,
.news h5.font-medium,
.blog h5.font-medium {
    font-weight: initial;
}

.font-12 {
    font-size: 0.75rem !important;
}

.font-14 {
    font-size: 0.875rem !important;
}

.font-20 {
    font-size: 1.25rem !important;
}

.font-25 {
    font-size: 1.563rem !important;
}

.font-30 {
    font-size: 1.875rem !important;
}

.font-40 {
    font-size: 2.5rem !important;
}

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

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

.text-link {
    color: var(--blue);
    font-family: "Helvetica Neue Medium" !important;
}

.border-top-1 {
    border-top: 1px solid var(--stroke-1) !important;
}

.border-bottom-1 {
    border-bottom: 1px solid var(--stroke-1) !important;
}

.border-bottom-2 {
    border-bottom: 2px solid var(--stroke-1) !important;
}

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

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

.alert {
    border-radius: 10px;
}


/* form */

.form-date {
    width: 100%;
    position: relative;
}

.form-date i {
    right: 10%;
    bottom: 25%;
    color: var(--black);
    position: absolute;
    z-index: 0;
}

.form-date .date-input {
    position: relative;
}

.form-date .date-input::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


/* pagination */

.pagination .action .navigation {
    border-radius: 10px;
    color: var(--black);
    padding: 0.65rem 0.9rem !important;
    border-color: var(--stroke-1);
    background-color: var(--light-grey);
}

.pagination .action .navigation:active,
.pagination .action .navigation:focus,
.pagination .action .navigation:hover {
    color: var(--black) !important;
    background-color: var(--stroke-1) !important;
    border-color: var(--stroke-1) !important;
    box-shadow: 0px 0px 10px 5px rgba(163, 163, 163, 0) !important;
}


/* card */

.card.logo {
    width: 210px;
    height: 210px;
    border-color: transparent;
    background-color: var(--white) !important;
    box-shadow: 1px 8px 60px 4px rgba(0, 0, 0, 0.05);
}

.card.logo .logo {
    height: auto;
    max-height: 175px;
    max-width: 175px;
}

.card.logo .logo.idnic {
    height: auto;
    max-height: 155px;
    max-width: 155px;
}

.card.partner {
    width: 285px;
    height: 200px;
    border-color: transparent;
    background-color: var(--white) !important;
    box-shadow: 1px 8px 60px 4px rgba(0, 0, 0, 0.05);
}

.card.partner .logo {
    height: auto;
    max-width: 175px;
}

.partner-name {
    max-width: 285px;
}

.card.form {
    border-radius: 34px;
    border-color: transparent;
    background-color: var(--white) !important;
    box-shadow: 1px 8px 60px 4px rgba(0, 0, 0, 0.08);
}

.card.bulletin {
    border-color: transparent;
    background-color: var(--white) !important;
    box-shadow: 0.939465px 7.51572px 56.3679px 3.75786px rgba(0, 0, 0, 0.08);
}

.card.bulletin.old {
    background: linear-gradient(180deg, rgba(147, 216, 255, 0.39) 0%, rgba(75, 206, 248, 0) 141.18%);
}

.card.bulletin.rows {
    width: 225px;
    height: 290px;
}

.card.bulletin .icon {
    color: var(--blue);
    font-size: 3.625rem;
}

.card.bulletin p {
    color: var(--black);
}

.card.event {
    box-shadow: transparent;
    border-color: transparent;
    background-color: transparent;
}

.card.event .icon {
    color: var(--blue);
    font-size: 2.813rem;
}


/* modal */

.modal .modal-content {
    border-radius: 16px;
    border-color: transparent;
}

.modal .modal-content .modal-header .circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f6f6f6;
}

.modal .modal-content .modal-header .circle .btn-close {
    margin: 0;
    padding: 0;
}

.modal .modal-content .modal-header .circle .btn-close:focus {
    box-shadow: none;
}

.modal .modal-content .photo {
    width: 100%;
    height: auto;
    max-width: 850px;
    max-height: 650px;
    border-radius: 28px;
    object-fit: cover;
}

.modal .modal-content .photo-large {
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
}

.modal .modal-content .logo {
    width: 100%;
    max-height: 150px;
    max-width: 200px;
    object-fit: contain;
    margin-bottom: 1rem;
}


/* button */

.btn-primary {
    font-size: 14px;
    border-radius: 8px;
    color: var(--white);
    border-color: var(--blue);
    background-color: var(--blue);
    padding: 0.5rem 2rem !important;
    font-family: "Helvetica Neue Medium";
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: var(--white) !important;
    background-color: var(--blue-secondary) !important;
    border-color: var(--blue-secondary) !important;
    box-shadow: 0px 0px 10px 5px rgba(163, 163, 163, 0) !important;
}

.btn-primary:disabled {
    border-color: #08385f !important;
    background-color: #08385f !important;
}


/* dropdown */

.dropdown-menu {
    margin-top: 0.5rem !important;
    padding: 1rem 0;
    border-radius: 12px;
    border-color: transparent;
    box-shadow: 1px 8px 60px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:hover {
    color: var(--blue);
    background-color: transparent !important;
}


/* title */

.title {
    font-family: "Helvetica Neue Medium";
}

.title .line {
    width: 50px;
    height: 2px;
    background-color: var(--blue);
}

.bg-blue .title .line {
    background-color: var(--white);
}

.bg-blue .title {
    color: var(--white);
}

.bg-blue h2 {
    color: var(--white);
}


/* navbar */

.navbar-light .navbar-toggler {
    padding: 0;
    outline: none;
    border-color: transparent;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    width: 1.75em;
    height: 1.75em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' fill='none' viewBox='0 0 20 12'%3e%3cpath stroke='black' stroke-linecap='round' stroke-width='1.667' d='M.833 1.167h18.334m-18.334 10h18.334m-18.334-5h17.989'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3e%3cpath stroke='%23181818' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.833' d='m19.5 6.5-13 13m0-13 13 13'/%3e%3c/svg%3e");
}

.navbar .navbar-brand {
    outline: none;
}

.navbar-brand img {
    max-width: 298px;
}

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

.navbar .navbar-nav {
    color: var(--black);
    font-family: "Helvetica Neue Medium";
}

.navbar .navbar-nav .nav-item {
    outline: none;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    color: var(--black) !important;
    border-bottom: 2px solid transparent;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--blue) !important;
    border-bottom: 2px solid var(--blue);
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
}


/* nav-pills */

.nav.nav-pills .nav-link {
    font-size: 14px;
    color: var(--white);
    padding: 0.6rem 2rem !important;
    background-color: var(--light-blue);
    font-family: "Helvetica Neue Medium";
}

.nav.nav-pills .nav-link.grey {
    color: var(--dark-grey) !important;
    background-color: var(--soft-grey) !important;
}

.nav.nav-pills .nav-link.active {
    background-color: var(--blue);
}


/* form */

label {
    margin-bottom: 0.75rem;
    font-family: "Helvetica Neue Medium";
}

.form-control {
    width: max-content;
    border-radius: 10px;
    border-color: var(--stroke-1);
    padding: 0.6rem 1.5rem;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--stroke-1);
}

.form-select {
    width: max-content;
    border-radius: 10px;
    border-color: var(--stroke-1);
    padding: 0.6rem 3rem 0.6rem 1.5rem;
}

.form-select:focus {
    box-shadow: none;
    border-color: var(--stroke-1);
}

.form-check .form-check-input {
    width: 1.3rem;
    height: 1.3rem;
    border-color: var(--stroke-1);
}

.form-check .form-check-input:focus {
    box-shadow: none;
    border-color: var(--stroke-1);
}

.form-check .form-check-input:checked {
    border-color: var(--blue);
    background-color: var(--blue);
}

.form-check .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjY0NyIgZD0ibTE2LjQ3IDQuOTQxLTkuMDYgOS4wNi00LjExNy00LjExOCIvPgo8L3N2Zz4K");
}

.form-check .form-check-label {
    font-size: 14px;
    margin-left: 0.5rem;
    color: var(--dark-grey);
    font-family: "Helvetica Neue" !important;
}

.form-check .form-check-label a {
    color: var(--blue);
}

.form-phone .flag {
    display: flex;
    align-items: center;
}

.form-phone .flag span {
    font-size: 1.5rem;
    border-radius: 6px;
    height: max-content;
    border: 1px solid var(--stroke-1);
}

.form-phone .flag .form-select {
    border-color: transparent;
    padding: 0.6rem 2.5rem 0.6rem 0.5rem;
}


/* hero */

.hero .information .tagline {
    font-size: 3.15rem;
}

.hero .information .description {
    max-width: 230px;
}

.hero .banner .hero {
    width: 100%;
    height: auto;
    max-width: 720px;
}

.hero .social-media .item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--stroke-2);
}

.hero .social-media .item a {
    font-size: 1.5rem;
    color: var(--stroke-1);
}


/* covered */

.covered.bg-blue .title {
    color: var(--white)!important;
}

.covered.bg-blue .title .line {
    background-color: var(--white)!important;
}

.covered.bg-blue .logo {
    filter: brightness(0) invert(1);
}

.covered .logo {
    width: auto;
    height: 45px;
}


/* team */

.team .number {
    font-size: 3.15rem;
}


/* office */

.office .office-list {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/indonesia map.png");
}

.office-lists {
    column-count: 3;
    column-gap: 1rem;
}

.card.office-item {
    width: 225px;
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 1rem;
    break-inside: avoid;
    border-radius: 14px;
    background-color: var(--white) !important;
}

.office .map {
    width: 100%;
    height: 500px
}


/* .office .map canvas {
    position: relative!important;
} */


/* benefit */

.benefit .illustration {
    width: 100%;
    height: auto;
    max-width: 305px;
}


/* service */

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

.service .illustration {
    width: 100%;
    height: auto;
    max-width: 105px;
}

.service .description {
    margin-bottom: 1rem;
    color: var(--soft-grey) !important;
}


/* who-are-we */

.who-are-we .video-thumb {
    width: 100%;
    height: auto;
    max-width: 625px;
    border-radius: 8px;
}

.who-are-we .video-youtube {
    width: 100%;
    height: 140%;
    max-width: 625px;
    border-radius: 8px;
}


/* testimonials */

.bg-blue .testimonials h2,
.bg-blue .testimonials .description {
    color: var(--white)!important;
}

.bg-blue .testimonials .testimonial-item {
    background-color: var(--white)!important;
}

.testimonials .description {
    max-width: 400px;
}

.testimonials .testimonial-item {
    border-radius: 0;
    border-color: transparent;
    background-color: var(--blue-grey);
}

.testimonials .testimonial-item .profile .photo {
    width: 45px;
    height: 45px;
}

.testimonials .testimonial-item .profile .info .position {
    font-size: 14px;
}


/* blog */

.blog .card {
    border-color: var(--stroke-1);
}

.blog .card .thumb {
    width: 100%;
    height: 315px;
    max-width: 315px;
    object-fit: cover;
}


/* news */

.news .card {
    border-color: var(--stroke-1);
}

.news .card .thumb {
    width: 100%;
    height: 315px;
    max-width: 315px;
    object-fit: cover;
}

.news .page .thumb {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: top center;
}

.news .page .small {
    border-bottom: 1px solid var(--stroke-1) !important;
}

.news .page .small:last-child {
    border-bottom: none !important;
}

.news .page .small .thumb {
    width: 230px;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

.news.detail .photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}


/* faq */

.faq .accordion .accordion-item {
    border-color: transparent;
}

.faq .accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq .accordion .accordion-item .accordion-button {
    font-size: 1.25rem;
    align-items: flex-start;
    background-color: var(--light-grey);
}

.faq .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--black);
    border-bottom: 1px solid var(--stroke-1);
}

.faq .accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq .accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq .accordion .accordion-item .accordion-button span {
    max-width: 85%;
}

.faq .accordion .accordion-item .accordion-body {
    color: var(--dark-grey);
    background-color: var(--light-grey);
}

.faq .accordion .accordion-item .accordion-body .text-link {
    color: var(--dark-grey);
    font-family: "Helvetica Neue Medium" !important;
}


/* supervisor */

.supervisor .card {
    border-radius: 0;
}

.supervisor .card .circle {
    border: 2px solid var(--blue);
    width: 100%;
    height: 165px;
    max-width: 165px;
    border-radius: 50%;
    background-color: #dddce2;
    overflow: hidden;
}

.supervisor .card .circle .photo {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 0 -27.5px;
}

.supervisor .card:hover p {
    color: var(--blue)!important;
}


/* management */

.management .card {
    border-radius: 0;
}

.management .card .circle {
    border: 2px solid var(--blue);
    width: 100%;
    height: 165px;
    max-width: 165px;
    border-radius: 50%;
    background-color: #dddce2;
    overflow: hidden;
}

.management .card .circle .photo {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 0 -27.5px;
}

.management .card:hover p {
    color: var(--blue)!important;
}


/* album */

.album .album-list {
    display: flex;
    flex-wrap: wrap;
}

.album .album-list .album-item {
    flex: 1 0 18%;
    position: relative;
}

.album .album-list .album-item .photo {
    height: auto;
    max-width: 178px;
}


/* bulletin */

.bulletin-scroll {
    max-height: 590px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bulletin-scroll::-webkit-scrollbar {
    width: 8px;
}

.bulletin-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .05)
}

.bulletin-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .1)
}


/* warehouse */

.warehouse .image-topologi {
    width: 100%;
    height: auto;
    max-width: 400px;
}


/* upload-area */

.upload-area {
    height: 250px;
    border-radius: 26px;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--light-grey);
}

.upload-area .picture {
    width: 100%;
    height: auto;
    max-width: 90px;
}

.drop-zone--over {
    border-style: solid;
}

.upload-area .upload-input {
    display: none;
}


/* region */

.region .card {
    border-color: transparent;
    box-shadow: 1.28826px 10.3061px 77.2959px 5.15306px rgba(0, 0, 0, 0.07);
}

.region h5.font-medium {
    font-weight: initial;
}


/* footer */

.footer-item {
    flex: 1 0 18%;
    padding-left: 0;
    list-style: none;
}


/* nav-pills */

.nav-pills {
    width: 100%;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 1.5rem;
    cursor: pointer;
}

.nav-pills::-webkit-scrollbar {
    display: none;
}

.nav-pills .nav-item .nav-link {
    white-space: nowrap;
    padding: 0.5rem 2rem !important;
}


/* back-to-top */

#back-to-top {
    z-index: 1000;
    position: fixed;
    bottom: 70px;
    right: 25px;
    background: var(--blue);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#back-to-top i {
    color: var(--white);
}

#back-to-top:hover {
    background: var(--blue-secondary);
}


/* responsive */

@media (min-width: 1400px) {
    .me-xl-7 {
        margin-right: 5rem !important;
    }
    .pagination .action .navigation {
        padding: 0.85rem 0.9rem !important;
    }
    .album .album-list .album-item {
        margin-bottom: 1rem;
    }
    .album .album-list .album-item .photo {
        width: 90%;
        max-width: 250px;
    }
    .blog .card .thumb,
    .news .card .thumb {
        max-width: unset;
    }
}

@media (min-width: 992px) {
    .h-250 {
        height: 250px !important;
    }
    .w-35 {
        width: 35% !important;
    }
    .w-80 {
        width: 80% !important;
    }
    .w-85 {
        width: 85% !important;
    }
    .w-90 {
        width: 90% !important;
    }
    .w-95 {
        width: 95% !important;
    }
}

@media (max-width: 991.98px) {
    .container,
    .container.px-5,
    .container-fluid.px-6 {
        max-width: 720px;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .container.pt-6 {
        padding-top: 2rem;
    }
    .container.py-9 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    /* misc */
    .pb-9 {
        padding-bottom: 6rem !important;
    }
    .py-6 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .font-medium.font-40.my-4.pb-5 {
        padding-bottom: 0rem !important;
    }
    .image-full {
        max-width: unset;
    }
    .btn {
        font-size: 1rem;
        padding: 0.65rem 2rem !important;
    }
    .partner-name {
        max-width: unset;
    }
    .font-40 {
        font-size: 32px !important;
    }
    h3.font-medium.font-30 {
        font-size: 18px !important;
    }
    h4.font-25 {
        font-size: 18px !important;
    }
    h5.font-medium {
        font-size: 18px !important;
    }
    h2 br {
        display: none;
    }
    .border-bottom-2 {
        border-bottom-width: 1px !important;
    }
    label {
        font-size: 0.875rem;
        margin-bottom: 0.65rem;
    }
    /* pagination */
    .pagination .action .navigation {
        padding: 0.5rem 0.8rem !important;
    }
    /* title */
    .title span {
        font-size: 12px !important;
    }
    /* filter */
    .filter {
        flex-wrap: wrap;
        justify-content: start !important;
    }
    .filter .date {
        width: 100% !important;
    }
    .form-date {
        margin-bottom: 1rem;
    }
    .filter .form-control.date-input {
        width: 100% !important;
        margin-bottom: 0rem!important;
    }
    .filter .form-control,
    .filter .form-select {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .filter .btn {
        width: 100% !important;
    }
    /* card */
    .card.form {
        border-radius: 0;
        border-color: transparent;
        background-color: transparent;
        box-shadow: 1px 8px 60px 4px rgba(0, 0, 0, 0);
    }
    .card.form .card-body {
        padding: 0 !important;
    }
    .card.logo {
        width: 100%;
        height: 175px;
    }
    .card.logo .logo {
        max-width: 120px;
    }
    .card.partner {
        width: 100%;
        height: 175px;
    }
    .card.partner .logo {
        max-width: 120px;
    }
    .card.bulletin {
        box-shadow: 0.532468px 4.25974px 31.9481px 2.12987px rgba(0, 0, 0, 0.08);
    }
    .card.bulletin.rows {
        width: 100%;
        height: 100%;
    }
    .card.bulletin .icon {
        font-size: 2.5rem;
    }
    .card.bulletin p,
    .card.bulletin a {
        font-size: 0.875rem;
    }
    .card.event .icon {
        font-size: 2.25rem;
    }
    .card.event .article-name {
        white-space: unset!important;
    }
    /* modal */
    .modal.single {
        right: 0;
        bottom: 0;
        top: unset;
        left: 25%;
        height: auto;
    }
    .modal .modal-dialog {
        margin-bottom: 0 !important;
    }
    .modal .modal-dialog.modal-lg.modal-dialog-centered {
        align-items: flex-end !important;
        margin: 0.5rem 0 0 0 !important;
    }
    .modal .modal-content {
        border: none;
        border-radius: 16px 16px 0 0;
    }
    .modal .modal-content .modal-body.pb-7 {
        padding-bottom: 1.5rem !important;
    }
    .modal .modal-content .photo {
        width: 100%;
        max-width: unset;
    }
    /* nav-pills */
    .nav-pills {
        max-width: 625px;
    }
    .nav-pills::-webkit-scrollbar {
        display: none;
    }
    /* navbar */
    .navbar-brand img {
        max-width: 210px;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        border-bottom: none;
    }
    .navbar .navbar-nav .nav-item .nav-link.active,
    .navbar .navbar-nav .nav-item .nav-link:hover {
        border-bottom: none;
    }
    .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        display: inline-block;
    }
    .navbar .navbar-nav .nav-item:nth-last-child(-n+2) {
        margin-bottom: 1.5rem;
    }
    .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 2rem;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu {
        margin-top: 0 !important;
        padding: 0 0 1rem 0 !important;
        box-shadow: 1px 8px 60px 4px rgb(0 0 0 / 0%) !important;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        padding: 0.25rem 1rem 0.25rem 1.5rem;
    }
    /* hero */
    .hero .information .tagline {
        font-size: 1.875rem;
    }
    .hero .information .description {
        max-width: 260px;
    }
    .hero .banner .hero {
        margin-top: 2rem;
    }
    .hero .goals {
        display: block !important;
    }
    .hero .social-media {
        display: none !important;
    }
    /* covered */
    .covered .logos .logo {
        max-height: 35px;
    }
    /* team */
    .team .d-flex .text-center {
        flex: 1 1 50%;
    }
    /* office */
    .office .office-list {
        background-size: contain;
    }
    .card.office-item {
        width: unset;
    }
    .card.office-item .card-body .text-nowrap {
        font-size: 12px;
    }
    .office .map {
        height: 300px
    }
    /* benefit */
    .benefit .illustration {
        max-width: 220px;
    }
    .benefit h5.font-medium {
        font-size: 1rem !important;
    }
    /* service */
    .service .row .col-lg-3 {
        text-align: center;
    }
    .service .row .col-lg-3 .description {
        max-width: unset;
    }
    .service .illustration {
        max-width: 100px;
    }
    /* who-are-we */
    .who-are-we .video-thumb {
        max-width: unset;
        margin-top: 1rem;
    }
    .who-are-we .video-youtube {
        height: 350px;
        margin-top: 1rem;
    }
    /* blog */
    .blog .card {
        border-color: transparent;
    }
    .blog .card .card-body {
        padding: 0 !important;
    }
    /* news */
    .news .card {
        border-color: transparent;
    }
    .news .card .card-body {
        padding: 0 !important;
    }
    /* secretariat */
    .secretariat h5,
    .secretariat .font-20 {
        font-size: 1.125rem !important;
    }
    .secretariat .border-bottom-1 {
        border-bottom: none!important;
    }
    /* supervisor */
    .supervisor h5 {
        font-size: 0.875rem;
        font-family: "Helvetica Neue Medium" !important;
    }
    .supervisor p {
        font-size: 0.75rem;
        font-family: "Helvetica Neue Medium" !important;
    }
    .supervisor .card .photo {
        width: 90px;
        height: 90px;
        border: 1px solid var(--blue);
    }
    /* management */
    .management h5 {
        font-size: 0.875rem;
        font-family: "Helvetica Neue Medium" !important;
    }
    .management p {
        font-size: 0.75rem;
        font-family: "Helvetica Neue Medium" !important;
    }
    .management .card .photo {
        width: 90px;
        height: 90px;
        border: 1px solid var(--blue);
    }
    /* bulletin */
    .bulletin-scroll {
        display: contents;
        max-height: unset;
        overflow: hidden;
        padding-left: 0 !important;
    }
    .bulletin-scroll .row {
        padding-top: 3rem;
    }
    /* album */
    .album .album-list .album-item {
        flex: 1 0 46%;
    }
    .album .album-list .album-item .photo {
        width: 100%;
        max-width: unset;
    }
    .album .info p {
        font-size: 0.875rem;
    }
    /* faq */
    .faq .accordion .accordion-item .accordion-button {
        font-size: 1rem;
    }
    .faq .accordion .accordion-item .accordion-body {
        font-size: 0.875rem;
    }
    /* footer */
    .footer-item {
        flex: 1 0 48%;
        margin-bottom: 2rem;
    }
    .footer-item h5 {
        font-size: 1rem;
    }
    .footer-item .mb-3 {
        margin-bottom: 0.75rem !important;
    }
}

@media (max-width: 767.98px) {
    /* covered */
    .covered {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .covered .logos {
        max-width: 100vw;
        margin-top: 2rem;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
        justify-content: start !important;
    }
    .covered .logos .logo {
        max-height: 39px;
    }
    .covered .logos::-webkit-scrollbar {
        display: none;
    }
    /* modal */
    .modal.single {
        left: 18%;
    }
    .hero .banner .hero {
        width: 100vw;
        margin-left: -3.5rem !important;
    }
    .blog .card .thumb,
    .news .card .thumb {
        max-width: unset;
        object-fit: cover;
        max-height: 200px;
    }
    .office-lists {
        column-count: 2.5;
        column-gap: 1rem;
    }
}

@media (max-width: 575.98px) {
    /* modal */
    .modal.single {
        left: unset;
    }
    body {
        overflow-x: hidden;
    }
    .nav-pills {
        width: 100vw;
    }
    .nav-pills .nav-item:last-child {
        padding-right: 4.5rem;
    }
    .hero .banner .hero {
        width: 100vw;
        margin-left: -2rem !important;
    }
    .office-lists {
        column-count: 2;
        column-gap: 1rem;
    }
    .office .map {
        height: 200px;
    }
    .who-are-we .video-youtube {
        height: 200px;
        margin-top: 1rem;
    }
    /* back-to-top */
    #back-to-top {
        bottom: 60px;
        right: 32px;
        width: 55px;
        height: 55px;
    }
    #back-to-top svg {
        left: 12px;
    }
}

@media (max-width: 424.98px) {
    .filter .date {
        gap: 0!important;
        flex-wrap: wrap!important;
    }
}